diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-07-03 13:03:26 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-07-03 13:03:26 +0000 |
commit | 24fca4d193f7a83a5a1848f9fc0e22f51d96cb27 (patch) | |
tree | 9725c3bfe2148b2e73089898fbfb7414f9795763 /net/radsecproxy | |
parent | 9dd13fdc076fdd53520e79544c5bf934ce77eb0d (diff) |
Notes
Diffstat (limited to 'net/radsecproxy')
-rw-r--r-- | net/radsecproxy/Makefile | 6 | ||||
-rw-r--r-- | net/radsecproxy/distinfo | 5 | ||||
-rw-r--r-- | net/radsecproxy/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 5a097d311509..1272c102d970 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -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@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} diff --git a/net/radsecproxy/distinfo b/net/radsecproxy/distinfo index d8a052ec334a..83ce4798df9d 100644 --- a/net/radsecproxy/distinfo +++ b/net/radsecproxy/distinfo @@ -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 diff --git a/net/radsecproxy/pkg-descr b/net/radsecproxy/pkg-descr index dd3db1070370..b945eee2c7a7 100644 --- a/net/radsecproxy/pkg-descr +++ b/net/radsecproxy/pkg-descr @@ -3,4 +3,4 @@ UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and 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/ |