aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmail/mta/postfix/postfix.SlackBuild2
-rw-r--r--mail/mta/postfix/slack-required3
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild
index 216c6afa..f5132c65 100755
--- a/mail/mta/postfix/postfix.SlackBuild
+++ b/mail/mta/postfix/postfix.SlackBuild
@@ -73,7 +73,7 @@ if [ "$RTOOL" == "wget" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$VDA" ]; then
- wget "$VDA_URL" -O "$SRC_DIR/$VDA" || exit $ERROR_WGET
+ wget "$VDA_URL" -O "$SRC_DIR/$VDA" # || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
diff --git a/mail/mta/postfix/slack-required b/mail/mta/postfix/slack-required
index 40c7570a..7d28ba71 100644
--- a/mail/mta/postfix/slack-required
+++ b/mail/mta/postfix/slack-required
@@ -1,6 +1,7 @@
glibc-solibs >= 2.3.5-i486-5
mysql >= 4.1.14-i486-1
-openssl >= 0.9.7g-i486-2 | openssl-solibs >= 0.9.7g-i486-2
+openssl >= 0.9.7g-i486-2
+openssl-solibs >= 0.9.7g-i486-2
pcre >= 6.4-i486-1
zlib >= 1.2.3-i486-1
libgpg-error