forked from pool/whois
Accepting request 1154284 from home:AndreasStieger:branches:network:utilities
whois 5.5.21 OBS-URL: https://build.opensuse.org/request/show/1154284 OBS-URL: https://build.opensuse.org/package/show/network:utilities/whois?expand=0&rev=144
This commit is contained in:
parent
ddabcad0a2
commit
8414c736f2
@ -5,7 +5,7 @@ Format: 3.0 (native)
|
||||
Source: whois
|
||||
Binary: whois
|
||||
Architecture: any
|
||||
Version: 5.5.20
|
||||
Version: 5.5.21
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 4.6.2.0
|
||||
Vcs-Browser: https://github.com/rfc1036/whois
|
||||
@ -14,16 +14,16 @@ Build-Depends: debhelper-compat (= 13), gettext, pkg-config, bash-completion, li
|
||||
Package-List:
|
||||
whois deb net standard arch=any
|
||||
Checksums-Sha1:
|
||||
354c79b0844aa7e1cb4d1d6aa6ce7ccd888684fe 90880 whois_5.5.20.tar.xz
|
||||
016ba012052f0cbc42b6d484c7f75a2c39ef8e66 90812 whois_5.5.21.tar.xz
|
||||
Checksums-Sha256:
|
||||
42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1 90880 whois_5.5.20.tar.xz
|
||||
760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 90812 whois_5.5.21.tar.xz
|
||||
Files:
|
||||
e4fb517a6e26e78198f7f94625a5c59d 90880 whois_5.5.20.tar.xz
|
||||
3ee0d801b3f1fdd6779daa0ce3211b46 90812 whois_5.5.21.tar.xz
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZU495QAKCRDLPsM64d7X
|
||||
geUaAQCccSpi2JpfM4eTSjQYoI1xkLw4IVcZzbc4VOD+O2eTKgD9FRnwi/r1lQiG
|
||||
g54KbTxzbYkIUYOwjWzxMsAqzEcLiAQ=
|
||||
=/wp+
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZdoX8AAKCRDLPsM64d7X
|
||||
gXadAP45jeMyy+ycsoJyW6TBRJuGKt6ZIAmeftmuMGNOlp3/GgD7BeXqaVpC0wNi
|
||||
+MpMDHEoabcpljI3foYeexqy4zti0wA=
|
||||
=bxYK
|
||||
-----END PGP SIGNATURE-----
|
@ -1,13 +0,0 @@
|
||||
Index: whois/utils.h
|
||||
===================================================================
|
||||
--- whois.orig/utils.h
|
||||
+++ whois/utils.h
|
||||
@@ -24,7 +24,7 @@
|
||||
# define NONNULL
|
||||
# define UNUSED
|
||||
#endif
|
||||
-#if defined __GNUC__ && !defined __clang__
|
||||
+#if defined __GNUC__ && __GNUC__ >= 13 && !defined __clang__
|
||||
# define MALLOC_FREE __attribute__((malloc(free)))
|
||||
#else
|
||||
# define MALLOC_FREE
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 10:52:07 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 5.5.21:
|
||||
* Updated the .cv and .sd TLD servers
|
||||
* Remove 4 new gTLDs which are no longer active
|
||||
- drop whois-remove-malloc-attribute.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 14:53:29 UTC 2023 - Danilo Spinella <oss@danyspin97.org>
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# spec file for package whois
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,18 +18,17 @@
|
||||
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.20
|
||||
Version: 5.5.21
|
||||
Release: 0
|
||||
Summary: Intelligent WHOIS client
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Other
|
||||
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
|
||||
Source2: https://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}-%{version}.asc
|
||||
Source3: https://db.debian.org/fetchkey.cgi?fingerprint=6791403B68AE2690517C42EAE6FFF1E38DC968B0#/%{name}.keyring
|
||||
Source4: %{name}-rpmlintrc
|
||||
Patch0: whois-nobsdsource.patch
|
||||
Patch1: whois-remove-malloc-attribute.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libidn2)
|
||||
@ -60,8 +60,6 @@ bash command line completion support for whois.
|
||||
|
||||
%prep
|
||||
# the signature is on the Debian .dsc. Extract the checksums and verify against source
|
||||
echo "`grep -A1 "Files:" %{SOURCE2} | grep %{name}_%{version}.tar.xz | cut -d\ -f2` %{SOURCE0}" | md5sum -c
|
||||
echo "`grep -A1 "Checksums-Sha1" %{SOURCE2} | grep %{name}_%{version}.tar.xz | cut -d\ -f2` %{SOURCE0}" | sha1sum -c
|
||||
echo "`grep -A1 "Checksums-Sha256" %{SOURCE2} | grep %{name}_%{version}.tar.xz | cut -d\ -f2` %{SOURCE0}" | sha256sum -c
|
||||
|
||||
%autosetup -p1 -n %{name}
|
||||
@ -92,6 +90,7 @@ mv %{buildroot}%{_sysconfdir}/bash_completion.d/{mkpasswd,whois} %{buildroot}%{_
|
||||
%{_mandir}/man5/*.5%{?ext_man}
|
||||
|
||||
%files bash-completion
|
||||
%license COPYING
|
||||
%{_datadir}/bash-completion/completions/whois
|
||||
%{_datadir}/bash-completion/completions/mkpasswd
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1
|
||||
size 90880
|
3
whois_5.5.21.tar.xz
Normal file
3
whois_5.5.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77
|
||||
size 90812
|
Loading…
x
Reference in New Issue
Block a user