pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Update to seamonkey-2.0.1. Security and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8918c6e3a58f
branches:  trunk
changeset: 568637:8918c6e3a58f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Dec 16 10:11:01 2009 +0000

description:
Update to seamonkey-2.0.1. Security and bugfix release.
Contains fixes for the same advisories as firefox-3.5.6.

diffstat:

 www/seamonkey/Makefile         |   4 ++--
 www/seamonkey/PLIST            |   3 ++-
 www/seamonkey/distinfo         |   9 +++++----
 www/seamonkey/patches/patch-za |  15 +++++++++++++++
 4 files changed, 24 insertions(+), 7 deletions(-)

diffs (68 lines):

diff -r c95ff881708e -r 8918c6e3a58f www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Wed Dec 16 10:05:44 2009 +0000
+++ b/www/seamonkey/Makefile    Wed Dec 16 10:11:01 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2009/11/29 00:40:42 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2009/12/16 10:11:01 tnn Exp $
 #
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER}
-SM_VER=                2.0
+SM_VER=                2.0.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c95ff881708e -r 8918c6e3a58f www/seamonkey/PLIST
--- a/www/seamonkey/PLIST       Wed Dec 16 10:05:44 2009 +0000
+++ b/www/seamonkey/PLIST       Wed Dec 16 10:11:01 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2009/11/29 00:40:42 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2009/12/16 10:11:01 tnn Exp $
 bin/seamonkey
 lib/seamonkey/.autoreg
 lib/seamonkey/README
@@ -241,6 +241,7 @@
 lib/seamonkey/modules/gloda/fundattr.js
 lib/seamonkey/modules/gloda/gloda.js
 lib/seamonkey/modules/gloda/index_ab.js
+lib/seamonkey/modules/gloda/index_msg.js
 lib/seamonkey/modules/gloda/indexer.js
 lib/seamonkey/modules/gloda/log4moz.js
 lib/seamonkey/modules/gloda/mimeTypeCategories.js
diff -r c95ff881708e -r 8918c6e3a58f www/seamonkey/distinfo
--- a/www/seamonkey/distinfo    Wed Dec 16 10:05:44 2009 +0000
+++ b/www/seamonkey/distinfo    Wed Dec 16 10:11:01 2009 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.43 2009/11/29 00:40:42 tnn Exp $
+$NetBSD: distinfo,v 1.44 2009/12/16 10:11:01 tnn Exp $
 
-SHA1 (seamonkey-2.0.source.tar.bz2) = 8b877adab13abdbe28d8e23a48c702893144b4a6
-RMD160 (seamonkey-2.0.source.tar.bz2) = 31af9a5b6c048464df38eade5bd3c0e80bfcd33e
-Size (seamonkey-2.0.source.tar.bz2) = 60180430 bytes
+SHA1 (seamonkey-2.0.1.source.tar.bz2) = 4469d68d8a2b5db125d600818b504d5b6c133302
+RMD160 (seamonkey-2.0.1.source.tar.bz2) = e9c1953b4e27099fad2fce4d076e694267b6b5e8
+Size (seamonkey-2.0.1.source.tar.bz2) = 60965775 bytes
 SHA1 (patch-aa-toplevel) = 458051a1b3318b49124192c6e97cb9ed0d92dead
 SHA1 (patch-ma-toplevel) = 460326a0551fecd13ca188cff907c89cce359c31
+SHA1 (patch-za) = ae79f952b5a66655ecaf9671b98ebc91406ba085
 SHA1 (patch-zc) = 2f73cb72bd6c10830e7a2b8ad3b1f769c6afdb3c
diff -r c95ff881708e -r 8918c6e3a58f www/seamonkey/patches/patch-za
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey/patches/patch-za    Wed Dec 16 10:11:01 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-za,v 1.1 2009/12/16 10:11:01 tnn Exp $
+
+--- suite/app/Makefile.in.orig 2009-10-25 15:29:07.000000000 +0100
++++ suite/app/Makefile.in
+@@ -104,6 +104,10 @@ TK_LIBS := -framework SystemConfiguratio
+ endif
+ endif
+ 
++ifeq ($(OS_ARCH),NetBSD)
++LIBS += -lossaudio
++endif
++
+ ifdef MOZ_ENABLE_LIBXUL
+ APP_XPCOM_LIBS = $(XPCOM_GLUE_LDOPTS)
+ else



Home | Main Index | Thread Index | Old Index