[packages/postfix] - up to 3.6.8
mrozowik
mrozowik at pld-linux.org
Mon Jan 23 13:53:46 CET 2023
commit bd580f48b8c48cd8d0496cced57d2cff1294d643
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Mon Jan 23 12:53:08 2023 +0000
- up to 3.6.8
kernel6.patch | 22 ----------------------
postfix.spec | 6 ++----
2 files changed, 2 insertions(+), 26 deletions(-)
---
diff --git a/postfix.spec b/postfix.spec
index 12f9399..f746662 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -30,13 +30,13 @@ Summary(pl.UTF-8): Serwer SMTP Postfix
Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho
Summary(sk.UTF-8): Agent prenosu pošty Postfix
Name: postfix
-Version: 3.6.7
+Version: 3.6.8
Release: 1
Epoch: 2
License: IBM Public License or Eclipse Public License v2.0
Group: Networking/Daemons/SMTP
Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: c6cadb7a89dffb66c6ce3b5207989ae3
+# Source0-md5: d39b4666910ea4e4aeadd09bb1e1d2c4
Source1: %{name}.aliases
Source2: %{name}.cron
Source3: %{name}.init
@@ -66,7 +66,6 @@ Patch8: %{name}-dictname.patch
Patch11: %{name}-scache_clnt.patch
Patch12: format-security.patch
Patch13: glibc-2.34.patch
-Patch14: kernel6.patch
URL: http://www.postfix.org/
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
BuildRequires: db-devel
@@ -318,7 +317,6 @@ find -type f | xargs %{__sed} -i -e 's|/etc/postfix|/etc/mail|g'
%patch12 -p1
%endif
%patch13 -p1
-%patch14 -p1
%if %{with tcp}
sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
diff --git a/kernel6.patch b/kernel6.patch
deleted file mode 100644
index c4d7258..0000000
--- a/kernel6.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- postfix-3.6.7/makedefs~ 2022-10-12 09:49:27.868418757 +0000
-+++ postfix-3.6.7/makedefs 2022-10-12 09:52:37.623569121 +0000
-@@ -568,7 +568,7 @@
- : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
- : ${PLUGIN_LD="${CC-gcc} -shared"}
- ;;
-- Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR
-+ Linux.[3456].*) SYSTYPE=LINUX$RELEASE_MAJOR
- case "$CCARGS" in
- *-DNO_DB*) ;;
- *-DHAS_DB*) ;;
---- postfix-3.6.7/src/util/sys_defs.h~ 2022-10-12 09:55:12.582892346 +0000
-+++ postfix-3.6.7/src/util/sys_defs.h 2022-10-12 10:09:31.063700522 +0000
-@@ -749,7 +749,7 @@
- /*
- * LINUX.
- */
--#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5)
-+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) || defined(LINUX6)
- #define SUPPORTED
- #define UINT32_TYPE unsigned int
- #define UINT16_TYPE unsigned short
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/postfix.git/commitdiff/bd580f48b8c48cd8d0496cced57d2cff1294d643
More information about the pld-cvs-commit
mailing list