aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rtmpdump.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-08-22 15:08:15 +0100
committerMike McQuaid2014-08-24 17:13:48 +0100
commit927fff6a6439a64d8d4f83afe87c609fc98bdb1c (patch)
tree8879c68d489a89f33c373554950f1f672de55efb /Library/Formula/rtmpdump.rb
parent6b81bca0d875499c54472660894ee4195fe8eec8 (diff)
downloadhomebrew-927fff6a6439a64d8d4f83afe87c609fc98bdb1c.tar.bz2
openssl: disable SSLv2 support.
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
-rw-r--r--Library/Formula/rtmpdump.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index 70540d4ac..1f46de859 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -7,6 +7,7 @@ class Rtmpdump < Formula
url 'http://ftp.de.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20131018.git79459a2.orig.tar.gz'
version '2.4+20131018'
sha1 '17decff9d16bbcf45f622ca8ee2400c46c277500'
+ revision 1
head 'git://git.ffmpeg.org/rtmpdump'