diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 19:35:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:33 +0000 |
commit | f31f9e4b857f9880c26d58a6ac9b9ef6ec43c569 (patch) | |
tree | 455c2b22ba1d669ecce27e331e6a9cd15c6f6ffa /main/postfix | |
parent | 3ee8c77ba06cdad39615b0cf6d1467e8d3cf839e (diff) | |
download | aports-f31f9e4b857f9880c26d58a6ac9b9ef6ec43c569.tar.bz2 aports-f31f9e4b857f9880c26d58a6ac9b9ef6ec43c569.tar.xz |
main/postfix: rebuild against libressl-2.6
Diffstat (limited to 'main/postfix')
-rw-r--r-- | main/postfix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index c50f1e2cd4..4115be5cfb 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix pkgver=3.2.4 -pkgrel=0 +pkgrel=1 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" |