svn commit: r444948 - head/net/radsecproxy

Bradley T. Hughes bhughes at FreeBSD.org
Mon Jul 3 13:03:27 UTC 2017


Author: bhughes
Date: Mon Jul  3 13:03:26 2017
New Revision: 444948
URL: https://svnweb.freebsd.org/changeset/ports/444948

Log:
  net/radsecproxy: Update 1.6.6 -> 1.6.8
  
  - Switch CPE_VENDOR to nordunet
  - Update WWW and MASTER_SITES
  
  PR:		220364
  Submitted by:	m.tsatsenko at gmail.com (maintainer)
  Approved by:	mat (co-mentor)
  Differential Revision:	https://reviews.freebsd.org/D11440

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

Modified: head/net/radsecproxy/Makefile
==============================================================================
--- head/net/radsecproxy/Makefile	Mon Jul  3 13:01:49 2017	(r444947)
+++ head/net/radsecproxy/Makefile	Mon Jul  3 13:03:26 2017	(r444948)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	radsecproxy
-PORTVERSION=	1.6.6
+PORTVERSION=	1.6.8
 CATEGORIES=	net
-MASTER_SITES=	http://software.uninett.no/radsecproxy/
+MASTER_SITES=	https://software.nordu.net/radsecproxy/
 
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	Radsecproxy is a generic RADIUS proxy
@@ -13,7 +13,7 @@ LICENSE=	GPLv2 BSD3CLAUSE
 LICENSE_COMB=	dual
 
 USES=		cpe tar:xz ssl
-CPE_VENDOR=	uninett
+CPE_VENDOR=	nordunet
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/net/radsecproxy/distinfo
==============================================================================
--- head/net/radsecproxy/distinfo	Mon Jul  3 13:01:49 2017	(r444947)
+++ head/net/radsecproxy/distinfo	Mon Jul  3 13:03:26 2017	(r444948)
@@ -1,2 +1,3 @@
-SHA256 (radsecproxy-1.6.6.tar.xz) = 278251399e326f9afacd1df8c7de492ec5ae6420085f71630da8f6ce585297ef
-SIZE (radsecproxy-1.6.6.tar.xz) = 159736
+TIMESTAMP = 1498780490
+SHA256 (radsecproxy-1.6.8.tar.xz) = 823ebee37c88974db93485ab67c449bc9fcd45117683f57d83b36e6bf16b6a8f
+SIZE (radsecproxy-1.6.8.tar.xz) = 159928

Modified: head/net/radsecproxy/pkg-descr
==============================================================================
--- head/net/radsecproxy/pkg-descr	Mon Jul  3 13:01:49 2017	(r444947)
+++ head/net/radsecproxy/pkg-descr	Mon Jul  3 13:03:26 2017	(r444948)
@@ -3,4 +3,4 @@ UDP transport, also supports TLS (RadSec), as well as 
 DTLS. The aim is for the proxy to have sufficient features to be flexible,
 while at the same time to be small, efficient and easy to configure.
 
-WWW: http://software.uninett.no/radsecproxy/
+WWW: https://software.nordu.net/radsecproxy/


More information about the svn-ports-all mailing list