mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Compare commits
12 Commits
790a1e65d2
...
9fe2b81984
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fe2b81984 | ||
|
|
64c3426493 | ||
|
|
8624550e4a | ||
|
|
9f37990fed | ||
|
|
a2bbd90c40 | ||
|
|
f5d4f95d76 | ||
|
|
173808dd26 | ||
|
|
5967760f56 | ||
|
|
45dde46468 | ||
|
|
71c87b5e30 | ||
|
|
e0d2550f93 | ||
|
|
5b9f2923ba |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
whois (5.6.5) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Updated the .co TLD server.
|
||||||
|
* Added some large KRNIC networks.
|
||||||
|
* Updated the second level .uk TLD servers.
|
||||||
|
* Removed the .pro TLD server.
|
||||||
|
* Removed 1 new gTLD which is no longer active.
|
||||||
|
|
||||||
|
-- Marco d'Itri <md@linux.it> Mon, 13 Oct 2025 03:37:20 +0200
|
||||||
|
|
||||||
whois (5.6.4) unstable; urgency=medium
|
whois (5.6.4) unstable; urgency=medium
|
||||||
|
|
||||||
* Updated the .cm and .to TLD servers.
|
* Updated the .cm and .to TLD servers.
|
||||||
|
|||||||
6
debian/salsa-ci.yml
vendored
Normal file
6
debian/salsa-ci.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
include:
|
||||||
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
||||||
|
|
||||||
|
variables:
|
||||||
|
SALSA_CI_IGNORED_BRANCHES: '^next$'
|
||||||
@ -10,16 +10,20 @@
|
|||||||
1.0.0.0/8 apnic
|
1.0.0.0/8 apnic
|
||||||
2.0.0.0/8 ripe
|
2.0.0.0/8 ripe
|
||||||
5.0.0.0/8 ripe
|
5.0.0.0/8 ripe
|
||||||
|
14.64.0.0/11 whois.nic.or.kr
|
||||||
14.0.0.0/8 apnic
|
14.0.0.0/8 apnic
|
||||||
24.132.0.0/14 ripe
|
24.132.0.0/14 ripe
|
||||||
|
27.176.0.0/13 whois.nic.or.kr
|
||||||
27.0.0.0/8 apnic
|
27.0.0.0/8 apnic
|
||||||
31.0.0.0/8 ripe
|
31.0.0.0/8 ripe
|
||||||
36.0.0.0/8 apnic
|
36.0.0.0/8 apnic
|
||||||
37.0.0.0/8 ripe
|
37.0.0.0/8 ripe
|
||||||
39.0.0.0/8 apnic
|
39.0.0.0/8 apnic
|
||||||
41.0.0.0/8 afrinic
|
41.0.0.0/8 afrinic
|
||||||
|
42.32.0.0/12 whois.nic.or.kr
|
||||||
42.0.0.0/7 apnic
|
42.0.0.0/7 apnic
|
||||||
46.0.0.0/8 ripe
|
46.0.0.0/8 ripe
|
||||||
|
49.8.0.0/14 whois.nic.or.kr
|
||||||
49.0.0.0/8 apnic
|
49.0.0.0/8 apnic
|
||||||
51.0.0.0/8 ripe
|
51.0.0.0/8 ripe
|
||||||
# whois -r -K -h whois.apnic.net -i admin-c IM76-AP
|
# whois -r -K -h whois.apnic.net -i admin-c IM76-AP
|
||||||
|
|||||||
@ -14,12 +14,20 @@ close($fh);
|
|||||||
my ($ver) = $line =~ /^whois \s+ \( ( [^\)]+ ) \) \s+ \S+/x;
|
my ($ver) = $line =~ /^whois \s+ \( ( [^\)]+ ) \) \s+ \S+/x;
|
||||||
die "Version number not found in $changelog!\n" if not $ver;
|
die "Version number not found in $changelog!\n" if not $ver;
|
||||||
|
|
||||||
$ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | build\d+ | \+dyson\d+ ) $//x;
|
$ver =~ s/ (
|
||||||
|
build\d+
|
||||||
|
| ubuntu\d+
|
||||||
|
| ~bpo\d+\+\d+
|
||||||
|
| ~deb\d+.*
|
||||||
|
| \+b\d+
|
||||||
|
| \+dyson\d+
|
||||||
|
| \+salsaci\+.+
|
||||||
|
) $//x;
|
||||||
|
|
||||||
# The version number must not deviate from this format or the -V option
|
# The version number must not deviate from this format or the -V option
|
||||||
# to RIPE-like servers will break. If needed, update the previous regexp.
|
# to RIPE-like servers will break. If needed, update the previous regexp.
|
||||||
# This may not be true anymore in 2019.
|
# This may not be true anymore in 2019.
|
||||||
die "Invalid version number in $changelog!\n"
|
die "Invalid version number in $changelog: '$ver'!\n"
|
||||||
unless $ver =~ /^ \d+\.\d+ ( \.\d+ )? $/x;
|
unless $ver =~ /^ \d+\.\d+ ( \.\d+ )? $/x;
|
||||||
|
|
||||||
# This is the version number used in the help messages.
|
# This is the version number used in the help messages.
|
||||||
|
|||||||
@ -744,7 +744,6 @@ realtor
|
|||||||
realty
|
realty
|
||||||
recipes
|
recipes
|
||||||
red
|
red
|
||||||
redstone
|
|
||||||
redumbrella
|
redumbrella
|
||||||
rehab
|
rehab
|
||||||
reise
|
reise
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
.museum whois.nic.museum
|
.museum whois.nic.museum
|
||||||
.name whois.nic.name
|
.name whois.nic.name
|
||||||
.post whois.nic.post
|
.post whois.nic.post
|
||||||
.pro whois.nic.pro
|
.pro NONE
|
||||||
.tel whois.nic.tel
|
.tel whois.nic.tel
|
||||||
.travel whois.nic.travel
|
.travel whois.nic.travel
|
||||||
.xxx whois.nic.xxx
|
.xxx whois.nic.xxx
|
||||||
@ -124,7 +124,7 @@
|
|||||||
.edu.cn whois.edu.cn
|
.edu.cn whois.edu.cn
|
||||||
.cn whois.cnnic.cn
|
.cn whois.cnnic.cn
|
||||||
.uk.co whois.uk.co
|
.uk.co whois.uk.co
|
||||||
.co whois.nic.co
|
.co whois.registry.co
|
||||||
.cr whois.nic.cr
|
.cr whois.nic.cr
|
||||||
.cu WEB https://www.nic.cu/
|
.cu WEB https://www.nic.cu/
|
||||||
.cv whois.nic.cv
|
.cv whois.nic.cv
|
||||||
@ -223,6 +223,7 @@
|
|||||||
.mk whois.marnet.mk
|
.mk whois.marnet.mk
|
||||||
.ml whois.nic.ml
|
.ml whois.nic.ml
|
||||||
.mm whois.registry.gov.mm
|
.mm whois.registry.gov.mm
|
||||||
|
.nyc.mn whois.dot.nyc.mn
|
||||||
.mn whois.nic.mn
|
.mn whois.nic.mn
|
||||||
.mo WEB https://www.monic.mo/monic/faces/whois # whois.monic.mo is restricted
|
.mo WEB https://www.monic.mo/monic/faces/whois # whois.monic.mo is restricted
|
||||||
.mp NONE # get.mp
|
.mp NONE # get.mp
|
||||||
@ -328,16 +329,11 @@
|
|||||||
.ua whois.ua
|
.ua whois.ua
|
||||||
.ug whois.co.ug
|
.ug whois.co.ug
|
||||||
.ac.uk whois.nic.ac.uk
|
.ac.uk whois.nic.ac.uk
|
||||||
.bl.uk NONE
|
|
||||||
.british-library.uk NONE
|
|
||||||
.gov.uk whois.gov.uk
|
.gov.uk whois.gov.uk
|
||||||
.icnet.uk NONE
|
.mil.uk NONE
|
||||||
.jet.uk NONE
|
|
||||||
.mod.uk NONE
|
.mod.uk NONE
|
||||||
.nhs.uk NONE
|
.nhs.uk NONE
|
||||||
.nls.uk NONE
|
|
||||||
.parliament.uk NONE
|
.parliament.uk NONE
|
||||||
.police.uk NONE
|
|
||||||
.uk whois.nic.uk
|
.uk whois.nic.uk
|
||||||
#.um
|
#.um
|
||||||
.fed.us whois.nic.gov
|
.fed.us whois.nic.gov
|
||||||
|
|||||||
1
whois.c
1
whois.c
@ -41,7 +41,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* prototypes referenced in data.h */
|
/* prototypes referenced in data.h */
|
||||||
static void find_referral_server_6bone(char **, const char *);
|
|
||||||
static void find_referral_server_apnic(char **, const char *);
|
static void find_referral_server_apnic(char **, const char *);
|
||||||
static void find_referral_server_arin(char **, const char *);
|
static void find_referral_server_arin(char **, const char *);
|
||||||
static void find_referral_server_iana(char **, const char *);
|
static void find_referral_server_iana(char **, const char *);
|
||||||
|
|||||||
3
whois.h
3
whois.h
@ -1,9 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
/* 6bone referto: extension */
|
|
||||||
#define REFERTO_FORMAT "%% referto: whois -h %255s -p %15s %1021[^\n\r]"
|
|
||||||
|
|
||||||
#define HIDE_TO_THE_END -3
|
#define HIDE_TO_THE_END -3
|
||||||
#define HIDE_DISABLED -2
|
#define HIDE_DISABLED -2
|
||||||
#define HIDE_NOT_STARTED -1
|
#define HIDE_NOT_STARTED -1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user