mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Compare commits
8 Commits
61a61fb8b4
...
7171bd5c5c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7171bd5c5c | ||
|
|
b64054961d | ||
|
|
c16055893b | ||
|
|
be9c4cfa09 | ||
|
|
cd6f08d336 | ||
|
|
672575a1ae | ||
|
|
e17d852900 | ||
|
|
682345b4ea |
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
whois (5.6.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Updated the .post and .in (and related IDN TLDs) TLD servers.
|
||||||
|
* Removed 1 new gTLDs which is no longer active.
|
||||||
|
* Build-Depend on libcrypt-dev. (Closes: #1106977)
|
||||||
|
|
||||||
|
-- Marco d'Itri <md@linux.it> Fri, 06 Jun 2025 18:22:04 +0200
|
||||||
|
|
||||||
whois (5.6.1) unstable; urgency=medium
|
whois (5.6.1) unstable; urgency=medium
|
||||||
|
|
||||||
* Added the .pg TLD server.
|
* Added the .pg TLD server.
|
||||||
|
|||||||
3
debian/control
vendored
3
debian/control
vendored
@ -6,7 +6,8 @@ Standards-Version: 4.7.2.0
|
|||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Build-Depends: debhelper-compat (= 13), gettext, pkgconf,
|
Build-Depends: debhelper-compat (= 13), gettext, pkgconf,
|
||||||
bash-completion,
|
bash-completion,
|
||||||
libidn2-dev (>= 2.0.3),
|
libcrypt-dev,
|
||||||
|
libidn2-dev,
|
||||||
Vcs-Git: https://github.com/rfc1036/whois.git
|
Vcs-Git: https://github.com/rfc1036/whois.git
|
||||||
Vcs-Browser: https://github.com/rfc1036/whois
|
Vcs-Browser: https://github.com/rfc1036/whois
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ while (<>) {
|
|||||||
$b = "\\x03" if $b eq 'NONE';
|
$b = "\\x03" if $b eq 'NONE';
|
||||||
$b =~ s/^RECURSIVE\s+/\\x08" "/;
|
$b =~ s/^RECURSIVE\s+/\\x08" "/;
|
||||||
$b = "\\x08$b" if $b eq 'whois.flexireg.net';
|
$b = "\\x08$b" if $b eq 'whois.flexireg.net';
|
||||||
$b = "\\x08$b" if $b eq 'whois.registry.in';
|
$b = "\\x08$b" if $b eq 'whois.nixiregistry.in';
|
||||||
$b = "\\x0C" if $b eq 'ARPA';
|
$b = "\\x0C" if $b eq 'ARPA';
|
||||||
$b = "\\x0D" if $b eq 'IP6';
|
$b = "\\x0D" if $b eq 'IP6';
|
||||||
print qq| "$a",\t"$b",\n|;
|
print qq| "$a",\t"$b",\n|;
|
||||||
|
|||||||
@ -718,7 +718,6 @@ pohl
|
|||||||
poker
|
poker
|
||||||
politie
|
politie
|
||||||
porn
|
porn
|
||||||
pramerica
|
|
||||||
praxi
|
praxi
|
||||||
press
|
press
|
||||||
prime
|
prime
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
.mobi RECURSIVE whois.nic.mobi # whois.identitydigital.services
|
.mobi RECURSIVE whois.nic.mobi # whois.identitydigital.services
|
||||||
.museum whois.nic.museum
|
.museum whois.nic.museum
|
||||||
.name whois.nic.name
|
.name whois.nic.name
|
||||||
.post whois.dotpostregistry.net
|
.post whois.nic.post
|
||||||
.pro whois.nic.pro
|
.pro whois.nic.pro
|
||||||
.tel whois.nic.tel
|
.tel whois.nic.tel
|
||||||
.travel whois.nic.travel
|
.travel whois.nic.travel
|
||||||
@ -181,7 +181,7 @@
|
|||||||
.ie whois.weare.ie
|
.ie whois.weare.ie
|
||||||
.il whois.isoc.org.il
|
.il whois.isoc.org.il
|
||||||
.im whois.nic.im
|
.im whois.nic.im
|
||||||
.in whois.registry.in
|
.in whois.nixiregistry.in
|
||||||
.io whois.nic.io
|
.io whois.nic.io
|
||||||
.iq whois.cmc.iq # http://www.cmc.iq/en/iq.html
|
.iq whois.cmc.iq # http://www.cmc.iq/en/iq.html
|
||||||
.ir whois.nic.ir
|
.ir whois.nic.ir
|
||||||
@ -341,6 +341,7 @@
|
|||||||
.uk whois.nic.uk
|
.uk whois.nic.uk
|
||||||
#.um
|
#.um
|
||||||
.fed.us whois.nic.gov
|
.fed.us whois.nic.gov
|
||||||
|
.ngo.us whois.ngo.us
|
||||||
.us whois.nic.us
|
.us whois.nic.us
|
||||||
.gub.uy WEB https://www.dominios.gub.uy/
|
.gub.uy WEB https://www.dominios.gub.uy/
|
||||||
.mil.uy WEB https://www.dominios.gub.uy/
|
.mil.uy WEB https://www.dominios.gub.uy/
|
||||||
@ -371,11 +372,11 @@
|
|||||||
|
|
||||||
# AW means that I had to guess the whois server name, but I was not able
|
# AW means that I had to guess the whois server name, but I was not able
|
||||||
# to find any registered subdomains to verify it.
|
# to find any registered subdomains to verify it.
|
||||||
.xn--2scrj9c whois.registry.in # India
|
.xn--2scrj9c whois.nixiregistry.in # India
|
||||||
.xn--3e0b707e whois.kr # Korea, Republic of
|
.xn--3e0b707e whois.kr # Korea, Republic of
|
||||||
.xn--3hcrj9c whois.registry.in # India
|
.xn--3hcrj9c whois.nixiregistry.in # India
|
||||||
.xn--45br5cyl whois.registry.in # India
|
.xn--45br5cyl whois.nixiregistry.in # India
|
||||||
.xn--45brj9c whois.registry.in # India, Bengali
|
.xn--45brj9c whois.nixiregistry.in # India, Bengali
|
||||||
.xn--4dbrk0ce whois.isoc.org.il # Israel
|
.xn--4dbrk0ce whois.isoc.org.il # Israel
|
||||||
.xn--54b7fta0cc WEB https://bdia.btcl.com.bd/ # Bangladesh
|
.xn--54b7fta0cc WEB https://bdia.btcl.com.bd/ # Bangladesh
|
||||||
.xn--80ao21a whois.nic.kz # Kazakhstan
|
.xn--80ao21a whois.nic.kz # Kazakhstan
|
||||||
@ -387,12 +388,12 @@
|
|||||||
.xn--e1a4c whois.eu # European Union, Cyrillic
|
.xn--e1a4c whois.eu # European Union, Cyrillic
|
||||||
.xn--fiqs8s whois.cnnic.cn # China, Simplified Chinese
|
.xn--fiqs8s whois.cnnic.cn # China, Simplified Chinese
|
||||||
.xn--fiqz9s whois.cnnic.cn # China, Traditional Chinese
|
.xn--fiqz9s whois.cnnic.cn # China, Traditional Chinese
|
||||||
.xn--fpcrj9c3d whois.registry.in # India, Telugu
|
.xn--fpcrj9c3d whois.nixiregistry.in # India, Telugu
|
||||||
.xn--fzc2c9e2c whois.nic.lk # Sri Lanka, Sinhala
|
.xn--fzc2c9e2c whois.nic.lk # Sri Lanka, Sinhala
|
||||||
.xn--gecrj9c whois.registry.in # India, Gujarati
|
.xn--gecrj9c whois.nixiregistry.in # India, Gujarati
|
||||||
.xn--h2breg3eve whois.registry.in # India
|
.xn--h2breg3eve whois.nixiregistry.in # India
|
||||||
.xn--h2brj9c8c whois.registry.in # India
|
.xn--h2brj9c8c whois.nixiregistry.in # India
|
||||||
.xn--h2brj9c whois.registry.in # India, Hindi
|
.xn--h2brj9c whois.nixiregistry.in # India, Hindi
|
||||||
.xn--j1amh whois.dotukr.com # Ukraine
|
.xn--j1amh whois.dotukr.com # Ukraine
|
||||||
.xn--j6w193g whois.hkirc.hk # Hong Kong
|
.xn--j6w193g whois.hkirc.hk # Hong Kong
|
||||||
.xn--kprw13d whois.twnic.net.tw # Taiwan, Simplified Chinese
|
.xn--kprw13d whois.twnic.net.tw # Taiwan, Simplified Chinese
|
||||||
@ -405,12 +406,12 @@
|
|||||||
.xn--mgbah1a3hjkrd whois.nic.mr # Mauritania
|
.xn--mgbah1a3hjkrd whois.nic.mr # Mauritania
|
||||||
.xn--mgbai9azgqp6j NONE # Pakistan
|
.xn--mgbai9azgqp6j NONE # Pakistan
|
||||||
.xn--mgbayh7gpa WEB https://www.domain.jo/FirstPageen.aspx # Jordan
|
.xn--mgbayh7gpa WEB https://www.domain.jo/FirstPageen.aspx # Jordan
|
||||||
.xn--mgbbh1a71e whois.registry.in # India, Urdu
|
.xn--mgbbh1a71e whois.nixiregistry.in # India, Urdu
|
||||||
.xn--mgbbh1a whois.registry.in # India
|
.xn--mgbbh1a whois.nixiregistry.in # India
|
||||||
.xn--mgbc0a9azcg NONE # Morocco
|
.xn--mgbc0a9azcg NONE # Morocco
|
||||||
.xn--mgbcpq6gpa1a NONE # Bahrain
|
.xn--mgbcpq6gpa1a NONE # Bahrain
|
||||||
.xn--mgberp4a5d4ar whois.nic.net.sa # Saudi Arabia
|
.xn--mgberp4a5d4ar whois.nic.net.sa # Saudi Arabia
|
||||||
.xn--mgbgu82a whois.registry.in # India
|
.xn--mgbgu82a whois.nixiregistry.in # India
|
||||||
.xn--mgbpl2fh NONE # Sudan
|
.xn--mgbpl2fh NONE # Sudan
|
||||||
.xn--mgbtx2b whois.cmc.iq # Iraq
|
.xn--mgbtx2b whois.cmc.iq # Iraq
|
||||||
.xn--mgbx4cd0ab whois.mynic.my # Malaysia AW
|
.xn--mgbx4cd0ab whois.mynic.my # Malaysia AW
|
||||||
@ -423,12 +424,12 @@
|
|||||||
.xn--q7ce6a whois.nic.la # Lao
|
.xn--q7ce6a whois.nic.la # Lao
|
||||||
.xn--qxa6a whois.eu # European Union, Greek
|
.xn--qxa6a whois.eu # European Union, Greek
|
||||||
.xn--qxam WEB https://grweb.ics.forth.gr/public/whois?lang=en # Greece
|
.xn--qxam WEB https://grweb.ics.forth.gr/public/whois?lang=en # Greece
|
||||||
.xn--rvc1e0am3e whois.registry.in # India
|
.xn--rvc1e0am3e whois.nixiregistry.in # India
|
||||||
.xn--s9brj9c whois.registry.in # India, Punjabi
|
.xn--s9brj9c whois.nixiregistry.in # India, Punjabi
|
||||||
.xn--wgbh1c whois.dotmasr.eg # Egypt
|
.xn--wgbh1c whois.dotmasr.eg # Egypt
|
||||||
.xn--wgbl6a whois.registry.qa # Qatar
|
.xn--wgbl6a whois.registry.qa # Qatar
|
||||||
.xn--xkc2al3hye2a whois.nic.lk # Sri Lanka, Tamil
|
.xn--xkc2al3hye2a whois.nic.lk # Sri Lanka, Tamil
|
||||||
.xn--xkc2dl3a5ee0h whois.registry.in # India, Tamil
|
.xn--xkc2dl3a5ee0h whois.nixiregistry.in # India, Tamil
|
||||||
.xn--y9a3aq whois.amnic.net # Armenia
|
.xn--y9a3aq whois.amnic.net # Armenia
|
||||||
.xn--yfro4i67o whois.zh.sgnic.sg # Singapore, Chinese
|
.xn--yfro4i67o whois.zh.sgnic.sg # Singapore, Chinese
|
||||||
.xn--ygbi2ammx whois.pnina.ps # Palestinian Territory
|
.xn--ygbi2ammx whois.pnina.ps # Palestinian Territory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user