svn commit: r490023 - branches/2019Q1/net/ocserv

Carlos J. Puga Medina cpm at FreeBSD.org
Sat Jan 12 01:19:08 UTC 2019


Author: cpm
Date: Sat Jan 12 01:19:06 2019
New Revision: 490023
URL: https://svnweb.freebsd.org/changeset/ports/490023

Log:
  MFH: r489983
  
  net/ocserv: update to 0.12.2
  
  Noteworthy changes in 0.12.2
  
  - Added support for AES256-SHA legacy cipher. This allows the anyconnect clients to use AES256.
  - Added support for the DTLS1.2 protocol hack used by new anyconnect client.
  
  While I'm here pet portlint.
  
  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	Fri Jan 11 23:30:23 2019	(r490022)
+++ branches/2019Q1/net/ocserv/Makefile	Sat Jan 12 01:19:06 2019	(r490023)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ocserv
-PORTVERSION=	0.12.1
-PORTREVISION=	1
+PORTVERSION=	0.12.2
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/ \
 		LOCAL/cpm
@@ -29,9 +28,9 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 USES=		autoreconf cpe gperf libtool localbase ncurses \
 		pathfix pkgconfig readline tar:xz
+
 CPE_VENDOR=	infradead
 GNU_CONFIGURE=	yes
-
 CONFIGURE_ARGS=	--without-geoip \
 		--without-http-parser
 

Modified: branches/2019Q1/net/ocserv/distinfo
==============================================================================
--- branches/2019Q1/net/ocserv/distinfo	Fri Jan 11 23:30:23 2019	(r490022)
+++ branches/2019Q1/net/ocserv/distinfo	Sat Jan 12 01:19:06 2019	(r490023)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526166790
-SHA256 (ocserv-0.12.1.tar.xz) = 0b7d6f4cd54cf8bf6400a27d202819eec32341225ae48ca73d049f9d17e3a2bc
-SIZE (ocserv-0.12.1.tar.xz) = 678784
+TIMESTAMP = 1547221519
+SHA256 (ocserv-0.12.2.tar.xz) = 71ccf1dfe9e13a05d9dc1104256cad6ff91e7b7d8c07a02398842ce018a3897d
+SIZE (ocserv-0.12.2.tar.xz) = 682272


More information about the svn-ports-all mailing list