diff options
| author | Jack Nagel | 2013-04-30 00:09:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-30 00:09:23 -0500 |
| commit | 601cc99a58105fdde54d62ef6a97585069fbedfe (patch) | |
| tree | 1aac8de20744efefd7235dd17fc9dd6cce9e0694 /Library/Formula | |
| parent | 01df935ca77efedb8c59f79bf440cfd40f59b9fd (diff) | |
| download | homebrew-601cc99a58105fdde54d62ef6a97585069fbedfe.tar.bz2 | |
Revert "stunnel 4.56"
This reverts commit b6aafc0e085e378d1a35434553b521d096d44cc3.
Diffstat (limited to 'Library/Formula')
| -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 41631279b..b24efe1b3 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.56.tar.gz' - mirror 'http://ftp.nluug.nl/pub/networking/stunnel/stunnel-4.56.tar.gz' - sha256 '9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293' + 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' # 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-2013 -- --[ 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-2012
+-
+-[ 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-2013 ++# by Michal Trojnara 1998-2012 + +[ req ] +# the default key length is secure and quite fast - do not change it |
