git: 978b10d8ef0f - main - services: reinstate CouchDB and bring amqps
Pedro F. Giffuni
pfg at FreeBSD.org
Fri Jan 1 01:49:33 UTC 2021
The branch main has been updated by pfg:
URL: https://cgit.FreeBSD.org/src/commit/?id=978b10d8ef0f44741fd39e3bcb1fb8a28779668f
commit 978b10d8ef0f44741fd39e3bcb1fb8a28779668f
Author: Pedro F. Giffuni <pfg at FreeBSD.org>
AuthorDate: 2021-01-01 01:49:03 +0000
Commit: Pedro F. Giffuni <pfg at FreeBSD.org>
CommitDate: 2021-01-01 01:49:03 +0000
services: reinstate CouchDB and bring amqps
CouchDB was mistakenly removed in r368712
amqps is used by net/rabbitmp
Both are registered in IANA
Reported by: dch
Differential Revision: https://reviews.freebsd.org/D27691
---
usr.sbin/services_mkdb/services | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/usr.sbin/services_mkdb/services b/usr.sbin/services_mkdb/services
index c46a710b82f0..d1f0596c958c 100644
--- a/usr.sbin/services_mkdb/services
+++ b/usr.sbin/services_mkdb/services
@@ -1898,6 +1898,8 @@ vami 5480/udp #VMware Appliance Management Interface, HTTPS-like
personal-agent 5555/tcp #Personal Agent
rplay 5555/udp
# PROBLEM ========================================================
+amqps 5671/tcp #AMQP protocol over TLS/SSL
+amqps 5671/udp #AMQP protocol over TLS/SSL
amqp 5672/tcp #AMQP
amqp 5672/udp #AMQP
amqp 5672/sctp #AMQP
@@ -1910,6 +1912,8 @@ auriga-router 5680/udp #Auriga Router Service
# PROBLEM ========================================================
vnc-server 5900/tcp #VNC Server
vnc-server 5900/udp #VNC Server
+couchdb 5984/tcp #CouchDB
+couchdb 5984/udp #CouchDB
cvsup 5999/tcp #CVSup file transfer/John Polstra/FreeBSD
x11 6000/tcp #6000-6063 are assigned to X Window System
x11 6000/udp #X Window System
More information about the dev-commits-src-main
mailing list