]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- up to 3.6.8 auto/th/postfix-3.6.8-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 23 Jan 2023 12:53:08 +0000 (12:53 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 23 Jan 2023 12:53:08 +0000 (12:53 +0000)
kernel6.patch [deleted file]
postfix.spec

diff --git a/kernel6.patch b/kernel6.patch
deleted file mode 100644 (file)
index c4d7258..0000000
+++ /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
index 12f93994d0d11552c4a9f40b70050256cdc29e3b..f7466627b37bea6855020864891514564a979d08 100644 (file)
@@ -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
This page took 0.061059 seconds and 4 git commands to generate.