aboutsummaryrefslogtreecommitdiff
path: root/net/ocserv
Commit message (Collapse)AuthorAgeFilesLines
* net/ocserv: Update to 0.11.6Carlos J. Puga Medina2016-11-222-16/+12
| | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.11.6) - Add LICENSE_FILE - Cosmetic fixes - Remove STRIP_CMD target since all binaries are installed with --strip (-s) option by default - Silence two explicitly called commands Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-November/004066.html Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D8538 Notes: svn path=/head/; revision=426841
* - Update ocserv to 0.11.5 releaseCarlos J. Puga Medina2016-10-073-13/+15
| | | | | | | | | | | | Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-September/003972.html Reviewed by: pi, feld (mentor) Approved by: feld (mentor) Differential Revision: D8024 Notes: svn path=/head/; revision=423487
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-303-6/+33
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* - Update to 0.11.4Carlos J. Puga Medina2016-08-092-4/+4
| | | | | | | | | | | | Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-August/003817.html Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7441 Notes: svn path=/head/; revision=419896
* - Update to 0.11.3Carlos J. Puga Medina2016-06-202-7/+7
| | | | | | | | | | | | | | | - Add LIB_DEPENDS for security/nettle - Switch to USES=localbase framework ChangeLog: http://lists.infradead.org/pipermail/openconnect-devel/2016-June/003720.html Reviewed by: amdmi3, junovitch (mentors) Approved by: amdmi3, junovitch (mentors) Differential Revision: D6890 Notes: svn path=/head/; revision=417147
* - Update to 0.11.2 releaseCarlos J. Puga Medina2016-04-283-75/+3
| | | | | | | | | | | | - Remove unneeded patch (applied upstream) Changelog: http://www.infradead.org/ocserv/changelog.html Approved by: junovitch (mentor) Differential Revision: D6122 Notes: svn path=/head/; revision=414238
* - Update to 0.11.1 releaseCarlos J. Puga Medina2016-04-184-17/+77
| | | | | | | | | | | | | | | | - Convert LICENSE= "GPLxx# or later" to "GPLxx+" - Add dependency on libev - Regenerate patches - Add MAKE_JOBS_UNSAFE; port attempts to modify man page before generation sed: ocpasswd.8: No such file or directory Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-March/003551.html Approved by: junovitch (mentor) Differential Revision: D5890 Notes: svn path=/head/; revision=413584
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Update to 0.10.12Carlos J. Puga Medina2016-03-172-4/+4
| | | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address PR: 207824 Approved by: junovitch (mentor) Notes: svn path=/head/; revision=411268
* - Update to 0.10.11Carlos J. Puga Medina2016-01-273-3/+4
| | | | | | | | | | | | Changes: http://lists.infradead.org/pipermail/openconnect-devel/2016-January/003362.html PR: 205244 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> Approved by: junovitch (mentor) Notes: svn path=/head/; revision=407350
* net/ocserv: 0.10.8 -> 0.10.9Kurt Jaeger2015-10-133-9/+9
| | | | | | | | | | Changes: http://www.infradead.org/ocserv/changelog.html PR: 203739 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=399187
* - Switch to options helpersDmitry Marakasov2015-10-071-7/+4
| | | | | | | | | - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=398733
* net/ocserv: 0.10.7 -> 0.10.8Kurt Jaeger2015-09-068-63/+56
| | | | | | | | | | | | - Update to 0.10.8 release - Add libtasn1 dependency - Fix patches PR: 202936 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=396231
* New port: net/ocserv: server implementing the AnyConnect SSL VPN protocolKurt Jaeger2015-08-1612-0/+658
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/ PR: 202253 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Reviewed by: pi Notes: svn path=/head/; revision=394422