From dc405b95bef757abc3ba190892f5bd144004a7b4 Mon Sep 17 00:00:00 2001 From: Luis Date: Sat, 6 May 2023 20:33:26 +0000 Subject: [PATCH] iana-etc: update to 20230405 --- core/iana-etc/.checksums | 4 ++-- core/iana-etc/.pkgfiles | 2 +- core/iana-etc/protocols | 3 +-- core/iana-etc/services | 4 +++- core/iana-etc/spkgbuild | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/core/iana-etc/.checksums b/core/iana-etc/.checksums index 654d8d46f..9ff6884bd 100644 --- a/core/iana-etc/.checksums +++ b/core/iana-etc/.checksums @@ -1,3 +1,3 @@ -a04d371b3d06332bff49040d11287f36 protocols -2b405a07ae1ee9f4d828f8ce79aa5e6a services +a5822e42d24ce5a7bcd1c21ee7813139 protocols +5d44d229ac86db2c8ca8ceec0b0354c6 services cf0f5d42ea4f55dab043a1cb16acf6d9 update.sh diff --git a/core/iana-etc/.pkgfiles b/core/iana-etc/.pkgfiles index 79e47095f..433b2f47d 100644 --- a/core/iana-etc/.pkgfiles +++ b/core/iana-etc/.pkgfiles @@ -1,4 +1,4 @@ -iana-etc-20230228-1 +iana-etc-20230405-1 drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/protocols -rw-r--r-- root/root etc/services diff --git a/core/iana-etc/protocols b/core/iana-etc/protocols index b82189dba..8f4fa29b2 100644 --- a/core/iana-etc/protocols +++ b/core/iana-etc/protocols @@ -1,4 +1,4 @@ -# /etc/protocols, created 2023-03-03T10:01:43+0000 +# /etc/protocols, created 2023-05-06T20:33:03+0000 # Source: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml hopopt 0 HOPOPT icmp 1 ICMP @@ -79,7 +79,6 @@ iso-ip 80 ISO-IP vmtp 81 VMTP secure-vmtp 82 SECURE-VMTP vines 83 VINES -ttp 84 TTP iptm 84 IPTM nsfnet-igp 85 NSFNET-IGP dgp 86 DGP diff --git a/core/iana-etc/services b/core/iana-etc/services index a3e5dd1b2..ac8491d1f 100644 --- a/core/iana-etc/services +++ b/core/iana-etc/services @@ -1,4 +1,4 @@ -# /etc/services, created 2023-03-03T10:01:43+0000 +# /etc/services, created 2023-05-06T20:33:03+0000 # Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml tcpmux 1/tcp tcpmux 1/udp @@ -3850,6 +3850,8 @@ simple-tx-rx 2257/tcp simple-tx-rx 2257/udp rcts 2258/tcp rcts 2258/udp +bid-serv 2259/tcp +bid-serv 2259/udp apc-2260 2260/tcp apc-2260 2260/udp comotionmaster 2261/tcp diff --git a/core/iana-etc/spkgbuild b/core/iana-etc/spkgbuild index deb6d1ed0..2b0a0f4ad 100755 --- a/core/iana-etc/spkgbuild +++ b/core/iana-etc/spkgbuild @@ -1,7 +1,7 @@ # description : Provides data for network services and protocols name=iana-etc -version=20230228 +version=20230405 release=1 source="services protocols update.sh"