summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-07-25 17:55:08 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 18:28:24 +0700
commit766f78531b88f78e20228cf86418464d0949c4b4 (patch)
tree615a6db27ce3293be9d021d1f4515a3e3b240f99
parent6f4e2def4738a268fe6448a2ac591b5b361f91e8 (diff)
downloadslackbuilds-766f78531b88f78e20228cf86418464d0949c4b4.tar.gz
slackbuilds-766f78531b88f78e20228cf86418464d0949c4b4.tar.xz
network/postfix: Updated for version 3.2.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
-rw-r--r--network/postfix/postfix.SlackBuild12
-rw-r--r--network/postfix/postfix.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild
index 1b1924316c..5f8e7b95bf 100644
--- a/network/postfix/postfix.SlackBuild
+++ b/network/postfix/postfix.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright 2006, 2011 Alan Hicks, Lizella, GA
-# Copyright 2010, 2011, 2013, 2014, 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +22,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postfix
-VERSION=${VERSION:-3.1.2}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -39,9 +39,9 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""5
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
diff --git a/network/postfix/postfix.info b/network/postfix/postfix.info
index 0db3770aca..ae8a0a7a3d 100644
--- a/network/postfix/postfix.info
+++ b/network/postfix/postfix.info
@@ -1,8 +1,8 @@
PRGNAM="postfix"
-VERSION="3.1.2"
+VERSION="3.2.2"
HOMEPAGE="http://www.postfix.org/"
-DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.1.2.tar.gz"
-MD5SUM="3bc654523311de46d2ed1cfe0e3a8b08"
+DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.2.2.tar.gz"
+MD5SUM="aea073a9b0bea5bdb590460a270a4aa0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""