diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-23 20:08:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-24 08:59:52 +0200 |
commit | 8a9666da9b321efae41da18c81ada6407ac715ce (patch) | |
tree | 75384b9bdd6f1bf8025e83f03f48a5a6d47e222c /extra | |
parent | 692edb07583a3c4be60a2519c7fd59979a7224ec (diff) | |
download | current-8a9666da9b321efae41da18c81ada6407ac715ce.tar.gz |
Thu Jul 23 20:08:16 UTC 202020200723200816
a/util-linux-2.36-x86_64-1.txz: Upgraded.
d/check-0.15.1-x86_64-1.txz: Upgraded.
d/parallel-20200722-noarch-1.txz: Upgraded.
x/mesa-20.1.4-x86_64-1.txz: Upgraded.
extra/sendmail/sendmail-8.16.1-x86_64-2.txz: Rebuilt.
Updated site.config.m4 and included -DDANE. Thanks to HQuest.
extra/sendmail/sendmail-cf-8.16.1-noarch-2.txz: Rebuilt.
testing/packages/gcc10/gcc-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-brig-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-g++-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gdc-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gfortran-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gnat-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-go-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-objc-10.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/sendmail/SlackBuild-sendmail | 2 | ||||
-rwxr-xr-x | extra/source/sendmail/SlackBuild-sendmail-cf | 2 | ||||
-rw-r--r-- | extra/source/sendmail/site.config.m4 | 7 |
3 files changed, 4 insertions, 7 deletions
diff --git a/extra/source/sendmail/SlackBuild-sendmail b/extra/source/sendmail/SlackBuild-sendmail index 9bee21a8..7f2ee542 100755 --- a/extra/source/sendmail/SlackBuild-sendmail +++ b/extra/source/sendmail/SlackBuild-sendmail @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. VERSION=8.16.1 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/extra/source/sendmail/SlackBuild-sendmail-cf b/extra/source/sendmail/SlackBuild-sendmail-cf index 7c3f0ba0..7aa3ee2d 100755 --- a/extra/source/sendmail/SlackBuild-sendmail-cf +++ b/extra/source/sendmail/SlackBuild-sendmail-cf @@ -22,7 +22,7 @@ VERSION=8.16.1 ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} CWD=$(pwd) TMP=${TMP:-/tmp} diff --git a/extra/source/sendmail/site.config.m4 b/extra/source/sendmail/site.config.m4 index 09b1d72f..2233c1d3 100644 --- a/extra/source/sendmail/site.config.m4 +++ b/extra/source/sendmail/site.config.m4 @@ -1,8 +1,5 @@ -APPENDDEF(`confENVDEF', `-DNETINET6') -APPENDDEF(`confMAPDEF', `-DNEWDB -DSTARTTLS -DSASL=2 -DTCPWRAPPERS -DNIS -DMAP_REGEX -DSOCKETMAP') +APPENDDEF(`confMAPDEF', `-DNEWDB') APPENDDEF(`confLIBS', `-lnsl -lssl -lcrypto -lsasl2 -lwrap -lm -ldb -lresolv') APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER') APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER') -APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER_ROOT_UNSAFE ') -APPENDDEF(`confENVDEF', `-DBROKEN_PTHREAD_SLEEP') -APPENDDEF(`confENVDEF', `-D_FFR_TLS_1')dnl +APPENDDEF(`confENVDEF', `-DNETINET6 -DNEWDB -DSTARTTLS -DDANE -DSASL=2 -DTCPWRAPPERS -DNIS -DMAP_REGEX -DSOCKETMAP -DTLS_EC')dnl |