diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-09-04 17:19:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:21 +0700 |
commit | f6bfd9b1e661e43fdb0d79d6bda0b5139b0bc898 (patch) | |
tree | ba3beb01a384c40a1b3c41dc0becb556938a338b /network/postfix | |
parent | 0dd6261b0e05a04675b143941d1b5650f0884626 (diff) | |
download | slackbuilds-f6bfd9b1e661e43fdb0d79d6bda0b5139b0bc898.tar.gz |
network/postfix: Updated for version 3.1.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/postfix')
-rw-r--r-- | network/postfix/postfix.SlackBuild | 4 | ||||
-rw-r--r-- | network/postfix/postfix.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild index 6a4690fa87..1b1924316c 100644 --- a/network/postfix/postfix.SlackBuild +++ b/network/postfix/postfix.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=postfix -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -172,6 +172,8 @@ make non-interactive-package \ manpage_directory=/usr/man \ readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES +rm -f $PKG/etc/postfix/{TLS_,}LICENSE + install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \ ! -name "postfix-files" -exec mv {} {}.new \; diff --git a/network/postfix/postfix.info b/network/postfix/postfix.info index 2fc9896475..0db3770aca 100644 --- a/network/postfix/postfix.info +++ b/network/postfix/postfix.info @@ -1,8 +1,8 @@ PRGNAM="postfix" -VERSION="3.1.1" +VERSION="3.1.2" HOMEPAGE="http://www.postfix.org/" -DOWNLOAD="http://de.postfix.org/ftpmirror/official/postfix-3.1.1.tar.gz" -MD5SUM="40d72ea143af7ab0038c2cee1f483707" +DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.1.2.tar.gz" +MD5SUM="3bc654523311de46d2ed1cfe0e3a8b08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |