summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:01:59 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:01:59 +0000
commita9fac0f71ab80bfa31405d7a4a10861b5fda2559 (patch)
tree3a32cc1ec6d915c17732fb9735dfb4f60fde0fe0
parent3ca92bbfcae352ec395191878ab78b4b8248b926 (diff)
downloadpackages-a9fac0f71ab80bfa31405d7a4a10861b5fda2559.tar.gz
packages-a9fac0f71ab80bfa31405d7a4a10861b5fda2559.tar.bz2
packages-a9fac0f71ab80bfa31405d7a4a10861b5fda2559.tar.xz
packages-a9fac0f71ab80bfa31405d7a4a10861b5fda2559.zip
user/postfix: bump to 3.4.6
-rw-r--r--user/postfix/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/postfix/APKBUILD b/user/postfix/APKBUILD
index 695f108cb..25e50d8ac 100644
--- a/user/postfix/APKBUILD
+++ b/user/postfix/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=postfix
-pkgver=3.4.5
+pkgver=3.4.6
pkgrel=0
pkgdesc="Mail server (MTA) that is Sendmail outside and Qmail inside"
url="http://www.postfix.org/"
@@ -22,7 +22,6 @@ source="http://www.namesdir.com/mirrors/postfix-release/official/postfix-$pkgver
"
build() {
- cd "$builddir"
local CCARGS="-DHAS_LDAP -DHAS_LMDB -DHAS_PCRE -DHAS_PGSQL -I$(pg_config --includedir) -DHAS_SQLITE -DNO_NIS -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_LDAP_SASL -DUSE_TLS -Wno-comment"
local AUXLIBS="-lpam $(pcre-config --libs) -lsasl2 -lssl -lcrypto"
make DEBUG="" shared=yes dynamicmaps=yes pie=yes \
@@ -39,7 +38,6 @@ build() {
}
package() {
- cd "$builddir"
make install_root="$pkgdir" manpage_directory="/usr/share/man" \
command_directory="/usr/sbin" mailq_path="/usr/bin/mailq" \
newaliases_path="/usr/bin/newaliases" \
@@ -92,6 +90,6 @@ sqlite() {
_database "sqlite" "SQLite 3"
}
-sha512sums="af59d960b40799f7667935bef8fafb93ae6dcb70abaa77a15cf498571f37fa0429f411f9f08b1b6bfa588d3f572260d14d6d5409f0cd1e82b1c59928b2124c94 postfix-3.4.5.tar.gz
+sha512sums="96430d60cf58b9876e52a742dbfe3ca1da4ec82eeea5cd35c6ee4e69714ddd5601561a6663aac51a34b2d64db4f7678d7c5d720ec9ead807b5d7e87e37434961 postfix-3.4.6.tar.gz
63ea7fe461fca1306088e9984acfab6ab3e919dafa2b606d43fbca472969e6ec232800071f939f5a4482c01c6d7b53a86de9e7e893ab94f4cb135d16ff5763cc honour-config-directory.patch
2ad1b053bbb51d4f480dbf5a01252e8e99a82ec14a75ff49336b2b190ea55bc02400542b109fa0cc4ebfe6b42eaabbc45f70f2ea581f1eb9c4189c439b825592 postfix.initd"