diff options
| author | Colin Hebert | 2011-07-30 01:06:43 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-31 13:04:06 -0700 |
| commit | ab7c9b79bab44c56c2ad8c8db8304f9c5cc7c707 (patch) | |
| tree | 1d26f7712da9c1cd5e4329d69b35e852c0a5a0c3 /Library/Formula/stunnel.rb | |
| parent | 2e9b87a2b63597253cc8660e45c6219b517f86e4 (diff) | |
| download | homebrew-ab7c9b79bab44c56c2ad8c8db8304f9c5cc7c707.tar.bz2 | |
stunnel 4.41
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/stunnel.rb')
| -rw-r--r-- | Library/Formula/stunnel.rb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index b789c9cdb..635ea7ebb 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -1,9 +1,9 @@ require 'formula' class Stunnel < Formula - url 'ftp://ftp.stunnel.org/stunnel/obsolete/4.x/stunnel-4.37.tar.gz' + url 'ftp://ftp.stunnel.org/stunnel/stunnel-4.41.tar.gz' homepage 'http://www.stunnel.org/' - md5 '8d4e2cefbef6638da95986a3d44c1b4a' + md5 '1ce3c7c491cabbda713af6ed6caf13f0' # This patch installs a bogus .pem in lieu of interactive cert generation. def patches @@ -35,14 +35,14 @@ end __END__ diff --git a/tools/stunnel.cnf b/tools/stunnel.cnf -index 274f9a0..d5d7cc0 100644 +index 0c00347..f53668f 100644 --- a/tools/stunnel.cnf +++ b/tools/stunnel.cnf -@@ -7,6 +7,7 @@ default_bits = 1024 - encrypt_key = yes - distinguished_name = req_dn - x509_extensions = cert_type -+prompt = no - +@@ -5,6 +5,7 @@ default_bits = 2048 + encrypt_key = no + distinguished_name = req_dn + x509_extensions = cert_type ++prompt = no + [ req_dn ] countryName = Country Name (2 letter code) |
