diff options
author | tcely <tcely@users.noreply.github.com> | 2018-02-10 19:24:35 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-13 14:12:16 +0000 |
commit | 56d1acd883d6b9d4482e91251b3dab79d43ac850 (patch) | |
tree | 1dc82b62dcd16c9aa99d2fe0627ad40e7e5ed7a9 | |
parent | 7f19ce25ef3deb546dcc9ce6cb77dc8b2d8e2418 (diff) | |
download | aports-56d1acd883d6b9d4482e91251b3dab79d43ac850.tar.bz2 aports-56d1acd883d6b9d4482e91251b3dab79d43ac850.tar.xz |
main/postfix: Upgrade to 3.2.5
-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 bd09c261e9..cc1e6a8c50 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Łukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix -pkgver=3.2.4 -pkgrel=1 +pkgver=3.2.5 +pkgrel=0 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" @@ -17,7 +17,7 @@ subpackages="$pkgname-doc $pkgname-ldap $pkgname-mysql $pkgname-pcre options="suid" pkgusers="postfix" pkggroups="postfix postdrop" -source="ftp://ftp.porcupine.org/mirrors/$pkgname-release/official/$pkgname-$pkgver.tar.gz +source="ftp://ftp.porcupine.org/mirrors/${pkgname}-release/official/${pkgname}-${pkgver}.tar.gz $pkgname.initd no-glibc.patch postfix-install.patch @@ -161,10 +161,10 @@ stone() { cd $builddir pkgdesc="Postfix simulation and testing tools" install -Dm755 src/fsstone/fsstone "$subpkgdir"/usr/bin/fsstone - find src/smtpstone -perm 0755 -exec cp {} "$subpkgdir"/usr/bin \; + find src/smtpstone -mindepth 1 -perm 0755 -exec cp {} "$subpkgdir"/usr/bin \; } -sha512sums="6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8 postfix-3.2.4.tar.gz +sha512sums="ffd07e8664d41a5c40b7f3f7511a4c4cc57310d103395b12f2f7e9499d1f901768d6ebb1d5d1588d6fdb834ad2548a9df6d925ff3d7f74d74764a6f6f550ecb6 postfix-3.2.5.tar.gz 2752e69c4e1857bdcf29444ffb458bca818bc60b9c77c20823c5f5b87c36cb5e0f3217a625a7fe5788d5bfcef7570a1f2149e1233fcd23ccf7ee14190aff47a2 postfix.initd cf9ef0d07e54011107da57e2855cbda10047c100047e2cc2fdede072ace1fc6c060a6b1cfc8c277417a28a23ecd3c6ffdc061da1673e8f61d2ed11899f1efb25 no-glibc.patch 25cd34f23ca909d4e33aaf3239d1e397260abc7796d9a4456dee4f005682fd3a58aab8106126e5218c95bdddae415a3ef7e2223cd3b0d7b1e2bd76158bb7eaf8 postfix-install.patch |