Skip to content

Commit

Permalink
Update to 8.03. From the changelog:
Browse files Browse the repository at this point in the history
_ Fix detection of utun support on OS X (#18).
_ Fix Cisco DTLSv1.2 support for AES256-GCM-SHA384.
_ Fix Solaris 11.4 build by properly detecting memset_s().
_ Fix recognition of OTP password fields (#24).
  • Loading branch information
schmonz committed May 20, 2019
1 parent 1b1b881 commit a75a822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions net/openconnect/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2019/04/25 07:33:12 maya Exp $
# $NetBSD: Makefile,v 1.10 2019/05/20 14:16:21 schmonz Exp $

DISTNAME= openconnect-8.02
PKGREVISION= 1
DISTNAME= openconnect-8.03
CATEGORIES= net security
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/

Expand All @@ -23,7 +22,7 @@ CONFIGURE_ARGS+= --disable-nls
REPLACE_PYTHON= trojans/tncc-wrapper.py
REPLACE_BASH= trojans/csd-post.sh
REPLACE_BASH+= trojans/csd-wrapper.sh

PYTHON_VERSIONS_ACCEPTED=27

INSTALLATION_DIRS= sbin include lib ${PKGMANDIR}/man8
Expand Down
10 changes: 5 additions & 5 deletions net/openconnect/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2019/01/22 18:28:40 schmonz Exp $
$NetBSD: distinfo,v 1.8 2019/05/20 14:16:21 schmonz Exp $

SHA1 (openconnect-8.02.tar.gz) = e36c8551a75cfef2721a2f432d1b69f1a83722bc
RMD160 (openconnect-8.02.tar.gz) = 558b95eae763773aec8c2517027d9680d47ed7e1
SHA512 (openconnect-8.02.tar.gz) = 690a51198aeaf4bb1cd0901b0799ac991712a29aa899fe735a7b5201683cd627556eebeefba01d0c752ba44ba0a6c5ee1c3647d692383f3f4b335e79c5337cbc
Size (openconnect-8.02.tar.gz) = 1876135 bytes
SHA1 (openconnect-8.03.tar.gz) = 9808b2bc25ceee69d853c8b14f72e7139d4d8843
RMD160 (openconnect-8.03.tar.gz) = f6d41626b5f0687dc1345a9c8c8b03a740850764
SHA512 (openconnect-8.03.tar.gz) = e5cae7aacc5684c585992c8199d47c1318a710d2f3638e0b71f5ab3ee7f35406306462e19ba55b32351a3894c83c256569e2e096da0bc8f6404f2740168e73da
Size (openconnect-8.03.tar.gz) = 1885587 bytes

0 comments on commit a75a822

Please sign in to comment.