postfix: update to 3.4.11.
This commit is contained in:
parent
74c63dd62c
commit
c6b888f7c2
2 changed files with 2 additions and 19 deletions
|
@ -1,17 +0,0 @@
|
|||
--- src/dns/dns_str_resflags.c.orig
|
||||
+++ src/dns/dns_str_resflags.c
|
||||
@@ -60,10 +60,14 @@
|
||||
"RES_DEFNAMES", RES_DEFNAMES,
|
||||
"RES_STAYOPEN", RES_STAYOPEN,
|
||||
"RES_DNSRCH", RES_DNSRCH,
|
||||
+#ifdef RES_INSECURE1
|
||||
"RES_INSECURE1", RES_INSECURE1,
|
||||
"RES_INSECURE2", RES_INSECURE2,
|
||||
+#endif
|
||||
"RES_NOALIASES", RES_NOALIASES,
|
||||
+#ifdef RES_USE_INET6
|
||||
"RES_USE_INET6", RES_USE_INET6,
|
||||
+#endif
|
||||
#ifdef RES_ROTATE
|
||||
"RES_ROTATE", RES_ROTATE,
|
||||
#endif
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'postfix'
|
||||
pkgname=postfix
|
||||
version=3.4.10
|
||||
version=3.4.11
|
||||
revision=1
|
||||
hostmakedepends="perl m4"
|
||||
makedepends="icu-devel libldap-devel libmysqlclient-devel pcre-devel
|
||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="IPL-1.0, EPL-2.0"
|
||||
homepage="http://www.postfix.org/"
|
||||
distfiles="http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${version}.tar.gz"
|
||||
checksum=908a66fc38537a0047e8561e1bc0ef096c53357ffad16d2d728cd4fc8ae56654
|
||||
checksum=94f7620b61e830d94c13198ac30f020d7109e8c84073b5d6d5ea5da2d341e9ea
|
||||
|
||||
system_accounts="postfix"
|
||||
postfix_homedir="/var/spool/postfix"
|
||||
|
|
Loading…
Reference in a new issue