root@OScam:~# apt-get update && apt-get dist-upgrade -yHit
Sie müssen registriert sein, um Links zu sehen.
wheezy/updates Release.gpg
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/updates/main Translation-en
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/updates Release
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy Release.gpg
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/main Translation-en
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy-updates Release.gpg
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy-updates/main Translation-en
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy Release
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy-updates Release
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/updates/main Sources
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/updates/main i386 Packages
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/main Sources
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy/main i386 Packages
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy-updates/main Sources
Hit
Sie müssen registriert sein, um Links zu sehen.
wheezy-updates/main i386 Packages/DiffIndex
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
console-terminus libept1 libxmlrpc-c3 portmap smbfs
The following NEW packages will be installed:
aptitude-common console-setup-linux consolekit cpp-4.7 dbus firmware-linux-fre
libapt-inst1.5 libapt-pkg4.12 libarchive12 libasprintf0c2 libbind9-80 libboost
libdns88 libdrm-nouveau1a libept1.4.12 libevent-2.0-5 libffi5 libfile-fcntlloc
libisc84 libisccc80 libisccfg82 libitm1 libkmod2 liblockfile-bin liblwres80 li
libpam-modules-bin libpam-winbind libpciaccess0 libpipeline1 libpolkit-gobject
libssl1.0.0 libstdc++6-4.7-dev libswitch-perl libsystemd-login0 libtdb1 libtin
libxcomposite1 libxmlrpc-core-c3 libxrandr2 linux-image-3.2.0-4-686-pae linux-
python-soappy python2.7 python2.7-minimal rpcbind shared-mime-info winbind
The following packages will be upgraded:
acpi acpi-support-base acpid adduser apt apt-listchanges apt-utils aptitude as
bsd-mailx bsdmainutils bsdutils busybox bzip2 ca-certificates cifs-utils cmake
cron dash ddclient debconf debconf-i18n debian-archive-keyring debian-faq debi
doc-debian dpkg dpkg-dev e2fslibs e2fsprogs emacsen-common exim4 exim4-base ex
g++-4.4 gcc gcc-4.4 gcc-4.4-base geoip-database gettext-base gnupg gpgv grep g
initscripts insserv install-info installation-report iproute iptables iputils-
libacl1 libalgorithm-diff-xs-perl libapr1 libaprutil1 libaspell15 libattr1 lib
libconsole libcurl3 libcurl3-gnutls libcwidget3 libdevmapper1.02.1 libdiscover
libfontenc1 libfreetype6 libgc1c2 libgcc1 libgcrypt11 libgdbm3 libgeoip1 libgl
libgssapi-krb5-2 libgssglue1 libgssrpc4 libice6 libidn11 libio-socket-ssl-perl
liblocale-gettext-perl liblockfile1 libmagic1 libmpfr4 libncurses5 libncursesw
libopts25 libpam-modules libpam-runtime libpam0g libpci3 libpcre3 libpcsclite1
libsepol1 libsigc++-2.0-0c2a libslang2 libsm6 libsqlite3-0 libss2 libssh2-1 li
libtext-iconv-perl libudev0 libusb-0.1-4 libusb-1.0-0 libusb-1.0-0-dev libutem
libxaw7 libxcb1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxi
libxxf86vm1 linux-base linux-image-2.6-686 linux-libc-dev lm-sensors locales l
mime-support mlocate module-init-tools mount mutt nano ncurses-base ncurses-bi
openssh-blacklist-extra openssh-client openssh-server openssl os-prober passwd
python-apt-common python-central python-minimal python-reportbug python-suppor
sed sensible-utils sgml-base subversion sysv-rc sysvinit sysvinit-utils tar ta
ucf udev usbutils util-linux vim-common vim-tiny w3m wamerican wget whiptail w
328 upgraded, 90 newly installed, 5 to remove and 0 not upgraded.
Need to get 0 B/258 MB of archives.
After this operation, 252 MB of additional disk space will be used.
Reading changelogs... Done
eglibc (2.13-25) unstable; urgency=medium
Starting with the eglibc package version 2.13-5, the libraries are
shipped in the multiarch directory /lib/<triplet> instead of the more
traditional /lib, where <triplet> is the multiarch triplet and can be
retrieved with 'dpkg-architecture -qDEB_HOST_MULTIARCH'. Similarly the
includes are now shipped in /usr/include/<triplet> instead of the more
traditional /usr/include.
The toolchain in Debian has been updated to cope with that, and most
build systems should be unaffected. If you are using a non-Debian
toolchain to build your software and it is not able to cope with
multiarch, you might try to pass the following options to your
compiler:
-B/usr/lib/<triplet> -I/usr/include/<triplet>
Alternatively if the build system makes hard to pass the above options,
you might try to set the LIBRARY_PATH and CPATH environment variables:
LIBRARY_PATH=/usr/lib/<triplet>
CPATH=/usr/include/<triplet>
export LIBRARY_PATH CPATH
-- Aurelien Jarno <aurel32@debian.org> Mon, 09 Jan 2012 12:47:16 +0100
eglibc (2.13-7) unstable; urgency=low
Starting with version 2.13, eglibc provides an SSSE3 optimized version
of memcpy() on the amd64 architecture. This version might copy memory
backward in some conditions, which causes issues if the source and
destination overlap. memmove() should be used in such cases, but some
programs still wrongly use memcpy().
For this reason, on the amd64 architecture the Debian package provides
two wrappers which can be use to workaround and/or debug the issue:
- /usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so simply replace all
calls to memcpy() by a call to memmove()
- /usr/lib/x86_64-linux-gnu/libc/memcpy-syslog-preload.so does the same,
but in addition logs (with rate limit) the issue to syslog, so that it
can be detected and fixed.
To use these wrapper on a single binary, the easiest way is to use the
LD_PRELOAD environment variable:
- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so /path/to/binary
- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc/memcpy-syslog-preload.so /path/to/binary
For system-wide usage, it is possible to add the path of one of the
wrapper to /etc/ld.so.preload.
For more details about the issue, please see:
Sie müssen registriert sein, um Links zu sehen.
Sie müssen registriert sein, um Links zu sehen.
-- Aurelien Jarno <aurel32@debian.org> Sat, 11 Jun 2011 18:02:52 +0200
apt (0.8.11) unstable; urgency=low
* apt-get install pkg/experimental will now not only switch the
candidate of package pkg to the version from the release experimental
but also of all dependencies of pkg if the current candidate can't
satisfy a versioned dependency.
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 03 Dec 2010 14:09:12 +0100
ca-certificates (20130119) unstable; urgency=low
Update mozilla/certdata.txt to version 1.87
Certificates removed (-) (none added):
- "T?RKTRUST Elektronik Sertifika Hizmet Sa?lay?c?s?"
-- Michael Shuler <michael@pbandjelly.org> Sat, 19 Jan 2013 14:08:50 -0600
ca-certificates (20121105) unstable; urgency=low
Update mozilla/certdata.txt to version 1.86
Certificates added (+) (none removed):
+ "Actalis Authentication Root CA"
+ "Trustis FPS Root CA"
+ "StartCom Certification Authority" (renewal/rehash)
+ "StartCom Certification Authority G2"
+ "Buypass Class 2 Root CA"
+ "Buypass Class 3 Root CA"
+ "T?RKTRUST Elektronik Sertifika Hizmet Sa?lay?c?s?"
+ "T-TeleSec GlobalRoot Class 3"
+ "EE Certification Centre Root CA"
-- Michael Shuler <michael@pbandjelly.org> Mon, 05 Nov 2012 10:56:28 -0600
ca-certificates (20120212) unstable; urgency=low
Update mozilla/certdata.txt to version 1.81
Certificates added (+) and removed (-):
+ "Security Communication RootCA2"
+ "EC-ACC"
+ "Hellenic Academic and Research Institutions RootCA 2011"
- "Verisign Class 2 Public Primary Certification Authority"
- "Verisign Class 4 Public Primary Certification Authority - G2"
- "TC TrustCenter, Germany, Class 2 CA"
- "TC TrustCenter, Germany, Class 3 CA"
-- Michael Shuler <michael@pbandjelly.org> Sun, 12 Feb 2012 15:12:59 -0600
ca-certificates (20111211) unstable; urgency=low
Remove French Government IGC/A CA certificates. The RSA certificate is
included in the Mozilla bundle and the DSA certificate is not in use.
Remove expired signet.pl CAs.
Remove expired brasil.gov.br CA.
-- Michael Shuler <michael@pbandjelly.org> Sun, 11 Dec 2011 19:05:32 -0600
ca-certificates (20111025) unstable; urgency=low
Update mozilla/certdata.txt to latest (NSS branch version 1.64.2.13)
Certificates added (+) and removed (-):
+ "AffirmTrust Commercial"
+ "AffirmTrust Networking"
+ "AffirmTrust Premium"
+ "AffirmTrust Premium ECC"
+ "A-Trust-nQual-03"
+ "Certinomis - Autorit? Racine"
+ "Certum Trusted Network CA"
+ "Go Daddy Root Certificate Authority - G2"
+ "Root CA Generalitat Valenciana"
+ "Starfield Root Certificate Authority - G2"
+ "Starfield Services Root Certificate Authority - G2"
+ "TWCA Root Certification Authority"
- "AOL Time Warner Root Certification Authority 1"
- "AOL Time Warner Root Certification Authority 2"
- "DigiNotar Root CA"
- "Entrust.net Global Secure Personal CA"
- "Entrust.net Global Secure Server CA"
- "Entrust.net Secure Personal CA"
- "IPS Chained CAs root"
- "IPS CLASE1 root"
- "IPS CLASE3 root"
- "IPS CLASEA1 root"
- "IPS CLASEA3 root"
- "IPS Timestamping root"
- "Thawte Personal Freemail CA"
- "Thawte Time Stamping CA"
Update CAcert-Class 3-Subroot-certificate Closes: #630232
-- Michael Shuler <michael@pbandjelly.org> Sun, 23 Oct 2011 23:16:57 -0500
cmake (2.8.7-4) unstable; urgency=low
From now on, pass either -DPythonInterp_FIND_VERSION=<version> or
-DPythonLibs_FIND_VERSION=<version> respectively in order to tell cmake to
look for the specific Python version. However, if an explicit Python version
is requested via find_package(), it will override the one specified on the
command line.
-- Modestas Vainius <modax@debian.org> Fri, 16 Mar 2012 22:15:23 +0200
cron (3.0pl1-119) unstable; urgency=low
The semantics of the -L option of the cron daemon have changed: from
now on, the value will be interpreted as a bitmask of various log
selectors, with "1" (log only the start of jobs) being the new default.
Additionally, since -117 (NEWS entry was overlooked), the LSBNAMES
variable in /etc/default/cron was merged with the EXTRA_OPTS variable
as it was redundant.
-- Christian Kastner <debian@kvr.at> Sun, 07 Aug 2011 21:13:19 +0200
cyrus-sasl2 (2.1.25.dfsg1-5) unstable; urgency=low
* Configuration of SQL engine backends have changed from database
specific configuration (e.g. 'mysql') to generic 'sql' auxprop
plugin.
You will need to change your configuration f.e. from:
auxprop_plugin: mysql
to
auxprop_plugin: sql
sql_engine: mysql
Also the SQL query (if used) needs to have '%u' replaced with '%u@%r'
because now user and realm is provided separately.
-- Ond?ej Sur? <ondrej@debian.org> Mon, 06 Aug 2012 13:12:22 +0200
ifupdown (0.7~rc1+experimental) experimental; urgency=low
The --all option to ifup and ifquery can now be combined with the
--allow option to act on all interfaces of a specific class (still
defaulting to the class 'auto'). If you have custom hook scripts, you
may need to update them. See interfaces(5) for details.
-- Andrew O. Shadura <bugzilla@tut.by> Tue, 17 Apr 2012 01:05:42 +0200
ispell (3.3.02-4) unstable; urgency=low
This is the latest, and most probably the last, upstream version of ispell.
Support for HTML or TeX files checking was slightly improved, limited support
for UTF-8 in American and British dictionaries was added (`ispell -T utf8'),
and plenty of old bugs were fixed.
Small, large, huge and insane versions of American and British ispell
dictionaries are now available. They are contained in packages which
names start with the `iamerican-' or `ibritish-' prefixes (for example
iamerican-large, ibritish-small). The medium-sized versions of the
dictionaries are included in `iamerican' and `ibritish' packages.
Unfortunately, ispell seems to be no longer maintained by its upstream
authors, so you should try switching to alternate spell-checkers like
aspell or hunspell.
-- Robert Luberda <robert@debian.org> Tue, 29 Mar 2011 20:18:06 +0200
linux-base (3) unstable; urgency=low
* Some HP Smart Array controllers are now handled by the new 'hpsa'
driver, rather than the 'cciss' driver.
While the cciss driver presented disk device names beginning with
'cciss/', hpsa makes disk arrays appear as ordinary SCSI disks and
presents device names beginning with 'sd'. In a system that already
has other SCSI or SCSI-like devices, names may change unpredictably.
During the upgrade from earlier versions, you will be prompted to
update configuration files which refer to device names that may
change. You can choose to do this yourself or to follow an automatic
upgrade process. All changed configuration files are backed up with
a suffix of '.old' (or '^old' in one case).
-- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Mar 2011 13:19:34 +0000
logrotate (3.8.0-1) experimental; urgency=low
Please note that this update changes the behaviour of logrotate:
Logrotate now skips directories which are world writable or writable
by group which is not "root" unless the (new) "su" directive is used.
-- Paul Martin <pm@debian.org> Sun, 28 Aug 2011 19:16:36 +0100
lsb (4.1+Debian1) unstable; urgency=low
This version implements a new "Fancy output" in the form of "[....] "
blocks prepended to the daemon status messages:
Before:
Starting/stopping long daemon name: daemond daemon2d
After:
[....] Starting/stopping long daemon name: daemond daemon2d
This block will become either a green [ ok ], a yellow [warn]
or a red [FAIL] depending on the daemon exit status.
The "Fancy output" can be disabled by setting the FANCYTTY variable to 0
in the /etc/lsb-base-logging.sh configuration file.
-- Didier Raboud <odyx@debian.org> Thu, 19 Apr 2012 11:25:01 +0200
mutt (1.5.21-2) experimental; urgency=low
mailto-mutt has been replaced by a wrapper as per #576313, because mutt is now
able to handle the mailto: urls; additionally it will also do some checks on
attachments and it will allow us to be as close to upstream as possible
-- Antonio Radici <antonio@dyne.org> Sat, 01 Jan 2011 12:56:29 +0000
pam (1.1.2-1) unstable; urgency=low
* Name of option for minimum Unix password length has changed
The Debian-specific 'min=n' option to pam_unix for specifying minimum
lengths for new passwords has been replaced by a new upstream option
called 'minlen=n'. If you are using 'min=n' in
/etc/pam.d/common-password, this will be migrated to the new option name
for you on upgrade. If you have configured pam_unix password changing
elsewhere on your system, such as in a PAM profile under
/usr/share/pam-configs or in other files in /etc/pam.d, you will need to
update them by hand for this change.
-- Steve Langasek <vorlon@debian.org> Tue, 31 Aug 2010 23:09:30 -0700
patch (2.6.1-1) unstable; urgency=low
The options -U --unified-reject-files and --global-reject-file have now been
removed.
-- Christoph Berg <myon@debian.org> Sun, 06 Feb 2011 20:17:11 +0100
procps (1:3.3.1-1) unstable; urgency=low
* top has a new rcfile format from 3.3.1 which is not backwards compatible
from a rcfile save from a pre-3.3.1 top.
-- Craig Small <csmall@debian.org> Mon, 23 Jan 2012 22:26:16 +1100
rsyslog (5.8.1-1) unstable; urgency=low
The way rsyslog processes SIGHUP has changed. It no longer does a reload
of its configuration, but simply closes all open files, which is a much more
lightweight operation.
To apply a changed configuration, rsyslogd needs to be restarted now.
As a consequence, the reload action has been dropped from the init script.
A new action called "rotate" was added to the init script, which signals
rsyslogd to close all open files. This new action is used in the rsyslog
logrotate configuration file.
For more information, see:
Sie müssen registriert sein, um Links zu sehen.
Sie müssen registriert sein, um Links zu sehen.
-- Michael Biebl <biebl@debian.org> Mon, 30 May 2011 18:26:51 +0200
samba (2:3.6.5-2) unstable; urgency=low
NSS modules have been split out from libpam-winbind to
libnss-winbind.
If Recommends: installs are disabled on your system you may need
to manually install the libnss-winbind package after upgrading
from former versions of winbind (for instance from squeeze) or
from former versions of libpam-winbind.
-- Christian Perrier <bubulle@debian.org> Mon, 07 May 2012 22:16:32 +0200
samba (2:3.5.11~dfsg-3) unstable; urgency=low
PAM modules and NSS modules have been split out from the winbind
package into libpam-winbind.
If Recommends: installs are disabled on your system you may need
to manually install the libpam-winbind package after upgrading
from former versions of winbind (for instance from squeeze)
-- Steve Langasek <vorlon@debian.org> Fri, 21 Oct 2011 20:00:13 +0000
sgml-base (1.26+nmu2) unstable; urgency=low
Starting with this release the SGML super catalog /etc/sgml/catalog will be
replaced with a symbolic link to /var/lib/sgml-base/supercatalog. The latter
file can be regenerated from the contents of the /etc/sgml directory including
all files ending in .cat using the new update-catalog --update-super option.
This call will be (dpkg) triggered by packages placing files in /etc/sgml. The
transition to this way of handling the super catalog will loose user changes to
/etc/sgml/catalog. Further overwriting of user changes will happen until all
packages using dh_installcatalogs are built with a fixed version of debhelper.
Sorry for the inconvenience.
-- Helmut Grohne <helmut@subdivi.de> Mon, 30 Apr 2012 16:37:01 +0200
sysv-rc (2.88dsf-28) unstable; urgency=low
Dependency based boot ordering is now required.
Most systems will already be using dependency based boot ordering.
This includes all squeeze and later releases, unless you have taken
deliberate action to disable it. Installations upgraded from etch,
lenny or earlier releases will have enabled dependency based booting
when upgrading to squeeze and later releases. However, it was
previously possible to opt out of migrating to dependency based
booting and retain static boot ordering. This is no longer the case.
If your system is still using static boot ordering, migrating to
dependency based boot ordering will be performed when sysv-rc is
configured.
If you have custom init scripts, or old init scripts without LSB
headers, please ensure that these have the correct dependency
information in an LSB header so that they will be run at the correct
point in the boot sequence. By default, they tend to be ordered
last, but before scripts requiring $all such as rc.local, but the
ordering is not guaranteed.
-- Roger Leigh <rleigh@debian.org> Tue, 26 Jun 2012 23:13:28 +0100
vim (2:7.3.154+hg~74503f6ee649-1) unstable; urgency=low
The vim-lesstif package has been removed in favor of the new vim-athena
package. The intent behind both packages is to provide a lighter-weight GUI
package as well as one that allows using XFLD fonts. The Athena toolkit,
however, has broader usage and reduces divergences with downstream
distributions.
-- James Vega <jamessan@debian.org> Sun, 27 Feb 2011 12:45:40 -0500
(END)