forked from pool/whois
Accepting request 873935 from home:dirkmueller:Factory
- update to 5.5.8: * Added the .xn--4dbrk0ce (.ישראל, Israel) TLD server. * Updated the .ie and .az TLD servers. * Updated the list of new gTLDs. OBS-URL: https://build.opensuse.org/request/show/873935 OBS-URL: https://build.opensuse.org/package/show/network:utilities/whois?expand=0&rev=117
This commit is contained in:
parent
9175b56001
commit
f1b0a4c372
16
whois.asc
16
whois.asc
@ -5,7 +5,7 @@ Format: 3.0 (native)
|
||||
Source: whois
|
||||
Binary: whois
|
||||
Architecture: any
|
||||
Version: 5.5.7
|
||||
Version: 5.5.8
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 4.5.0.3
|
||||
Vcs-Browser: https://github.com/rfc1036/whois
|
||||
@ -14,16 +14,16 @@ Build-Depends: debhelper (>= 10), gettext, pkg-config, libidn2-dev (>= 2.0.3)
|
||||
Package-List:
|
||||
whois deb net standard arch=any
|
||||
Checksums-Sha1:
|
||||
e401e5865ac0f4d9590ff66730ae702b1ad233a8 85276 whois_5.5.7.tar.xz
|
||||
a9749ebd53135cbdbd820f229fedfe91460f78e3 85352 whois_5.5.8.tar.xz
|
||||
Checksums-Sha256:
|
||||
3efa700dbf38d127c31b21af3176cd6e5a69f96a056be60ac1dcd13df7717393 85276 whois_5.5.7.tar.xz
|
||||
cd9e7bad3b6968182bfcc311e22be3aec9a974397377d748845147884ce07547 85352 whois_5.5.8.tar.xz
|
||||
Files:
|
||||
7d9c34565b46476b08274604837f75a0 85276 whois_5.5.7.tar.xz
|
||||
8cb7d1198e1792108df3058b7fcd34f7 85352 whois_5.5.8.tar.xz
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCX3idQwAKCRDLPsM64d7X
|
||||
gWkzAQDO7wHL2qqvqWusKnH3moy0LQXSYU2qfX8nil+z4s4J9gEAuxleLAPAlod/
|
||||
X6hixTuJlzoy5TxZeQ3n+qZk1cAe5wQ=
|
||||
=hJZh
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCYCsX1gAKCRDLPsM64d7X
|
||||
gUB+AQD/65zwXp/KRN5aw91qbSZ+nzatBBxU64INAqVBTB+RpgEA4lS7Jng/Lzum
|
||||
xvRSUQPPYWAlPbh1f3A6hGUu9oBfHwM=
|
||||
=GvmR
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 23:44:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.5.8:
|
||||
* Added the .xn--4dbrk0ce (.ישראל, Israel) TLD server.
|
||||
* Updated the .ie and .az TLD servers.
|
||||
* Updated the list of new gTLDs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 17:57:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
18
whois.spec
18
whois.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package whois
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,28 +17,24 @@
|
||||
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.7
|
||||
Version: 5.5.8
|
||||
Release: 0
|
||||
Summary: Intelligent WHOIS client
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Other
|
||||
URL: https://www.linux.it/~md/software/
|
||||
Source: http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
|
||||
Source2: http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc
|
||||
URL: https://github.com/rfc1036/whois
|
||||
Source: https://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
|
||||
Source2: https://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc
|
||||
Source3: https://db.debian.org/fetchkey.cgi?fingerprint=6791403B68AE2690517C42EAE6FFF1E38DC968B0#/%{name}.keyring
|
||||
Patch0: whois-nobsdsource.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libidn2)
|
||||
Provides: ripe-whois-tools
|
||||
%{perl_requires}
|
||||
%if 0%{?suse_version} != 1310
|
||||
BuildRequires: perl(autodie)
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1140
|
||||
Requires: perl = %{perl_version}
|
||||
%else
|
||||
%{perl_requires}
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1140
|
||||
BuildRequires: libxcrypt-devel
|
||||
%endif
|
||||
@ -62,7 +58,7 @@ echo "`grep -A1 "Checksums-Sha256" %{SOURCE2} | grep %{name}_%{version}.tar.xz |
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make all mkpasswd HAVE_LIBIDN2=1 HAVE_ICONV=1 %{?_smp_mflags} \
|
||||
%make_build all mkpasswd HAVE_LIBIDN2=1 HAVE_ICONV=1 \
|
||||
%if 0%{?suse_version} <= 1140
|
||||
HAVE_XCRYPT=1 \
|
||||
%else
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efa700dbf38d127c31b21af3176cd6e5a69f96a056be60ac1dcd13df7717393
|
||||
size 85276
|
3
whois_5.5.8.tar.xz
Normal file
3
whois_5.5.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd9e7bad3b6968182bfcc311e22be3aec9a974397377d748845147884ce07547
|
||||
size 85352
|
Loading…
Reference in New Issue
Block a user