forked from pool/whois
This commit is contained in:
parent
5a7a34f19b
commit
6712875932
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 17:16:49 CET 2008 - anosek@suse.cz
|
||||
|
||||
- updated to version 4.7.24
|
||||
* Added new ASN allocations.
|
||||
* Added new IPv4 allocations.
|
||||
* Added the .asia, .kp and .mq TLD servers. (Closes: #445747)
|
||||
* Fixed myinet_aton to not reject CIDR networks.
|
||||
* Added support for ASN32.
|
||||
* Added the za.net and za.org pseudo-TLD servers.
|
||||
* Added new IPv4 allocations.
|
||||
* Added new ASN allocations.
|
||||
* Updated the .jobs, .ai and .tn TLD and za.net servers.
|
||||
* Added the za.net server. (Closes: #423549)
|
||||
* Stop misparsing <as-set>:<hierarchical-name> as an IPv6 address.
|
||||
* Stop mangling IDN queries with in-query flags. (Closes: #422895)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 10:22:01 CEST 2007 - anosek@suse.cz
|
||||
|
||||
|
93
whois.spec
93
whois.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package whois (Version 4.7.21)
|
||||
# spec file for package whois (Version 4.7.24)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,14 +10,15 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: whois
|
||||
BuildRequires: libidn-devel
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Other
|
||||
Provides: ripe-whois-tools
|
||||
Autoreqprov: on
|
||||
URL: http://www.linux.it/~md/software/
|
||||
Version: 4.7.21
|
||||
AutoReqProv: on
|
||||
Url: http://www.linux.it/~md/software/
|
||||
Version: 4.7.24
|
||||
Release: 1
|
||||
Summary: whois Client Program
|
||||
Source: %{name}_%{version}.tar.bz2
|
||||
@ -61,7 +62,21 @@ make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} prefix=/usr \
|
||||
/usr/share/locale/*/*/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 31 2007 - anosek@suse.cz
|
||||
* Wed Mar 05 2008 anosek@suse.cz
|
||||
- updated to version 4.7.24
|
||||
* Added new ASN allocations.
|
||||
* Added new IPv4 allocations.
|
||||
* Added the .asia, .kp and .mq TLD servers. (Closes: #445747)
|
||||
* Fixed myinet_aton to not reject CIDR networks.
|
||||
* Added support for ASN32.
|
||||
* Added the za.net and za.org pseudo-TLD servers.
|
||||
* Added new IPv4 allocations.
|
||||
* Added new ASN allocations.
|
||||
* Updated the .jobs, .ai and .tn TLD and za.net servers.
|
||||
* Added the za.net server. (Closes: #423549)
|
||||
* Stop misparsing <as-set>:<hierarchical-name> as an IPv6 address.
|
||||
* Stop mangling IDN queries with in-query flags. (Closes: #422895)
|
||||
* Tue Jul 31 2007 anosek@suse.cz
|
||||
- updated to version 4.7.21
|
||||
* Improved myinet_aton to not parse addresses with trailing junk
|
||||
* Added APNIC and RIPE allocations.
|
||||
@ -69,7 +84,7 @@ make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} prefix=/usr \
|
||||
* Removed references to whois.nic.mil, which apparently is gone.
|
||||
* Removed whois.nic.it from ripe_servers, because it does not even
|
||||
pretend to be one anymore.
|
||||
* Mon Feb 05 2007 - anosek@suse.cz
|
||||
* Mon Feb 05 2007 anosek@suse.cz
|
||||
- updated to version 4.7.20
|
||||
* Added more krnic allocations.
|
||||
* Added support for -sixxs NIC handles.
|
||||
@ -80,96 +95,96 @@ make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} prefix=/usr \
|
||||
Denis-Courmont. (Closes: #384373)
|
||||
* Updated the .mobi and .gs TLD servers.(Closes: #389880, 391447)
|
||||
* Added the .gd TLD server.
|
||||
* Wed Sep 20 2006 - anosek@suse.cz
|
||||
* Wed Sep 20 2006 anosek@suse.cz
|
||||
- updated to version 4.7.17
|
||||
* Added new IPv4 and IPv6 allocations.
|
||||
* Strip the CIDR prefix length from queries to whois.arin.net.
|
||||
* Thu Aug 03 2006 - mmarek@suse.cz
|
||||
* Thu Aug 03 2006 mmarek@suse.cz
|
||||
- updated to version 4.7.15
|
||||
* TLD server list updates
|
||||
* new translations
|
||||
- no need to patch top level Makefile
|
||||
* Fri Apr 14 2006 - mmarek@suse.cz
|
||||
* Fri Apr 14 2006 mmarek@suse.cz
|
||||
- updated the tld_serv_list file to include .eu and other new TLDs
|
||||
[#165904] (tld_serv_list-4.7.13.patch)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Sep 09 2005 - schwab@suse.de
|
||||
* Fri Sep 09 2005 schwab@suse.de
|
||||
- Add libidn, libidn-devel to nfb.
|
||||
- Compile with -DHAVE_LIBIDN, needed for DENIC workaround.
|
||||
* Fri Jul 29 2005 - anicka@suse.cz
|
||||
* Fri Jul 29 2005 anicka@suse.cz
|
||||
- update to 4.7.5
|
||||
* Thu Jan 13 2005 - postadal@suse.cz
|
||||
* Thu Jan 13 2005 postadal@suse.cz
|
||||
- updated to version 4.6.26
|
||||
* Wed Oct 20 2004 - ro@suse.de
|
||||
* Wed Oct 20 2004 ro@suse.de
|
||||
- locale rename: no -> nb
|
||||
* Thu Aug 19 2004 - postadal@suse.cz
|
||||
* Thu Aug 19 2004 postadal@suse.cz
|
||||
- updated to version 4.6.20u
|
||||
* Fri Aug 06 2004 - postadal@suse.cz
|
||||
* Fri Aug 06 2004 postadal@suse.cz
|
||||
- updated to version 4.6.19
|
||||
* Wed Feb 11 2004 - postadal@suse.cz
|
||||
* Wed Feb 11 2004 postadal@suse.cz
|
||||
- updated to version 4.6.9
|
||||
- added changelog and copyright files
|
||||
- removed obsoleted patch buffoverflow-fix
|
||||
* Thu Oct 30 2003 - schwab@suse.de
|
||||
* Thu Oct 30 2003 schwab@suse.de
|
||||
- Fix for 64 bit platforms.
|
||||
* Thu Aug 28 2003 - postadal@suse.cz
|
||||
* Thu Aug 28 2003 postadal@suse.cz
|
||||
- fixed buffer overflow [#29511]
|
||||
* Thu Jul 24 2003 - postadal@suse.cz
|
||||
* Thu Jul 24 2003 postadal@suse.cz
|
||||
- updated to version 4.6.6
|
||||
* added .dj TLD
|
||||
* fixed netsol disclaimer strings
|
||||
* updated PIR server parser
|
||||
* Mon Feb 03 2003 - postadal@suse.cz
|
||||
* Mon Feb 03 2003 postadal@suse.cz
|
||||
- updated to version 4.6.2
|
||||
* Mon Aug 12 2002 - postadal@suse.cz
|
||||
* Mon Aug 12 2002 postadal@suse.cz
|
||||
- update to 4.5.29:
|
||||
* updated LANIC and telstra IP allocations
|
||||
* updated mkpasswd
|
||||
* fixes
|
||||
* Fri Jan 18 2002 - nadvornik@suse.cz
|
||||
* Fri Jan 18 2002 nadvornik@suse.cz
|
||||
- update to 4.5.19:
|
||||
- updated .aero, .coop, .name, .pro, .dk and .edu TLD servers
|
||||
* Mon Dec 10 2001 - nadvornik@suse.cz
|
||||
* Mon Dec 10 2001 nadvornik@suse.cz
|
||||
- update to 4.5.15:
|
||||
- updated translations
|
||||
- bugfixes
|
||||
* Thu Jul 26 2001 - nadvornik@suse.cz
|
||||
* Thu Jul 26 2001 nadvornik@suse.cz
|
||||
- update to 4.5.6
|
||||
* Tue Mar 27 2001 - nadvornik@suse.cz
|
||||
* Tue Mar 27 2001 nadvornik@suse.cz
|
||||
- update to 4.5.4
|
||||
* Thu Dec 07 2000 - uli@suse.de
|
||||
* Thu Dec 07 2000 uli@suse.de
|
||||
- update -> 4.5.1 (doesn't segfault)
|
||||
* Mon Oct 09 2000 - nadvornik@suse.cz
|
||||
* Mon Oct 09 2000 nadvornik@suse.cz
|
||||
- fixed Copyright
|
||||
* Fri May 19 2000 - nadvornik@suse.cz
|
||||
* Fri May 19 2000 nadvornik@suse.cz
|
||||
- update to 4.4.13
|
||||
- changed group
|
||||
* Thu Mar 30 2000 - nadvornik@suse.cz
|
||||
* Thu Mar 30 2000 nadvornik@suse.cz
|
||||
- update to 4.4.12
|
||||
- added BuildRoot
|
||||
- added %%{_mandir} macro
|
||||
* Fri Mar 03 2000 - uli@suse.de
|
||||
* Fri Mar 03 2000 uli@suse.de
|
||||
- moved man pages to /usr/share
|
||||
* Mon Feb 21 2000 - mha@suse.de
|
||||
* Mon Feb 21 2000 mha@suse.de
|
||||
- completely new, different version from
|
||||
http://www.linux.it/~md/software/
|
||||
Quote README of the new version:
|
||||
"Why another whois client? Because the RIPE client is a mess of
|
||||
hacks and #ifdefs and more complex programs lack features or
|
||||
are bloated."
|
||||
* Mon Nov 29 1999 - kukuk@suse.de
|
||||
* Mon Nov 29 1999 kukuk@suse.de
|
||||
- fixed for SPARC
|
||||
* Tue Sep 21 1999 - uli@suse.de
|
||||
* Tue Sep 21 1999 uli@suse.de
|
||||
- fixed for PPC
|
||||
* Mon Sep 13 1999 - bs@suse.de
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Wed Feb 03 1999 - ro@suse.de
|
||||
* Wed Feb 03 1999 ro@suse.de
|
||||
- use libcrypt on alpha
|
||||
- no m486 on alpha
|
||||
* Fri Oct 02 1998 - ro@suse.de
|
||||
* Fri Oct 02 1998 ro@suse.de
|
||||
- defined _BSD_SOURCE
|
||||
- dont redeclare gethostname
|
||||
- link with -crypt where needed
|
||||
* Tue May 27 1997 - florian@suse.de
|
||||
* Tue May 27 1997 florian@suse.de
|
||||
- first version of ripe-whois 2.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c103e4c36d8ce54908e7b57a0c9a30ba95123bdfc67e0d97e77683beef1d576
|
||||
size 55063
|
3
whois_4.7.24.tar.bz2
Normal file
3
whois_4.7.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8417b94b38e39dcce5c3d5ee5c9f5ac99780c298aab263be497b4e81e6c9f97
|
||||
size 55933
|
Loading…
x
Reference in New Issue
Block a user