svn commit: r524580 - head/net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:15:15 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:15:15 2020
New Revision: 524580
URL: https://svnweb.freebsd.org/changeset/ports/524580

Log:
  Add libngtcp2 0.1.0.g20200123
  
  ngtcp2 project is an effort to implement QUIC protocol which is now being
  discussed in IETF QUICWG for its standardization.
  
  WWW: https://github.com/ngtcp2/ngtcp2

Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jan 29 19:14:41 2020	(r524579)
+++ head/net/Makefile	Wed Jan 29 19:15:15 2020	(r524580)
@@ -373,6 +373,7 @@
     SUBDIR += libnatpmp
     SUBDIR += libnet
     SUBDIR += libnfs
+    SUBDIR += libngtcp2
     SUBDIR += libnids
     SUBDIR += libnss-cache
     SUBDIR += libnss-mysql


More information about the svn-ports-head mailing list