summaryrefslogtreecommitdiffstats
path: root/extra/source/sendmail/SlackBuild-sendmail
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail (renamed from source/n/sendmail/SlackBuild-sendmail)4
-rwxr-xr-xextra/source/sendmail/SlackBuild-sendmail-cf (renamed from source/n/sendmail/SlackBuild-sendmail-cf)2
2 files changed, 4 insertions, 2 deletions
diff --git a/source/n/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail
index c37017462..a477d16a0 100755
--- a/source/n/sendmail/SlackBuild-sendmail
+++ b/extra/source/sendmail/SlackBuild-sendmail
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERSION=8.15.2
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -68,6 +68,8 @@ rm -rf sendmail-$VERSION
tar xvf $CWD/sendmail.$VERSION.tar.gz || exit 1
cd sendmail-$VERSION
+zcat $CWD/openssl-1.1.0.patch.gz | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/n/sendmail/SlackBuild-sendmail-cf b/extra/source/sendmail/SlackBuild-sendmail-cf
index 69d1fef2f..32e88023c 100755
--- a/source/n/sendmail/SlackBuild-sendmail-cf
+++ b/extra/source/sendmail/SlackBuild-sendmail-cf
@@ -22,7 +22,7 @@
VERSION=8.15.2
ARCH=noarch
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
CWD=$(pwd)
TMP=${TMP:-/tmp}