Revision: 8462
http://sourceforge.net/p/astlinux/code/8462
Author: abelbeck
Date: 2017-07-29 12:21:59 +0000 (Sat, 29 Jul 2017)
Log Message:
-----------
whois, version bump to 5.2.17, fixed broken referrals for .com, .net, .jobs, .bz, .cc and .tv
Modified Paths:
--------------
branches/1.0/package/whois/whois-0002-ifdef-AI_IDN.patch
branches/1.0/package/whois/whois.mk
Modified: branches/1.0/package/whois/whois-0002-ifdef-AI_IDN.patch
===================================================================
--- branches/1.0/package/whois/whois-0002-ifdef-AI_IDN.patch 2017-07-28 13:27:13 UTC (rev 8461)
+++ branches/1.0/package/whois/whois-0002-ifdef-AI_IDN.patch 2017-07-29 12:21:59 UTC (rev 8462)
@@ -1,6 +1,6 @@
--- whois-5.2.15/whois.c.orig 2017-03-02 07:46:01.316070356 -0600
+++ whois-5.2.15/whois.c 2017-03-02 07:47:25.420525150 -0600
-@@ -942,7 +942,9 @@
+@@ -941,7 +941,9 @@
hints.ai_family = AF_UNSPEC;
hints.ai_socktype = SOCK_STREAM;
hints.ai_flags = AI_ADDRCONFIG;
Modified: branches/1.0/package/whois/whois.mk
===================================================================
--- branches/1.0/package/whois/whois.mk 2017-07-28 13:27:13 UTC (rev 8461)
+++ branches/1.0/package/whois/whois.mk 2017-07-29 12:21:59 UTC (rev 8462)
@@ -4,7 +4,7 @@
#
################################################################################
-WHOIS_VERSION = 5.2.16
+WHOIS_VERSION = 5.2.17
WHOIS_SITE = http://ftp.debian.org/debian/pool/main/w/whois
WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|