pkgsrc/net/radsecproxy/Makefile
he 435ed1d6cf Update radsecproxy to version 1.6.9.
Pkgsrc changes:
 * The hosting of radsecproxy has changed to nordu.net.

Upstream changes:

2017-08-02 1.6.9
        Misc:
        - Use a listen(2) backlog of 128 (RADSECPROXY-72).

        Bug fixes:
        - Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
        - Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50).
        - Tie Access-Request log lines to response log lines (RADSECPROXY-60).
        - Fix a couple of memory leaks and NULL ptr derefs in error cases.
        - Take lock on realm refcount before updating it (RADSECPROXY-77).

2016-09-21 1.6.8
        Bug fixes:
        - Stop waiting on writable when reading a TCP socket.
        - Stomp less on the memory of other threads (RADSECPROXY-64).

2016-03-14 1.6.7
        Enhancements (security):
        - Negotiate TLS1.1, TLS1.2 and DTLS1.2 when possible, client and
        server side. Fixes RADSECPROXY-62.

        Enhancements:
        - Build HTML documentation properly.
2017-08-03 11:30:45 +00:00

28 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/08/03 11:30:45 he Exp $
DISTNAME= radsecproxy-1.6.9
CATEGORIES= net
MASTER_SITES= https://software.nordu.net/radsecproxy/
MAINTAINER= he@NetBSD.org
COMMENT= Secure radius proxy
HOMEPAGE= https://software.nordu.net/radsecproxy/download/
EXTRACT_SUFX= .tar.xz
LICENSE= gnu-gpl-v2 OR modified-bsd
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
EGDIR= ${PREFIX}/share/examples/radsecproxy
INSTALLATION_DIRS+= ${EGDIR}
CONF= radsecproxy.conf
CONF_FILES+= ${EGDIR}/${CONF} ${PKG_SYSCONFDIR}/${CONF}
post-install:
${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
${DESTDIR}${EGDIR}/${CONF}
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"