summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-03-03 09:56:08 +0100
committerØrjan Malde <red@foxi.me>2023-03-03 09:56:08 +0100
commit796b240d958f2c402f041f654541a67a6ef3c3dd (patch)
treeb0fff20012748f2f5423bbc43f3d35f732e91a81 /patches
parent8529d3151fa355aec486050762871bf1b88f2703 (diff)
downloadmidipix_build-796b240d958f2c402f041f654541a67a6ef3c3dd.tar.bz2
midipix_build-796b240d958f2c402f041f654541a67a6ef3c3dd.tar.xz
groups/241.native_packages_inet.group: whois: bump to v5.5.16
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/whois-5.5.16.local.patch (renamed from patches/whois-5.5.15.local.patch)24
1 files changed, 2 insertions, 22 deletions
diff --git a/patches/whois-5.5.15.local.patch b/patches/whois-5.5.16.local.patch
index 432f7fac..a1a69454 100644
--- a/patches/whois-5.5.15.local.patch
+++ b/patches/whois-5.5.16.local.patch
@@ -32,28 +32,8 @@
nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
##############################################################################
--install: install-whois install-mkpasswd install-pos
-+install: install-whois install-mkpasswd
+-install: install-whois install-mkpasswd install-pos install-bashcomp
++install: install-whois install-mkpasswd install-bashcomp
install-whois: whois
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
-@@ -137,9 +137,6 @@
- $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
- $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
-
--install-pos:
-- cd po && $(MAKE) install
--
- distclean: clean
- rm -f po/whois.pot
-
-@@ -148,9 +145,6 @@
- new_gtlds.h tld_serv.h servers_charset.h *.o whois mkpasswd
- rm -f po/*.mo
-
--pos:
-- cd po && $(MAKE)
--
- depend: Makefile.depend
- Makefile.depend:
- $(CC) $(CPPFLAGS) $(CFLAGS) -MM -MG *.c > $@