Accepting request 772195 from server:mail
- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services - bsc#1160413 postfix fails with -fno-common - Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. OBS-URL: https://build.opensuse.org/request/show/772195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=180
This commit is contained in:
commit
1833d9caa7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943
|
||||
size 4573099
|
3
postfix-3.4.9.tar.gz
Normal file
3
postfix-3.4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7
|
||||
size 4573241
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47579b1702270e9b3b24b587545236d774c416d40cfdb672ab42cf6e7aeeaeb9
|
||||
size 27403
|
||||
oid sha256:73817f534079314de9d7f0f13f4e4b4f5e17cdbeb21a479b706e9eec26ed62fe
|
||||
size 27439
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 17:07:39 UTC 2020 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- bsc#1162891 server:mail/postfix: cond_slp bug on TW after
|
||||
moving /etc/services to /usr/etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 12:27:07 UTC 2020 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- bsc#1160413 postfix fails with -fno-common
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 12:31:48 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.4.9:
|
||||
* Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were
|
||||
broken while adding support for negative DNS response caching
|
||||
in postscreen. Postfix was inadvertently changed to call
|
||||
res_query() instead of res_search().
|
||||
* Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro
|
||||
overrides from a Milter application. Postfix now evaluates the
|
||||
Milter macros for an SMTP CONNECT event after the Postfix-to-Milter
|
||||
connection is negotiated.
|
||||
* Bug (introduced: Postfix 3.0): sanitize (remote) server responses
|
||||
before storing them in the verify database, to avoid Postfix
|
||||
warnings about malformed UTF8. Found during code maintenance.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 19:55:30 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package postfix
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -53,12 +53,12 @@
|
||||
%bcond_with libnsl
|
||||
%endif
|
||||
Name: postfix
|
||||
Version: 3.4.8
|
||||
Version: 3.4.9
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
Group: Productivity/Networking/Email/Servers
|
||||
Url: http://www.postfix.org
|
||||
URL: http://www.postfix.org
|
||||
Source0: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-%{version}.tar.gz
|
||||
Source2: %{name}-SuSE.tar.gz
|
||||
Source3: %{name}-mysql.tar.bz2
|
||||
@ -183,7 +183,7 @@ PostgreSQL.
|
||||
%build
|
||||
unset AUXLIBS AUXLIBS_LDAP AUXLIBS_PCRE AUXLIBS_MYSQL AUXLIBS_PGSQL AUXLIBS_SQLITE AUXLIBS_CDB
|
||||
|
||||
export CCARGS="${CCARGS} %{optflags} -Wno-comments -Wno-missing-braces -fPIC"
|
||||
export CCARGS="${CCARGS} %{optflags} -fcommon -Wno-comments -Wno-missing-braces -fPIC"
|
||||
%ifarch s390 s390x ppc
|
||||
export CCARGS="${CCARGS} -fsigned-char"
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user