Index: branches/2017Q4/net/ocserv/Makefile =================================================================== --- branches/2017Q4/net/ocserv/Makefile (revision 452781) +++ branches/2017Q4/net/ocserv/Makefile (revision 452782) @@ -1,76 +1,75 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.8 -PORTREVISION= 3 +PORTVERSION= 0.11.9 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ LOCAL/cpm MAINTAINER= cpm@FreeBSD.org COMMENT= Server implementing the AnyConnect SSL VPN protocol LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= autogen:devel/autogen \ bash:shells/bash \ gsed:textproc/gsed LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libiconv.so:converters/libiconv \ libev.so:devel/libev \ libtalloc.so:devel/talloc \ libprotobuf-c.so:devel/protobuf-c \ libgnutls.so:security/gnutls \ libtasn1.so:security/libtasn1 \ libnettle.so:security/nettle \ liboath.so:security/oath-toolkit USES= autoreconf cpe gmake gperf libtool localbase ncurses \ pathfix pkgconfig readline tar:xz CPE_VENDOR= infradead GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls \ --enable-local-libopts \ --without-http-parser \ --without-pcl-lib USERS= _ocserv GROUPS= _ocserv USE_RC_SUBR= ocserv PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI RADIUS PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTEXAMPLES= profile.xml sample.config sample.passwd GSSAPI_USES= gssapi:mit GSSAPI_LIB_DEPENDS= libkrb5support.so:security/krb5 GSSAPI_CONFIGURE_OFF= --without-gssapi RADIUS_LIB_DEPENDS= libradcli.so:net/radcli RADIUS_CONFIGURE_OFF= --without-radius post-patch: @${RM} ${WRKSRC}/doc/*.8 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv @${MKDIR} ${STAGEDIR}/var/run/ocserv ${INSTALL_DATA} ${FILESDIR}/ocserv.conf ${STAGEDIR}${PREFIX}/etc/ocserv/conf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: branches/2017Q4/net/ocserv/distinfo =================================================================== --- branches/2017Q4/net/ocserv/distinfo (revision 452781) +++ branches/2017Q4/net/ocserv/distinfo (revision 452782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493983020 -SHA256 (ocserv-0.11.8.tar.xz) = 735b9b88a004d5bc8a91d4093d07ea0e2c9fac370a35d84beccc394ed24420c7 -SIZE (ocserv-0.11.8.tar.xz) = 774108 +TIMESTAMP = 1507945577 +SHA256 (ocserv-0.11.9.tar.xz) = 23e274fd6a0e44df90eeb79276b1057f6508a2b4a842ce2f589a8353a51268eb +SIZE (ocserv-0.11.9.tar.xz) = 781948 Index: branches/2017Q4/net/ocserv/pkg-descr =================================================================== --- branches/2017Q4/net/ocserv/pkg-descr (revision 452781) +++ branches/2017Q4/net/ocserv/pkg-descr (revision 452782) @@ -1,20 +1,20 @@ OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect protocol provides a dual TCP/UDP VPN channel, and uses the standard IETF security protocols to secure it. Both IPv4 and IPv6 are supported. Ocserv's main features are security through provilege separation and sandboxing, accounting, and resilience due to a combined use of TCP and UDP. Authentication occurs in an isolated security module process, and each user is assigned an unprivileged worker process, and a networking (tun) device. That not only eases the control of the resources of each user or group of users, but also prevents data leak (e.g., heartbleed-style attacks), and privilege escalation due to any bug on the VPN handling (worker) process. A management interface allows for viewing and querying logged-in users. -WWW: http://www.infradead.org/ocserv/ +WWW: https://ocserv.gitlab.io/www/index.html Index: branches/2017Q4 =================================================================== --- branches/2017Q4 (revision 452781) +++ branches/2017Q4 (revision 452782) Property changes on: branches/2017Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r452040