From 601cc99a58105fdde54d62ef6a97585069fbedfe Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 30 Apr 2013 00:09:23 -0500 Subject: Revert "stunnel 4.56" This reverts commit b6aafc0e085e378d1a35434553b521d096d44cc3. --- Library/Formula/stunnel.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3