summaryrefslogtreecommitdiff
path: root/user/postfix/linux-6.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-05-30 17:47:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-08-07 10:08:15 -0500
commit8c0c047f15451d2d779209d20ad0159531a1456b (patch)
tree0201e21be832e45a793ab9e64fb25c577df87f28 /user/postfix/linux-6.patch
parentd7cd5a090e4747aca1b2cc5791d7f9150c83a466 (diff)
downloadpackages-8c0c047f15451d2d779209d20ad0159531a1456b.tar.gz
packages-8c0c047f15451d2d779209d20ad0159531a1456b.tar.bz2
packages-8c0c047f15451d2d779209d20ad0159531a1456b.tar.xz
packages-8c0c047f15451d2d779209d20ad0159531a1456b.zip
user/postfix: Update to 3.9.0
Also, update source download URL; that mirror is returning 404 now.
Diffstat (limited to 'user/postfix/linux-6.patch')
-rw-r--r--user/postfix/linux-6.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/user/postfix/linux-6.patch b/user/postfix/linux-6.patch
deleted file mode 100644
index 19e73dc34..000000000
--- a/user/postfix/linux-6.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/makedefs 2022-01-23 21:53:41.000000000 +0100
-+++ b/makedefs 2022-09-07 19:07:02.000000000 +0200
-@@ -627,7 +627,8 @@
- : ${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*) ;;
---- a/src/util/sys_defs.h 2021-12-05 19:59:27.000000000 +0100
-+++ b/src/util/sys_defs.h 2022-09-07 19:09:09.000000000 +0200
-@@ -751,7 +751,8 @@
- /*
- * 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