diff options
author | ghen <ghen@pkgsrc.org> | 2006-07-31 11:58:04 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-07-31 11:58:04 +0000 |
commit | 3ca86668ec254c8079c439e36f56453d62dfaab7 (patch) | |
tree | 6903ef455e6507918ada808de2cdee9c11a25a62 /www/seamonkey-bin | |
parent | 9e20e74e69cb7f3f275de5bfe2abd7a5edde6299 (diff) | |
download | pkgsrc-3ca86668ec254c8079c439e36f56453d62dfaab7.tar.gz |
Update the Seamonkey packages to 1.0.3.
Changes:
* Improved stability
* Several security fixes (see below)
* A bug was introduced in SeaMonkey 1.0.2 that sometimes caused the URL bar to
stop working properly when switching tabs. This has been fixed. (Bug 332874)
* If you have more bookmarks on your personal toolbar than there is space for,
the ">>" overflow icon will now display more reliably (Bug 338803)
* If you choose to update SeaMonkey when it notifies you that an update is
available, the update page will load in a more useful browser window (with
navigation buttons and toolbars) (Bug 334903)
Security fixes:
MFSA 2006-56 chrome: scheme loading remote content
MFSA 2006-55 Crashes with evidence of memory corruption (rv:1.8.0.5)
MFSA 2006-54 XSS with XPCNativeWrapper(window).Function(...)
MFSA 2006-53 UniversalBrowserRead privilege escalation
MFSA 2006-52 PAC privilege escalation using Function.prototype.call
MFSA 2006-51 Privilege escalation using named-functions and redefined "new Object()"
MFSA 2006-50 JavaScript engine vulnerabilities
MFSA 2006-49 Heap buffer overwrite on malformed VCard
MFSA 2006-48 JavaScript new Function race condition
MFSA 2006-47 Native DOM methods can be hijacked across domains
MFSA 2006-46 Memory corruption with simultaneous events
MFSA 2006-45 Javascript navigator Object Vulnerability
MFSA 2006-44 Code execution through deleted frame reference
For a detailed ChangeLog, see:
http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.3/changelog.html
Diffstat (limited to 'www/seamonkey-bin')
-rw-r--r-- | www/seamonkey-bin/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey-bin/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/seamonkey-bin/Makefile b/www/seamonkey-bin/Makefile index b256ad6466a..3e78c60390c 100644 --- a/www/seamonkey-bin/Makefile +++ b/www/seamonkey-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/06/03 08:04:36 ghen Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/31 11:58:04 ghen Exp $ MOZILLA= seamonkey -MOZ_VER= 1.0.2 +MOZ_VER= 1.0.3 MOZ_DISTVER= ${MOZ_VER} HOMEPAGE= http://www.mozilla.org/projects/seamonkey diff --git a/www/seamonkey-bin/distinfo b/www/seamonkey-bin/distinfo index 34701e2e2a5..d423483ec62 100644 --- a/www/seamonkey-bin/distinfo +++ b/www/seamonkey-bin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/06/03 08:04:36 ghen Exp $ +$NetBSD: distinfo,v 1.4 2006/07/31 11:58:04 ghen Exp $ -SHA1 (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 9908bdce8610400d61c7f9b3ee6f593958738278 -RMD160 (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 249301c824cf916169eaa684312c8767ffdfc943 -Size (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 14130871 bytes +SHA1 (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = 0eb2b6fff471c5728bd7471cd1f5684a26f13e09 +RMD160 (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = de9ba9ed8c4e2bf6fb4a522fa4e5122824e65614 +Size (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = 14140207 bytes |