Accepting request 962959 from home:stroeder:network
update to 3.6.5 OBS-URL: https://build.opensuse.org/request/show/962959 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=435
This commit is contained in:
parent
cd3bc3bb7d
commit
6e3bebe1e4
@ -1,14 +0,0 @@
|
||||
diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h
|
||||
index 99bec9b..95c78ec 100644
|
||||
--- a/src/util/sys_defs.h
|
||||
+++ b/src/util/sys_defs.h
|
||||
@@ -802,6 +803,9 @@ extern int initgroups(const char *, int);
|
||||
#define _PATH_PROCNET_IFINET6 "/proc/net/if_inet6"
|
||||
#endif
|
||||
#endif
|
||||
+#if HAVE_GLIBC_API_VERSION_SUPPORT(2, 34)
|
||||
+#define HAS_CLOSEFROM
|
||||
+#endif
|
||||
#include <linux/version.h>
|
||||
#if !defined(KERNEL_VERSION)
|
||||
#define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e
|
||||
size 4751433
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBh4gGUDAtZDoDKFacRCgAeAP9lr/6/dLKNqqdmc+gUAWxgccw/FUA8yIBY
|
||||
D2/1m5qC7wEAgkSg1FvpC5iA+iYyWWBk6PIFJEV735HE2fIeEUVf62Q=
|
||||
=8WjV
|
||||
-----END PGP SIGNATURE-----
|
3
postfix-3.6.5.tar.gz
Normal file
3
postfix-3.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:300fa8811cea20d01d25c619d359bffab82656e704daa719e0c9afc4ecff4808
|
||||
size 4751485
|
7
postfix-3.6.5.tar.gz.asc
Normal file
7
postfix-3.6.5.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (FreeBSD)
|
||||
|
||||
iFcDBQBh/wfiDAtZDoDKFacRCsDYAP0aS0hL1d6vn+nJYOLGKLsQajAL8FFZd5TH
|
||||
PS0Ck+cNhQD/Q4Qc8Q4AvINqT5ZfY4xnIWIWtJ6Yra0X9eP6vC6f7JM=
|
||||
=+pTi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 20:29:34 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 3.6.5
|
||||
* Glibc 2.34 implements closefrom(). This was causing a conflict
|
||||
with Postfix's implementation for systems that have no closefrom()
|
||||
implementation.
|
||||
* Support for Berkeley DB version 18.
|
||||
- removed obsolete postfix-3.6.2-glibc-234-build-fix.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 09:52:48 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
@ -6,7 +16,7 @@ Mon Mar 14 09:52:48 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||
Apply proposed patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 9 09:23:09 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||
Wed Feb 9 09:22:41 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
- config.postfix can't handle symlink'd /etc/resolv.cof
|
||||
(bsc#1195019)
|
||||
|
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
%bcond_without ldap
|
||||
Name: postfix-bdb
|
||||
Version: 3.6.4
|
||||
Version: 3.6.5
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 20:29:34 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 3.6.5
|
||||
* Glibc 2.34 implements closefrom(). This was causing a conflict
|
||||
with Postfix's implementation for systems that have no closefrom()
|
||||
implementation.
|
||||
* Support for Berkeley DB version 18.
|
||||
- removed obsolete postfix-3.6.2-glibc-234-build-fix.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 09:52:48 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
%bcond_without libnsl
|
||||
%bcond_without ldap
|
||||
Name: postfix
|
||||
Version: 3.6.4
|
||||
Version: 3.6.5
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
@ -69,7 +69,6 @@ Patch8: %{name}-vda-v14-3.0.3.patch
|
||||
Patch9: fix-postfix-script.patch
|
||||
Patch10: %{name}-avoid-infinit-loop-if-no-permission.patch
|
||||
Patch11: set-default-db-type.patch
|
||||
Patch12: postfix-3.6.2-glibc-234-build-fix.patch
|
||||
Patch13: harden_postfix.service.patch
|
||||
BuildRequires: ca-certificates
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
@ -177,7 +176,6 @@ maps with Postfix, you need this.
|
||||
%patch9
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user