pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Update seamonkey, seamonkey-bin and seamonkey-gtk1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0d1f5019fd6
branches: trunk
changeset: 556310:f0d1f5019fd6
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Mar 19 15:09:45 2009 +0000
description:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.15.
Security fixes in this version:
MFSA 2009-10 Upgrade PNG library to fix memory safety hazards
MFSA 2009-09 XML data theft via RDFXMLDataSource and cross-domain redirect
MFSA 2009-07 Crashes with evidence of memory corruption (rv:1.9.0.7)
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.15/
diffstat:
www/seamonkey-bin/Makefile | 4 ++--
www/seamonkey-bin/distinfo | 8 ++++----
www/seamonkey-gtk1/Makefile | 3 +--
www/seamonkey/Makefile | 3 +--
www/seamonkey/Makefile-seamonkey.common | 4 ++--
www/seamonkey/distinfo | 8 ++++----
6 files changed, 14 insertions(+), 16 deletions(-)
diffs (81 lines):
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey-bin/Makefile
--- a/www/seamonkey-bin/Makefile Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey-bin/Makefile Thu Mar 19 15:09:45 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2009/01/05 19:41:06 ghen Exp $
+# $NetBSD: Makefile,v 1.28 2009/03/19 15:09:46 ghen Exp $
MOZILLA= seamonkey
-MOZ_VER= 1.1.14
+MOZ_VER= 1.1.15
MOZ_DISTVER= ${MOZ_VER}
HOMEPAGE= http://www.mozilla.org/projects/seamonkey/
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey-bin/distinfo
--- a/www/seamonkey-bin/distinfo Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey-bin/distinfo Thu Mar 19 15:09:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2009/01/05 19:41:06 ghen Exp $
+$NetBSD: distinfo,v 1.24 2009/03/19 15:09:46 ghen Exp $
-SHA1 (seamonkey/releases/1.1.14/seamonkey-1.1.14.en-US.linux-i686.tar.gz) = 5f5ee4f4feca2c710bf3c9cbb046c68dd63916c4
-RMD160 (seamonkey/releases/1.1.14/seamonkey-1.1.14.en-US.linux-i686.tar.gz) = f0bf6ca2900f7bfa073aca8f7ab92de5c3e3cd47
-Size (seamonkey/releases/1.1.14/seamonkey-1.1.14.en-US.linux-i686.tar.gz) = 14819360 bytes
+SHA1 (seamonkey/releases/1.1.15/seamonkey-1.1.15.en-US.linux-i686.tar.gz) = 9d91d26b614209b76ba18c150f141972f18bef8a
+RMD160 (seamonkey/releases/1.1.15/seamonkey-1.1.15.en-US.linux-i686.tar.gz) = 60320b17ffdd93c7fc71487797b41ccdd6831d11
+Size (seamonkey/releases/1.1.15/seamonkey-1.1.15.en-US.linux-i686.tar.gz) = 14827956 bytes
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey-gtk1/Makefile
--- a/www/seamonkey-gtk1/Makefile Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey-gtk1/Makefile Thu Mar 19 15:09:45 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2009/03/18 00:08:40 abs Exp $
+# $NetBSD: Makefile,v 1.19 2009/03/19 15:09:46 ghen Exp $
MOZILLA= seamonkey-gtk1
-PKGREVISION= 1
COMMENT= Full featured gecko-based browser built with GTK1
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey/Makefile Thu Mar 19 15:09:45 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2009/03/18 00:08:40 abs Exp $
+# $NetBSD: Makefile,v 1.26 2009/03/19 15:09:45 ghen Exp $
MOZILLA= seamonkey
-PKGREVISION= 1
COMMENT= Full featured gecko-based browser
MOZILLA_USE_GTK2= # yes
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey/Makefile-seamonkey.common
--- a/www/seamonkey/Makefile-seamonkey.common Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey/Makefile-seamonkey.common Thu Mar 19 15:09:45 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile-seamonkey.common,v 1.23 2009/03/18 00:08:40 abs Exp $
+# $NetBSD: Makefile-seamonkey.common,v 1.24 2009/03/19 15:09:45 ghen Exp $
# used by www/seamonkey/Makefile
# used by www/seamonkey-gtk1/Makefile
MOZILLA_BIN= seamonkey-bin
-MOZ_VER= 1.1.14
+MOZ_VER= 1.1.15
EXTRACT_SUFX= .tar.bz2
DISTNAME= seamonkey-${MOZ_DIST_VER}.source
CATEGORIES= www
diff -r 1b5cbddee38e -r f0d1f5019fd6 www/seamonkey/distinfo
--- a/www/seamonkey/distinfo Thu Mar 19 15:08:58 2009 +0000
+++ b/www/seamonkey/distinfo Thu Mar 19 15:09:45 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2009/01/05 19:41:06 ghen Exp $
+$NetBSD: distinfo,v 1.37 2009/03/19 15:09:45 ghen Exp $
-SHA1 (seamonkey-1.1.14.source.tar.bz2) = 31061b29ad3334152cb3b6dea0ffa81e69d1e308
-RMD160 (seamonkey-1.1.14.source.tar.bz2) = 6ed0b19771390a8b42bd6ded64305f880c3ae5c3
-Size (seamonkey-1.1.14.source.tar.bz2) = 38063082 bytes
+SHA1 (seamonkey-1.1.15.source.tar.bz2) = 483beb2b77b48ca405daa71dc9508d46d4795dc6
+RMD160 (seamonkey-1.1.15.source.tar.bz2) = 498a88ee57725ba95e49705dd2c2a1b5e8f31429
+Size (seamonkey-1.1.15.source.tar.bz2) = 38083448 bytes
SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a
SHA1 (patch-ab) = b83dc786559d010f9bbb1adde697975166e0735e
SHA1 (patch-ac) = 393920aabf9476b668510a88af041d9a54c6019d
Home |
Main Index |
Thread Index |
Old Index