Bug 192505 - [patch] /etc/services updates for RFC 7194
Summary: [patch] /etc/services updates for RFC 7194
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: Jeremie Le Hen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-08 07:50 UTC by loic.blot
Modified: 2015-12-24 16:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2014-08-08 07:50:12 UTC
Hi,
RFC 7194 standardize IRC over TLS/SSL on port 6697.
Here is the diff:

--- services.new	2014-08-08 09:44:19.144475673 +0200
+++ services	2014-08-08 09:47:08.687808728 +0200
@@ -2397,6 +2397,7 @@
 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 (RFC 7194)
 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


Have a nice day
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-21 20:15:16 UTC
A commit references this bug:

Author: jlh
Date: Mon Dec 21 20:14:40 UTC 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@unix-experience.fr
  MFC after:	3 days

Changes:
  head/etc/services
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-24 16:56:10 UTC
A commit references this bug:

Author: jlh
Date: Thu Dec 24 16:55:10 UTC 2015
New revision: 292696
URL: https://svnweb.freebsd.org/changeset/base/292696

Log:
  MFC r292564:

      Add port for IRC over TLS/SSL, as noted in RFC 7194.

      PR:		    192505
      Submitted by:   loic.blot@unix-experience.fr

  MFC r292694:

      Replace all whitespaces between port name and number with tabs.

Changes:
  stable/10/etc/services