svn commit: r489983 - head/net/ocserv

Carlos J. Puga Medina cpm at FreeBSD.org
Fri Jan 11 16:20:20 UTC 2019


Author: cpm
Date: Fri Jan 11 16:20:18 2019
New Revision: 489983
URL: https://svnweb.freebsd.org/changeset/ports/489983

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

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

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Fri Jan 11 16:12:13 2019	(r489982)
+++ head/net/ocserv/Makefile	Fri Jan 11 16:20:18 2019	(r489983)
@@ -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: head/net/ocserv/distinfo
==============================================================================
--- head/net/ocserv/distinfo	Fri Jan 11 16:12:13 2019	(r489982)
+++ head/net/ocserv/distinfo	Fri Jan 11 16:20:18 2019	(r489983)
@@ -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