summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-02-28 21:33:32 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-01 13:30:39 +0100
commit61e0126fa38ec4eb6050bbdc4c594ac349b7da0c (patch)
treebff12f0bf51131f8feb02a805d822adbe2322376 /patches
parentf27add7577b8f5fc767a81f86d00adc0b20d8400 (diff)
downloadcurrent-61e0126fa38ec4eb6050bbdc4c594ac349b7da0c.tar.gz
current-61e0126fa38ec4eb6050bbdc4c594ac349b7da0c.tar.xz
Tue Feb 28 21:33:32 UTC 202320230228213332_15.0
patches/packages/whois-5.5.16-x86_64-1_slack15.0.txz: Upgraded. Add bash completion support, courtesy of Ville Skytta. Updated the .tr TLD server. Removed support for -metu NIC handles.
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/whois-5.5.16-x86_64-1_slack15.0.txt (renamed from patches/packages/whois-5.5.15-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/whois/whois.SlackBuild5
2 files changed, 4 insertions, 1 deletions
diff --git a/patches/packages/whois-5.5.15-x86_64-1_slack15.0.txt b/patches/packages/whois-5.5.16-x86_64-1_slack15.0.txt
index d86108703..d86108703 100644
--- a/patches/packages/whois-5.5.15-x86_64-1_slack15.0.txt
+++ b/patches/packages/whois-5.5.16-x86_64-1_slack15.0.txt
diff --git a/patches/source/whois/whois.SlackBuild b/patches/source/whois/whois.SlackBuild
index 0dd2f2178..6f44de472 100755
--- a/patches/source/whois/whois.SlackBuild
+++ b/patches/source/whois/whois.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011, 2017, 2018, 2019, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -59,6 +59,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Put bash completions in the system directory:
+sed -i "s|/etc/bash_completion.d|/usr/share/bash-completion/completions|g" Makefile
+
make HAVE_LIBIDN2=y || exit
make install install-pos BASEDIR=$PKG || exit 1