aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-05-20 21:05:19 +0300
committerKhem Raj <raj.khem@gmail.com>2020-05-21 15:07:44 -0700
commit3d81f6d013b21a5db8e71328648aa896177e40eb (patch)
tree02dfcc363899d13cd777fbea576199997ead6abb /meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
parent95d7ee4a95761f2676e6819dee9b616224be777f (diff)
downloadmeta-openembedded-3d81f6d013b21a5db8e71328648aa896177e40eb.tar.gz
postfix: Upgrade 3.4.10 -> 3.4.12
Remove patch applied upstream. Manual -fcommon is no longer necessary. 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/postfix_3.4.12.bb')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb b/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
new file mode 100644
index 0000000000..db5b41bfbd
--- /dev/null
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
@@ -0,0 +1,18 @@
+require postfix.inc
+
+SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
+ file://makedefs.patch \
+ file://install.patch \
+ file://main.cf \
+ file://postfix \
+ file://internal_recipient \
+ file://postfix.service \
+ file://aliasesdb \
+ file://check_hostname.sh \
+ file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
+ file://postfix-install.patch \
+ file://icu-config.patch \
+ file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
+ "
+SRC_URI[sha256sum] = "18555183ae8b52a9e76067799279c86f9f2770cdef3836deb8462ee0a0855dec"
+UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"