svn commit: r449313 - head/security/openiked

Marcel Moolenaar marcel at FreeBSD.org
Tue Sep 5 20:13:47 UTC 2017


Author: marcel (src committer)
Date: Tue Sep  5 20:13:44 2017
New Revision: 449313
URL: https://svnweb.freebsd.org/changeset/ports/449313

Log:
  Update to openiked-1.8
  
  Summary:
  Changes since 1.7:
   o  Add DH groups 19, 20 & 21 to the default IKE proposal
   o  Add SHA2-384 & SHA2-512 to the default IKE & IPsec SA proposal
   o  Fix sending invalid proposals when not all transforms are supported by the kernel
  
  Reviewed By: mat
  Differential Revision: https://reviews.freebsd.org/D12190

Modified:
  head/security/openiked/Makefile
  head/security/openiked/distinfo

Modified: head/security/openiked/Makefile
==============================================================================
--- head/security/openiked/Makefile	Tue Sep  5 20:07:11 2017	(r449312)
+++ head/security/openiked/Makefile	Tue Sep  5 20:13:44 2017	(r449313)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openiked
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	security net ipv6
 
 MAINTAINER=	marcel at FreeBSD.org

Modified: head/security/openiked/distinfo
==============================================================================
--- head/security/openiked/distinfo	Tue Sep  5 20:07:11 2017	(r449312)
+++ head/security/openiked/distinfo	Tue Sep  5 20:13:44 2017	(r449313)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492273992
-SHA256 (xcllnt-openiked-1.7_GH0.tar.gz) = a133d2aa58c8ecb50111d7ac5987f12cd90c404bc394012e9a6e092bca8dd86b
-SIZE (xcllnt-openiked-1.7_GH0.tar.gz) = 227629
+TIMESTAMP = 1504200530
+SHA256 (xcllnt-openiked-1.8_GH0.tar.gz) = a3f17aa77d30053ec0ccccf3ad73f9ff62bbb14fa3f51da9467670de2a6c15fa
+SIZE (xcllnt-openiked-1.8_GH0.tar.gz) = 227945


More information about the svn-ports-all mailing list