summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-03-16 21:20:17 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-17 08:59:49 +0100
commit25ffb4a7fabc3abd1b884fe0201185705f24ef5b (patch)
tree5cd58f7aa38a3aff19afe5aaba5e93d94d05d235 /source/n
parent3b63d76134a464753266183e4f968c8b66f04fee (diff)
downloadcurrent-25ffb4a7fabc3abd1b884fe0201185705f24ef5b.tar.gz
current-25ffb4a7fabc3abd1b884fe0201185705f24ef5b.tar.xz
Mon Mar 16 21:20:17 UTC 202020200316212017
a/kernel-firmware-20200316_8eb0b28-noarch-1.txz: Upgraded. l/imagemagick-7.0.10_1-x86_64-1.txz: Upgraded. l/qt5-webkit-5.212.0_alpha4-x86_64-1.txz: Upgraded. n/libqmi-1.24.8-x86_64-1.txz: Upgraded. n/postfix-3.5.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/postfix/postfix.SlackBuild5
-rw-r--r--source/n/postfix/postfix.res-macros-fix.patch21
2 files changed, 1 insertions, 25 deletions
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild
index 3b0f72a9b..d56ec188a 100755
--- a/source/n/postfix/postfix.SlackBuild
+++ b/source/n/postfix/postfix.SlackBuild
@@ -2,7 +2,7 @@
#
# Copyright 2006, 2011 Alan Hicks, Lizella, GA
# Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, MN USA
+# Copyright 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -102,9 +102,6 @@ zcat $CWD/postfix.only.warn.regular.files.diff.gz | patch -p1 --verbose || exit
# Make the postfix startup message look more like the other boot notices:
zcat $CWD/postfix.script.starting.message.diff.gz | patch -p1 --verbose || exit 1
-# Fix dropped RES macros with glibc-2.30:
-zcat $CWD/postfix.res-macros-fix.patch.gz | patch -p1 --verbose || exit 1
-
# Postfix does not use a ./configure script (no GNU autoconf)
#
# The AUXLIBS variable is for dynamic library linking, which as of this
diff --git a/source/n/postfix/postfix.res-macros-fix.patch b/source/n/postfix/postfix.res-macros-fix.patch
deleted file mode 100644
index 1034c85f7..000000000
--- a/source/n/postfix/postfix.res-macros-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/dns/dns_str_resflags.c b/src/dns/dns_str_resflags.c
-index 5f2cce5..df32345 100644
---- a/src/dns/dns_str_resflags.c
-+++ b/src/dns/dns_str_resflags.c
-@@ -60,10 +60,16 @@ static const LONG_NAME_MASK resflag_table[] = {
- "RES_DEFNAMES", RES_DEFNAMES,
- "RES_STAYOPEN", RES_STAYOPEN,
- "RES_DNSRCH", RES_DNSRCH,
-+#ifdef RES_INSECURE1
- "RES_INSECURE1", RES_INSECURE1,
-+#endif
-+#ifdef RES_INSECURE2
- "RES_INSECURE2", RES_INSECURE2,
-+#endif
- "RES_NOALIASES", RES_NOALIASES,
-+#ifdef RES_USE_INET6
- "RES_USE_INET6", RES_USE_INET6,
-+#endif
- #ifdef RES_ROTATE
- "RES_ROTATE", RES_ROTATE,
- #endif