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

Ubuntu dpkg 1.15.5.6ubuntu3



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: Tue, 16 Mar 2010 10:04:38 +0000
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source
Version: 1.15.5.6ubuntu3
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson@ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
Launchpad-Bugs-Fixed: 537241
Changes: 
 dpkg (1.15.5.6ubuntu3) lucid; urgency=low
 .
   * Revert fsync during package unpack for now; it's unacceptably slow for
     packages with lots of small files, and we can't ship beta-1 this way.
     We'll do something better once it's decided upstream (LP: #537241).
Checksums-Sha1: 
 88d886f5ba1d8ccca5bc974c957128166d0d1634 2001 dpkg_1.15.5.6ubuntu3.dsc
 25c5ffdec0671f12893eaa1b4f7f1a8f0d23c2b4 4701954 dpkg_1.15.5.6ubuntu3.tar.bz2
Checksums-Sha256: 
 2d4113d2cac238ffbb88ae0388c9ca0ab2fccf4cfe24aa0107388e5c1e1688db 2001 dpkg_1.15.5.6ubuntu3.dsc
 42bed912d8c077e26780c5ec434d99d7ecdd6b757c31f32f1d0bc32cbc233f75 4701954 dpkg_1.15.5.6ubuntu3.tar.bz2
Files: 
 9ff7b071ad8bae1a10fef734ee4d2b9a 2001 admin required dpkg_1.15.5.6ubuntu3.dsc
 ed4f26a0fdea5b720c446dfee6718806 4701954 admin required dpkg_1.15.5.6ubuntu3.tar.bz2
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.15.5.6ubuntu2/debian/changelog 1.15.5.6ubuntu3/debian/changelog
--- 1.15.5.6ubuntu2/debian/changelog	2010-03-11 00:40:53.000000000 +0000
+++ 1.15.5.6ubuntu3/debian/changelog	2010-03-16 10:29:48.000000000 +0000
@@ -1,3 +1,11 @@
+dpkg (1.15.5.6ubuntu3) lucid; urgency=low
+
+  * Revert fsync during package unpack for now; it's unacceptably slow for
+    packages with lots of small files, and we can't ship beta-1 this way.
+    We'll do something better once it's decided upstream (LP: #537241).
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 16 Mar 2010 10:04:38 +0000
+
 dpkg (1.15.5.6ubuntu2) lucid; urgency=high
 
   * Backport from upstream:
diff -pruN 1.15.5.6ubuntu2/src/archives.c 1.15.5.6ubuntu3/src/archives.c
--- 1.15.5.6ubuntu2/src/archives.c	2010-03-11 00:40:59.000000000 +0000
+++ 1.15.5.6ubuntu3/src/archives.c	2010-03-16 10:29:49.000000000 +0000
@@ -654,8 +654,6 @@ int tarobject(struct TarInfo *ti) {
     am=(nifd->namenode->statoverride ? nifd->namenode->statoverride->mode : ti->Mode) & ~S_IFMT;
     if (fchmod(fd,am))
       ohshite(_("error setting permissions of `%.255s'"),ti->Name);
-    if (fsync(fd))
-      ohshite(_("unable to sync file '%.255s'"), ti->Name);
     pop_cleanup(ehflag_normaltidy); /* fd= open(fnamenewvb.buf) */
     if (close(fd))
       ohshite(_("error closing/writing `%.255s'"),ti->Name);

Reply to: