When running "apt dist-upgrade" today on a system tracking Unstable I got the
below old entries. On that system I have not had inappropriate display of
news entries before and I only got it from the following 3 packages. I have
included my configuration at the bottom which is all the default AFAIK.
tor (0.2.0.26-rc-1) experimental; urgency=critical
* weak cryptographic keys
It has been discovered that the random number generator in Debian's
openssl package is predictable. This is caused by an incorrect
Debian-specific change to the openssl package (CVE-2008-0166). As a
result, cryptographic key material may be guessable.
See Debian Security Advisory number 1571 (DSA-1571) for more information:
http://lists.debian.org/debian-security-announce/2008/msg00152.html
If you run a Tor server using this package please see
/var/lib/tor/keys/moved-away-by-tor-package/README.REALLY
-- Peter Palfrader <[email protected]> Tue, 13 May 2008 12:49:05 +0200
pulseaudio (11.1-2) unstable; urgency=medium
* Since this version, pulseaudio disables autospawn by default on linux
systems, and replaces that with systemd socket activation. If you are not
using systemd, then please edit or remove
/etc/pulse/client.conf.d/00-disable-autospawn.conf
to re-enable it.
-- Felipe Sateler <[email protected]> Fri, 17 Nov 2017 20:13:57 -0300
socat (1.7.1.3-1.3) unstable; urgency=low
Readline support has been disabled for license reason: GNU Readline license
(GPL) is incompatible with the OpenSSL license.
-- Jakub Wilk <[email protected]> Sun, 22 Apr 2012 10:49:00 +0200
root@usagi:~# cat /etc/apt/apt.conf.d/20listchanges
DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt || test $? -lt 10";
};
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Tools::Options::/usr/bin/apt-listchanges::InfoFD "20";
Dir::Etc::apt-listchanges-main "listchanges.conf";
Dir::Etc::apt-listchanges-parts "listchanges.conf.d";
root@usagi:~# find /etc/apt|grep listchan
/etc/apt/apt.conf.d/20listchanges
/etc/apt/listchanges.conf
/etc/apt/listchanges.conf.d
root@usagi:~#
--
My Main Blog http://etbe.coker.com.au/
My Documents Blog http://doc.coker.com.au/