From 2126f91a289b90164adbcf24122dc0347a74f7ffd67fc57fecb117fdbac359b1 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Thu, 20 May 2010 17:10:18 +0000 Subject: [PATCH 1/3] fix obviously lost POSTFIX_MYHOSTNAME OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=41 --- postfix-SuSE.tar.gz | 4 ++-- postfix.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index a727b93..8203d2f 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d46b2413df658bbf26675776c811a115b7e47ef9f18937174bcfc9f43433d929 -size 21444 +oid sha256:d81ca63869c0084a1dea32d7a494dff35aa01092a720d64a14b1c4a34f738f19 +size 21465 diff --git a/postfix.changes b/postfix.changes index 2c767ff..5c6c565 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 20 17:08:26 UTC 2010 - chris@computersalat.de + +- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix + ------------------------------------------------------------------- Wed Apr 7 12:39:16 UTC 2010 - varkoly@novell.com From 4780689a8daf2856df9c4bbb303368bd5c6af769ddb487dc13249d5ba87393de Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 10 Jun 2010 11:11:13 +0000 Subject: [PATCH 2/3] - update to 2.7.1 * Bugfix (introduced Postfix 2.6) in the XFORWARD implementation, which sends remote SMTP client attributes through SMTP-based content filters. The Postfix SMTP client did not skip "unknown" SMTP client attributes, causing a syntax error when sending an "unknown" client PORT attribute. * Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error. * Safety: Postfix processes now log a warning when a matchlist has a #comment at the end of a line (for example mynetworks or relay_domains). * Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers. * Portability: Berkeley DB 5.x is now supported. OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=42 --- dynamic_maps.patch | 2 +- postfix-2.7.0.tar.bz2 | 3 --- postfix-2.7.1.tar.bz2 | 3 +++ postfix.changes | 14 ++++++++++++++ postfix.spec | 4 ++-- 5 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 postfix-2.7.0.tar.bz2 create mode 100644 postfix-2.7.1.tar.bz2 diff --git a/dynamic_maps.patch b/dynamic_maps.patch index f8a260d..693cac6 100644 --- a/dynamic_maps.patch +++ b/dynamic_maps.patch @@ -488,7 +488,7 @@ diff -ruN postfix-2.7.0-ORIG/src/util/dict_db.c postfix-2.7.0/src/util/dict_db.c + if ((errno = db->upgrade(db,db_path,0)) != 0) + msg_fatal("upgrade of database %s: %m",db_path); + } - #if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0) + #if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0) if ((errno = db->open(db, 0, db_path, 0, type, db_flags, 0644)) != 0) msg_fatal("open database %s: %m", db_path); diff -ruN postfix-2.7.0-ORIG/src/util/dict_dbm.c postfix-2.7.0/src/util/dict_dbm.c diff --git a/postfix-2.7.0.tar.bz2 b/postfix-2.7.0.tar.bz2 deleted file mode 100644 index 7922588..0000000 --- a/postfix-2.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff2730b50067b4d90222087a5bf5c3f6978e81dd0e0177d3bcd573fce67825f2 -size 2477793 diff --git a/postfix-2.7.1.tar.bz2 b/postfix-2.7.1.tar.bz2 new file mode 100644 index 0000000..7ed92ed --- /dev/null +++ b/postfix-2.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3b1b0344d250cdcdbd9b8ab58bca1a3c543d719aa7eec7a5d15890da6e48e8 +size 2548661 diff --git a/postfix.changes b/postfix.changes index 5c6c565..9523c99 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 10 10:55:54 UTC 2010 - varkoly@novell.com + +- update to 2.7.1 + * Bugfix (introduced Postfix 2.6) in the XFORWARD implementation, + which sends remote SMTP client attributes through SMTP-based content filters. + The Postfix SMTP client did not skip "unknown" SMTP client attributes, + causing a syntax error when sending an "unknown" client PORT attribute. + * Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error. + * Safety: Postfix processes now log a warning when a matchlist has + a #comment at the end of a line (for example mynetworks or relay_domains). + * Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers. + * Portability: Berkeley DB 5.x is now supported. + ------------------------------------------------------------------- Thu May 20 17:08:26 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index 8eef2ac..c498c6f 100644 --- a/postfix.spec +++ b/postfix.spec @@ -1,5 +1,5 @@ # -# spec file for package postfix (Version 2.7.0) +# spec file for package postfix (Version 2.7.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,7 +21,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer -Version: 2.7.0 +Version: 2.7.1 Release: 3 License: IBM Public License .. Group: Productivity/Networking/Email/Servers From 99d4c9d7e5c14bce74420da76dc875f0e8d334852d00eecfa1f24da4bc237fcb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 11 Jun 2010 08:26:43 +0000 Subject: [PATCH 3/3] Accepting request 41316 from server:mail checked in (request 41316) OBS-URL: https://build.opensuse.org/request/show/41316 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=43 --- postfix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index c498c6f..f4d89c8 100644 --- a/postfix.spec +++ b/postfix.spec @@ -22,7 +22,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer Version: 2.7.1 -Release: 3 +Release: 1 License: IBM Public License .. Group: Productivity/Networking/Email/Servers Url: http://www.postfix.org/