From 07e09c6397d48c62fba653eb11a6418e2f6bbafd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Aug 2017 07:22:24 -0700 Subject: postfix: Upgrade to 3.2.2 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb | 15 --------------- meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 0ec182a053..cb9d59f93c 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc @@ -66,7 +66,7 @@ export CCARGS-nonis = "" # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH # current openldap didn't enable SASL export CCARGS-sasl = "\ - ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I=/usr/include/sasl', '', d)}" + ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}" export AUXLIBS-sasl = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" export CCARGS-sasl_class-native = "" diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb b/meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb deleted file mode 100644 index 839317d319..0000000000 --- a/meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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_2.0 \ - file://postfix \ - file://internal_recipient \ - file://postfix.service \ - file://aliasesdb \ - file://check_hostname.sh \ - file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ - " -SRC_URI[md5sum] = "40d72ea143af7ab0038c2cee1f483707" -SRC_URI[sha256sum] = "3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982" diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb b/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb new file mode 100644 index 0000000000..1118b2ed47 --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb @@ -0,0 +1,15 @@ +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_2.0 \ + file://postfix \ + file://internal_recipient \ + file://postfix.service \ + file://aliasesdb \ + file://check_hostname.sh \ + file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ + " +SRC_URI[md5sum] = "aea073a9b0bea5bdb590460a270a4aa0" +SRC_URI[sha256sum] = "d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576" -- cgit 1.2.3-korg