aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libssh2.rb
AgeCommit message (Collapse)Author
2015-03-11libssh2: update 1.5.0 bottle.BrewTestBot
2015-03-11libssh2 1.5.0Dominyk Tiller
Release to fix [CVE-2015-1782](http://www.libssh2.org/adv_20150311.html), amongst a hoard of less important bug fixes. Added a test. It works okay, and the documentation suggests it’s right, but my hatred of C is well known so I’m not attempting to vouch as to whether this test sucks or not. Closes #37607. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-12-03curl: libressl supportDominyk Tiller
New ground has been broken. New seeds have been sowed, etc etc. This makes the necessary changes to LibreSSL and cURL to enable the latter to be built with the former. This has been supported upstream for the last 3 months, and cURL officially supports LibreSSL [now](http://daniel.haxx.se/blog/2014/08/05/libressl-vs-boringssl-for-cu rl/) and [has done](http://curl.haxx.se/changes.html) since 7.38.0. A recompile of LibreSSL and cURL is necessary if you wish to adopt this locally, but the dependents of cURL should not need to be recompiled. Closes #34499. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-20libssh2: update 1.4.3_1 bottle.BrewTestBot
2014-08-15libssh2: add extra HEAD dependenciesMisty De Meo
2014-08-15libssh2: HEADDominyk Tiller
Adds a HEAD build to Libssh2. The main release branch hasn't been updated in nearly 2 years, but the git repository gets updated regularly. Feel like the head option could be pretty useful to some consequently. Closes #31630. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-04-09libssh2: update 1.4.3 bottle.BrewTestBot
2014-04-09libssh: bump revision for OpenSSL security.Mike McQuaid
2014-03-19libssh2: update 1.4.3 bottle.BrewTestBot
2014-03-19libssh2: always use brewed opensslAdam Vandenberg
Use newer openssl.
2014-02-24libssh2: add 1.4.3 bottle.BrewTestBot
2013-01-05libssh2 1.4.3Stefan
Closes #16911. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19libssh2 1.4.2nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-18libssh2 1.4.1Fredrik Forsmo
Closes #12316. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-14libssh2: Fix MD5 sumCharlie Sharpsteen
2011-10-14libssh2: Update to 1.3.0Gian Basagre
Closes #8116. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-05-30libssh2 1.2.8Saulius Grigaliunas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-01libssh2: update version to 1.2.7David Höppner
2009-12-21Update libssh2 to 1.2.2Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-01Formula for libssh2.Adam Vandenberg