mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-18 20:52:53 -05:00
iana portlist updated.
new xml format at iana. git-svn-id: file:///svn/unbound/trunk@2475 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
22290ac234
commit
09375e16e7
3 changed files with 6 additions and 10 deletions
|
|
@ -476,9 +476,8 @@ endif
|
|||
@echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand"
|
||||
|
||||
iana_update:
|
||||
curl -o port-numbers.tmp http://www.iana.org/assignments/port-numbers
|
||||
awk '/Unassigned|Reserved/ {next;} { match($$0, "[0-9]+/udp"); if (RLENGTH > 0) print substr($$0, RSTART, RLENGTH - 4) ","}' port-numbers.tmp | sort -nu > portslist.tmp
|
||||
cat portslist.tmp > util/iana_ports.inc
|
||||
curl -o port-numbers.tmp http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
|
||||
awk '/<record>/ {p=0;} /<protocol>udp/ {p=1;} /<protocol>[^u]/ {p=0;} /Decomissioned|Decommissioned|Removed|De-registered|unassigned|Unassigned|Reserved/ {u=1;} /<number>/ { if(u==1) {u=0;} else { if(p==1) { match($$0,/[0-9]+/); print substr($$0, RSTART, RLENGTH) ","}}}' port-numbers.tmp | sort -nu > util/iana_ports.inc
|
||||
rm -f port-numbers.tmp portslist.tmp
|
||||
|
||||
# Automatic dependencies.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
17 August 2011: Wouter
|
||||
- Fix validation of . DS query.
|
||||
- new xml format at IANA, new awk for iana_update.
|
||||
- iana portlist updated.
|
||||
|
||||
10 August 2011: Wouter
|
||||
- Fix python site-packages path to /usr/lib64.
|
||||
|
|
|
|||
|
|
@ -680,7 +680,6 @@
|
|||
991,
|
||||
992,
|
||||
993,
|
||||
994,
|
||||
995,
|
||||
996,
|
||||
997,
|
||||
|
|
@ -2329,7 +2328,6 @@
|
|||
2690,
|
||||
2691,
|
||||
2692,
|
||||
2693,
|
||||
2694,
|
||||
2695,
|
||||
2696,
|
||||
|
|
@ -2538,7 +2536,6 @@
|
|||
2902,
|
||||
2903,
|
||||
2904,
|
||||
2905,
|
||||
2906,
|
||||
2907,
|
||||
2908,
|
||||
|
|
@ -4332,7 +4329,7 @@
|
|||
5991,
|
||||
5992,
|
||||
5999,
|
||||
6063,
|
||||
6000,
|
||||
6064,
|
||||
6065,
|
||||
6066,
|
||||
|
|
@ -4463,7 +4460,6 @@
|
|||
6627,
|
||||
6628,
|
||||
6657,
|
||||
6669,
|
||||
6670,
|
||||
6671,
|
||||
6672,
|
||||
|
|
@ -4471,7 +4467,7 @@
|
|||
6678,
|
||||
6679,
|
||||
6689,
|
||||
6697,
|
||||
6696,
|
||||
6701,
|
||||
6702,
|
||||
6703,
|
||||
|
|
@ -4609,7 +4605,6 @@
|
|||
7570,
|
||||
7588,
|
||||
7624,
|
||||
7626,
|
||||
7627,
|
||||
7628,
|
||||
7629,
|
||||
|
|
|
|||
Loading…
Reference in a new issue