Message ID | 20241116224107.452731-1-ju.o@free.fr |
---|---|
State | Accepted |
Headers | show |
Series | [next,1/1] package/whois: bump to version 5.5.23 | expand |
On Sat, 16 Nov 2024 23:41:06 +0100 Julien Olivain <ju.o@free.fr> wrote: > For change log, see: > https://github.com/rfc1036/whois/blob/v5.5.23/debian/changelog > > This commit also adds the sha1 hash published in the Debian source dsc > file. > > The _SITE url is also updated to the new snapshot, and to use the https > protocol. > > Signed-off-by: Julien Olivain <ju.o@free.fr> > --- > package/whois/whois.hash | 5 +++-- > package/whois/whois.mk | 4 ++-- > 2 files changed, 5 insertions(+), 4 deletions(-) Applied to master, thanks. Thomas
diff --git a/package/whois/whois.hash b/package/whois/whois.hash index fb140fa198..06237b65d4 100644 --- a/package/whois/whois.hash +++ b/package/whois/whois.hash @@ -1,5 +1,6 @@ -# From http://snapshot.debian.org/archive/debian/20221017T031443Z/pool/main/w/whois/whois_5.5.14.dsc -sha256 bf9c2cb307d5419b34ad401eecf2820b8f69660db41cf0762e5da71fa2df68e8 whois_5.5.14.tar.xz +# From https://snapshot.debian.org/archive/debian/20241116T203634Z/pool/main/w/whois/whois_5.5.23.dsc +sha1 18227c0efec651c31fe764cdc3af17f5389bcc21 whois_5.5.23.tar.xz +sha256 35c04e46bd8435f46e446a817728b5fae2f0a389033a9383e5e20bb6e8fba14a whois_5.5.23.tar.xz # Hash for license file: sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/whois/whois.mk b/package/whois/whois.mk index e98add4e6a..ca76b22e6d 100644 --- a/package/whois/whois.mk +++ b/package/whois/whois.mk @@ -4,8 +4,8 @@ # ################################################################################ -WHOIS_VERSION = 5.5.14 -WHOIS_SITE = http://snapshot.debian.org/archive/debian/20221017T031443Z/pool/main/w/whois +WHOIS_VERSION = 5.5.23 +WHOIS_SITE = https://snapshot.debian.org/archive/debian/20241116T203634Z/pool/main/w/whois WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz WHOIS_DEPENDENCIES = \ host-pkgconf \
For change log, see: https://github.com/rfc1036/whois/blob/v5.5.23/debian/changelog This commit also adds the sha1 hash published in the Debian source dsc file. The _SITE url is also updated to the new snapshot, and to use the https protocol. Signed-off-by: Julien Olivain <ju.o@free.fr> --- package/whois/whois.hash | 5 +++-- package/whois/whois.mk | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)