notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/ocserv/Makefile

Number of commits found: 52

Wednesday, 7 Feb 2024
13:08 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.2.4
commit hash: b749a84a63c1bd38304652d8cdd359a2046de496 commit hash: b749a84a63c1bd38304652d8cdd359a2046de496 commit hash: b749a84a63c1bd38304652d8cdd359a2046de496 commit hash: b749a84a63c1bd38304652d8cdd359a2046de496 b749a84
Sunday, 21 Jan 2024
20:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/ocserv: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: f2c82ce01abdd282669ff9ea5a07c52ac26bb900 commit hash: f2c82ce01abdd282669ff9ea5a07c52ac26bb900 commit hash: f2c82ce01abdd282669ff9ea5a07c52ac26bb900 commit hash: f2c82ce01abdd282669ff9ea5a07c52ac26bb900 f2c82ce
Wednesday, 27 Dec 2023
20:30 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.2.3

Release notes: https://gitlab.com/openconnect/ocserv/-/releases/1.2.3
commit hash: 7f0a801fe7c33d8ded65e5394daa861730bcf957 commit hash: 7f0a801fe7c33d8ded65e5394daa861730bcf957 commit hash: 7f0a801fe7c33d8ded65e5394daa861730bcf957 commit hash: 7f0a801fe7c33d8ded65e5394daa861730bcf957 7f0a801
Thursday, 9 Nov 2023
13:59 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Fix build and wrong PLIST

Do not include now-non-existing file in plist.

Reported by:	Trond Endrestøl <Trond.Endrestol@ximalas.info>
PR:		274983
commit hash: 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08 commit hash: 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08 commit hash: 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08 commit hash: 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08 2c356d6
Wednesday, 8 Nov 2023
22:32 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.2.2

Release notes: https://gitlab.com/openconnect/ocserv/-/releases/1.2.2

Reported by:	portscout
commit hash: e4894bfa1de7e28cfa342f064cc9c48880ab7bc2 commit hash: e4894bfa1de7e28cfa342f064cc9c48880ab7bc2 commit hash: e4894bfa1de7e28cfa342f064cc9c48880ab7bc2 commit hash: e4894bfa1de7e28cfa342f064cc9c48880ab7bc2 e4894bf
Thursday, 24 Aug 2023
11:44 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.2.1

Release notes: https://gitlab.com/openconnect/ocserv/-/releases/1.2.1
commit hash: 1f51b2bcea7b3a4dec61a34b8cccb6883c87608a commit hash: 1f51b2bcea7b3a4dec61a34b8cccb6883c87608a commit hash: 1f51b2bcea7b3a4dec61a34b8cccb6883c87608a commit hash: 1f51b2bcea7b3a4dec61a34b8cccb6883c87608a 1f51b2b
Monday, 21 Aug 2023
13:08 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.2.0

- Update to 1.2.0
- Adjust dependencies
- Make DTLS work
- Regen patches

Co-authored-by:	Eugene Mitrofanov <emitrofanov@gmail.com>
commit hash: 944e00e9f40f573dc08548e56398332475746a44 commit hash: 944e00e9f40f573dc08548e56398332475746a44 commit hash: 944e00e9f40f573dc08548e56398332475746a44 commit hash: 944e00e9f40f573dc08548e56398332475746a44 944e00e
Saturday, 13 May 2023
16:49 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.1.7

- Update to 1.1.7
- Regen patches
commit hash: 39beea1060026e7f4751713a5719280698ccfb2b commit hash: 39beea1060026e7f4751713a5719280698ccfb2b commit hash: 39beea1060026e7f4751713a5719280698ccfb2b commit hash: 39beea1060026e7f4751713a5719280698ccfb2b 39beea1
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 25 Aug 2022
08:44 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.1.6

- Update to 1.1.6
- Switch download from ftp to https
commit hash: 91e924bb10e0661083665ac258e68886083a7c88 commit hash: 91e924bb10e0661083665ac258e68886083a7c88 commit hash: 91e924bb10e0661083665ac258e68886083a7c88 commit hash: 91e924bb10e0661083665ac258e68886083a7c88 91e924b
Saturday, 5 Jun 2021
14:26 Juraj Lutter (otis) search for other commits by this committer
net/ocserv: Update to 1.1.3
commit hash: cd0a1795e02636de8e062b47fb71935299751b49 commit hash: cd0a1795e02636de8e062b47fb71935299751b49 commit hash: cd0a1795e02636de8e062b47fb71935299751b49 commit hash: cd0a1795e02636de8e062b47fb71935299751b49 cd0a179
Monday, 31 May 2021
17:43 Don Lewis (truckman) search for other commits by this committer
devel/protobuf-c: Bump PORTREVISION of dependent ports

Bump the PORTREVISION of ports that use protobuf-c and bake in the value
of PROTOBUF_C_VERSION*.
Sponsored by:	Farsight Security, Inc.
commit hash: 0926031bce42c0b43d56124642b9b36531598b7f commit hash: 0926031bce42c0b43d56124642b9b36531598b7f commit hash: 0926031bce42c0b43d56124642b9b36531598b7f commit hash: 0926031bce42c0b43d56124642b9b36531598b7f 0926031
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 29 Jan 2021
21:26 otis search for other commits by this committer
net/ocserv: Update to 1.1.2

- Update to 1.1.2
- Reformat Makefile according to portclippy/portfmt
- Install sample config with PREFIX-ized values where
  apropriate.
- Take MAINTAINERship

Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
MFH:		2021Q1
Differential Revision:	https://reviews.freebsd.org/D28346
Original commitRevision:563249 
Saturday, 21 Nov 2020
09:44 sunpoet search for other commits by this committer
Bump PORTREVISION for net/radcli shlib change
Original commitRevision:555942 
Sunday, 11 Oct 2020
08:36 pi search for other commits by this committer
net/ocserv: update 1.0.1 -> 1.1.1

- Fixed compatibility with OpenBSD that lacks procfs
- Improved rate-limit-ms and made it dependent on secmod backlog. This makes
  the server more resilient (and prevents connection failures) on multiple
  concurrent connections
- Added namespace support for listen address by introducing the listen-netns
  option
- Disable TLS1.3 when cisco client compatibility is enabled. New anyconnect
  clients seem to supporting TLS1.3 but are unable to handle a
  client with an RSA key
- Enable a race free user disconnection via occtl
- Added the config option of a pre-login-banner
- Ocserv siwtched to using multiple ocserv-sm processes to improve scale,
  with the number of ocserv-sm process dependent on maximum clients
  and number of CPUs. Configuration option sec-mod-scale can be
  used to override the heuristics.
- Fixed issue with group selection on radius servers sending multiple group
  class attribute.

PR:		250225
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Relnotes:	https://gitlab.com/openconnect/ocserv/-/releases/1.1.1
Original commitRevision:552035 
Monday, 5 Oct 2020
17:34 rene search for other commits by this committer
Return cpm@'s ports to the pool after safekeeping his commit bit.

With hat:	portmgr-secretary
Original commitRevision:551529 
Saturday, 16 May 2020
10:51 sunpoet search for other commits by this committer
Bump PORTREVISION for security/nettle shlib change
Original commitRevision:535391 
Saturday, 25 Apr 2020
14:38 mandree search for other commits by this committer
net/ocserv: Update to 1.0.1

Changelog:
https://gitlab.com/openconnect/ocserv/-/blob/1.0.1/NEWS#L1

This commit makes the following additional changes from Juraj's
submission:

- fix LIB_DEPENDS to libpc.so:devel/pcl (not devel/libpcl)
- replace LOCALBASE by PREFIX throughout, as these are internal references
- remove the src/config.c patch, it makes no sense to first
  statically patch and then run REINPLACE_CMD for DEFAULT_CFG_FILE
- remove doc/sample.config from another REINPLACE_CMD
- remove @ - it makes no sense to hide running commands
- patch example configuration to avoid isolate-workers = true, which
  currently only works on Linux's seccomp.
- in the same vein, put up a warning pkg-message that there is no worker
  process isolation
- install the @sample file as ocserv.conf.sample, not conf.sample,
  so it matches the default configuration file path

Things that could be done but are not:
- rcfile option to configure a separate config file

PR:		245521
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Approved by:	cpm@ (maintainer timeout, 15 d)
Original commitRevision:532955 
Thursday, 3 Oct 2019
14:46 kevans search for other commits by this committer
net/ocserv: fix tun handoff between parent and worker process

ocserv hands off a tun fd to a worker process, but the worker process never
claims the tun with TUNSIFPID. The parent then closes the tunnel and leaves
it in a nasty state.

Bump PORTREVISION, as this is runtime breakage.

PR:		238500
Approved by:	bapt (ports), cpm (maintainer, e-mail)
MFH:		2019Q4 (blanket, runtime fix)
Original commitRevision:513668 
Wednesday, 14 Aug 2019
03:26 meta search for other commits by this committer
Implement new virtual category: net-vpn for VPN related ports

based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.

[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html

PR:		239395
Submitted by:	myself
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21174
Original commitRevision:508887 
Tuesday, 9 Jul 2019
17:13 sunpoet search for other commits by this committer
Update security/nettle to 3.5.1

- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
Original commitRevision:506289 
Monday, 8 Jul 2019
14:36 cpm search for other commits by this committer
net/ocserv: Update to 0.12.4

Noteworthy changes in 0.12.4

- Added support for radius access-challenge (multifactor) authentication.
- Fixed race condition when connect-script and disconnect-script are set, which
could potentially cause a crash (#208).
- Perform quicker cleanup of sessions which their user explicitly disconnected
(#210).

MFH:		2019Q3
Original commitRevision:506230 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Wednesday, 13 Mar 2019
22:06 cpm search for other commits by this committer
net/ocserv: Update to 0.12.3

- 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
Original commitRevision:495663 
Friday, 11 Jan 2019
16:20 cpm search for other commits by this committer
net/ocserv: update to 0.12.2

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
Original commitRevision:489983 
Tuesday, 30 Oct 2018
04:45 yuri search for other commits by this committer
net/ocserv: Use devel/libpcl as a dependency

PR:		232771
Approved by:	Carlos J. Puga Medina <cpm@freebsd.org> (maintainer)
Original commitRevision:483447 
Monday, 14 May 2018
18:23 cpm search for other commits by this committer
net/ocserv: update to 0.12.1

Changelog: https://gitlab.com/ocserv/ocserv/blob/master/NEWS

Tested by:	Jov <amutu@amutu.com>
Original commitRevision:469943 
Wednesday, 7 Mar 2018
18:14 cpm search for other commits by this committer
net/ocserv: Update to 0.11.11

Changelog:
http://lists.infradead.org/pipermail/openconnect-devel/2018-March/004766.html
Original commitRevision:463819 
Monday, 8 Jan 2018
18:48 cpm search for other commits by this committer
net/ocserv: Update to 0.11.10

- 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
Original commitRevision:458468 
Saturday, 14 Oct 2017
02:03 cpm search for other commits by this committer
- Update to 0.11.9
- 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
Original commitRevision:452040 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- 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
Original commitRevision:444463 
Friday, 19 May 2017
12:11 cpm search for other commits by this committer
- Make RADIUS auth backend optional
- Bump PORTREVISION

PR:		219393
Submitted by:	Jov <amutu@amutu.com>
Original commitRevision:441221 
Thursday, 18 May 2017
22:11 cpm search for other commits by this committer
- Add security/oath-toolkit to LIB_DEPENDS
- Sort BUILD_DEPENDS and LIB_DEPENDS
- Enable radius support
- Bump PORTREVISION
Original commitRevision:441202 
Friday, 5 May 2017
11:26 cpm search for other commits by this committer
net/ocserv: update to 0.11.8

- Update to 0.11.8
- Add my LOCAL to MASTER_SITES

Changes:
http://lists.infradead.org/pipermail/openconnect-devel/2017-May/004293.html
Original commitRevision:440147 
10:08 cpm search for other commits by this committer
- Fix ownership and permissions in /var/run/ocserv
- Bump PORTREVISION

PR:		219054
Reported by:	Joy <amutu@amutu.com>
Original commitRevision:440146 
Monday, 13 Feb 2017
18:38 cpm search for other commits by this committer
net/ocserv: update to 0.11.7

- 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
Original commitRevision:434013 
Tuesday, 22 Nov 2016
18:35 cpm search for other commits by this committer
net/ocserv: Update to 0.11.6

- 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
Original commitRevision:426841 
Friday, 7 Oct 2016
22:34 cpm search for other commits by this committer
- Update ocserv to 0.11.5 release

Changelog:
 
http://lists.infradead.org/pipermail/openconnect-devel/2016-September/003972.html

Reviewed by:	pi, feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D8024
Original commitRevision:423487 
Friday, 30 Sep 2016
19:24 tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
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)
Original commitRevision:423014 
Tuesday, 9 Aug 2016
02:00 cpm search for other commits by this committer
- Update to 0.11.4

Changelog:
  http://lists.infradead.org/pipermail/openconnect-devel/2016-August/003817.html

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7441
Original commitRevision:419896 
Monday, 20 Jun 2016
10:04 cpm search for other commits by this committer
- Update to 0.11.3
- 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
Original commitRevision:417147 
Thursday, 28 Apr 2016
20:27 cpm search for other commits by this committer
- Update to 0.11.2 release
- Remove unneeded patch (applied upstream)

Changelog: http://www.infradead.org/ocserv/changelog.html

Approved by:	junovitch (mentor)
Differential Revision:	D6122
Original commitRevision:414238 
Monday, 18 Apr 2016
15:17 cpm search for other commits by this committer
- Update to 0.11.1 release
- 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
Original commitRevision:413584 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- 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)
Original commitRevision:411990 
Thursday, 17 Mar 2016
10:32 cpm search for other commits by this committer
- Update to 0.10.12
- Update MAINTAINER to my @FreeBSD.org address

PR:		207824
Approved by:	junovitch (mentor)
Original commitRevision:411268 
Wednesday, 27 Jan 2016
10:31 cpm search for other commits by this committer
- Update to 0.10.11

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)
Original commitRevision:407350 
Tuesday, 13 Oct 2015
12:13 pi search for other commits by this committer
net/ocserv: 0.10.8 -> 0.10.9

Changes: http://www.infradead.org/ocserv/changelog.html

PR:		203739
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:399187 
Wednesday, 7 Oct 2015
01:36 amdmi3 search for other commits by this committer
- Switch to options helpers
- Pet portlint

Approved by:	portmgr blanket
Original commitRevision:398733 
Sunday, 6 Sep 2015
20:24 pi search for other commits by this committer
net/ocserv: 0.10.7 -> 0.10.8

- Update to 0.10.8 release
- Add libtasn1 dependency
- Fix patches

PR:		202936
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:396231 
Sunday, 16 Aug 2015
21:48 pi search for other commits by this committer
New port: net/ocserv: server implementing the AnyConnect SSL VPN protocol

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:394422 

Number of commits found: 52