Changelogs which might be relevant between 20120930+b1 and 20121114
[ Program translation updates ]
* Ukrainian (A. Bondarenko)
[ David Kalnischkies ]
* apt-pkg/pkgcachegen.cc:
- ensure that dependencies for packages:none are always generated
- add 2 missing remap registrations causing a segfault in case
we use the not remapped iterators after a move of the mmap again
- write the native architecture as unique string into the cache header
as it is used for arch:all packages as a map to arch:native.
Otherwise arch comparisons later will see differences (Closes: #689323)
* apt-pkg/pkgcache.cc:
- ignore negative dependencies applying in the same group for M-A:same
packages on the real package name as self-conflicts (Closes: #688863)
* cmdline/apt-cache.cc:
- print versioned dependency relations in (r)depends if the option
APT::Cache::ShowVersion is true (default: false) as discussed in
#218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
for initial patch and Steve McIntyre for nagging and testing!
* apt-pkg/edsp.cc:
- include reinstall requests and already installed (= protected) packages
in the install-request for external resolvers (Closes: #689331)
* apt-pkg/policy.cc:
- match pins with(out) an architecture as we do on the commandline
(partly fixing #687255, b= support has to wait for jessie)
* apt-pkg/contrib/netrc.cc:
- remove the 64 char limit for login/password in internal usage
- remove 256 char line limit by using getline() (POSIX.1-2008)
[ Colin Watson ]
* apt-pkg/pkgcachegen.cc:
- Fix crash if the cache is remapped while writing a Provides version
(LP: #1066445).
-- Michael Vogt <mvo@debian.org> Tue, 16 Oct 2012 18:08:53 +0200
* debian/patches/one_shot_colord-sane:
- Rework colord-sane to be run once per sane probe. This works around
bugs in libsane and its plugins, which otherwise leak fds causing all
manner of bad behaviour, such as high CPU usage. (Closes: #668325)
* debian/patches/initialise_gdbus_connection_sooner.patch:
- Initialise connection variable from the bus_connected callback rather
than the name_acquired callback. Fixes a race where colord could try to
process a request before name_acquired was called, resulting in an
abort().
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 10 Oct 2012 21:12:29 +1100
[ Samuel Thibault ]
* keyboard-configuration.config: Fix greek and ethiopian default layout into
including a US group, closes: #691201. Thanks Alkis Georgopoulos for the
report.
-- Christian Perrier <bubulle@debian.org> Sat, 27 Oct 2012 13:55:37 +0200
[ Updated translations ]
* Malayalam (ml.po) by Hrishikesh K B
-- Christian Perrier <bubulle@debian.org> Sat, 20 Oct 2012 08:49:14 +0200
* Replace XC-Package-Type by Package-Type in debian/control
[ Updated translations ]
* Asturian (ast.po) by ivarela
* Galician (gl.po) by Jorge Barreiro
* Ukrainian (uk.po) by Yuri Chornoivan
-- Christian Perrier <bubulle@debian.org> Wed, 17 Oct 2012 13:08:32 +0200
* Turn /usr/share/doc/console-setup{,-mini} into symlinks. Thanks to
Sven Joachim for the patch, closes: #657904.
* Tighten the dependency of console-setup-* on keyboard-configuration as
/usr/share/doc/console-setup* are symlinks. Thanks to Sven Joachim for
the patch.
* postinst: Do not modify /etc/default/{keyboard,console-setup} if
either file is a symlink. Thanks to Martin Ziegler, closes: #671003.
* keyboard-setup.init: hide error messages issued by setupcon (those are
normal if /usr is unavailable). Thanks to Miguel Angel, closes: #651229.
* Make setupcon --save-keyboard fail if the keyboard model is unknown.
-- Anton Zinoviev <zinoviev@debian.org> Sun, 30 Sep 2012 20:15:47 +0300
[ Samuel Thibault ]
* Add font-switch script to console-setup-linux-fonts-udeb package, remove
fonts which are not used by d-i.
[ Anton Zinoviev ]
* Make setupcon --save-keyboard fail if ckbcomp fails. Thanks to
Michael Prokop for discovering this bug.
-- Anton Zinoviev <zinoviev@debian.org> Wed, 26 Sep 2012 22:18:52 +0300
* Import more fixes:
- From RedHat:
* USB backend quirk rule for Xerox Phaser 3124 (and maybe others).
(STR #4217)
* Ensure attributes are valid UTF-8 in dbus notifier.
(RedHat #863387, STR #4219)
- From upstream:
* Fix to properly send cancel requests to printers not supporting
Create-Job.
* Fix to work around broken 1284 device IDs that use a newline
instead of a semicolon.
* Fix to avoid letting the IPP backend stuck in an endless loop on
certain network errors. (STR #4194)
* Tighten all internal dependencies on libcups2 to avoid any version
disparity. (Closes: #668662)
-- Didier Raboud <odyx@debian.org> Tue, 06 Nov 2012 16:26:25 +0100
* Furhter tighten cups dependency on libcups2. (Closes: #668662)
-- Didier Raboud <odyx@debian.org> Fri, 02 Nov 2012 22:30:39 +0100
* Non-maintainer upload on behalf of the Printing Team.
[ Till Kamppeter ]
* Correctly install language-private.h as /usr/include/cups/i18n.h,
.install file entries cannot rename files (LP: #1013470).
[ Martin Pitt ]
* Tighten cups' and cups-client's dependency to libcups2 to current binary
version. They use private symbols from the libraries which the automatic
dependencies from the .symbols files don't cover.
(Closes: #668662, #677180)
* manpage-translations.patch: Update German manpage translations, thanks
Helge Kreutzmann! (Closes: #670042)
* manpage-translations.patch: Update French manpage translations, thanks
Julien Patriarca! (Closes: #670224)
* debian/README.Debian: Explain how to enable cups-lpd, thanks Vincent
McIntyre. (Closes: #508941)
[ Didier Raboud ]
* Backport upstream quirks for the libusb backend (Closes: #690982).
* Packaging repository moved to Git, change VCS-* fields accordingly.
-- Didier Raboud <odyx@debian.org> Thu, 25 Oct 2012 08:56:29 +0200
* Non-maintainer upload on behalf of the Printing Team.
* When modprobe'ing usblp, respect the blacklist. Thanks to Julien
Cristau for noticing!
-- Didier Raboud <odyx@debian.org> Fri, 12 Oct 2012 20:13:28 +0200
* Non-maintainer upload on behalf of the Printing Team.
* Update tests-slow-lpstat.patch to wait on remaining jobs before each
test. This should fix the slow architectures' FTBFS.
-- Didier Raboud <odyx@debian.org> Thu, 11 Oct 2012 17:34:30 +0200
[ Aurelien Jarno ]
* patches/any/cvs-strtod-overflow.diff: new patch from upstream to fix
an integer/buffer overflow in strtod() (CVE-2012-3480). Closes:
#684889.
* patches/kfreebsd/local-getaddrinfo-freebsd-kernel.diff: new patch to
fix getaddrinfo() when service = 0 on a FreeBSD kernel with DNS
server returning IPv6, but without IPv6 connection. Closes: #690021.
* sysdeps/linux.mk: fix kernel version parsing with only two numbers.
* patches/any/cvs-arch-lowlevellock.diff: new patch from upstream to
fix futexes atomic issue on ARM and SPARC. Closes: #691173.
* local/manpages/ldconfig.8: fix wrong description of ld.so.conf format.
Closes: #684682.
[ Samuel Thibault ]
* libc0.3.symbols.hurd-i386: Add missing *_exec_file_name symbols.
* patches/hurd-i386/unsubmitted-gnumach.defs.diff: New patch to build stubs
for new gnumach.defs.
* libc0.3.symbols.hurd-i386: Add new gnumach.defs stubs symbols.
* control: build-depend on gnumach-dev that provides gnumach.defs.
-- Aurelien Jarno <aurel32@debian.org> Fri, 26 Oct 2012 14:28:06 +0000
* remove unnecessary explicit iocharset request in elilo.sh that prevents
ia64 installations from succeeding, closes: #685186
-- Bdale Garbee <bdale@gag.com> Tue, 16 Oct 2012 21:52:16 -0600
* Team upload.
* Fix "NFSD does not start": freebsd-nfs-server requires the nfs-stablerestart
state file to be existing to start. This file is created in postinst if it
does not exist yet now (Closes: #686013).
-- Arno Töll <arno@debian.org> Sun, 23 Sep 2012 17:20:27 +0200
* Merging upstream version 2.9.2.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 19 Oct 2012 12:47:21 +0200
* Team upload
* 92_kfreebsd_credentials.patch: use the FreeBSD credentials-passing
implementation on kFreeBSD too, making gnome-terminal and lightdm
work on kFreeBSD (Closes: #631968)
-- Simon McVittie <smcv@debian.org> Wed, 24 Oct 2012 10:51:08 +0100
* Revert link adding for gdbus-object-manager-example. While it is
useful to have in /usr/share/doc as an example, it must not be
shipped with the system documentation.
* 20_glib-compile-resources_leak.patch: new patch. Fix a leak
introduced in version 2.32.4. Thanks Niels Thykier!
* SECURITY: add 11_CVE-2012-3524_setuid.patch from upstream. Prevents
using DBus in a setuid binary. Fixes CVE-2012-3524.
-- Josselin Mouette <joss@debian.org> Sat, 06 Oct 2012 01:15:16 +0200
* New upstream bugfix release.
* 10_gdbus_race.patch: stolen from upstream git. Fix a race condition
that would make gnome-shell crash on startup under some conditions.
* libglib2.0-bin.install: bash completions have moved to /usr/share.
* libglib2.0-bin.maintscript: remove old conffiles.
* Add appropriate pre-dependency.
* libglib2.0-doc.links: add link for gdbus-object-manager-example.
-- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2012 17:59:34 +0200
* Explicitly set the shlibs version to 2.32.3 to not generate overly strict
dependencies for udeb packages.
-- Michael Biebl <biebl@debian.org> Wed, 19 Sep 2012 21:25:56 +0200
* Brown paper bag upload
* Re-upload version previously in unstable to superseded
experimental-targetted version previously mistakenly uploaded there.
-- Iain Lane <laney@debian.org> Mon, 10 Sep 2012 22:52:32 +0100
* debian/patches/685627_french_translation_update.patch: Adjusted.
- po/gnupg.pot: Trigger .gmo rebuild by date update (closes: #685627).
-- Daniel Leidert <dleidert@debian.org> Sun, 14 Oct 2012 12:11:18 +0200
[ Thijs Kinkhorst ]
* Add lintian override for gnupg-curl non-conflict.
[ Daniel Leidert ]
* debian/README.BUGS.Debian: Added note about gpg not returning an error
message if junk is given after --edit-key/--send-keys (closes: #630388).
* patches/685627_french_translation_update.patch: Added.
- po/fr.po: French translation proofread and updated (closes: #685627).
-- Thijs Kinkhorst <thijs@debian.org> Mon, 09 Apr 2012 18:44:33 +0200
* 30_strlen_on_null.diff: Fix segfault caused by running strlen() on NULL.
Closes: #647747
* Fix documentation packaging. gnutls-doc is built from the GnuTLS 3.x
packages. Add a new gnutls26-doc package which drops manpages and info
format documentation in favour of being co-installable with
gnutls-doc.
-- Andreas Metzler <ametzler@debian.org> Tue, 13 Nov 2012 19:21:25 +0100
* Non-maintainer upload.
* Apply Ubuntu patch fixing some EFI boot failures (closes: #687320)
- Thanks to Colin Watson.
-- Michael Gilbert <mgilbert@debian.org> Sun, 14 Oct 2012 04:09:51 -0400
* Non-maintainer upload by the Security Team.
* Fix CVE-2012-2248: dhclient sets a PATH that is influenced by the
location of the build directory.
-- Raphael Geissert <geissert@debian.org> Sun, 14 Oct 2012 15:48:19 -0500
* Fix FTBFS on Hurd by defining PATH_MAX (Closes: #690298)
Thanks to Pino Toscano!
-- Roland Stigge <stigge@antcom.de> Sat, 13 Oct 2012 18:06:57 +0200
[ Robert Millan ]
* Remove /boot symlink kludge. (Closes: #672255)
[ Christoph Egger ]
* Import svn239447 from upstream 8-STABLE to fix a DoS vulnerability in
SCTP (Closes: #686961)
-- Christoph Egger <christoph@debian.org> Fri, 02 Nov 2012 13:32:11 -0700
* Build source package on a kfreebsd system
* This should bring back the udebs lost in -7
-- Christoph Egger <christoph@debian.org> Mon, 29 Oct 2012 12:04:47 -0700
* Pick SVN 239447 from FreeBSD 9-STABLE to fix a remote DoS
vulnerability of SCTP (CVE-2012-3549) (Closes: #686962)
-- Steven Chamberlain <steven@pyro.eu.org> Sun, 30 Sep 2012 17:06:07 +0100
* Add support for versatile express platform.
-- Aurelien Jarno <aurel32@debian.org> Sat, 20 Oct 2012 14:30:32 +0200
* Cherry-pick from upstream 1.9:
Fix a multi-thread deadlock. This fixes a deadlock which was seen
in-the-wild with wine. It could happen that two threads tried to read
from the socket at the same time and one of the thread got stuck inside of
poll()/select(). The fix works by making sure that the writing thread
doesn't steal the reading thread's reply. Closes: #689269.
-- Julien Cristau <jcristau@debian.org> Mon, 15 Oct 2012 21:13:33 +0200
[ Daniel Veillard ]
* Fix a failure to report xmlreader parsing failures
Closes: #676210.
[ Aron Xu ]
* Add gbp.conf for wheezy branch.
-- Aron Xu <aron@debian.org> Sun, 07 Oct 2012 14:18:59 +0800
* Skip reachability test for empty gateway. (Closes: #690868)
* Obey netcfg/disable_dhcp for compatibility reasons and disable
autoconfig. There's no need to break old preseeding scripts,
as the intent is clear.
* Add a debconf template for netcfg/disable_autoconfig and state
that netcfg/disable_dhcp is deprecated.
-- Philipp Kern <pkern@debian.org> Sat, 03 Nov 2012 21:48:31 +0100
* Temporarily revert the activation of IPv6 privacy extensions
to cope with network-manager not commenting out the interfaces
stanza correctly.
-- Philipp Kern <pkern@debian.org> Sun, 28 Oct 2012 10:16:17 +0100
[ Philipp Kern ]
* netcfg.c (main): Remove a local definition of hostname.
(Closes: #690330)
* Override the hostname found via DHCP or DNS with the preseeded
value of the new variable netcfg/hostname, if set. Patch by
Floris Bos. (Closes: #606636)
* Add myself to uploaders.
[ Updated translations ]
* Amharic (am.po) by Tegegne Tefera
* Asturian (ast.po) by Mikel González
* Welsh (cy.po) by Dafydd Tomos
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino
* Galician (gl.po) by Jorge Barreiro
* Kannada (kn.po) by Prabodh
* Serbian (sr.po) by Karolina Kalic
* Tamil (ta.po) by Dr.T.Vasudevan
* Ukrainian (uk.po) by Yuri Chornoivan
-- Philipp Kern <pkern@debian.org> Fri, 26 Oct 2012 11:11:53 +0200
* Re-upload without cruft from my checkout, oops.
-- Cyril Brulebois <kibi@debian.org> Fri, 05 Oct 2012 00:57:08 +0200
* Fix missing build-dep on check for the test suite.
-- Cyril Brulebois <kibi@debian.org> Thu, 04 Oct 2012 23:26:58 +0200
[ Philipp Kern ]
* Makefile: set DEB_HOST_ARCH{,_OS} conditionally
* autoconfig.c: kill dhcp6c after timeout unless a lease is obtained
* Fix the dns- entries in /etc/network/interfaces. (Closes: #689474)
Patch by Matthew L. Dailey.
* Run the test suite during build.
[ Christian Perrier ]
* [l10n] Drop use of sublevel 6 and move "recently" added
strings to the sublevel they pertain to.
[ Samuel Thibault ]
* Fix ethtool-lite hurd-i386 build.
[ Updated translations ]
* Hindi (hi.po) by Kumar Appaiah
* Marathi (mr.po) by sampada
-- Philipp Kern <pkern@debian.org> Thu, 04 Oct 2012 22:38:34 +0200
* Add Latvian translation. Closes: #674705.
* Close bugs fixed in -9: Closes: #670039. Closes: #670012. Closes: #658319.
* Don't override hardened CFLAGS. Closes: #658430.
* Updated welsh translation. Closes: #677458.
* Updated Lithuanian translation. Closes: #675678.
-- Alastair McKinstry <mckinstry@debian.org> Fri, 15 Jun 2012 12:52:00 +0100
[ Piotr Ożarowski ]
* dh_python2:
- no longer sensitive to trailing slash in private dir names
(closes: #686358)
- ignore /usr/bin/python3 shebangs in all packages, not just in
python3-* ones
- generates correct "python (<< 2.X)" dependencies for packages with
private Python extensions (typo fixed)
* pyversions.py: fix parsing DEBPYTHON_SUPPORTED env. variable
(versions should be separated using comma, as in debian_defaults
config file)
[ Dmitry Shachnev ]
* debian/python.{pre,post}rm.in: Handle purge command the same way as
remove (thanks to Mitsuya Shibata for the bug report)
-- Piotr Ożarowski <piotr@debian.org> Sun, 21 Oct 2012 22:40:55 +0200
[ Samuel Thibault ]
* When enabling speakup, tell debconf to show choices horizontally.
Closes: #690588.
* Update lowmem limit for graphical installer.
[ Christian Perrier ]
* Replace XC-Package-Type by Package-Type in debian/control
-- Christian Perrier <bubulle@debian.org> Sat, 27 Oct 2012 13:47:30 +0200
* Applying patch from Tom Jampen <jampen@cryptography.ch> to add a
workaround in root device detection of extlinux' postinst for bugs
in df (see #656067 and #656333) in connection with UUIDs.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 08 Nov 2012 12:30:29 +0100
* Updating upstream URLs.
* Updating todo file.
* Merging upstream version 4.06+dfsg.
* Removing as-needed.patch, included upstream.
* Removing efi-mbr.patch, included upstream.
* Removing ext2-header.patch, included upstream.
* Renumbering patches.
* Updating conffiles.patch to make extlinux add /boot/extlinux and
/extlinux directories for bootloader configuration files.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 01 Nov 2012 15:59:34 +0100
* ship forgotten README-P2P.
* revert to GNU readline for wpa_cli, instead of using the internal readline
implementation added in wpa 1~. Prefer libreadline-gplv2-dev, because libnl
is GPL-2 (only) - switching back to the internal readline implementation is
targeted for wheezy+1 (Closes: #677993, #678077).
* Fix DoS via specially crafted EAP-TLS messages with longer message
length than TLS data length (CVE-2012-4445, DSA 2557-1, Closes: #689990).
-- Stefan Lippers-Hollmann <s.l-h@gmx.de> Mon, 08 Oct 2012 17:48:04 +0200
* New upstream stable release.
* int10: fix pci_device_read_rom usage (closes: #686153). Thanks, Stephan
Schreiber!
* Revert 'Unload submodules' (closes: #686152). Seems to introduce a
regression, let's try that again later. Thanks, Stephan Schreiber!
* Revert "fb: reorder Bresenham error correction to avoid overshoot". Fixes
regression introduced in 1.12.3.902 (fdo#54168, closes: #688908)
* Add conflicts against obsolete evtouch input driver (hopefully closes:
#687268)
-- Julien Cristau <jcristau@debian.org> Sun, 30 Sep 2012 12:47:00 +0200