[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ubuntu dpkg 1.18.9ubuntu2



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.8
Date: Fri, 08 Jul 2016 06:42:07 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.18.9ubuntu2
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Julian Andres Klode <juliank@ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 830267
Changes: 
 dpkg (1.18.9ubuntu2) yakkety; urgency=medium
 .
   * Cherry pick the following patch from git to fix APT's testsuite
 .
   [ Guillem Jover ]
   * When activating file triggers on conffile purge, use the conffile name
     instead of the real pathname it might refer to. This fixes a segfault
     when using --instdir, or when the conffile has been moved around and
     replaced with a symlink to the target.
     Regression introduced in dpkg 1.18.8. Closes: #830267
Checksums-Sha1: 
 95b3e337d15eb4ee9c27da745bb9b4ff2806d239 2115 dpkg_1.18.9ubuntu2.dsc
 1a7065a450c0f75806317c58ea86b7778e6d248b 4561752 dpkg_1.18.9ubuntu2.tar.xz
Checksums-Sha256: 
 4e182beb28f49ea1676f20fdaf03ed44f832bdad54945d120843de7ff2550e8f 2115 dpkg_1.18.9ubuntu2.dsc
 3f47c0e210056d44cfb64c1a32945c9afb572f56785a978e8a6633df1071ea2f 4561752 dpkg_1.18.9ubuntu2.tar.xz
Files: 
 bc5e4eacb02bdd6b235a86d18d5f9735 2115 admin required dpkg_1.18.9ubuntu2.dsc
 a6ac0c2ef1cd01586914a12c1ef8d261 4561752 admin required dpkg_1.18.9ubuntu2.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.18.9ubuntu1/debian/changelog 1.18.9ubuntu2/debian/changelog
--- 1.18.9ubuntu1/debian/changelog	2016-07-04 10:51:21.000000000 +0000
+++ 1.18.9ubuntu2/debian/changelog	2016-07-08 04:44:28.000000000 +0000
@@ -1,3 +1,16 @@
+dpkg (1.18.9ubuntu2) yakkety; urgency=medium
+
+  * Cherry pick the following patch from git to fix APT's testsuite
+
+  [ Guillem Jover ]
+  * When activating file triggers on conffile purge, use the conffile name
+    instead of the real pathname it might refer to. This fixes a segfault
+    when using --instdir, or when the conffile has been moved around and
+    replaced with a symlink to the target.
+    Regression introduced in dpkg 1.18.8. Closes: #830267
+
+ -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 08 Jul 2016 06:42:07 +0200
+
 dpkg (1.18.9ubuntu1) yakkety; urgency=medium
 
   * Merge with Debian unstable, pulling in fix for dpkg-buildpackage.
diff -pruN 1.18.9ubuntu1/src/remove.c 1.18.9ubuntu2/src/remove.c
--- 1.18.9ubuntu1/src/remove.c	2016-07-03 19:02:19.000000000 +0000
+++ 1.18.9ubuntu2/src/remove.c	2016-07-08 04:41:45.000000000 +0000
@@ -529,7 +529,7 @@ static void removal_bulk_remove_configfi
       if (rc == -1)
         continue;
 
-      namenode = findnamenode(fnvb.buf, fnn_nonew);
+      namenode = findnamenode(conff->name, 0);
       usenode = namenodetouse(namenode, pkg, &pkg->installed);
 
       trig_path_activate(usenode, pkg);

Reply to: