summaryrefslogtreecommitdiff
path: root/net/iana-etc/patches/patch-services.gawk
diff options
context:
space:
mode:
Diffstat (limited to 'net/iana-etc/patches/patch-services.gawk')
-rw-r--r--net/iana-etc/patches/patch-services.gawk16
1 files changed, 13 insertions, 3 deletions
diff --git a/net/iana-etc/patches/patch-services.gawk b/net/iana-etc/patches/patch-services.gawk
index df6769a00c7..645102d48d8 100644
--- a/net/iana-etc/patches/patch-services.gawk
+++ b/net/iana-etc/patches/patch-services.gawk
@@ -1,9 +1,19 @@
-$NetBSD: patch-services.gawk,v 1.2 2012/08/25 13:01:42 christos Exp $
+$NetBSD: patch-services.gawk,v 1.3 2022/11/28 02:15:03 jschauma Exp $
+o Service numbers are authoritatively sourced from IANA
o New services file has <port> <protocol> instead of <port>/<protocol>
---- services.gawk 2008-03-05 19:51:45.000000000 +0200
-+++ services.gawk 2012-08-25 13:36:06.000000000 +0300
+--- services.gawk.orig 2008-03-05 12:51:45.000000000 -0500
++++ services.gawk 2022-11-27 21:03:42.805245025 -0500
+@@ -11,7 +11,7 @@
+ } else {
+ strip = 0
+ print "# See also: services(5)" \
+- ", http://www.sethwklein.net/projects/iana-etc/\n#"
++ ", https://www.iana.org/assignments/service-names-port-numbers/\n#"
+ }
+ while (getline <"port-aliases") {
+ sub(/#.*/, "")
@@ -22,15 +22,15 @@
}
}