pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Update firefox, firefox-bin and firefox-gtk1 to 2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6b25670657e
branches:  trunk
changeset: 533487:d6b25670657e
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Sep 20 07:17:31 2007 +0000

description:
Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.7.

This version only fixes a Windows-specific security issue, but update
nevertheless so we start the freeze with the latest available version.
(People will start asking about this update anyway?)

For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.7/releasenotes/

diffstat:

 www/firefox-bin/Makefile            |   6 ++----
 www/firefox-bin/distinfo            |  14 ++++----------
 www/firefox/Makefile-firefox.common |   6 +++---
 www/firefox/distinfo                |   8 ++++----
 4 files changed, 13 insertions(+), 21 deletions(-)

diffs (72 lines):

diff -r 472afa970ec6 -r d6b25670657e www/firefox-bin/Makefile
--- a/www/firefox-bin/Makefile  Thu Sep 20 00:13:57 2007 +0000
+++ b/www/firefox-bin/Makefile  Thu Sep 20 07:17:31 2007 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2007/08/06 08:52:04 tron Exp $
-
-PKGREVISION=           1
+# $NetBSD: Makefile,v 1.34 2007/09/20 07:17:32 ghen Exp $
 
 MOZILLA=               firefox
-MOZ_VER=               2.0.0.6
+MOZ_VER=               2.0.0.7
 MOZ_DISTVER=           ${MOZ_VER}
 
 HOMEPAGE=              http://www.mozilla.com/en-US/firefox/
diff -r 472afa970ec6 -r d6b25670657e www/firefox-bin/distinfo
--- a/www/firefox-bin/distinfo  Thu Sep 20 00:13:57 2007 +0000
+++ b/www/firefox-bin/distinfo  Thu Sep 20 07:17:31 2007 +0000
@@ -1,11 +1,5 @@
-$NetBSD: distinfo,v 1.30 2007/07/31 13:51:22 ghen Exp $
+$NetBSD: distinfo,v 1.31 2007/09/20 07:17:33 ghen Exp $
 
-SHA1 (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-i386-gtk1.tar.bz2) = 722f430d6c21e1d06ccb4bf2e58ec2423ebeba48
-RMD160 (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-i386-gtk1.tar.bz2) = a342e513d0314bacf444967c5b5e1cbd2a00bc69
-Size (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-i386-gtk1.tar.bz2) = 11203830 bytes
-SHA1 (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-respin-sparc-gtk1.tar.bz2) = a34bcb73bbfb3476427ea27ea2ccd6cddffd4981
-RMD160 (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-respin-sparc-gtk1.tar.bz2) = cbee15405c4c0f8ceb805a9da78f75bd1df9454d
-Size (firefox/releases/2.0.0.6/contrib/solaris_tarball/firefox-2.0.0.6.en-US.solaris8-respin-sparc-gtk1.tar.bz2) = 27306 bytes
-SHA1 (firefox/releases/2.0.0.6/linux-i686/en-US/firefox-2.0.0.6.tar.gz) = 02b6a9dcba33f841cf089a1c7961615960512545
-RMD160 (firefox/releases/2.0.0.6/linux-i686/en-US/firefox-2.0.0.6.tar.gz) = 8cad47d2fa04098762a215c14fbc1f91364b2f0c
-Size (firefox/releases/2.0.0.6/linux-i686/en-US/firefox-2.0.0.6.tar.gz) = 9671806 bytes
+SHA1 (firefox/releases/2.0.0.7/linux-i686/en-US/firefox-2.0.0.7.tar.gz) = a5acf3e329549634be8ccf5a435ba563298440d8
+RMD160 (firefox/releases/2.0.0.7/linux-i686/en-US/firefox-2.0.0.7.tar.gz) = b098d2d40e8c899ece96230f0f5b88615c14728b
+Size (firefox/releases/2.0.0.7/linux-i686/en-US/firefox-2.0.0.7.tar.gz) = 9671863 bytes
diff -r 472afa970ec6 -r d6b25670657e www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Thu Sep 20 00:13:57 2007 +0000
+++ b/www/firefox/Makefile-firefox.common       Thu Sep 20 07:17:31 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-firefox.common,v 1.47 2007/07/31 10:06:47 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.48 2007/09/20 07:17:31 ghen Exp $
 
 MOZILLA_BIN=           firefox-bin
-MOZ_VER=               2.0.0.6
+MOZ_VER=               2.0.0.7
 EXTRACT_SUFX=          .tar.bz2
 
 DISTNAME=              firefox-${MOZ_VER}-source
@@ -25,7 +25,7 @@
 
 MOZILLA_EXTENSIONS=    default
 CONFIGURE_ARGS+=       --enable-extensions=${MOZILLA_EXTENSIONS:Q}
-CONFIGURE_ENV+=        ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
+CONFIGURE_ENV+=                ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
 
 .include "../../mk/bsd.fast.prefs.mk"
 
diff -r 472afa970ec6 -r d6b25670657e www/firefox/distinfo
--- a/www/firefox/distinfo      Thu Sep 20 00:13:57 2007 +0000
+++ b/www/firefox/distinfo      Thu Sep 20 07:17:31 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.68 2007/07/31 10:06:47 ghen Exp $
+$NetBSD: distinfo,v 1.69 2007/09/20 07:17:32 ghen Exp $
 
-SHA1 (firefox-2.0.0.6-source.tar.bz2) = eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082
-RMD160 (firefox-2.0.0.6-source.tar.bz2) = 5132a3b88de5416df27cdf9b9a64bec9dc42fffa
-Size (firefox-2.0.0.6-source.tar.bz2) = 37392782 bytes
+SHA1 (firefox-2.0.0.7-source.tar.bz2) = fad5670c21bd634c93a8cfc4abcfcfeb09a6a7df
+RMD160 (firefox-2.0.0.7-source.tar.bz2) = 8fd4e43cda35b2401d6ed800305d4fc52216ea1c
+Size (firefox-2.0.0.7-source.tar.bz2) = 37394798 bytes
 SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
 SHA1 (patch-ab) = 19069a4e572744eccb04e9906e16dad28d2dac01
 SHA1 (patch-ac) = 3f28e27c100655aca4daaca02a77a76064359e94



Home | Main Index | Thread Index | Old Index