summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/files
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-09 19:03:04 +0300
committerKhem Raj <raj.khem@gmail.com>2019-05-09 20:34:33 -0700
commit10f2232c70879e0e2e8b6fbd60448104ac056e8c (patch)
treef12cc8365cf02447894b4f55e8b4c1755d537ea5 /meta-networking/recipes-daemons/postfix/files
parent96650165698f5fac4c38ee97db5b449350247441 (diff)
downloadmeta-openembedded-10f2232c70879e0e2e8b6fbd60448104ac056e8c.tar.gz
postfix: Upgrade 3.4.1 -> 3.4.5
Remove patch for issue fixed upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files')
-rw-r--r--meta-networking/recipes-daemons/postfix/files/linux_5.x.patch27
1 files changed, 0 insertions, 27 deletions
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 @@
1Recognise kernel 5.x versioning scheme
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6--- a/makedefs
7+++ b/makedefs
8@@ -543,7 +543,7 @@ EOF
9 : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
10 : ${PLUGIN_LD="${CC-gcc} -shared"}
11 ;;
12- Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR
13+ Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR
14 case "$CCARGS" in
15 *-DNO_DB*) ;;
16 *-DHAS_DB*) ;;
17--- a/src/util/sys_defs.h
18+++ b/src/util/sys_defs.h
19@@ -749,7 +749,7 @@ extern int initgroups(const char *, int)
20 /*
21 * LINUX.
22 */
23-#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4)
24+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5)
25 #define SUPPORTED
26 #define UINT32_TYPE unsigned int
27 #define UINT16_TYPE unsigned short