diff --git a/postfix-3.6.2.tar.gz b/postfix-3.6.2.tar.gz deleted file mode 100644 index a1e14b0..0000000 --- a/postfix-3.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:507323d20d7b3f705f49cf8c07d437c6d8090bed07e15a3c0ec405edad54a7d4 -size 4749530 diff --git a/postfix-3.6.2.tar.gz.asc b/postfix-3.6.2.tar.gz.asc deleted file mode 100644 index e549a3d..0000000 --- a/postfix-3.6.2.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (FreeBSD) - -iFcDBQBg/KW0DAtZDoDKFacRCv6ZAP93+1Bi+iPb24MFzjxHAuT0VjvNpYxgKPrp -GRhhUcs8tAD/Y0ghKWq8Ra8Gk9UHePI0PwD8jqCbt4m3mWAIfyqKh7w= -=e01E ------END PGP SIGNATURE----- diff --git a/postfix-3.6.3.tar.gz b/postfix-3.6.3.tar.gz new file mode 100644 index 0000000..4601d1e --- /dev/null +++ b/postfix-3.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1241d456a0158e0c418abf62c52c2ff83f8f1dcf2fbdd4c40765b67789b1bc +size 4750833 diff --git a/postfix-3.6.3.tar.gz.asc b/postfix-3.6.3.tar.gz.asc new file mode 100644 index 0000000..7d01732 --- /dev/null +++ b/postfix-3.6.3.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (FreeBSD) + +iFcDBQBhiF8ADAtZDoDKFacRCgTdAP9HMzPu7mChw/m/Dr9fVdKDzsfXyDJWH9de +GiQhIb1EwgD8CssWozyzEzMlFzGzEgbV462MGeoS7QJhRoY58cONOJo= +=orD1 +-----END PGP SIGNATURE----- diff --git a/postfix-bdb.changes b/postfix-bdb.changes index 71c78ee..d8d9261 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder + +- Update to 3.6.3 + * (problem introduced in Postfix 2.4, released in 2007): queue + file corruption after a Milter (for example, MIMEDefang) made + a request to replace the message body with a copy of that message + body plus additional text (for example, a SpamAssassin report). + * (problem introduced in Postfix 2.10, released in 2012): The + postconf "-x" option could produce incorrect output, because + multiple functions were implicitly sharing a buffer for + intermediate results. Problem report by raf, root cause analysis + by Viktor Dukhovni. + * (problem introduced in Postfix 2.11, released in 2013): The + check_ccert_access feature worked as expected, but produced a + spurious warning when Postfix was built without SASL support. + Fix by Brad Barden. + * Fix for a compiler warning due to a missing 'const' qualifier + when compiling Postfix with OpenSSL 3. Depending on compiler + settings this could cause the build to fail. + * The known_tcp_ports settings had no effect. It also wasn't fully + implemented. Problem report by Peter. + * Fix for missing space between a hostname and warning text. + ------------------------------------------------------------------- Fri Oct 22 09:45:40 UTC 2021 - Dirk Stoecker @@ -30,7 +54,7 @@ Thu Aug 26 13:59:42 UTC 2021 - Peter Varkoly Adapt master.cf patch ------------------------------------------------------------------- -Tue Aug 24 09:55:02 UTC 2021 - Peter Varkoly +Tue Aug 24 09:55:42 UTC 2021 - Peter Varkoly - postfix fails with glibc 2.34 Define HAS_CLOSEFROM @@ -5319,4 +5343,3 @@ Mon Oct 9 13:54:13 CEST 2000 - choeger@suse.de Mon Oct 9 11:48:39 CEST 2000 - choeger@suse.de - inititial revision of pfixtls - diff --git a/postfix-bdb.spec b/postfix-bdb.spec index 60fee46..59624f7 100644 --- a/postfix-bdb.spec +++ b/postfix-bdb.spec @@ -56,7 +56,7 @@ %endif %bcond_without ldap Name: postfix-bdb -Version: 3.6.2 +Version: 3.6.3 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0 diff --git a/postfix.changes b/postfix.changes index 0f62028..d8d9261 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder + +- Update to 3.6.3 + * (problem introduced in Postfix 2.4, released in 2007): queue + file corruption after a Milter (for example, MIMEDefang) made + a request to replace the message body with a copy of that message + body plus additional text (for example, a SpamAssassin report). + * (problem introduced in Postfix 2.10, released in 2012): The + postconf "-x" option could produce incorrect output, because + multiple functions were implicitly sharing a buffer for + intermediate results. Problem report by raf, root cause analysis + by Viktor Dukhovni. + * (problem introduced in Postfix 2.11, released in 2013): The + check_ccert_access feature worked as expected, but produced a + spurious warning when Postfix was built without SASL support. + Fix by Brad Barden. + * Fix for a compiler warning due to a missing 'const' qualifier + when compiling Postfix with OpenSSL 3. Depending on compiler + settings this could cause the build to fail. + * The known_tcp_ports settings had no effect. It also wasn't fully + implemented. Problem report by Peter. + * Fix for missing space between a hostname and warning text. + ------------------------------------------------------------------- Fri Oct 22 09:45:40 UTC 2021 - Dirk Stoecker @@ -35,7 +59,7 @@ Tue Aug 24 09:55:42 UTC 2021 - Peter Varkoly - postfix fails with glibc 2.34 Define HAS_CLOSEFROM (bsc#1189101) - add patch + add patch - postfix-3.6.2-glibc-234-build-fix.patch ------------------------------------------------------------------- diff --git a/postfix.spec b/postfix.spec index c3f7ade..563035c 100644 --- a/postfix.spec +++ b/postfix.spec @@ -42,7 +42,7 @@ %bcond_without libnsl %bcond_without ldap Name: postfix -Version: 3.6.2 +Version: 3.6.3 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0