Accepting request 318376 from server:mail
1 OBS-URL: https://build.opensuse.org/request/show/318376 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=126
This commit is contained in:
commit
4b8005f572
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a4cc61f6d6c57eee676d4e78a42b2d29f8b0f406277d350bc0928f51efa3187
|
|
||||||
size 4036256
|
|
@ -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 <sys/types.h>
|
|
||||||
#define UINT32_TYPE unsigned int
|
|
3
postfix-2.11.6.tar.gz
Normal file
3
postfix-2.11.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77f35574c78cf5ac468061c38037c4f858ead7554e2314e7760c30328f08591e
|
||||||
|
size 4030414
|
@ -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
|
Sun May 17 18:41:52 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
%define _unitdir /lib/systemd
|
%define _unitdir /lib/systemd
|
||||||
%endif
|
%endif
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Version: 2.11.5
|
Version: 2.11.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
@ -78,7 +78,6 @@ Patch100: %{name}-vda-v13-2.10.0.patch
|
|||||||
Patch101: postfix-db6.diff
|
Patch101: postfix-db6.diff
|
||||||
#PATCH-FIX-SLE PATCH-FIX-OPENSUSE to be able to build the agent tls_proxy
|
#PATCH-FIX-SLE PATCH-FIX-OPENSUSE to be able to build the agent tls_proxy
|
||||||
Patch102: add_missed_library.patch
|
Patch102: add_missed_library.patch
|
||||||
Patch103: postfix-2.11.5_linux4.patch
|
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -172,7 +171,6 @@ PostgreSQL.
|
|||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch101
|
%patch101
|
||||||
%patch102
|
%patch102
|
||||||
%patch103 -p1
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user