Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 00:55:10 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549869 - in head/security/racoon2: . files
Message-ID:  <202009240055.08O0tAbP054559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Sep 24 00:55:10 2020
New Revision: 549869
URL: https://svnweb.freebsd.org/changeset/ports/549869

Log:
  Update to the latest Christos Zoulas commit on github.
  
  A number of use-after-free were fixed.
  
  MFH:		2020Q3

Added:
  head/security/racoon2/files/patch-pskgen_Makefile.am   (contents, props changed)
Modified:
  head/security/racoon2/Makefile   (contents, props changed)
  head/security/racoon2/distinfo   (contents, props changed)

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Thu Sep 24 00:55:06 2020	(r549868)
+++ head/security/racoon2/Makefile	Thu Sep 24 00:55:10 2020	(r549869)
@@ -4,8 +4,8 @@
 PORTNAME=	racoon2
 PORTVERSION=	${RACOON2_COMMIT_DATE}
 CATEGORIES=	security net
-HASH=		f96b7ab
-RACOON2_COMMIT_DATE=202000801
+HASH=		7ee335e
+RACOON2_COMMIT_DATE=202000908
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon

Modified: head/security/racoon2/distinfo
==============================================================================
--- head/security/racoon2/distinfo	Thu Sep 24 00:55:06 2020	(r549868)
+++ head/security/racoon2/distinfo	Thu Sep 24 00:55:10 2020	(r549869)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596656478
-SHA256 (zoulasc-racoon2-202000801-f96b7ab_GH0.tar.gz) = 4742aeeadbc40db4a6a7cd7440295514f38b3169b5854eeb1460641fdb41040f
-SIZE (zoulasc-racoon2-202000801-f96b7ab_GH0.tar.gz) = 885762
+TIMESTAMP = 1600906965
+SHA256 (zoulasc-racoon2-202000908-7ee335e_GH0.tar.gz) = 984e80fcfbffd9bc2810859d3af1300671e93087c3069ceee73a61cdeaa4788f
+SIZE (zoulasc-racoon2-202000908-7ee335e_GH0.tar.gz) = 885735

Added: head/security/racoon2/files/patch-pskgen_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/racoon2/files/patch-pskgen_Makefile.am	Thu Sep 24 00:55:10 2020	(r549869)
@@ -0,0 +1,7 @@
+--- pskgen/Makefile.am.orig	2020-09-08 04:43:18.000000000 -0700
++++ pskgen/Makefile.am	2020-09-23 17:34:55.946263000 -0700
+@@ -7,4 +7,3 @@
+ 
+ install-exec-hook:
+ 	$(INSTALL) -d $(DESTDIR)$(sysconfdir)
+-	sh ./autogen.spmd.pwd



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