diff options
-rw-r--r-- | groups/241.native_packages_inet.group | 4 | ||||
-rw-r--r-- | patches/whois-5.5.16.local.patch (renamed from patches/whois-5.5.15.local.patch) | 24 |
2 files changed, 4 insertions, 24 deletions
diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group index d96fa2ac..200e4c2f 100644 --- a/groups/241.native_packages_inet.group +++ b/groups/241.native_packages_inet.group @@ -263,8 +263,8 @@ mutt_cv_regex_broken=no"}; : ${PKG_WGET2_VERSION:=2.0.1}; : ${PKG_WGET2_URL:=https://ftp.gnu.org/gnu/wget/wget2-${PKG_WGET2_VERSION}.tar.gz}; : ${PKG_WHOIS_DEPENDS:="libidn2"}; -: ${PKG_WHOIS_SHA256SUM:=dfe727fc69f60817caee55c620c2976de1559f3489ecd33faa823bf71052aeda}; -: ${PKG_WHOIS_VERSION:=5.5.15}; +: ${PKG_WHOIS_SHA256SUM:=3030a70a6f03acfb3dda86498bcfb1d6581201d64677c7da371267c5f3847afb}; +: ${PKG_WHOIS_VERSION:=5.5.16}; : ${PKG_WHOIS_URL:=https://github.com/rfc1036/whois/archive/v${PKG_WHOIS_VERSION}.tar.gz}; : ${PKG_WHOIS_IN_TREE:=1}; : ${PKG_WHOIS_CFLAGS_BUILD:=${NATIVE_PACKAGES_CFLAGS_CONFIGURE}}; 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 > $@ |