aboutsummaryrefslogtreecommitdiff
path: root/security/openconnect
Commit message (Collapse)AuthorAgeFilesLines
* - Fix STAGE supportRyan Steinmetz2014-02-121-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=343917
* - Update to 5.03Ryan Steinmetz2014-02-062-6/+5
| | | | | | | - Add STAGE support Notes: svn path=/head/; revision=342917
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build under 10-CURRENT when using OpenSSL, chasing r254107 (OpenSSL ↵Ryan Steinmetz2013-08-081-5/+9
| | | | | | | | | | | | bugfix for RT #2984) - Add security/ca_root_nss as a dependency to fix GnuTLS build - Do not bump PORTREVISION Reported by: gnn@ Notes: svn path=/head/; revision=324412
* - Unbreak build after autotool updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323110
* - Update to 5.01Ryan Steinmetz2013-06-262-5/+3
| | | | Notes: svn path=/head/; revision=321794
* - Update to 4.99Ryan Steinmetz2013-05-182-4/+4
| | | | Notes: svn path=/head/; revision=318439
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* - Update to 4.08Ryan Steinmetz2013-02-142-4/+3
| | | | Notes: svn path=/head/; revision=312250
* - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSRyan Steinmetz2013-02-081-7/+6
| | | | | | | | | - Use new 'created by' header - Add PORTSCOUT variable to ignore 4.99 beta - Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig Notes: svn path=/head/; revision=311939
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Update to 4.07Ryan Steinmetz2012-09-062-3/+3
| | | | Notes: svn path=/head/; revision=303733
* - Update to 4.06Ryan Steinmetz2012-07-232-3/+3
| | | | Notes: svn path=/head/; revision=301397
* - Update to 4.05Ryan Steinmetz2012-07-132-3/+3
| | | | Notes: svn path=/head/; revision=300855
* - Update to 4.04Ryan Steinmetz2012-07-084-19/+8
| | | | Notes: svn path=/head/; revision=300632
* - Unbreak GnuTLS support for 7.x and 8.xRyan Steinmetz2012-06-242-3/+11
| | | | Notes: svn path=/head/; revision=299869
* - Update to 4.00Ryan Steinmetz2012-06-244-23/+24
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=299835
* - Update to 3.20Ryan Steinmetz2012-05-274-74/+5
| | | | Notes: svn path=/head/; revision=297547
* - Add LICENSERyan Steinmetz2012-04-151-0/+3
| | | | Notes: svn path=/head/; revision=294860
* - Update to 3.16Ryan Steinmetz2012-04-154-6/+62
| | | | | | | | | | - Fix 10-CURRENT support [1] PR: ports/165997 [1] Submitted by: Stanislav Sedov <stas@deglitch.com> [1] Notes: svn path=/head/; revision=294859
* - Update mirror URL on my portsRyan Steinmetz2012-03-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293717
* - Add OPTION to allow users to choose to build agains OpenSSL from portsRyan Steinmetz2012-03-161-1/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293384
* - Update to 3.15 [1]Ryan Steinmetz2012-03-154-13/+34
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=293375
* - Update to 3.11.Stanislav Sedov2011-10-204-28/+23
| | | | | | | Approved by: maintainer timeout (52 days) Notes: svn path=/head/; revision=283960
* - Fix OPTIONS processing in previous commitSunpoet Po-Chuan Hsieh2011-04-121-2/+3
| | | | | | | | | - Bump PORTREVISION for package change Noticed by: stas Notes: svn path=/head/; revision=272615
* - Update to 2.26Sunpoet Po-Chuan Hsieh2011-03-232-7/+4
| | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=271522
* - Update to 2.25Sylvio Cesar Teixeira2010-05-293-17/+8
| | | | | | | | PR: ports/146933 Submitted by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=255267
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2.01.Marcelo Araujo2009-08-282-5/+4
| | | | | | | | | PR: ports/138115 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=240458
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Clarifications to pkg-message and pkg-descr.Wesley Shields2009-06-162-14/+17
| | | | | | | | PR: ports/135596 Submitted by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=236026
* OpenConnect is a client for Cisco's AnyConnect SSL VPN, which isMartin Wilke2009-06-065-0/+81
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 Notes: svn path=/head/; revision=235339