From owner-dev-commits-ports-branches@freebsd.org Fri Aug 20 14:35:07 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D7F066198F; Fri, 20 Aug 2021 14:35:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Grkgb1KYwz3vy0; Fri, 20 Aug 2021 14:35:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 002F81A8D2; Fri, 20 Aug 2021 14:35:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17KEZ6lx012869; Fri, 20 Aug 2021 14:35:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17KEZ6wn012868; Fri, 20 Aug 2021 14:35:06 GMT (envelope-from git) Date: Fri, 20 Aug 2021 14:35:06 GMT Message-Id: <202108201435.17KEZ6wn012868@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Koichiro Iwao Subject: git: f1bde84a7c18 - 2021Q3 - secyrity/softether-devel: Update to 4.37-9758-beta MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f1bde84a7c189b279aa74f9542c30dab5e0a989f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 14:35:07 -0000 The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1bde84a7c189b279aa74f9542c30dab5e0a989f commit f1bde84a7c189b279aa74f9542c30dab5e0a989f Author: Koichiro Iwao AuthorDate: 2021-08-16 05:30:52 +0000 Commit: Koichiro Iwao CommitDate: 2021-08-20 14:26:58 +0000 secyrity/softether-devel: Update to 4.37-9758-beta This update reduces the occurrence of nonsensical packet ping-pong between attackers targeting IPsec VPN devices with a wide range of global IP addresses. See the release note and the announcement[1] for details. While here, clean CFLAGS & LDFLAGS, sync ONLY_FOR_ARCHS with security/softether-devel. [1] https://ja.softether.org/9-about/news/901-210816 Relnotes: https://www.softether.org/5-download/history (cherry picked from commit 2b6861c95fc3c19621b8f80347e144169b91b193) --- security/softether-devel/Makefile | 10 +++------- security/softether-devel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index 8070455d727f..5adbc90e113c 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -1,8 +1,8 @@ PORTNAME= softether -DISTVERSION= 4.36-9754-beta +DISTVERSION= 4.37-9758-beta PORTREVISION= 0 CATEGORIES= security net-vpn -MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2021.06.07-tree/Source_Code/ +MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2021.08.16-tree/Source_Code/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-v${DISTVERSION} @@ -12,8 +12,7 @@ COMMENT= Softether VPN 4 (stable beta version) LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386: https://www.softether.org/3-spec +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le #IGNORE= no beta version available right now, use security/softether instead USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ @@ -36,9 +35,6 @@ PLIST_SUB= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDI SUB_LIST= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDIR}" SUB_FILES= pkg-message vpncmd -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - # a pity the source directory has such a naming scheme, but well WRKSRC= ${WRKDIR}/v${DISTVERSION:S/-beta$//} diff --git a/security/softether-devel/distinfo b/security/softether-devel/distinfo index 1007000fb0c0..463e90b3ba9d 100644 --- a/security/softether-devel/distinfo +++ b/security/softether-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623642484 -SHA256 (softether-src-v4.36-9754-beta.tar.gz) = 8592424f413f658eaf56ff879947f5aece7069f3f2f67a81d1d6323f7558f4b0 -SIZE (softether-src-v4.36-9754-beta.tar.gz) = 59312762 +TIMESTAMP = 1629091050 +SHA256 (softether-src-v4.37-9758-beta.tar.gz) = 2086a4a71e2d4c67674ce52a15761adcba7b00404dcd67361d4935eee487b9da +SIZE (softether-src-v4.37-9758-beta.tar.gz) = 59315942