diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-02-24 14:18:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-02-24 14:18:00 +0000 |
commit | 6add777477fb3e5cd8ac844a4de22e24a46fab83 (patch) | |
tree | c6d979f485e67828b22280818ff430bd364e85b8 /www | |
parent | d262d696acaaef039b922c17f526e966befc171b (diff) | |
download | pkgsrc-6add777477fb3e5cd8ac844a4de22e24a46fab83.tar.gz |
Update to 17.0.3
Changelog:
FIXED
Security fixes can be found here
FIXED
Improvements to the Click-to-Play vulnerable plugin blocklisting feature
Fixed in Firefox ESR 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox17/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox17/Makefile b/www/firefox17/Makefile index 0e96649d93f..603917e2f40 100644 --- a/www/firefox17/Makefile +++ b/www/firefox17/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/02/16 11:24:52 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/02/24 14:18:01 ryoon Exp $ .include "../../devel/xulrunner17/dist.mk" PKGNAME= firefox17-${MOZ_BRANCH} -PKGREVISION= 3 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org |