Stunnel 5.04

Stunnel version bump to 5.04 & the new configure option for finding the
correct SSL directory.
master
Dominyk Tiller 2014-09-22 18:20:31 +01:00 committed by Mike McQuaid
parent 73208eb07b
commit 5f7b83927a
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
require 'formula'
class Stunnel < Formula
homepage 'http://www.stunnel.org/'
url 'ftp://ftp.nluug.nl/pub/networking/stunnel/stunnel-5.03.tar.gz'
mirror 'https://www.stunnel.org/downloads/stunnel-5.03.tar.gz'
sha256 '9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03'
revision 1
homepage "http://www.stunnel.org/"
url "ftp://ftp.nluug.nl/pub/networking/stunnel/stunnel-5.04.tar.gz"
mirror "https://www.stunnel.org/downloads/stunnel-5.04.tar.gz"
sha256 "ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1"
bottle do
revision 1
@ -57,7 +56,7 @@ nsCertType = server
"--sysconfdir=#{etc}",
"--mandir=#{man}",
"--disable-libwrap",
"--with-ssl-dir=#{Formula["openssl"].opt_prefix}"
"--with-ssl=#{Formula["openssl"].opt_prefix}"
system "make install"
end