svn commit: r471205 - in head/security/strongswan: . files

Kirill Ponomarev krion at FreeBSD.org
Thu May 31 12:39:53 UTC 2018


Author: krion
Date: Thu May 31 12:39:51 2018
New Revision: 471205
URL: https://svnweb.freebsd.org/changeset/ports/471205

Log:
  Update to 5.6.3
  
  Fixes:
   - Denial-of-Service Vulnerability in the IKEv2 key derivation
     (CVE-2018-10811)
   - Denial-of-Service Vulnerability in the stroke plugin
     (CVE-2018-5388)
   - Crash on FreeBSD that was present in 5.6.2
   - The kernel-pfkey plugin optionally installs routes via internal
     interface (one with an IP in the local traffic selector). On
     FreeBSD, enabling this selects the correct source IP when sending
     packets from the gateway itself.
  
  PR:		228631
  Submitted by:	maintainer

Deleted:
  head/security/strongswan/files/patch-src_libcharon_sa_ikev2_authenticators_pubkey_authenticator.c
Modified:
  head/security/strongswan/Makefile
  head/security/strongswan/distinfo

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Thu May 31 12:30:45 2018	(r471204)
+++ head/security/strongswan/Makefile	Thu May 31 12:39:51 2018	(r471205)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strongswan
-PORTVERSION=	5.6.2
-PORTREVISION=	1
+PORTVERSION=	5.6.3
 CATEGORIES=	security
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/

Modified: head/security/strongswan/distinfo
==============================================================================
--- head/security/strongswan/distinfo	Thu May 31 12:30:45 2018	(r471204)
+++ head/security/strongswan/distinfo	Thu May 31 12:39:51 2018	(r471205)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519043301
-SHA256 (strongswan-5.6.2.tar.bz2) = e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92
-SIZE (strongswan-5.6.2.tar.bz2) = 4977859
+TIMESTAMP = 1527575366
+SHA256 (strongswan-5.6.3.tar.bz2) = c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24
+SIZE (strongswan-5.6.3.tar.bz2) = 4961579


More information about the svn-ports-head mailing list