From owner-svn-ports-all@freebsd.org Fri Oct 25 14:03:32 2019 Return-Path: Delivered-To: svn-ports-all@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 E6F6A171A28; Fri, 25 Oct 2019 14:03:32 +0000 (UTC) (envelope-from zi@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4705S45tWYz4Xxp; Fri, 25 Oct 2019 14:03:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD2A027717; Fri, 25 Oct 2019 14:03:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9PE3WlL075447; Fri, 25 Oct 2019 14:03:32 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9PE3WRV075444; Fri, 25 Oct 2019 14:03:32 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201910251403.x9PE3WRV075444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 25 Oct 2019 14:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515613 - head/security/openconnect X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/openconnect X-SVN-Commit-Revision: 515613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2019 14:03:33 -0000 Author: zi Date: Fri Oct 25 14:03:31 2019 New Revision: 515613 URL: https://svnweb.freebsd.org/changeset/ports/515613 Log: - Update to 8.05 Modified: head/security/openconnect/Makefile head/security/openconnect/distinfo head/security/openconnect/pkg-plist Modified: head/security/openconnect/Makefile ============================================================================== --- head/security/openconnect/Makefile Fri Oct 25 13:54:13 2019 (r515612) +++ head/security/openconnect/Makefile Fri Oct 25 14:03:31 2019 (r515613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openconnect -PORTVERSION= 8.03 +PORTVERSION= 8.05 CATEGORIES= security net-vpn MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ ZI @@ -25,8 +25,10 @@ USES= cpe gmake iconv libtool pkgconfig python:build CPE_VENDOR= infradead INSTALL_TARGET= install-strip USE_LDCONFIG= yes +SHEBANG_LANG+= SH +SH_OLD_CMD+= /system/bin/sh SHEBANG_FILES= trojans/csd-post.sh trojans/csd-wrapper.sh \ - trojans/tncc-wrapper.py + trojans/hipreport-android.sh trojans/tncc-wrapper.py PORTDOCS= * OPTIONS_DEFINE= DOCS PROXY GNUTLS GSSAPI LZ4 P11 STOKEN Modified: head/security/openconnect/distinfo ============================================================================== --- head/security/openconnect/distinfo Fri Oct 25 13:54:13 2019 (r515612) +++ head/security/openconnect/distinfo Fri Oct 25 14:03:31 2019 (r515613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563197540 -SHA256 (openconnect-8.03.tar.gz) = 908cff9b1ce266b6bb7f969a7f62723543ab94719ba3c95a150fe3894cbc9ef2 -SIZE (openconnect-8.03.tar.gz) = 1885587 +TIMESTAMP = 1572011681 +SHA256 (openconnect-8.05.tar.gz) = 335c2952d0cb36822acb112eaaf5e3b4acffc6874985fb614fec0b76c4c12992 +SIZE (openconnect-8.05.tar.gz) = 1922100 Modified: head/security/openconnect/pkg-plist ============================================================================== --- head/security/openconnect/pkg-plist Fri Oct 25 13:54:13 2019 (r515612) +++ head/security/openconnect/pkg-plist Fri Oct 25 14:03:31 2019 (r515613) @@ -9,3 +9,4 @@ libexec/openconnect/csd-wrapper.sh libexec/openconnect/hipreport.sh libexec/openconnect/tncc-wrapper.py man/man8/openconnect.8.gz +libexec/openconnect/hipreport-android.sh