| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove LOCAL MASTER_SITES
Noteworthy changes in 0.12.3
- Fixed crash when no DTLS ciphersuite is negotiated.
- Fixed crash happening arbitrarily depending on handled string sizes (#197).
- Fixed compatibility issue with GnuTLS 3.3.x (#201).
- occtl: print the TLS session information, even if the DTLS channel is not established.
MFH: 2019Q1
Notes:
svn path=/head/; revision=495663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Noteworthy changes in 0.12.2
- Added support for AES256-SHA legacy cipher. This allows the anyconnect clients to use AES256.
- Added support for the DTLS1.2 protocol hack used by new anyconnect client.
While I'm here pet portlint.
MFH: 2019Q1
Notes:
svn path=/head/; revision=489983
|
|
|
|
|
|
|
|
| |
PR: 232771
Approved by: Carlos J. Puga Medina <cpm@freebsd.org> (maintainer)
Notes:
svn path=/head/; revision=483447
|
|
|
|
|
|
|
|
|
| |
Changelog: https://gitlab.com/ocserv/ocserv/blob/master/NEWS
Tested by: Jov <amutu@amutu.com>
Notes:
svn path=/head/; revision=469943
|
|
|
|
|
|
|
| |
Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2018-March/004766.html
Notes:
svn path=/head/; revision=463819
|
|
|
|
|
|
|
|
|
| |
- Pet portlint, the port doesn't install any shared libraries, so there is no point in USE_LDCONFIG
Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2018-January/004655.html
Notes:
svn path=/head/; revision=458468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW in pkg-descr
Noteworthy changes in 0.11.9
- Fixed bug which caused the acceptable of invalid IPv4 address as valid.
- Fixed compatibility with gnutls 3.3.8 by avoiding the use of the 'VERS-ALL'
priority string which was introduced in 3.3.24.
- Fixed null pointer dereference when parsing locked accounts in plain password
authentication.
- Add support for RSA-PSS and Ed25519 private keys when used with GnuTLS 3.6.0.
- ocpasswd: when locking an account multiple times, add the '!' character only once.
Based on patch by Frank Huang.
Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-October/004529.html
MFH: 2017Q4
Notes:
svn path=/head/; revision=452040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Notes:
svn path=/head/; revision=444463
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 219393
Submitted by: Jov <amutu@amutu.com>
Notes:
svn path=/head/; revision=441221
|
|
|
|
|
|
|
|
|
| |
- Sort BUILD_DEPENDS and LIB_DEPENDS
- Enable radius support
- Bump PORTREVISION
Notes:
svn path=/head/; revision=441202
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.11.8
- Add my LOCAL to MASTER_SITES
Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-May/004293.html
Notes:
svn path=/head/; revision=440147
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 219054
Reported by: Joy <amutu@amutu.com>
Notes:
svn path=/head/; revision=440146
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (0.11.7)
- Regenerate some patches to apply cleanly
- Remove MAKE_JOBS_UNSAFE=yes
Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2017-February/004204.html
Notes:
svn path=/head/; revision=434013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 MAINTAINER to my @FreeBSD.org address
PR: 207824
Approved by: junovitch (mentor)
Notes:
svn path=/head/; revision=411268
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=398733
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
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
|