diff options
| author | Ian Lancaster | 2013-04-30 04:33:48 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-29 20:50:03 -0700 |
| commit | b6aafc0e085e378d1a35434553b521d096d44cc3 (patch) | |
| tree | 7826e1c598557d45a2650dbc118c7810c9d0e184 /Library | |
| parent | 65f4bbdf8a4ddb2e802cdcdc5c9ee6920dd09083 (diff) | |
| download | homebrew-b6aafc0e085e378d1a35434553b521d096d44cc3.tar.bz2 | |
stunnel 4.56
Closes #19530.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/stunnel.rb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index b24efe1b3..41631279b 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -2,9 +2,9 @@ require 'formula' class Stunnel < Formula homepage 'http://www.stunnel.org/' - url 'ftp://ftp.stunnel.org/stunnel/archive/4.x/stunnel-4.55.tar.gz' - mirror 'http://ftp.nluug.nl/pub/networking/stunnel/stunnel-4.55.tar.gz' - sha1 '9d29eb2f1880c7cf9ecbbd96dee8c0f8cc7e7f88' + url 'ftp://ftp.stunnel.org/stunnel/archive/4.x/stunnel-4.56.tar.gz' + mirror 'http://ftp.nluug.nl/pub/networking/stunnel/stunnel-4.56.tar.gz' + sha256 '9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293' # This patch installs a bogus .pem in lieu of interactive cert generation. # - additionally stripping carriage-returns @@ -41,11 +41,11 @@ index d8c3174..5ad26e0 100644 --- a/tools/stunnel.cnf +++ b/tools/stunnel.cnf @@ -1,42 +1,30 @@ --# OpenSSL configuration file to create a server certificate
--# by Michal Trojnara 1998-2012
--
--[ req ]
--# the default key length is secure and quite fast - do not change it
+-# OpenSSL configuration file to create a server certificate +-# by Michal Trojnara 1998-2013 +- +-[ req ] +-# the default key length is secure and quite fast - do not change it -default_bits = 2048
-# comment out the next line to protect the private key with a passphrase
-encrypt_key = no
@@ -81,10 +81,10 @@ index d8c3174..5ad26e0 100644 -# to see how Netscape understands commonName.
-
-[ cert_type ]
--nsCertType = server
--
+-nsCertType = server +- +# OpenSSL configuration file to create a server certificate -+# by Michal Trojnara 1998-2012 ++# by Michal Trojnara 1998-2013 + +[ req ] +# the default key length is secure and quite fast - do not change it |
