From 14223bbacc28665780fce78cdee19a62108cd00ddd4822790baf7f6f3d808676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 24 Jul 2015 08:46:32 +0000 Subject: [PATCH] Accepting request 317973 from home:stroeder:branches:server:mail update to upstream release 2.11.6 OBS-URL: https://build.opensuse.org/request/show/317973 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=221 --- postfix-2.11.5.tar.gz | 3 --- postfix-2.11.5_linux4.patch | 31 ------------------------------- postfix-2.11.6.tar.gz | 3 +++ postfix.changes | 9 +++++++++ postfix.spec | 4 +--- 5 files changed, 13 insertions(+), 37 deletions(-) delete mode 100644 postfix-2.11.5.tar.gz delete mode 100644 postfix-2.11.5_linux4.patch create mode 100644 postfix-2.11.6.tar.gz diff --git a/postfix-2.11.5.tar.gz b/postfix-2.11.5.tar.gz deleted file mode 100644 index 09d15ce..0000000 --- a/postfix-2.11.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4cc61f6d6c57eee676d4e78a42b2d29f8b0f406277d350bc0928f51efa3187 -size 4036256 diff --git a/postfix-2.11.5_linux4.patch b/postfix-2.11.5_linux4.patch deleted file mode 100644 index bb3c55d..0000000 --- a/postfix-2.11.5_linux4.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: postfix-2.11.5/makedefs -=================================================================== ---- postfix-2.11.5.orig/makedefs -+++ postfix-2.11.5/makedefs -@@ -365,7 +365,12 @@ EOF - fi;; - esac - ;; -- Linux.3*) SYSTYPE=LINUX3 -+ Linux.[34]*) -+ case "$RELEASE" in -+ 3.*) SYSTYPE=LINUX3;; -+ 4.*) SYSTYPE=LINUX4;; -+ *) error "Unknown Linux version: `uname -r`.";; -+ esac - case "$CCARGS" in - *-DNO_DB*) ;; - *-DHAS_DB*) ;; -Index: postfix-2.11.5/src/util/sys_defs.h -=================================================================== ---- postfix-2.11.5.orig/src/util/sys_defs.h -+++ postfix-2.11.5/src/util/sys_defs.h -@@ -755,7 +755,7 @@ extern int initgroups(const char *, int) - /* - * LINUX. - */ --#if defined(LINUX2) || defined(LINUX3) -+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) - #define SUPPORTED - #include - #define UINT32_TYPE unsigned int diff --git a/postfix-2.11.6.tar.gz b/postfix-2.11.6.tar.gz new file mode 100644 index 0000000..28cf21a --- /dev/null +++ b/postfix-2.11.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f35574c78cf5ac468061c38037c4f858ead7554e2314e7760c30328f08591e +size 4030414 diff --git a/postfix.changes b/postfix.changes index 8db56bf..5f1404a 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 22 16:44:44 UTC 2015 - michael@stroeder.com + +- upstream update postfix 2.11.6: + Default settings have been updated so that they no longer enable + export-grade ciphers, and no longer enable the SSLv2 and SSLv3 + protocols. +- removed postfix-2.11.5_linux4.patch because it's obsolete + ------------------------------------------------------------------- Sun May 17 18:41:52 UTC 2015 - mpluskal@suse.com diff --git a/postfix.spec b/postfix.spec index 7c17671..d056ed6 100644 --- a/postfix.spec +++ b/postfix.spec @@ -52,7 +52,7 @@ %define _unitdir /lib/systemd %endif Name: postfix -Version: 2.11.5 +Version: 2.11.6 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 @@ -78,7 +78,6 @@ Patch100: %{name}-vda-v13-2.10.0.patch Patch101: postfix-db6.diff #PATCH-FIX-SLE PATCH-FIX-OPENSUSE to be able to build the agent tls_proxy Patch102: add_missed_library.patch -Patch103: postfix-2.11.5_linux4.patch BuildRequires: cyrus-sasl-devel BuildRequires: db-devel BuildRequires: libopenssl-devel @@ -172,7 +171,6 @@ PostgreSQL. %patch100 -p1 %patch101 %patch102 -%patch103 -p1 # --------------------------------------------------------------------------- %build