SHA256
1
0
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:
Kristyna Streitova 2021-02-25 21:39:53 +00:00 committed by Git OBS Bridge
parent 9175b56001
commit f1b0a4c372
5 changed files with 26 additions and 22 deletions

View File

@ -5,7 +5,7 @@ Format: 3.0 (native)
Source: whois Source: whois
Binary: whois Binary: whois
Architecture: any Architecture: any
Version: 5.5.7 Version: 5.5.8
Maintainer: Marco d'Itri <md@linux.it> Maintainer: Marco d'Itri <md@linux.it>
Standards-Version: 4.5.0.3 Standards-Version: 4.5.0.3
Vcs-Browser: https://github.com/rfc1036/whois 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: Package-List:
whois deb net standard arch=any whois deb net standard arch=any
Checksums-Sha1: Checksums-Sha1:
e401e5865ac0f4d9590ff66730ae702b1ad233a8 85276 whois_5.5.7.tar.xz a9749ebd53135cbdbd820f229fedfe91460f78e3 85352 whois_5.5.8.tar.xz
Checksums-Sha256: Checksums-Sha256:
3efa700dbf38d127c31b21af3176cd6e5a69f96a056be60ac1dcd13df7717393 85276 whois_5.5.7.tar.xz cd9e7bad3b6968182bfcc311e22be3aec9a974397377d748845147884ce07547 85352 whois_5.5.8.tar.xz
Files: Files:
7d9c34565b46476b08274604837f75a0 85276 whois_5.5.7.tar.xz 8cb7d1198e1792108df3058b7fcd34f7 85352 whois_5.5.8.tar.xz
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCX3idQwAKCRDLPsM64d7X iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCYCsX1gAKCRDLPsM64d7X
gWkzAQDO7wHL2qqvqWusKnH3moy0LQXSYU2qfX8nil+z4s4J9gEAuxleLAPAlod/ gUB+AQD/65zwXp/KRN5aw91qbSZ+nzatBBxU64INAqVBTB+RpgEA4lS7Jng/Lzum
X6hixTuJlzoy5TxZeQ3n+qZk1cAe5wQ= xvRSUQPPYWAlPbh1f3A6hGUu9oBfHwM=
=hJZh =GvmR
-----END PGP SIGNATURE----- -----END PGP SIGNATURE-----

View File

@ -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> Sun Oct 18 17:57:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package whois # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,28 +17,24 @@
Name: whois Name: whois
Version: 5.5.7 Version: 5.5.8
Release: 0 Release: 0
Summary: Intelligent WHOIS client Summary: Intelligent WHOIS client
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
URL: https://www.linux.it/~md/software/ URL: https://github.com/rfc1036/whois
Source: http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz Source: https://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 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 Source3: https://db.debian.org/fetchkey.cgi?fingerprint=6791403B68AE2690517C42EAE6FFF1E38DC968B0#/%{name}.keyring
Patch0: whois-nobsdsource.patch Patch0: whois-nobsdsource.patch
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libidn2) BuildRequires: pkgconfig(libidn2)
Provides: ripe-whois-tools Provides: ripe-whois-tools
%{perl_requires}
%if 0%{?suse_version} != 1310 %if 0%{?suse_version} != 1310
BuildRequires: perl(autodie) BuildRequires: perl(autodie)
%endif %endif
%if 0%{?suse_version} < 1140
Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
%if 0%{?suse_version} <= 1140 %if 0%{?suse_version} <= 1140
BuildRequires: libxcrypt-devel BuildRequires: libxcrypt-devel
%endif %endif
@ -62,7 +58,7 @@ echo "`grep -A1 "Checksums-Sha256" %{SOURCE2} | grep %{name}_%{version}.tar.xz |
%patch0 -p1 %patch0 -p1
%build %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 %if 0%{?suse_version} <= 1140
HAVE_XCRYPT=1 \ HAVE_XCRYPT=1 \
%else %else

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd9e7bad3b6968182bfcc311e22be3aec9a974397377d748845147884ce07547
size 85352