svn commit: r452040 - head/net/ocserv

Carlos J. Puga Medina cpm at FreeBSD.org
Sat Oct 14 02:03:07 UTC 2017


Author: cpm
Date: Sat Oct 14 02:03:05 2017
New Revision: 452040
URL: https://svnweb.freebsd.org/changeset/ports/452040

Log:
  - Update to 0.11.9
  - Update WWW in pkg-descr
  
  Noteworthy changes in 0.11.9
  
  - Fixed bug which caused the acceptable of invalid IPv4 address as valid.
  - Fixed compatibility with gnutls 3.3.8 by avoiding the use of the 'VERS-ALL'
    priority string which was introduced in 3.3.24.
  - Fixed null pointer dereference when parsing locked accounts in plain password
    authentication.
  - Add support for RSA-PSS and Ed25519 private keys when used with GnuTLS 3.6.0.
  - ocpasswd: when locking an account multiple times, add the '!' character only once.
    Based on patch by Frank Huang.
  
  Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-October/004529.html
  
  MFH:		2017Q4

Modified:
  head/net/ocserv/Makefile
  head/net/ocserv/distinfo
  head/net/ocserv/pkg-descr

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Sat Oct 14 01:30:49 2017	(r452039)
+++ head/net/ocserv/Makefile	Sat Oct 14 02:03:05 2017	(r452040)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ocserv
-PORTVERSION=	0.11.8
-PORTREVISION=	3
+PORTVERSION=	0.11.9
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/ \
 		LOCAL/cpm

Modified: head/net/ocserv/distinfo
==============================================================================
--- head/net/ocserv/distinfo	Sat Oct 14 01:30:49 2017	(r452039)
+++ head/net/ocserv/distinfo	Sat Oct 14 02:03:05 2017	(r452040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493983020
-SHA256 (ocserv-0.11.8.tar.xz) = 735b9b88a004d5bc8a91d4093d07ea0e2c9fac370a35d84beccc394ed24420c7
-SIZE (ocserv-0.11.8.tar.xz) = 774108
+TIMESTAMP = 1507945577
+SHA256 (ocserv-0.11.9.tar.xz) = 23e274fd6a0e44df90eeb79276b1057f6508a2b4a842ce2f589a8353a51268eb
+SIZE (ocserv-0.11.9.tar.xz) = 781948

Modified: head/net/ocserv/pkg-descr
==============================================================================
--- head/net/ocserv/pkg-descr	Sat Oct 14 01:30:49 2017	(r452039)
+++ head/net/ocserv/pkg-descr	Sat Oct 14 02:03:05 2017	(r452040)
@@ -17,4 +17,4 @@ escalation due to any bug on the VPN handling (worker)
 management interface allows for viewing and querying logged-in
 users.
 
-WWW: http://www.infradead.org/ocserv/
+WWW: https://ocserv.gitlab.io/www/index.html


More information about the svn-ports-all mailing list