svn commit: r543421 - branches/2020Q3/security/softether5

Koichiro Iwao meta at FreeBSD.org
Sat Jul 25 14:59:20 UTC 2020


Author: meta
Date: Sat Jul 25 14:59:19 2020
New Revision: 543421
URL: https://svnweb.freebsd.org/changeset/ports/543421

Log:
  MFH: r543419
  
  security/softether5: increase SecureNAT sessions
  
  to 20000. The factory default is 4096.
  
  Sponsored by:	HAW International
  
  Approved by:	portmgr blanket (minor fix on leaf port)

Modified:
  branches/2020Q3/security/softether5/Makefile
  branches/2020Q3/security/softether5/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/security/softether5/Makefile
==============================================================================
--- branches/2020Q3/security/softether5/Makefile	Sat Jul 25 14:53:52 2020	(r543420)
+++ branches/2020Q3/security/softether5/Makefile	Sat Jul 25 14:59:19 2020	(r543421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	softether
 DISTVERSION=	5.01.9674
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	security net-vpn
 PKGNAMESUFFIX=	5
@@ -10,7 +10,8 @@ DIST_SUBDIR=	${PORTNAME}
 
 # Some patches are managed in my GitHub fork
 PATCH_SITES=	https://github.com/metalefty/${GH_PROJECT}/commit/
-PATCHFILES=	6d077a2.patch:-p1 9da3bd8.patch:-p1 7128bbc.patch:-p1
+PATCHFILES=	6d077a2.patch:-p1 9da3bd8.patch:-p1 7128bbc.patch:-p1 \
+		c757899.patch:-p1
 
 MAINTAINER=	meta at FreeBSD.org
 COMMENT=	SoftEther VPN 5 (Developer Edition)

Modified: branches/2020Q3/security/softether5/distinfo
==============================================================================
--- branches/2020Q3/security/softether5/distinfo	Sat Jul 25 14:53:52 2020	(r543420)
+++ branches/2020Q3/security/softether5/distinfo	Sat Jul 25 14:59:19 2020	(r543421)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1588238272
+TIMESTAMP = 1595687046
 SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.01.9674_GH0.tar.gz) = 0e63188a29afc8364814139cb8a3b3eca42af9ac4f28c4b6c4b1f582b14b2690
 SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.01.9674_GH0.tar.gz) = 107044686
 SHA256 (softether/6d077a2.patch) = c011272b37337dbb2fca1304e419e3f0745e0ee5c81c22e09243319d30d5e464
@@ -7,3 +7,5 @@ SHA256 (softether/9da3bd8.patch) = 3debbaf0a7eda1e1981
 SIZE (softether/9da3bd8.patch) = 2014
 SHA256 (softether/7128bbc.patch) = 19c0a1e605b1b51be06d211b0d147d9cf60d81b66d1af38a0c593a3682eed134
 SIZE (softether/7128bbc.patch) = 930
+SHA256 (softether/c757899.patch) = e6bd3258e02ce4b610f3f31f6d260289ce8ac7306c266f505f3fe6a626844d0b
+SIZE (softether/c757899.patch) = 1118


More information about the svn-ports-all mailing list