From 8414c736f229cf17c18456f84ef9f5b641d2c8ebdce530bb7a5360189a3ea19f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Mar 2024 08:58:10 +0000 Subject: [PATCH] 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 --- whois.asc => whois-5.5.21.asc | 16 ++++++++-------- whois-remove-malloc-attribute.patch | 13 ------------- whois.changes | 8 ++++++++ whois.spec | 9 ++++----- whois_5.5.20.tar.xz | 3 --- whois_5.5.21.tar.xz | 3 +++ 6 files changed, 23 insertions(+), 29 deletions(-) rename whois.asc => whois-5.5.21.asc (57%) delete mode 100644 whois-remove-malloc-attribute.patch delete mode 100644 whois_5.5.20.tar.xz create mode 100644 whois_5.5.21.tar.xz diff --git a/whois.asc b/whois-5.5.21.asc similarity index 57% rename from whois.asc rename to whois-5.5.21.asc index e8e5851..d87e188 100644 --- a/whois.asc +++ b/whois-5.5.21.asc @@ -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 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----- diff --git a/whois-remove-malloc-attribute.patch b/whois-remove-malloc-attribute.patch deleted file mode 100644 index 31e9dd6..0000000 --- a/whois-remove-malloc-attribute.patch +++ /dev/null @@ -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 diff --git a/whois.changes b/whois.changes index 144d86e..6827eac 100644 --- a/whois.changes +++ b/whois.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 2 10:52:07 UTC 2024 - Andreas Stieger + +- 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 diff --git a/whois.spec b/whois.spec index db47acd..f2aa9c9 100644 --- a/whois.spec +++ b/whois.spec @@ -2,6 +2,7 @@ # spec file for package whois # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # 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 diff --git a/whois_5.5.20.tar.xz b/whois_5.5.20.tar.xz deleted file mode 100644 index dd81757..0000000 --- a/whois_5.5.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1 -size 90880 diff --git a/whois_5.5.21.tar.xz b/whois_5.5.21.tar.xz new file mode 100644 index 0000000..50f2afe --- /dev/null +++ b/whois_5.5.21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 +size 90812