Module Name: src
Committed By: christos
Date: Thu Jan 3 17:33:20 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
sync services/protocols with IANA versions
To generate a diff of this commit:
cvs rdiff -u -r1.1583 -r1.1584 src/doc/3RDPARTY
cvs rdiff -u -r1.2479 -r1.2480 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1583 src/doc/3RDPARTY:1.1584
--- src/doc/3RDPARTY:1.1583 Mon Dec 31 22:06:39 2018
+++ src/doc/3RDPARTY Thu Jan 3 12:33:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1583 2019/01/01 03:06:39 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1584 2019/01/03 17:33:20 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1457,8 +1457,8 @@ Imported to src/common/dist/zlib and sha
Remember to run cleantags
Package: services, protocols
-Version: 2015-11-13 (services), 2015-10-06 (protocols)
-Current Vers: 2018-08-01 (services), 2017-10-13 (protocols)
+Version: 2018-12-19 (services), 2017-10-13 (protocols)
+Current Vers: 2018-12-19 (services), 2017-10-13 (protocols)
Maintainer: IANA
Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
@@ -1480,6 +1480,8 @@ Notes:
- protocol 84 is defined for as ttp and iptm, merge the two entries since
libc getprotoent() does not read the whole file and merge in the "files"
implementation.
+ - add alias carp to vrrp
+ - put back 240 (pfsync), splitting the unassigned entries
Package: pigz
Version: 2.3.1
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2479 src/doc/CHANGES:1.2480
--- src/doc/CHANGES:1.2479 Mon Dec 31 22:06:39 2018
+++ src/doc/CHANGES Thu Jan 3 12:33:20 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2479 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2480 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -283,3 +283,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
tzdata: Updated to 2018i. [kre 20181231]
tzcode: Updated to 2018i. [christos 20181231]
binutils: Updated to FSF binutils 2.31.1. [christos 20181231]
+ services(5), protocols(5): Pull iana-generated services and protocols
+ [christos 20190103]