svn commit: r292564 - head/etc

Jeremie Le Hen jlh at FreeBSD.org
Mon Dec 21 20:14:41 UTC 2015


Author: jlh
Date: Mon Dec 21 20:14:40 2015
New Revision: 292564
URL: https://svnweb.freebsd.org/changeset/base/292564

Log:
  Add port for IRC over TLS/SSL, as noted in RFC 7194.
  
  PR:		192505
  Submitted by:	loic.blot at unix-experience.fr
  MFC after:	3 days

Modified:
  head/etc/services

Modified: head/etc/services
==============================================================================
--- head/etc/services	Mon Dec 21 19:56:11 2015	(r292563)
+++ head/etc/services	Mon Dec 21 20:14:40 2015	(r292564)
@@ -2401,6 +2401,7 @@ xdsxdm		6558/udp
 sane-port	6566/tcp   #Scanner Access Now Easy (SANE) Control Port
 sane-port	6566/udp   #Scanner Access Now Easy (SANE) Control Port
 ircd		6667/tcp   #Internet Relay Chat (unofficial)
+ircs-u          6697/tcp   #Internet Relay Chat over TLS/SSL
 frc-hp		6704/sctp  #ForCES HP (High Priority) channel
 frc-mp		6705/sctp  #ForCES MP (Medium Priority) channel
 frc-lp		6706/sctp  #ForCES LP (Low priority) channel


More information about the svn-src-all mailing list