forked from pool/whois
Accepting request 1164538 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1164538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/whois?expand=0&rev=95
This commit is contained in:
commit
5f90cc8a0a
@ -1,29 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
Format: 3.0 (native)
|
||||
Source: whois
|
||||
Binary: whois
|
||||
Architecture: any
|
||||
Version: 5.5.21
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 4.6.2.0
|
||||
Vcs-Browser: https://github.com/rfc1036/whois
|
||||
Vcs-Git: https://github.com/rfc1036/whois.git
|
||||
Build-Depends: debhelper-compat (= 13), gettext, pkg-config, bash-completion, libidn2-dev (>= 2.0.3)
|
||||
Package-List:
|
||||
whois deb net standard arch=any
|
||||
Checksums-Sha1:
|
||||
016ba012052f0cbc42b6d484c7f75a2c39ef8e66 90812 whois_5.5.21.tar.xz
|
||||
Checksums-Sha256:
|
||||
760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 90812 whois_5.5.21.tar.xz
|
||||
Files:
|
||||
3ee0d801b3f1fdd6779daa0ce3211b46 90812 whois_5.5.21.tar.xz
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZdoX8AAKCRDLPsM64d7X
|
||||
gXadAP45jeMyy+ycsoJyW6TBRJuGKt6ZIAmeftmuMGNOlp3/GgD7BeXqaVpC0wNi
|
||||
+MpMDHEoabcpljI3foYeexqy4zti0wA=
|
||||
=bxYK
|
||||
-----END PGP SIGNATURE-----
|
29
whois-5.5.22.asc
Normal file
29
whois-5.5.22.asc
Normal file
@ -0,0 +1,29 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
Format: 3.0 (native)
|
||||
Source: whois
|
||||
Binary: whois
|
||||
Architecture: any
|
||||
Version: 5.5.22
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 4.6.2.0
|
||||
Vcs-Browser: https://github.com/rfc1036/whois
|
||||
Vcs-Git: https://github.com/rfc1036/whois.git
|
||||
Build-Depends: debhelper-compat (= 13), gettext, pkgconf, bash-completion, libidn2-dev (>= 2.0.3)
|
||||
Package-List:
|
||||
whois deb net standard arch=any
|
||||
Checksums-Sha1:
|
||||
09bb6e5063cfb619fb420ce3252c161c7affbb0d 90884 whois_5.5.22.tar.xz
|
||||
Checksums-Sha256:
|
||||
03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7 90884 whois_5.5.22.tar.xz
|
||||
Files:
|
||||
181d830358a9942dd4ad9cd82d1b1c29 90884 whois_5.5.22.tar.xz
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZgr6mgAKCRDLPsM64d7X
|
||||
gZF1AQCrWS0cIy2A6O6ZSRzYBhY1hQinkGJ28rQcaYzxkKyHCAD9HsK6q7uMNY/s
|
||||
P2hJS1/ddzo/dzclQlATjYdgDWCz9go=
|
||||
=ysoj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 16:44:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.5.22:
|
||||
* Fixed a segmentation fault with --no-recursion.
|
||||
* Updated the .bm and .vi TLD servers.
|
||||
* Removed 4 new gTLDs which are no longer active.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 10:52:07 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package whois
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.21
|
||||
Version: 5.5.22
|
||||
Release: 0
|
||||
Summary: Intelligent WHOIS client
|
||||
License: GPL-2.0-or-later
|
||||
@ -62,7 +62,7 @@ bash command line completion support for whois.
|
||||
# the signature is on the Debian .dsc. Extract the checksums and verify against source
|
||||
echo "`grep -A1 "Checksums-Sha256" %{SOURCE2} | grep %{name}_%{version}.tar.xz | cut -d\ -f2` %{SOURCE0}" | sha256sum -c
|
||||
|
||||
%autosetup -p1 -n %{name}
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%make_build all mkpasswd HAVE_LIBIDN2=1 HAVE_ICONV=1 \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77
|
||||
size 90812
|
3
whois_5.5.22.tar.xz
Normal file
3
whois_5.5.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7
|
||||
size 90884
|
Loading…
Reference in New Issue
Block a user