svn commit: r506230 - head/net/ocserv
Carlos J. Puga Medina
cpm at FreeBSD.org
Mon Jul 8 14:36:02 UTC 2019
Author: cpm
Date: Mon Jul 8 14:36:00 2019
New Revision: 506230
URL: https://svnweb.freebsd.org/changeset/ports/506230
Log:
net/ocserv: Update to 0.12.4
Noteworthy changes in 0.12.4
- Added support for radius access-challenge (multifactor) authentication.
- Fixed race condition when connect-script and disconnect-script are set, which could potentially cause a crash (#208).
- Perform quicker cleanup of sessions which their user explicitly disconnected (#210).
MFH: 2019Q3
Modified:
head/net/ocserv/Makefile
head/net/ocserv/distinfo
Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile Mon Jul 8 14:32:10 2019 (r506229)
+++ head/net/ocserv/Makefile Mon Jul 8 14:36:00 2019 (r506230)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ocserv
-PORTVERSION= 0.12.3
-PORTREVISION= 1
+PORTVERSION= 0.12.4
CATEGORIES= net security
MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/
Modified: head/net/ocserv/distinfo
==============================================================================
--- head/net/ocserv/distinfo Mon Jul 8 14:32:10 2019 (r506229)
+++ head/net/ocserv/distinfo Mon Jul 8 14:36:00 2019 (r506230)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552513718
-SHA256 (ocserv-0.12.3.tar.xz) = 42f8f459dae6f88862d4098997d8f5668d97439ec78beede3985f6ff24d91edd
-SIZE (ocserv-0.12.3.tar.xz) = 683632
+TIMESTAMP = 1562531995
+SHA256 (ocserv-0.12.4.tar.xz) = 05c01effa8a7c2f022616fcb62bade4df51aa7f0035248671da12819d62cb185
+SIZE (ocserv-0.12.4.tar.xz) = 763540
More information about the svn-ports-all
mailing list