a062 FreshPorts -- security/openconnect
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
openconnect 4.99 security on this many watch lists=1 search for ports that depend on this port
Client for Cisco's AnyConnect SSL VPN
Maintained by: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Jun 2009 22:49:24
License: LGPL21


OpenConnect is a client for Cisco's AnyConnect SSL VPN.  Beyond
Cisco's official client, OpenConnect supports multiple platforms,
NetworkManager integration, and the ability to run as a user.

WWW: http://www.infradead.org/openconnect/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/pkgconf
  3. devel/gmake
  4. devel/automake
  5. devel/autoconf
  6. devel/libtool
Required To Run:
  1. sysutils/vpnc-scripts
  2. security/openssl
Required Libraries:
  1. textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/openconnect/ && make install clean
To add the package: pkg_add -r openconnect


Configuration Options
===> The following configuration options are available for openconnect-4.99:
     GNUTLS=off: Use GnuTLS instead of OpenSSL(EXPERIMENTAL)
     PROXY=off: Enable automatic proxy configuratio via libproxy
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.infradead.org/pub/openconnect/
  3. http://mirrors.rit.edu/zi/

Number of commits found: 29

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
18 May 2013 18:25:59
Original commit files touched by this commit  4.99
zi search for other commits by this committer
- Update to 4.99
23 Apr 2013 14:20:28
Original commit files touched by this commit  4.08
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
29 Mar 2013 19:33:42
Original commit files touched by this commit  4.08
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
19 Mar 2013 13:04:31
Original commit files touched by this commit  4.08
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
14 Feb 2013 23:41:54
Original commit files touched by this commit  4.08
zi search for other commits by this committer
- Update to 4.08
08 Feb 2013 12:52:06
Original commit files touched by this commit  4.07_1
zi search for other commits by this committer
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Use new 'created by' header
- Add PORTSCOUT variable to ignore 4.99 beta
- Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig
05 Feb 2013 16:17:07
Original commit files touched by this commit  4.07_1
novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
06 Sep 2012 02:30:30
Original commit files touched by this commit  4.07
zi search for other commits by this committer
- Update to 4.07
23 Jul 2012 14:06:21
Original commit files touched by this commit  4.06
zi search for other commits by this committer
- Update to 4.06
13 Jul 2012 12:01:58
Original commit files touched by this commit  4.05
zi search for other commits by this committer
- Update to 4.05
08 Jul 2012 18:19:20
Original commit files touched by this commit  4.04
zi search for other commits by this committer
- Update to 4.04
24 Jun 2012 11:34:51
Original commit files touched by this commit  4.00
zi search for other commits by this committer
- Unbreak GnuTLS support for 7.x and 8.x
24 Jun 2012 03:26:33
Original commit files touched by this commit  4.00
zi search for other commits by this committer
- Update to 4.00
- Convert to OptionsNG
27 May 2012 15:30:36
Original commit files touched by this commit  3.20
zi search for other commits by this committer
- Update to 3.20
15 Apr 2012 14:45:01
Original commit files touched by this commit  3.16
zi search for other commits by this committer
- Add LICENSE
15 Apr 2012 14:38:59
Original commit files touched by this commit  3.16
zi search for other commits by this committer
- Update to 3.16
- Fix 10-CURRENT support [1]

PR:             ports/165997 [1]
Submitted by:   Stanislav Sedov <stas@deglitch.com> [1]
23 Mar 2012 14:27:51
Original commit files touched by this commit  3.15
zi search for other commits by this committer
- Update mirror URL on my ports

Feature safe:   yes
16 Mar 2012 01:08:12
Original commit files touched by this commit  3.15
zi search for other commits by this committer
- Add OPTION to allow users to choose to build agains OpenSSL from ports

Feature safe:   yes
15 Mar 2012 22:49:29
Original commit files touched by this commit  3.15
zi search for other commits by this committer
- Update to 3.15 [1]
- Take maintainership per private conversation with current maintainer
- Remove reliance on OpenSSL from ports

PR:             ports/165992 [1]
Submitted by:   Stanislav Sedov <stas@deglitch.com> [1]
Feature safe:   yes
20 Oct 2011 05:36:38
Original commit files touched by this commit  3.11
stas search for other commits by this committer
- Update to 3.11.

Approved by:    maintainer timeout (52 days)
12 Apr 2011 15:15:35
Original commit files touched by this commit  2.26_1
sunpoet search for other commits by this committer
- Fix OPTIONS processing in previous commit
- Bump PORTREVISION for package change

Noticed by:     stas
23 Mar 2011 15:08:04
Original commit files touched by this commit  2.26
sunpoet search for other commits by this committer
- Update to 2.26
- Use bsd.port.mk

Changes:
- Fix potential crash on relative HTTP redirect.
- Use correct TUN/TAP device node on Android.
- Check client certificate expiry date.
- Implement CSTP and DTLS rekeying (both by reconnecting CSTP).
- Add --force-dpd option to set minimum DPD interval.
- Don't print webvpn cookie in debug output.
- Fix host selection in NetworkManager auth dialog.
- Use SSLv3 instead of TLSv1; some servers (or their firewalls) don't accept
  any ClientHello options.
- Never include address family prefix on script-tun connections.

PR:             ports/155705
Submitted by:   Ben <ben@gibbed.org>
Approved by:    Damian Gerow <dgerow@afflictions.org> (maintainer)
29 May 2010 11:46:08
Original commit files touched by this commit  2.25
sylvio search for other commits by this committer
- Update to 2.25

PR:             ports/146933
Submitted by:   Damian Gerow <dgerow@afflictions.org> (maintainer)
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.01_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.01_1
dinoex search for other commits by this committer
- update to jpeg-8
28 Aug 2009 16:26:48
Original commit files touched by this commit  2.01
araujo search for other commits by this committer
- Update to 2.01.

PR:             ports/138115
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    Damian Gerow <dgerow@afflictions.org> (maintainer)
31 Jul 2009 13:57:52
Original commit files touched by this commit  2.00_1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
16 Jun 2009 14:12:12
Original commit files touched by this commit  2.00
wxs search for other commits by this committer
- Clarifications to pkg-message and pkg-descr.

PR:             ports/135596
Submitted by:   Damian Gerow <dgerow@afflictions.org> (maintainer)
06 Jun 2009 22:48:49
Original commit files touched by this commit  2.00
miwi search for other commits by this committer
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is
supported by IOS 12.4(9)T or later on Cisco SR500, 870, 880,
1800, 2800, 3800, 7200 Series and Cisco 7301 Routers.

Like vpnc, OpenConnect is not officially supported by, or
associated in any way with, Cisco Systems. It just happens to
interoperate with their equipment.

WWW: http://www.infradead.org/openconnect.html

PR:             ports/135274
Submitted by:   Damian Gerow

Number of commits found: 29

283e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days27
new fortnight58
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0