aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-25 01:37:53 +0100
committerAdam Vandenberg2014-09-24 19:37:43 -0700
commit924f2564b9cf2c9185ce8f0fcfd459f9b2dcc551 (patch)
treed479e420344ea8be3dcfbd4f836a5ed157c07465 /Library/Formula
parente5495c38a10c549627f606610b00af75d13e8d06 (diff)
downloadhomebrew-924f2564b9cf2c9185ce8f0fcfd459f9b2dcc551.tar.bz2
Nss 3.16.2.1
Closes #32612. Fixes the vulnerability disclosed in [mfsa2014-73](https://www.mozilla.org/security/announce/2014/mfsa2014-73 .html) by Mozilla.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nss.rb4
-rw-r--r--Library/Formula/xulrunner.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index 319c16c14..ccb108753 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -2,8 +2,8 @@ require "formula"
class Nss < Formula
homepage "https://developer.mozilla.org/docs/NSS"
- url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_2_RTM/src/nss-3.16.2.tar.gz"
- sha1 "c4e7f007723cfafcf7fe743000e3960cc5086642"
+ url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_2_1_RTM/src/nss-3.16.2.1.tar.gz"
+ sha256 "dc42c6c54ce1d8f2b5a5c116629e8e5e2a09cbd19e5390dd3badaf8fc874c087"
bottle do
cellar :any
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb
index 3481585f6..e23feacca 100644
--- a/Library/Formula/xulrunner.rb
+++ b/Library/Formula/xulrunner.rb
@@ -36,6 +36,8 @@ class Xulrunner < Formula
homepage "https://developer.mozilla.org/docs/XULRunner"
url "https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/30.0/source/xulrunner-30.0.source.tar.bz2"
sha1 "d987efafc67cb0170c6a5dabb9cede3b98e5c24b"
+ revision 1
+
bottle do
cellar :any