blob: 3699ee58d2928ad10206d545d3a396bbca0d1ac5 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001require postfix.inc
2
Brad Bishop26bdd442019-08-16 17:08:17 -04003SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
4 file://makedefs.patch \
5 file://install.patch \
6 file://main.cf \
7 file://postfix \
8 file://internal_recipient \
9 file://postfix.service \
10 file://aliasesdb \
11 file://check_hostname.sh \
12 file://0001-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
13 file://postfix-install.patch \
14 file://icu-config.patch \
15 file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
16 file://0001-Fixed-build-failure-with-glibc-2.30-due-to-dropped-R.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040017 "
Brad Bishop93c3acf2019-10-29 09:48:15 -040018SRC_URI[md5sum] = "b29ab85e8f6ef7fae132b004e777671b"
19SRC_URI[sha256sum] = "fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967"
Brad Bishopc342db32019-05-15 21:57:59 -040020
21UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"