Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2020 08:58:14 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r526444 - branches/2020Q1/security/softether5
Message-ID:  <202002180858.01I8wEYb026158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Feb 18 08:58:14 2020
New Revision: 526444
URL: https://svnweb.freebsd.org/changeset/ports/526444

Log:
  MFH: r526441
  
  security/softether5: fix build on non-x86 architectures
  
  Tested on: Raspberry Pi 3 Model B+
  
  Sponsored by:	HAW International
  
  Approved by:	portmgr blanket (fix build)

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

Modified: branches/2020Q1/security/softether5/Makefile
==============================================================================
--- branches/2020Q1/security/softether5/Makefile	Tue Feb 18 08:31:05 2020	(r526443)
+++ branches/2020Q1/security/softether5/Makefile	Tue Feb 18 08:58:14 2020	(r526444)
@@ -8,8 +8,8 @@ PKGNAMESUFFIX=	5
 DIST_SUBDIR=	${PORTNAME}
 
 # Some patches are managed in my GitHub fork
-PATCH_SITES=	https://github.com/metalefty/${GH_ACCOUNT}/commit/
-PATCHFILES=	7a7bed1.patch:-p1 501135e.patch:-p1 13f0ec3.patch:-p1
+PATCH_SITES=	https://github.com/metalefty/${GH_PROJECT}/commit/
+PATCHFILES=	7dcfce9.patch:-p1 5832425.patch:-p1 9093f9e.patch:-p1
 
 MAINTAINER=	meta@FreeBSD.org
 COMMENT=	SoftEther VPN 5 (Developer Edition)
@@ -38,7 +38,7 @@ OPTIONS_DEFINE=	DOCS UNLOCK
 #  - Source IP address control list function
 #  - syslog transfer function
 UNLOCK_DESC=	Unlock regional lockout (JP and CN)
-UNLOCK_PATCHFILES=	940a202.patch:-p1
+UNLOCK_PATCHFILES=	d41c3ae.patch:-p1
 
 PORTDOCS=	DISCLAIMER.md WARNING.TXT
 CONFLICTS_INSTALL=	softether-4.[0-9]* softether-devel-4.[0-9]*

Modified: branches/2020Q1/security/softether5/distinfo
==============================================================================
--- branches/2020Q1/security/softether5/distinfo	Tue Feb 18 08:31:05 2020	(r526443)
+++ branches/2020Q1/security/softether5/distinfo	Tue Feb 18 08:58:14 2020	(r526444)
@@ -1,11 +1,11 @@
-TIMESTAMP = 1574728978
+TIMESTAMP = 1582012314
 SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.01.9672_GH0.tar.gz) = 71db32ac42ac52af8d50c61190834b0c96759363d5e1911a69a0e3155a4c9644
 SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.01.9672_GH0.tar.gz) = 107032019
-SHA256 (softether/7a7bed1.patch) = 49150dee64f7183bad195f6da591311a21b22a36cd8bb5cac00ea9edb14ab6fa
-SIZE (softether/7a7bed1.patch) = 1081
-SHA256 (softether/501135e.patch) = b6a27221a19ee7dada2213cecdcf7d7531fad686416383fc2a272c2306512a98
-SIZE (softether/501135e.patch) = 12581
-SHA256 (softether/13f0ec3.patch) = 715bc54a9d50ded2e5d9440ad3d1c77a0e5b605ee674c7381094b6da4a3adb0c
-SIZE (softether/13f0ec3.patch) = 2046
-SHA256 (softether/940a202.patch) = 61051f05b71193e263b1817f64b62d86b56cbd9a88679aebd22954f2b2f5aefc
-SIZE (softether/940a202.patch) = 930
+SHA256 (softether/7dcfce9.patch) = 43192adaedf65c3e5f0c5b22a489b41d2e192e6d4b4e24e2f7de1280d3b13dd9
+SIZE (softether/7dcfce9.patch) = 801
+SHA256 (softether/5832425.patch) = bea99778e2d0ebaf2e80a2511cdc5c91a13430678f371b56ff6c37ebdf009dfa
+SIZE (softether/5832425.patch) = 12581
+SHA256 (softether/9093f9e.patch) = aba81b81e21829356f8caeacc986cc3e6d94fe0c7dfb371a63485702ea6c0a53
+SIZE (softether/9093f9e.patch) = 2046
+SHA256 (softether/d41c3ae.patch) = 33bc1239c13737869fba80f5e3aba0b293f125b70221cb586da885fbcd405412
+SIZE (softether/d41c3ae.patch) = 930



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