diff --git a/srcpkgs/postfix/patches/glibc.patch b/srcpkgs/postfix/patches/glibc.patch deleted file mode 100644 index 799f47fcf64..00000000000 --- a/srcpkgs/postfix/patches/glibc.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template index 09bc0837bf6..6e0234643bc 100644 --- a/srcpkgs/postfix/template +++ b/srcpkgs/postfix/template @@ -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 " 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"