diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-09 07:22:24 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:37:18 -0400 |
commit | 9f04f8c0487939d04777dcde2d403b946c272e0f (patch) | |
tree | eff538611b0d0150e28a648683eb1e937c25d4d7 /meta-networking/recipes-daemons | |
parent | e04ca3cc55229ba8e4e546c4081f99f3676427e2 (diff) | |
download | meta-openembedded-9f04f8c0487939d04777dcde2d403b946c272e0f.tar.gz |
postfix: Upgrade to 3.2.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 2 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb (renamed from meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 0ec182a05..cb9d59f93 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -66,7 +66,7 @@ export CCARGS-nonis = "" | |||
66 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH | 66 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH |
67 | # current openldap didn't enable SASL | 67 | # current openldap didn't enable SASL |
68 | export CCARGS-sasl = "\ | 68 | export CCARGS-sasl = "\ |
69 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I=/usr/include/sasl', '', d)}" | 69 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}" |
70 | export AUXLIBS-sasl = "\ | 70 | export AUXLIBS-sasl = "\ |
71 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" | 71 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" |
72 | export CCARGS-sasl_class-native = "" | 72 | 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.2.2.bb index 839317d31..1118b2ed4 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb | |||
@@ -11,5 +11,5 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV | |||
11 | file://check_hostname.sh \ | 11 | file://check_hostname.sh \ |
12 | file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ | 12 | file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "40d72ea143af7ab0038c2cee1f483707" | 14 | SRC_URI[md5sum] = "aea073a9b0bea5bdb590460a270a4aa0" |
15 | SRC_URI[sha256sum] = "3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982" | 15 | SRC_URI[sha256sum] = "d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576" |