diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-05-21 17:26:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-05-21 20:32:36 +0200 |
commit | 9880ebe43153cc38df982e3bc0916141ffe03c6a (patch) | |
tree | b01150b222ccc6ca5e248dad5f127751dae682e1 /source/n | |
parent | aaa6bb3264d6d096f5351020958c8ac48a485c6a (diff) | |
download | current-9880ebe43153cc38df982e3bc0916141ffe03c6a.tar.gz current-9880ebe43153cc38df982e3bc0916141ffe03c6a.tar.xz |
Sun May 21 17:26:50 UTC 202320230521172650
ap/diffutils-3.10-x86_64-1.txz: Upgraded.
d/ccache-4.8.1-x86_64-1.txz: Upgraded.
kde/ktextaddons-1.3.2-x86_64-1.txz: Upgraded.
n/nmap-7.94-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/nmap/nmap-7.93.build.kludge.diff | 13 | ||||
-rwxr-xr-x | source/n/nmap/nmap.SlackBuild | 4 |
2 files changed, 1 insertions, 16 deletions
diff --git a/source/n/nmap/nmap-7.93.build.kludge.diff b/source/n/nmap/nmap-7.93.build.kludge.diff deleted file mode 100644 index 80a4e2594..000000000 --- a/source/n/nmap/nmap-7.93.build.kludge.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- ./ncat/http_digest.c.orig 2022-08-25 09:51:59.000000000 -0500 -+++ ./ncat/http_digest.c 2022-09-06 13:19:44.346121633 -0500 -@@ -133,10 +133,6 @@ - return 0; - } - --#if OPENSSL_API_LEVEL < 10100 --#define EVP_MD_CTX_new EVP_MD_CTX_create --#define EVP_MD_CTX_free EVP_MD_CTX_destroy --#endif - static char *make_nonce(const struct timeval *tv) - { - char *buf = NULL; diff --git a/source/n/nmap/nmap.SlackBuild b/source/n/nmap/nmap.SlackBuild index 185434432..b35e41337 100755 --- a/source/n/nmap/nmap.SlackBuild +++ b/source/n/nmap/nmap.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nmap VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -82,8 +82,6 @@ find . \ sed -i "s,share/man/man1,man/man1,g" ndiff/setup.py -zcat $CWD/nmap-7.93.build.kludge.diff.gz | patch -p1 --verbose || exit 1 - # --without-nmap-update is needed below to avoid depending on apr and subversion libraries. # It's not worth the feature IMHO. LIBS="-lnl" \ |