summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2012-08-04 10:20:30 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-08-04 10:20:30 +0200
commit3ac981df108470b42b89d0d4a816a5e3ba58c501 (patch)
treebaf9c79719038583e7d0493932823141c4040786 /debian
parentf65861d7c922e2a642684962ae125f74c1586400 (diff)
apt-pkg/contrib/mmap.cc:
- guard only the msync call with _POSIX_SYNCHRONIZED_IO rather than also the fallback code as it breaks APT on hurd since 0.9.7.3 as the fallback is now always used on non-linux (Closes: #683354)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3aa1f7e86..2ad1134a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ apt (0.9.7.4) UNRELEASED; urgency=low
[ Program translation updates ]
* Polish (Michał Kułach)
+ [ Pino Toscano ]
+ * apt-pkg/contrib/mmap.cc:
+ - guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
+ than also the fallback code as it breaks APT on hurd since 0.9.7.3
+ as the fallback is now always used on non-linux (Closes: #683354)
+
-- David Kalnischkies <kalnischkies@gmail.com> Wed, 18 Jul 2012 11:45:57 +0200
apt (0.9.7.3) UNRELEASED; urgency=low