From 10f2232c70879e0e2e8b6fbd60448104ac056e8c Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 9 May 2019 19:03:04 +0300 Subject: postfix: Upgrade 3.4.1 -> 3.4.5 Remove patch for issue fixed upstream. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../recipes-daemons/postfix/files/linux_5.x.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-networking/recipes-daemons/postfix/files/linux_5.x.patch (limited to 'meta-networking/recipes-daemons/postfix/files') diff --git a/meta-networking/recipes-daemons/postfix/files/linux_5.x.patch b/meta-networking/recipes-daemons/postfix/files/linux_5.x.patch deleted file mode 100644 index fbb811c06b..0000000000 --- a/meta-networking/recipes-daemons/postfix/files/linux_5.x.patch +++ /dev/null @@ -1,27 +0,0 @@ -Recognise kernel 5.x versioning scheme - -Upstream-Status: Pending -Signed-off-by: Khem Raj - ---- a/makedefs -+++ b/makedefs -@@ -543,7 +543,7 @@ EOF - : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} - : ${PLUGIN_LD="${CC-gcc} -shared"} - ;; -- Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR -+ Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR - case "$CCARGS" in - *-DNO_DB*) ;; - *-DHAS_DB*) ;; ---- a/src/util/sys_defs.h -+++ b/src/util/sys_defs.h -@@ -749,7 +749,7 @@ extern int initgroups(const char *, int) - /* - * LINUX. - */ --#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) -+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) - #define SUPPORTED - #define UINT32_TYPE unsigned int - #define UINT16_TYPE unsigned short -- cgit v1.2.3-54-g00ecf