Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 22:06:36 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495663 - head/net/ocserv
Message-ID:  <201903132206.x2DM6aiP092480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Mar 13 22:06:36 2019
New Revision: 495663
URL: https://svnweb.freebsd.org/changeset/ports/495663

Log:
  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.
  
  MFH:		2019Q1

Modified:
  head/net/ocserv/Makefile
  head/net/ocserv/distinfo

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Wed Mar 13 20:47:18 2019	(r495662)
+++ head/net/ocserv/Makefile	Wed Mar 13 22:06:36 2019	(r495663)
@@ -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: head/net/ocserv/distinfo
==============================================================================
--- head/net/ocserv/distinfo	Wed Mar 13 20:47:18 2019	(r495662)
+++ head/net/ocserv/distinfo	Wed Mar 13 22:06:36 2019	(r495663)
@@ -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?201903132206.x2DM6aiP092480>