diff options
author | bhughes <bhughes@FreeBSD.org> | 2017-07-03 21:03:26 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2017-07-03 21:03:26 +0800 |
commit | efdcbbf01a51c60c3765ecc8ce88435267527d6b (patch) | |
tree | 9725c3bfe2148b2e73089898fbfb7414f9795763 /net | |
parent | 0ee6a1c52fc62462c564b188deb4a5ef2235bbe4 (diff) | |
download | freebsd-ports-gnome-efdcbbf01a51c60c3765ecc8ce88435267527d6b.tar.gz freebsd-ports-gnome-efdcbbf01a51c60c3765ecc8ce88435267527d6b.tar.zst freebsd-ports-gnome-efdcbbf01a51c60c3765ecc8ce88435267527d6b.zip |
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@gmail.com (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11440
Diffstat (limited to 'net')
-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/ |