Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 12:07:42 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r471490 - in branches/2018Q2/security/strongswan: . files
Message-ID:  <201806031207.w53C7gHW050503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jun  3 12:07:41 2018
New Revision: 471490
URL: https://svnweb.freebsd.org/changeset/ports/471490

Log:
  MFH: r471205
  
  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
  
  Approved by:	ports-secteam

Deleted:
  branches/2018Q2/security/strongswan/files/patch-src_libcharon_sa_ikev2_authenticators_pubkey_authenticator.c
Modified:
  branches/2018Q2/security/strongswan/Makefile
  branches/2018Q2/security/strongswan/distinfo
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/security/strongswan/Makefile
==============================================================================
--- branches/2018Q2/security/strongswan/Makefile	Sun Jun  3 11:14:53 2018	(r471489)
+++ branches/2018Q2/security/strongswan/Makefile	Sun Jun  3 12:07:41 2018	(r471490)
@@ -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: branches/2018Q2/security/strongswan/distinfo
==============================================================================
--- branches/2018Q2/security/strongswan/distinfo	Sun Jun  3 11:14:53 2018	(r471489)
+++ branches/2018Q2/security/strongswan/distinfo	Sun Jun  3 12:07:41 2018	(r471490)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806031207.w53C7gHW050503>