forked from pool/postfix
Accepting request 947313 from home:stroeder:network
Update to 3.6.4 Seems to work on Tumbleweed x86_64 OBS-URL: https://build.opensuse.org/request/show/947313 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=432
This commit is contained in:
parent
b4e9907563
commit
81f10f3589
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f1241d456a0158e0c418abf62c52c2ff83f8f1dcf2fbdd4c40765b67789b1bc
|
||||
size 4750833
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBhiF8ADAtZDoDKFacRCgTdAP9HMzPu7mChw/m/Dr9fVdKDzsfXyDJWH9de
|
||||
GiQhIb1EwgD8CssWozyzEzMlFzGzEgbV462MGeoS7QJhRoY58cONOJo=
|
||||
=orD1
|
||||
-----END PGP SIGNATURE-----
|
3
postfix-3.6.4.tar.gz
Normal file
3
postfix-3.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e
|
||||
size 4751433
|
7
postfix-3.6.4.tar.gz.asc
Normal file
7
postfix-3.6.4.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBh4gGUDAtZDoDKFacRCgAeAP9lr/6/dLKNqqdmc+gUAWxgccw/FUA8yIBY
|
||||
D2/1m5qC7wEAgkSg1FvpC5iA+iYyWWBk6PIFJEV735HE2fIeEUVf62Q=
|
||||
=8WjV
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 23:32:41 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.6.4
|
||||
* Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient
|
||||
entries in postconf output. This was caused by an incomplete
|
||||
fix to send SMTP session transcripts to $bounce_notice_recipient.
|
||||
* Bug introduced in Postfix 3.0: the proxymap daemon did not
|
||||
automatically authorize proxied maps inside pipemap (example:
|
||||
pipemap:{proxy:maptype:mapname, ...}) or inside unionmap.
|
||||
* Bug introduced in Postfix 2.5: off-by-one error while writing
|
||||
a string terminator. This code passed all memory corruption
|
||||
tests, presumably because it wrote over an alignment padding
|
||||
byte, or over an adjacent character byte that was never read.
|
||||
* The proxymap daemon did not automatically authorize map features
|
||||
added after Postfix 3.3, caused by missing *_maps parameter
|
||||
names in the proxy_read_maps default value. Found during code
|
||||
maintenance.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
%bcond_without ldap
|
||||
Name: postfix-bdb
|
||||
Version: 3.6.3
|
||||
Version: 3.6.4
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 23:32:41 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.6.4
|
||||
* Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient
|
||||
entries in postconf output. This was caused by an incomplete
|
||||
fix to send SMTP session transcripts to $bounce_notice_recipient.
|
||||
* Bug introduced in Postfix 3.0: the proxymap daemon did not
|
||||
automatically authorize proxied maps inside pipemap (example:
|
||||
pipemap:{proxy:maptype:mapname, ...}) or inside unionmap.
|
||||
* Bug introduced in Postfix 2.5: off-by-one error while writing
|
||||
a string terminator. This code passed all memory corruption
|
||||
tests, presumably because it wrote over an alignment padding
|
||||
byte, or over an adjacent character byte that was never read.
|
||||
* The proxymap daemon did not automatically authorize map features
|
||||
added after Postfix 3.3, caused by missing *_maps parameter
|
||||
names in the proxy_read_maps default value. Found during code
|
||||
maintenance.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
%bcond_without libnsl
|
||||
%bcond_without ldap
|
||||
Name: postfix
|
||||
Version: 3.6.3
|
||||
Version: 3.6.4
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user