]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- up to 3.3.7 auto/th/postfix-3.3.7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Feb 2020 12:47:20 +0000 (13:47 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Feb 2020 12:47:20 +0000 (13:47 +0100)
build.patch [new file with mode: 0644]
postfix.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..b0db150
--- /dev/null
@@ -0,0 +1,22 @@
+--- postfix-3.3.7/makedefs~    2020-02-08 13:42:07.000000000 +0100
++++ postfix-3.3.7/makedefs     2020-02-08 13:42:53.604246413 +0100
+@@ -546,7 +546,7 @@ EOF
+               : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+               : ${PLUGIN_LD="${CC-gcc} -shared"}
+               ;;
+-  Linux.[34].*)       SYSTYPE=LINUX$RELEASE_MAJOR
++  Linux.[3456].*)     SYSTYPE=LINUX$RELEASE_MAJOR
+               case "$CCARGS" in
+                *-DNO_DB*) ;;
+                *-DHAS_DB*) ;;
+--- postfix-3.3.7/src/util/sys_defs.h~ 2020-02-08 13:43:34.000000000 +0100
++++ postfix-3.3.7/src/util/sys_defs.h  2020-02-08 13:44:42.064282215 +0100
+@@ -748,7 +748,7 @@ extern int initgroups(const char *, int)
+  /*
+   * LINUX.
+   */
+-#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4)
++#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) || defined(LINUX6)
+ #define SUPPORTED
+ #define UINT32_TYPE   unsigned int
+ #define UINT16_TYPE   unsigned short
index cbbb888229c81ffcf6312b90f01dbd457ac8199b..f800e500ece0321d65f6512f2ce4527073db6168 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.3.5
-Release:       2
+Version:       3.3.7
+Release:       1
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons/SMTP
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: fc2f0690a2acac94726ecb49192520aa
+# Source0-md5: e7df9d2c4df124409595848cfc089639
 Source1:       %{name}.aliases
 Source2:       %{name}.cron
 Source3:       %{name}.init
@@ -56,7 +56,7 @@ Source11:     %{name}-vda-bigquota.patch
 Source12:      %{name}.service
 Patch0:                %{name}-config.patch
 Patch1:                80_glibc2.30-ftbfs.diff
-
+Patch2:                build.patch
 Patch3:                %{name}-master.cf_cyrus.patch
 # from http://akson.sgh.waw.pl/~chopin/unix/postfix-2.1.5-header_if_reject.diff
 Patch4:                %{name}-header_if_reject.patch
@@ -303,7 +303,7 @@ find -type f | xargs sed -i -e 's|/etc/postfix|/etc/mail|g'
 
 %patch0 -p1
 %patch1 -p1
-
+%patch2 -p1
 %patch3 -p1
 %{?with_hir:%patch4 -p0}
 
This page took 0.156903 seconds and 4 git commands to generate.