diff options
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 4 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb (renamed from meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb) | 6 |
2 files changed, 6 insertions, 4 deletions
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 \ | |||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | LICENSE = "IPL-1.0" | 14 | LICENSE = "IPL-1.0 | EPL-2.0" |
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b181651ad99a7dc4cc8c4ce2f491ed1a" |
16 | 16 | ||
17 | SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ | 17 | SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ |
18 | file://makedefs.patch \ | 18 | 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.6.bb index 89af406ac3..12144671bc 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.2.6.bb | |||
@@ -5,5 +5,7 @@ SRC_URI += "file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.pat | |||
5 | file://postfix-install.patch \ | 5 | file://postfix-install.patch \ |
6 | file://icu-config.patch \ | 6 | file://icu-config.patch \ |
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "aea073a9b0bea5bdb590460a270a4aa0" | 8 | SRC_URI[md5sum] = "d10f1fb551be86f6e48c2908dd8a12ff" |
9 | SRC_URI[sha256sum] = "d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576" | 9 | SRC_URI[sha256sum] = "1df036380bae7c356bfa8989a87de58033b6aaa09b3bafcfa36c3694dd449039" |
10 | |||
11 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.2(\.\d+)+).tar.gz" | ||