From: Gustavo Zacarias Date: Tue, 9 Jun 2015 23:05:31 +0000 (-0300) Subject: whois: bump to version 5.2.9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc816d4cefd6f7ef1bb6bccbc3d5342f46bed2c0;p=buildroot.git whois: bump to version 5.2.9 Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/whois/whois.hash b/package/whois/whois.hash index fc8366f6d7..79c9aca6da 100644 --- a/package/whois/whois.hash +++ b/package/whois/whois.hash @@ -1,2 +1,2 @@ -# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.5.dsc -sha256 1a84fb9c1190dc37df396ea1f24aae56a1beb846257ee692c9d4b44337135d10 whois_5.2.5.tar.xz +# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.9.dsc +sha256 eee5446bf76ca7d38052767d6e2c542297d3a54ce928cada0ff24d2f1749d359 whois_5.2.9.tar.xz diff --git a/package/whois/whois.mk b/package/whois/whois.mk index fee0425d91..274349fe39 100644 --- a/package/whois/whois.mk +++ b/package/whois/whois.mk @@ -4,8 +4,8 @@ # ################################################################################ -WHOIS_VERSION = 5.2.5 -WHOIS_SITE = http://snapshot.debian.org/archive/debian/20150303T100910Z/pool/main/w/whois +WHOIS_VERSION = 5.2.9 +WHOIS_SITE = http://snapshot.debian.org/archive/debian/20150608T042724Z/pool/main/w/whois WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz # take precedence over busybox implementation WHOIS_DEPENDENCIES = host-gettext $(if $(BR2_PACKAGE_BUSYBOX),busybox)