From 0b35b7e4fc986671cb1424eac0a6d7afe93be827 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 4 Jul 2018 08:28:05 +0800 Subject: postfix: upgrade 3.2.2 -> 3.2.6 License-Update: The postfix is distributed with a dual license since 3.2.5: IBM Public License 1.0 and Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix.inc | 4 ++-- meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb | 9 --------- meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb | 11 +++++++++++ 3 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index a504b85d8d..f0d291792e 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc @@ -11,8 +11,8 @@ DEPENDS = "db icu libpcre libnsl2 openssl postfix-native \ ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ " -LICENSE = "IPL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" +LICENSE = "IPL-1.0 | EPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b181651ad99a7dc4cc8c4ce2f491ed1a" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://makedefs.patch \ diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb b/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb deleted file mode 100644 index 89af406ac3..0000000000 --- a/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require postfix.inc - -SRC_URI += "file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ - file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ - file://postfix-install.patch \ - file://icu-config.patch \ - " -SRC_URI[md5sum] = "aea073a9b0bea5bdb590460a270a4aa0" -SRC_URI[sha256sum] = "d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576" diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb b/meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb new file mode 100644 index 0000000000..12144671bc --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb @@ -0,0 +1,11 @@ +require postfix.inc + +SRC_URI += "file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ + file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ + file://postfix-install.patch \ + file://icu-config.patch \ + " +SRC_URI[md5sum] = "d10f1fb551be86f6e48c2908dd8a12ff" +SRC_URI[sha256sum] = "1df036380bae7c356bfa8989a87de58033b6aaa09b3bafcfa36c3694dd449039" + +UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.2(\.\d+)+).tar.gz" -- cgit 1.2.3-korg