forked from pool/whois
Accepting request 1101306 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1101306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/whois?expand=0&rev=91
This commit is contained in:
commit
8026f2b245
@ -1,8 +1,8 @@
|
||||
Index: whois-5.5.16/mkpasswd.c
|
||||
Index: whois-5.5.18/mkpasswd.c
|
||||
===================================================================
|
||||
--- whois-5.5.16.orig/mkpasswd.c
|
||||
+++ whois-5.5.16/mkpasswd.c
|
||||
@@ -17,10 +17,7 @@
|
||||
--- whois-5.5.18.orig/mkpasswd.c
|
||||
+++ whois-5.5.18/mkpasswd.c
|
||||
@@ -19,10 +19,7 @@
|
||||
*/
|
||||
|
||||
/* for crypt, snprintf and strcasecmp */
|
||||
@ -13,12 +13,12 @@ Index: whois-5.5.16/mkpasswd.c
|
||||
|
||||
/* System library */
|
||||
#include <stdio.h>
|
||||
Index: whois-5.5.16/whois.c
|
||||
Index: whois-5.5.18/whois.c
|
||||
===================================================================
|
||||
--- whois-5.5.16.orig/whois.c
|
||||
+++ whois-5.5.16/whois.c
|
||||
@@ -7,9 +7,6 @@
|
||||
* (at your option) any later version.
|
||||
--- whois-5.5.18.orig/whois.c
|
||||
+++ whois-5.5.18/whois.c
|
||||
@@ -9,9 +9,6 @@
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
-/* for AI_IDN */
|
||||
@ -27,11 +27,11 @@ Index: whois-5.5.16/whois.c
|
||||
/* System library */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
Index: whois-5.5.16/Makefile
|
||||
Index: whois-5.5.18/Makefile
|
||||
===================================================================
|
||||
--- whois-5.5.16.orig/Makefile
|
||||
+++ whois-5.5.16/Makefile
|
||||
@@ -69,7 +69,7 @@ else
|
||||
--- whois-5.5.18.orig/Makefile
|
||||
+++ whois-5.5.18/Makefile
|
||||
@@ -70,7 +70,7 @@ else
|
||||
mkpasswd_LDADD += -lcrypt
|
||||
endif
|
||||
|
||||
|
18
whois.asc
18
whois.asc
@ -5,25 +5,25 @@ Format: 3.0 (native)
|
||||
Source: whois
|
||||
Binary: whois
|
||||
Architecture: any
|
||||
Version: 5.5.17
|
||||
Version: 5.5.18
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 4.6.1.1
|
||||
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:
|
||||
c63f8ebdbcbabcfdfa6ec8777240dc4d22fbf1cb 90608 whois_5.5.17.tar.xz
|
||||
11599be246127bec4bdb3eef839a9fa9ed8ef076 90216 whois_5.5.18.tar.xz
|
||||
Checksums-Sha256:
|
||||
effe86e6d75101c2f33a0b3d2d948ab54aa57893fedc3b9983ffd55e881e2521 90608 whois_5.5.17.tar.xz
|
||||
80132ac952e882fc2b1e8e681e9a0d432949f99afa7503d257487515c85cd5b8 90216 whois_5.5.18.tar.xz
|
||||
Files:
|
||||
08b370b67bf62ccb9a99ace3a305ab3a 90608 whois_5.5.17.tar.xz
|
||||
be8aaa843a0030f656b0ac3ed945e4e6 90216 whois_5.5.18.tar.xz
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZFJTPQAKCRDLPsM64d7X
|
||||
gc5AAP9mb9i4zB6aFbspLTSFo1T4ygsViFk52UW3O1rcFQi6GwD7B8Nfb3cyzPL1
|
||||
1o4gJVmCq0FbaYKYhiosidBsHWybXwQ=
|
||||
=BEw1
|
||||
iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCZLv8nAAKCRDLPsM64d7X
|
||||
gWkyAP9T7dH+4Bv5Xcs1pTGll2uT+KOjfaxGhM+qkEEG2F33eQEA59WBcV/a535Q
|
||||
G9Jc+g9zEqiSvqEGZYZgV9O1p1R1qwc=
|
||||
=8Irk
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 06:21:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.5.18:
|
||||
* Updated the .ga TLD server. (Closes: #1037288)
|
||||
* Added new recovered IPv4 allocations.
|
||||
* Removed the delegation of 43.0.0.0/8 to JPNIC.
|
||||
* Removed 12 new gTLDs which are no longer active.
|
||||
* Improved the man page source, courtesy of Bjarni Ingi
|
||||
Gislason.
|
||||
* Added the .edu.za SLD server.
|
||||
* Updated the .alt.za SLD server.
|
||||
* Added the -ru and -su NIC handles servers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 13:12:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.17
|
||||
Version: 5.5.18
|
||||
Release: 0
|
||||
Summary: Intelligent WHOIS client
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:effe86e6d75101c2f33a0b3d2d948ab54aa57893fedc3b9983ffd55e881e2521
|
||||
size 90608
|
3
whois_5.5.18.tar.xz
Normal file
3
whois_5.5.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80132ac952e882fc2b1e8e681e9a0d432949f99afa7503d257487515c85cd5b8
|
||||
size 90216
|
Loading…
Reference in New Issue
Block a user