blob: 189baea5c3bbdf9cc0959bb350518d54cbfdf8b2 [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 "
18SRC_URI[md5sum] = "093109941095390562166de766d4720d"
19SRC_URI[sha256sum] = "8b2ba54f9d2a049582a0ed3ee2dbe96ba57e278feea9cb4f80e1a61844e6319f"
20
21UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"