diff options
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="" |