View | Details | Raw Unified | Return to bug 246239 | Differences between
and this patch

Collapse All | Expand All

(-)openconnect/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/openconnect/Makefile 532177 2020-04-20 03:31:01Z zi $
2
# $FreeBSD: head/security/openconnect/Makefile 532177 2020-04-20 03:31:01Z zi $
3
3
4
PORTNAME=	openconnect
4
PORTNAME=	openconnect
5
PORTVERSION=	8.08
5
PORTVERSION=	8.10
6
CATEGORIES=	security net-vpn
6
CATEGORIES=	security net-vpn
7
MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
7
MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
8
		ZI
8
		ZI
Lines 28-34 Link Here
28
SHEBANG_LANG+=	SH
28
SHEBANG_LANG+=	SH
29
SH_OLD_CMD+=	/system/bin/sh
29
SH_OLD_CMD+=	/system/bin/sh
30
SHEBANG_FILES=	trojans/csd-post.sh trojans/csd-wrapper.sh \
30
SHEBANG_FILES=	trojans/csd-post.sh trojans/csd-wrapper.sh \
31
		trojans/hipreport-android.sh trojans/tncc-wrapper.py
31
		trojans/hipreport-android.sh trojans/tncc-wrapper.py \
32
		trojans/tncc-emulate.py
32
PORTDOCS=	*
33
PORTDOCS=	*
33
34
34
OPTIONS_DEFINE=	DOCS PROXY GNUTLS GSSAPI LZ4 P11 STOKEN
35
OPTIONS_DEFINE=	DOCS PROXY GNUTLS GSSAPI LZ4 P11 STOKEN
(-)openconnect/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1587107163
1
TIMESTAMP = 1589487993
2
SHA256 (openconnect-8.08.tar.gz) = b74b30ebabbd4801056e46c0373e71f3d41c75b805fcc7ee8fc586fe559379e8
2
SHA256 (openconnect-8.10.tar.gz) = 30e64c6eca4be47bbf1d61f53dc003c6621213738d4ea7a35e5cf1ac2de9bab1
3
SIZE (openconnect-8.08.tar.gz) = 2038269
3
SIZE (openconnect-8.10.tar.gz) = 2084534
(-)openconnect/pkg-plist (-2 / +4 lines)
Lines 1-4 Link Here
1
sbin/openconnect
2
include/openconnect.h
1
include/openconnect.h
3
lib/libopenconnect.so
2
lib/libopenconnect.so
4
lib/libopenconnect.so.5
3
lib/libopenconnect.so.5
Lines 6-12 Link Here
6
libdata/pkgconfig/openconnect.pc
5
libdata/pkgconfig/openconnect.pc
7
libexec/openconnect/csd-post.sh
6
libexec/openconnect/csd-post.sh
8
libexec/openconnect/csd-wrapper.sh
7
libexec/openconnect/csd-wrapper.sh
8
libexec/openconnect/hipreport-android.sh
9
libexec/openconnect/hipreport.sh
9
libexec/openconnect/hipreport.sh
10
libexec/openconnect/tncc-emulate.py
10
libexec/openconnect/tncc-wrapper.py
11
libexec/openconnect/tncc-wrapper.py
11
man/man8/openconnect.8.gz
12
man/man8/openconnect.8.gz
12
libexec/openconnect/hipreport-android.sh
13
sbin/openconnect
14
share/bash-completion/completions/openconnect

Return to bug 246239