From 9aee3b6516cc26e06fcd4fbb29ae95c85e9a156ad75bad74781353556aa3e910 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Wed, 9 Nov 2011 20:12:10 +0000 Subject: [PATCH] - update to 2.8.7 Bugfixes: smtpd(8) did not sanitize newline characters in cleanup(8) REJECT messages, causing them to be sent out via SMTP as bare newline characters. smtpd(8) sent multi-line responses from a before-queue content filter as text with bare instead of . Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421) when it could not give a connection to a real smtpd process, causing some remote SMTP clients to bounce mail. OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=104 --- postfix-2.8.5.tar.bz2 | 3 --- postfix-2.8.7.tar.bz2 | 3 +++ postfix.changes | 13 +++++++++++++ postfix.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 postfix-2.8.5.tar.bz2 create mode 100644 postfix-2.8.7.tar.bz2 diff --git a/postfix-2.8.5.tar.bz2 b/postfix-2.8.5.tar.bz2 deleted file mode 100644 index 70f62e2..0000000 --- a/postfix-2.8.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:456781cdf6e956e320f15c246286070825ac8b50560623aaa5fe67337af444ab -size 2638256 diff --git a/postfix-2.8.7.tar.bz2 b/postfix-2.8.7.tar.bz2 new file mode 100644 index 0000000..ab213f6 --- /dev/null +++ b/postfix-2.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66427812a0d9704ca21cdf6043474a00f6c1312f3060a5c5e2cbde2f782ec3b0 +size 2638892 diff --git a/postfix.changes b/postfix.changes index 5aceca2..c84b419 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 9 20:05:38 UTC 2011 - varkoly@suse.com + +- update to 2.8.7 + Bugfixes: + smtpd(8) did not sanitize newline characters in cleanup(8) + REJECT messages, causing them to be sent out via SMTP as bare newline characters. + smtpd(8) sent multi-line responses from a before-queue content filter as text with + bare instead of . + Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421) + when it could not give a connection to a real smtpd process, causing some + remote SMTP clients to bounce mail. + ------------------------------------------------------------------- Thu Nov 3 15:56:23 UTC 2011 - varkoly@suse.com diff --git a/postfix.spec b/postfix.spec index f9d7baf..a162931 100644 --- a/postfix.spec +++ b/postfix.spec @@ -19,7 +19,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer -Version: 2.8.5 +Version: 2.8.7 Release: 1 License: IBM Public License .. Group: Productivity/Networking/Email/Servers