From a63a4b1429e6dc518ed4dc9dffc3ea304f57ba56 Mon Sep 17 00:00:00 2001 From: kolla Date: Wed, 1 Apr 2009 13:10:52 +0000 Subject: =?UTF-8?q?Klar=20for=201.3=20Tester=20=C3=A5=20bygge=20med=20alle?= =?UTF-8?q?=20transports=20p=C3=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@492 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- packaging/pkgsrc/net/radsecproxy/DESCR | 6 +++--- packaging/pkgsrc/net/radsecproxy/Makefile | 9 ++++++++- packaging/pkgsrc/net/radsecproxy/PLIST | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'packaging') diff --git a/packaging/pkgsrc/net/radsecproxy/DESCR b/packaging/pkgsrc/net/radsecproxy/DESCR index eed8652..e8768e4 100644 --- a/packaging/pkgsrc/net/radsecproxy/DESCR +++ b/packaging/pkgsrc/net/radsecproxy/DESCR @@ -1,4 +1,4 @@ radsecproxy is a generic RADIUS proxy that in addition to to usual -RADIUS UDP transport, also supports TLS (RadSec). 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. +RADIUS UDP transport, also supports TLS (RadSec), 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. diff --git a/packaging/pkgsrc/net/radsecproxy/Makefile b/packaging/pkgsrc/net/radsecproxy/Makefile index f94bb7b..95486c5 100644 --- a/packaging/pkgsrc/net/radsecproxy/Makefile +++ b/packaging/pkgsrc/net/radsecproxy/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.0 2008/01/29 13:20:00 kolla Exp $ -DISTNAME= radsecproxy-1.3-beta +DISTNAME= radsecproxy-1.3 CATEGORIES= net MASTER_SITES= http://software.uninett.no/radsecproxy/ @@ -11,6 +11,8 @@ COMMENT= RADIUS proxy that supports RadSec EGDIR= ${PREFIX}/share/examples/radsecproxy CONF_FILES= ${EGDIR}/radsecproxy.conf ${PKG_SYSCONFDIR}/radsecproxy.conf +BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 + RCD_SCRIPTS= radsecproxy .include "../../mk/bsd.prefs.mk" @@ -24,6 +26,11 @@ do-patch: ${SED} 's%\(/etc/radsecproxy.conf\)%/usr/pkg&%g' < $${f} > $${f}.tmp ; mv $${f}.tmp $${f} ; \ done +CONFIGURE_ARGS+= --enable-udp +CONFIGURE_ARGS+= --enable-tcp +CONFIGURE_ARGS+= --enable-tls +CONFIGURE_ARGS+= --enable-dtls + do-install: ${INSTALL_MAN} ${WRKSRC}/radsecproxy.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/radsecproxy.conf.5 ${PREFIX}/${PKGMANDIR}/man5 diff --git a/packaging/pkgsrc/net/radsecproxy/PLIST b/packaging/pkgsrc/net/radsecproxy/PLIST index 01ff821..c2939da 100644 --- a/packaging/pkgsrc/net/radsecproxy/PLIST +++ b/packaging/pkgsrc/net/radsecproxy/PLIST @@ -9,5 +9,6 @@ share/doc/radsecproxy/INSTALL share/doc/radsecproxy/ChangeLog share/examples/rc.d/radsecproxy share/examples/radsecproxy/radsecproxy.conf +share/examples/radsecproxy/radsec-dynsrv.sh @dirrm share/examples/radsecproxy @dirrm share/doc/radsecproxy -- cgit v1.2.3