Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 15:32:20 +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: r452782 - branches/2017Q4/net/ocserv
Message-ID:  <201710241532.v9OFWKq2018882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Oct 24 15:32:20 2017
New Revision: 452782
URL: https://svnweb.freebsd.org/changeset/ports/452782

Log:
  MFH: r452040
  
  - 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
  
  Approved by:	ports-secteam (swills)

Modified:
  branches/2017Q4/net/ocserv/Makefile
  branches/2017Q4/net/ocserv/distinfo
  branches/2017Q4/net/ocserv/pkg-descr
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/net/ocserv/Makefile
==============================================================================
--- branches/2017Q4/net/ocserv/Makefile	Tue Oct 24 15:15:52 2017	(r452781)
+++ branches/2017Q4/net/ocserv/Makefile	Tue Oct 24 15:32:20 2017	(r452782)
@@ -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: branches/2017Q4/net/ocserv/distinfo
==============================================================================
--- branches/2017Q4/net/ocserv/distinfo	Tue Oct 24 15:15:52 2017	(r452781)
+++ branches/2017Q4/net/ocserv/distinfo	Tue Oct 24 15:32:20 2017	(r452782)
@@ -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: branches/2017Q4/net/ocserv/pkg-descr
==============================================================================
--- branches/2017Q4/net/ocserv/pkg-descr	Tue Oct 24 15:15:52 2017	(r452781)
+++ branches/2017Q4/net/ocserv/pkg-descr	Tue Oct 24 15:32:20 2017	(r452782)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710241532.v9OFWKq2018882>