diff options
author | tnn <tnn@pkgsrc.org> | 2011-03-05 14:48:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-03-05 14:48:21 +0000 |
commit | 6bd7089445b48a88ae570e0f4f7c0a55b1c93177 (patch) | |
tree | c2d7d91c733ee7ba458e393b28e2cee5d7237241 /www/seamonkey/Makefile | |
parent | 5ed52dfbdfb5961671020cb9a2acd854c5145ae6 (diff) | |
download | pkgsrc-6bd7089445b48a88ae570e0f4f7c0a55b1c93177.tar.gz |
Security and stability update of seamonkey to 2.0.12.
MFSA 2011-10 CSRF risk with plugins and 307 redirects
MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents
MFSA 2011-07 Memory corruption during text run construction (Windows)
MFSA 2011-06 Use-after-free error using Web Workers
MFSA 2011-05 Buffer overflow in JavaScript atom map
MFSA 2011-04 Buffer overflow in JavaScript upvarMap
MFSA 2011-03 Use-after-free error in JSON.stringify
MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to true
MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a04ae9ddaa3..52b5f1f3086 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2011/01/13 13:53:31 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2011/03/05 14:48:21 tnn Exp $ # DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER} -SM_VER= 2.0.11 -PKGREVISION= 1 +SM_VER= 2.0.12 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} EXTRACT_SUFX= .tar.bz2 |