summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2014-05-23 19:32:23 +0200
committerAndreas Beckmann <anbe@debian.org>2014-05-23 19:32:23 +0200
commitac7cef1dc3559ac1a4b4197b50c05be5d08cacce (patch)
tree73864347e587dc98d9de25be9dec5736479d445d /debian/changelog
parent9fbc40c13f4c379ddc81aacc105350d621967445 (diff)
downloadsendmail-ac7cef1dc3559ac1a4b4197b50c05be5d08cacce.tar.gz
properly set the close-on-exec flag before executing mailers
backported from 8.14.9: SECURITY: Properly set the close-on-exec flag for file descriptors (except stdin, stdout, and stderr) before executing mailers.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9dd0505..5fdb06f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ sendmail (8.14.4-6) UNRELEASED; urgency=medium
* Apply manpage corrections from Ubuntu. (Closes: #747551)
* libmilter-assert.patch: Fix an incorrect assertion in libmilter,
cherry-picked from sendmail 8.14.7. (LP: #1299571)
+ * close_on_exec.patch: Properly set the close-on-exec flag for file
+ descriptors before executing mailers, cherry-picked from sendmail 8.14.9.
* libmilter: Convert into a 'Multi-Arch: same' package.
* libmilter: Add symbols control file.
* libmilter-dev: Move static libraries from /usr/lib/libmilter to /usr/lib.