summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2018-10-08 13:50:50 -0400
committerKhem Raj <raj.khem@gmail.com>2018-10-09 19:07:58 -0700
commit8a71561246b12ba9b8d850fbf62b295dcf5b435f (patch)
tree9bd04308bb0f988d082a8af948d886327f7b3ae5 /meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb
parentf818700c23eefee21c8d15cc2ee81b35975308ae (diff)
downloadmeta-openembedded-8a71561246b12ba9b8d850fbf62b295dcf5b435f.tar.gz
postfix: update to 3.3.1
The patch: 0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch has ben integrated upstream. update the upstream check regex Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb b/meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb
new file mode 100644
index 000000000..960356999
--- /dev/null
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.3.1.bb
@@ -0,0 +1,11 @@
1require postfix.inc
2
3SRC_URI += "file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
4 file://postfix-install.patch \
5 file://icu-config.patch \
6 "
7
8SRC_URI[md5sum] = "4381c6492f415e4a69cf5099d4acea76"
9SRC_URI[sha256sum] = "54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b"
10
11UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"