diff options
author | tron <tron@pkgsrc.org> | 2010-12-12 20:25:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-12-12 20:25:23 +0000 |
commit | d83984048a3b462fb67e106e5744307b0f3d2964 (patch) | |
tree | eeb2b13052be97f147f105375fd0d2d7fbab0811 | |
parent | 7862fb57cdd0df962784f5d960ddbd1875ddd1b6 (diff) | |
download | pkgsrc-d83984048a3b462fb67e106e5744307b0f3d2964.tar.gz |
Pullup ticket #3303 - requested by tnn
www/seamonkey: security update
Revisions pulled up:
- www/seamonkey/Makefile 1.42-1.43,1.45 via patch
- www/seamonkey/distinfo 1.57-1.58
---
Module Name: pkgsrc
Committed By: tnn
Date: Sat Nov 13 10:54:49 UTC 2010
Modified Files:
pkgsrc/www/seamonkey: Makefile distinfo
Log Message:
Update to seamonkey-2.0.10.
Fixes MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
---
Module Name: pkgsrc
Committed By: tnn
Date: Sat Nov 13 11:54:44 UTC 2010
Modified Files:
pkgsrc/devel/xulrunner: Makefile PLIST mozilla-common.mk
pkgsrc/mail/thunderbird: Makefile
pkgsrc/www/firefox: Makefile
pkgsrc/www/seamonkey: Makefile
Log Message:
Reluctantly switch over to bundled cairo and pixman for mozilla packages,
like other distros have recently done. Bump package revisions.
Background:
The cairo-1.10 update caused multiple regressions in firefox, such as
flickering gif animations and crashes.
Mozilla doesn't seem interested in fixing it on the stable branches:
https://bugzilla.mozilla.org/show_bug.cgi?id=610107
Other references:
https://bugzilla.redhat.com/show_bug.cgi?id=628331
http://bugs.gentoo.org/show_bug.cgi?id=337813
https://bugzilla.mozilla.org/show_bug.cgi?id=597174
---
odule Name: pkgsrc
Committed By: tnn
Date: Sun Dec 12 00:07:23 UTC 2010
Modified Files:
pkgsrc/www/seamonkey: Makefile distinfo
Log Message:
Update to seamonkey-2.0.11.
MFSA 2010-84 XSS hazard in multiple character encodings
MFSA 2010-83 Location bar SSL spoofing using network error page
MFSA 2010-82 Incomplete fix for CVE-2010-0179
MFSA 2010-81 Integer overflow vulnerability in NewIdArray
MFSA 2010-80 Use-after-free error with nsDOMAttribute MutationObserver
MFSA 2010-79 Java security bypass from LiveConnect loaded via data: URL
meta refresh
MFSA 2010-78 Add support for OTS font sanitizer
MFSA 2010-77 Crash and remote code execution using HTML tags inside a
XUL tree MFSA 2010-76 Chrome privilege escalation with window.open and
<isindex> element MFSA 2010-75 Buffer overflow while line breaking
after document.write with long string
MFSA 2010-74 Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16)
Also:
Fixes for a number of non-security-relevant crashes, increasing the
stability of the whole platform and the Mail & Newsgroups part of
SeaMonkey
-rw-r--r-- | www/seamonkey/Makefile | 8 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0b19150f254..0eb88e23800 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.40.2.1 2010/10/25 16:30:55 tron Exp $ +# $NetBSD: Makefile,v 1.40.2.2 2010/12/12 20:25:23 tron Exp $ # DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER} -SM_VER= 2.0.9 +SM_VER= 2.0.11 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tnn@NetBSD.org -HOMEPAGE= http://www.mozilla.org/projects/seamonkey/ -COMMENT= Full featured gecko-based browser +HOMEPAGE= http://www.seamonkey-project.org/ +COMMENT= Full-featured gecko-based browser WRKSRC= ${WRKDIR}/comm-1.9.1 MOZILLA_DIR= mozilla/ diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index f55a77f1c07..c1e49b2916e 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.55.2.1 2010/10/25 16:30:55 tron Exp $ +$NetBSD: distinfo,v 1.55.2.2 2010/12/12 20:25:23 tron Exp $ -SHA1 (seamonkey-2.0.9.source.tar.bz2) = c23f61d06c54cda841da128b3e2a649a2390eebb -RMD160 (seamonkey-2.0.9.source.tar.bz2) = d6f7cc463564b4e18ed5d71f15ccd611c7b7050b -Size (seamonkey-2.0.9.source.tar.bz2) = 61599701 bytes +SHA1 (seamonkey-2.0.11.source.tar.bz2) = ddcb0a0fb76aa239117c375dbe3ac7969d0ed421 +RMD160 (seamonkey-2.0.11.source.tar.bz2) = 146485d3ccb84d921fbd563c1c863e40016079f7 +Size (seamonkey-2.0.11.source.tar.bz2) = 61641109 bytes SHA1 (patch-aa) = 0d46562e73fce3fc1bf590ac93a28b2202a8e214 SHA1 (patch-aa-toplevel) = 458051a1b3318b49124192c6e97cb9ed0d92dead SHA1 (patch-ab) = c7a6961362b131f0a39f65355562b115fae3be85 |