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

Renato Botelho garga at FreeBSD.org
Wed May 29 12:12:51 UTC 2019


Author: garga
Date: Wed May 29 12:12:50 2019
New Revision: 502953
URL: https://svnweb.freebsd.org/changeset/ports/502953

Log:
  security/strongswan: Update to 5.8.0
  
  PR:		238173
  Approved by:	maintainer
  Obtained from:	pfSense
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/security/strongswan/Makefile
  head/security/strongswan/distinfo
  head/security/strongswan/files/patch-conf_Makefile.in

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Wed May 29 12:01:28 2019	(r502952)
+++ head/security/strongswan/Makefile	Wed May 29 12:12:50 2019	(r502953)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strongswan
-PORTVERSION=	5.7.2
-PORTREVISION=	2
+PORTVERSION=	5.8.0
 CATEGORIES=	security
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/

Modified: head/security/strongswan/distinfo
==============================================================================
--- head/security/strongswan/distinfo	Wed May 29 12:01:28 2019	(r502952)
+++ head/security/strongswan/distinfo	Wed May 29 12:12:50 2019	(r502953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545909109
-SHA256 (strongswan-5.7.2.tar.bz2) = 308e3ba76e2ce2da070e48fcebbe1fa923a27cc71e43bf63917e6f2a889ecc70
-SIZE (strongswan-5.7.2.tar.bz2) = 4997818
+TIMESTAMP = 1558966248
+SHA256 (strongswan-5.8.0.tar.bz2) = 15b1e10c7dd6253ab5d791fe9b9cb84624e24c118aecd9b90251b4e60daa0933
+SIZE (strongswan-5.8.0.tar.bz2) = 4516950

Modified: head/security/strongswan/files/patch-conf_Makefile.in
==============================================================================
--- head/security/strongswan/files/patch-conf_Makefile.in	Wed May 29 12:01:28 2019	(r502952)
+++ head/security/strongswan/files/patch-conf_Makefile.in	Wed May 29 12:12:50 2019	(r502953)
@@ -1,21 +1,21 @@
---- conf/Makefile.in.orig	2018-12-27 09:46:13 UTC
+--- conf/Makefile.in.orig	2019-03-29 18:18:48 UTC
 +++ conf/Makefile.in
 @@ -899,15 +899,15 @@ install-data-local: $(plugins_install_src)
  	test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
  	test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
  	test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true
--	test -e "$(DESTDIR)$(strongswanconfdir)/strongswan.conf" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswanconfdir)/strongswan.conf || true
-+	test -e "$(DESTDIR)$(strongswanconfdir)/strongswan.conf" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswanconfdir)/strongswan.conf.sample || true
+-	test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf) || true
++	test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf).sample || true
  	for f in $(options_install_src); do \
  		name=`basename $$f`; \
 -		test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$$name" || true; \
-+		test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$$name.sample" || true; \
++		test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$${name}.sample" || true; \
  	done
  	for f in $(plugins_install_src); do \
  		name=`basename $$f`; \
  		if test -f "$$f"; then dir=; else dir="$(srcdir)/"; fi; \
 -		test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$$name" || true; \
-+		test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$$name.sample" || true; \
++		test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$${name}.sample" || true; \
  	done
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.


More information about the svn-ports-all mailing list