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-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..9523c99 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix + ------------------------------------------------------------------- Wed Apr 7 12:39:16 UTC 2010 - varkoly@novell.com diff --git a/postfix.spec b/postfix.spec index 8eef2ac..f4d89c8 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,8 +21,8 @@ Name: postfix Summary: A fast, secure, and flexible mailer -Version: 2.7.0 -Release: 3 +Version: 2.7.1 +Release: 1 License: IBM Public License .. Group: Productivity/Networking/Email/Servers Url: http://www.postfix.org/