summaryrefslogtreecommitdiffstats
path: root/source/n/fetchmail/fetchmail.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/fetchmail/fetchmail.SlackBuild')
-rwxr-xr-xsource/n/fetchmail/fetchmail.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/n/fetchmail/fetchmail.SlackBuild b/source/n/fetchmail/fetchmail.SlackBuild
index 3b24b65b1..4129b7c25 100755
--- a/source/n/fetchmail/fetchmail.SlackBuild
+++ b/source/n/fetchmail/fetchmail.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=fetchmail
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -67,6 +67,9 @@ rm -rf fetchmail-$VERSION
tar xvf $CWD/fetchmail-$VERSION.tar.xz || exit 1
cd fetchmail-$VERSION || exit 1
+# Patch for OpenSSL 1.1.1 compatibility:
+zcat $CWD/fetchmail.openssl111.diff.gz | patch -p1 --verbose || exit 1
+
# this is the sloppiest source tarball ever
# [NOTE: *was*... the new maintainers are much better]
chown -R root:root .