aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Filipe <pedrofilipecerqueira@outlook.com>2019-06-18 22:31:29 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 10:16:15 +0000
commit3c14e449a4835e5c55e26e4d3f655d08f3330a68 (patch)
tree343f42b6b384ff38cb9327e2f57106c8de921d5d
parent99a038b6d828fe7045ef6d1e3f3d9bb38b73a8a2 (diff)
downloadalpine_aports-3c14e449a4835e5c55e26e4d3f655d08f3330a68.tar.bz2
alpine_aports-3c14e449a4835e5c55e26e4d3f655d08f3330a68.tar.xz
alpine_aports-3c14e449a4835e5c55e26e4d3f655d08f3330a68.zip
community/postfixadmin: upgrade to 3.2
-rw-r--r--community/postfixadmin/APKBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD
index 5acbc6dfb3..9845a2d732 100644
--- a/community/postfixadmin/APKBUILD
+++ b/community/postfixadmin/APKBUILD
@@ -3,7 +3,7 @@
3# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 3# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
4_php=php7 4_php=php7
5pkgname=postfixadmin 5pkgname=postfixadmin
6pkgver=3.1 6pkgver=3.2.2
7pkgrel=0 7pkgrel=0
8pkgdesc="Web Based Management tool for Postfix" 8pkgdesc="Web Based Management tool for Postfix"
9url="http://postfixadmin.com/" 9url="http://postfixadmin.com/"
@@ -11,17 +11,13 @@ arch="noarch"
11license="GPL" 11license="GPL"
12depends="$_php" 12depends="$_php"
13options="!check" 13options="!check"
14source="https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz" 14source="https://github.com/postfixadmin/$pkgname/archive/postfixadmin-$pkgver.tar.gz"
15 15
16# secfixes: 16# secfixes:
17# 3.0.2-r0: 17# 3.0.2-r0:
18# - CVE-2017-5930 18# - CVE-2017-5930
19 19
20builddir="$srcdir"/postfixadmin-$pkgver 20builddir="$srcdir/$pkgname-$pkgname-$pkgver"
21
22prepare() {
23 default_prepare || return 1
24}
25 21
26build() { 22build() {
27 cd "$builddir" 23 cd "$builddir"
@@ -42,4 +38,4 @@ package() {
42 > "$pkgdir"/usr/share/webapps/postfixadmin/robots.txt 38 > "$pkgdir"/usr/share/webapps/postfixadmin/robots.txt
43} 39}
44 40
45sha512sums="a3e1ecb3ac4ff4d604533bce532694bcc304b9b3d3e1b1ec840be6d007027705113f067393486f58908dd3846332ecf59c9c3c1a5123d03aa088f47593a75812 postfixadmin-3.1.tar.gz" 41sha512sums="6c84cb215e69c52c26db0651e5d0d9d8bcb0a63b00d3c197f10fa1f0442a1fde44bb514fb476a1e68a21741d603febac67282961d01270e5969ee13d145121ee postfixadmin-3.2.2.tar.gz"