svn commit: r487941 - in head/security: . racoon2-legacy

Cy Schubert cy at FreeBSD.org
Fri Dec 21 03:34:57 UTC 2018


Author: cy
Date: Fri Dec 21 03:34:56 2018
New Revision: 487941
URL: https://svnweb.freebsd.org/changeset/ports/487941

Log:
  Resurrect the old racoon2 port as racoon2-legacy. Christos' fork only
  works with OpenSSL 1.1.1 and newer. This port should be retired when
  FreeBSD 11 is EOL. A subsequent commit will ensure this.

Added:
  head/security/racoon2-legacy/
     - copied from r458966, head/security/racoon2/
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Dec 21 02:14:45 2018	(r487940)
+++ head/security/Makefile	Fri Dec 21 03:34:56 2018	(r487941)
@@ -366,6 +366,7 @@
     SUBDIR += libsparkcrypto
     SUBDIR += libssh
     SUBDIR += libssh2
+    SUBDIR += libssh2-devel
     SUBDIR += libtasn1
     SUBDIR += libtomcrypt
     SUBDIR += libu2f-host
@@ -1080,6 +1081,7 @@
     SUBDIR += quantis
     SUBDIR += quantis-kmod
     SUBDIR += racoon2
+    SUBDIR += racoon2-legacy
     SUBDIR += radamsa
     SUBDIR += ranpwd
     SUBDIR += ratproxy


More information about the svn-ports-all mailing list