aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/openconnect.rb
AgeCommit message (Collapse)Author
2014-07-08openconnect: update 6.00 bottle.BrewTestBot
Closes #30740. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-08openconnect 6.00Chad Catlett
2014-07-02openconnect: add optional oath-toolkit dependencyJohn Morrissey
Closes #30597. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-04openconnect: quotesAdam Vandenberg
2014-06-04openconnect: --with-gnutls optionDuncan Maitland
Closes #29815. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-23Convert more symbol depsJack Nagel
2014-04-09openconnect: update 5.99 bottle.BrewTestBot
2014-04-09openconnect: bump revision for OpenSSL security.Mike McQuaid
2014-03-16openconnect: simplify HEAD build.Jay Soffian
Upstream accepted a couple patches that make it easier to build openconnect under OS X. Let's take advantage of them. Closes #27607. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-13openconnect: add 5.99 bottle.BrewTestBot
Closes #27225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13openconnect 5.99Jay Soffian
Signed-off-by: Jay Soffian <jaysoffian@gmail.com> Closes #27225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13openconnect: use brewed opensslJay Soffian
While using openconnect on OS X 10.9.2, I noticed it was spewing the following message every minute after connecting: DTLS handshake failed: 1 90555:error:14102410:SSL routines:DTLS1_READ_BYTES:sslv3 alert handshake failure: /SourceCache/OpenSSL098/OpenSSL098-50/src/ssl/d1_pkt.c: 1037:SSL alert number 40 ... This turns out to be a bug in openssl <= 1.0.1e, per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701826 and Switch to brew's openssl (1.0.1f at this moment) to pick up the bugfix. Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
2014-03-13openconnect: fix --HEAD to report proper versionJay Soffian
openconnect ships with a version.sh script to determine the current version, but it expects to run from within a clean git clone, which it determines in part by checking for [-d .git]. For it to work properly we need to: 1. symlink to the git clone (so that the [-d .git] test works). 2. clone without --shallow (so that git describe can find a proper tag) 3. copy autogen.sh before modifying it (so that the checkout isn't dirty) Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
2014-03-04openconnect: add --HEAD supportJay Soffian
Signed-off-by: Jay Soffian <jaysoffian@gmail.com> Closes #27195. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-15openconnect 5.03Brett Koonce
2014-01-30openconnect 5.02Brett Koonce
Closes #26299.
2013-09-11openconnect: use resourceAdam Vandenberg
2013-06-15openconnect 5.01Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-24openconnect 5.00Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-30openconnect 4.99Brett Koonce
updated the vpnc-script git ref as well Closes #18845. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-07Openconnect updated to 4.0.7. vpnc-script updated and pinned.Robert Casties
The openconnect tarball and SHA1 has been updated to 4.0.7. The vpnc-script SHA1 has been updated and the URL on git.infradead.org pinned to a specific version (instead of HEAD) to avoid breaking the checksum when the script gets updated. Closes #14788. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-30openconnect 4.06Brett Koonce
Closes #13776. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-23OpenConnect 4.03Ben Couldrey
* now includes vpnc-script Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-30Add formula for openconnect 2.2.6.Mike McQuaid
Closes #3746.