From e707e9b7cf5c62bff4fee029965a87b22dd4ccba Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 11 Jan 2023 13:43:31 +0800 Subject: postfix: upgrade 3.4.23 -> 3.4.27 Changelog: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.4.27.HISTORY Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../recipes-daemons/postfix/postfix_3.4.23.bb | 19 ------------------- .../recipes-daemons/postfix/postfix_3.4.27.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.4.23.bb create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.4.27.bb diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.4.23.bb b/meta-networking/recipes-daemons/postfix/postfix_3.4.23.bb deleted file mode 100644 index bb66345805..0000000000 --- a/meta-networking/recipes-daemons/postfix/postfix_3.4.23.bb +++ /dev/null @@ -1,19 +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 \ - file://postfix \ - file://internal_recipient \ - file://postfix.service \ - file://aliasesdb \ - file://check_hostname.sh \ - file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ - file://postfix-install.patch \ - file://icu-config.patch \ - file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ - file://0001-fix-build-with-glibc-2.34.patch \ - " -SRC_URI[sha256sum] = "1759e953bf7baccb533899845c17753bf57a99ebac9c21717626262966a122f9" -UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.4(\.\d+)+).tar.gz" diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.4.27.bb b/meta-networking/recipes-daemons/postfix/postfix_3.4.27.bb new file mode 100644 index 0000000000..2612e12be4 --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/postfix_3.4.27.bb @@ -0,0 +1,19 @@ +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 \ + file://postfix \ + file://internal_recipient \ + file://postfix.service \ + file://aliasesdb \ + file://check_hostname.sh \ + file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ + file://postfix-install.patch \ + file://icu-config.patch \ + file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ + file://0001-fix-build-with-glibc-2.34.patch \ + " +SRC_URI[sha256sum] = "5f71658546d9b65863249dec3a189d084ea0596e23dc4613c579ad3ae75b10d2" +UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.4(\.\d+)+).tar.gz" -- cgit 1.2.3-korg