diff mbox series

[1/1] package/whois: bump to version 5.4.3

Message ID 1561208392-11096-1-git-send-email-pjtexier@koncepto.io
State Changes Requested
Headers show
Series [1/1] package/whois: bump to version 5.4.3 | expand

Commit Message

Pierre-Jean Texier June 22, 2019, 12:59 p.m. UTC
Also change the site location, see:
 - https://release-monitoring.org/project/5128/

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 package/whois/whois.hash | 4 ++--
 package/whois/whois.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni June 22, 2019, 3:48 p.m. UTC | #1
On Sat, 22 Jun 2019 14:59:52 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> Also change the site location, see:
>  - https://release-monitoring.org/project/5128/

Nope, changing the site location is not a good idea, see below.

> -WHOIS_VERSION = 5.4.0
> -WHOIS_SITE = http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois
> +WHOIS_VERSION = 5.4.3
> +WHOIS_SITE = http://ftp.debian.org/debian/pool/main/w/whois

The problem with ftp.debian.org URLs is that they are not stable. As
Debian moves forward, whois 5.4.3 will become no longer packaged in
Debian, and will disappear from ftp.debian.org. snapshot.debian.org
URLs however are stable. So we should continue to use a
snapshot.debian.org URL.

Thanks!

Thomas
Pierre-Jean Texier June 22, 2019, 4 p.m. UTC | #2
Hi Thomas,

Le 22/06/2019 à 17:48, Thomas Petazzoni a écrit :
> Nope, changing the site location is not a good idea, see below.
> 
>> -WHOIS_VERSION = 5.4.0
>> -WHOIS_SITE =http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois
>> +WHOIS_VERSION = 5.4.3
>> +WHOIS_SITE =http://ftp.debian.org/debian/pool/main/w/whois
> The problem withftp.debian.org  URLs is that they are not stable. As
> Debian moves forward, whois 5.4.3 will become no longer packaged in
> Debian, and will disappear fromftp.debian.org. snapshot.debian.org
> URLs however are stable. So we should continue to use a
> snapshot.debian.org URL.

Thanks for the clarification, I didn't know that.
diff mbox series

Patch

diff --git a/package/whois/whois.hash b/package/whois/whois.hash
index 41ef935..c161018 100644
--- a/package/whois/whois.hash
+++ b/package/whois/whois.hash
@@ -1,5 +1,5 @@ 
-# From http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois/whois_5.4.0.dsc
-sha256	3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378	whois_5.4.0.tar.xz
+# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.4.3.dsc
+sha256	fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3	whois_5.4.3.tar.xz
 
 # Hash for license file:
 sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643	COPYING
diff --git a/package/whois/whois.mk b/package/whois/whois.mk
index 712ad91..3aa556b 100644
--- a/package/whois/whois.mk
+++ b/package/whois/whois.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-WHOIS_VERSION = 5.4.0
-WHOIS_SITE = http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois
+WHOIS_VERSION = 5.4.3
+WHOIS_SITE = http://ftp.debian.org/debian/pool/main/w/whois
 WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz
 WHOIS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 WHOIS_MAKE_ENV = $(TARGET_MAKE_ENV)