Skip to content

Commit

Permalink
MFH: r495663
Browse files Browse the repository at this point in the history
net/ocserv: Update to 0.12.3

- Remove LOCAL MASTER_SITES

Noteworthy changes in 0.12.3

- Fixed crash when no DTLS ciphersuite is negotiated.
- Fixed crash happening arbitrarily depending on handled string sizes (#197).
- Fixed compatibility issue with GnuTLS 3.3.x (#201).
- occtl: print the TLS session information, even if the DTLS channel is not established.

Approved by:	ports-secteam (miwi)
  • Loading branch information
cpm authored and cpm committed Mar 14, 2019
1 parent edcf35c commit 83b3375
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions net/ocserv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# $FreeBSD$

PORTNAME= ocserv
PORTVERSION= 0.12.2
PORTVERSION= 0.12.3
CATEGORIES= net security
MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \
LOCAL/cpm
MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/

MAINTAINER= [email protected]
COMMENT= Server implementing the AnyConnect SSL VPN protocol
Expand Down
6 changes: 3 additions & 3 deletions net/ocserv/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1547221519
SHA256 (ocserv-0.12.2.tar.xz) = 71ccf1dfe9e13a05d9dc1104256cad6ff91e7b7d8c07a02398842ce018a3897d
SIZE (ocserv-0.12.2.tar.xz) = 682272
TIMESTAMP = 1552513718
SHA256 (ocserv-0.12.3.tar.xz) = 42f8f459dae6f88862d4098997d8f5668d97439ec78beede3985f6ff24d91edd
SIZE (ocserv-0.12.3.tar.xz) = 683632

0 comments on commit 83b3375

Please sign in to comment.