Date: Thu, 14 Mar 2019 08:35:09 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r495691 - branches/2019Q1/net/ocserv Message-ID: <201903140835.x2E8Z9HF021934@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Thu Mar 14 08:35:08 2019 New Revision: 495691 URL: https://svnweb.freebsd.org/changeset/ports/495691 Log: MFH: r495663 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) Modified: branches/2019Q1/net/ocserv/Makefile branches/2019Q1/net/ocserv/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/net/ocserv/Makefile ============================================================================== --- branches/2019Q1/net/ocserv/Makefile Thu Mar 14 08:04:41 2019 (r495690) +++ branches/2019Q1/net/ocserv/Makefile Thu Mar 14 08:35:08 2019 (r495691) @@ -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= cpm@FreeBSD.org COMMENT= Server implementing the AnyConnect SSL VPN protocol Modified: branches/2019Q1/net/ocserv/distinfo ============================================================================== --- branches/2019Q1/net/ocserv/distinfo Thu Mar 14 08:04:41 2019 (r495690) +++ branches/2019Q1/net/ocserv/distinfo Thu Mar 14 08:35:08 2019 (r495691) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903140835.x2E8Z9HF021934>