diff options
Diffstat (limited to 'main/postfix/APKBUILD')
-rw-r--r-- | main/postfix/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index 2367e98604..1bd86bb1ee 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix -pkgver=2.6.5 -pkgrel=4 +pkgver=2.7.1 +pkgrel=0 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" license="IPL-1" @@ -12,7 +12,7 @@ subpackages="$pkgname-doc $pkgname-ldap $pkgname-mysql $pkgname-pcre $pkgname-pgsql" source="ftp://ftp.porcupine.org/mirrors/$pkgname-release/official/$pkgname-$pkgver.tar.gz $pkgname.initd - postfix-2.6.1-dynamicmaps.patch + postfix-2.7.1-dynamic-maps.patch dynamicmaps.cf postfix-ldap.post-install postfix-mysql.post-install @@ -145,9 +145,9 @@ mysql() { _mv_dict mysql ;} pcre() { _mv_dict pcre ; } pgsql() { _mv_dict pgsql ; } -md5sums="6b954cfb3eb6141dac1e773281211717 postfix-2.6.5.tar.gz +md5sums="b7a5c3ccd309156a65d6f8d2683d4fa1 postfix-2.7.1.tar.gz 6bbabcd041aefaf40e1f3ee1fc1d6d7e postfix.initd -d45552cfdcd911d0934c0cb7816c4011 postfix-2.6.1-dynamicmaps.patch +8f3ca3a512357d03fdb7abd9d39f4596 postfix-2.7.1-dynamic-maps.patch 442efd1a95b0c061dfb8ab75456e0f24 dynamicmaps.cf 2ebe51a882eb9d6d7866583eb6af3969 postfix-ldap.post-install 2ebe51a882eb9d6d7866583eb6af3969 postfix-mysql.post-install |