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 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1876ce81dce
branches:  trunk
changeset: 526913:c1876ce81dce
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Mar 21 13:33:04 2007 +0000

description:
Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.11. Fixed in this version:

* Security update: MFSA 2007-11 (FTP PASV port-scanning) has been fixed.
* Website Compatibility: Fixed various web compatibility regressions.

For more info, see http://www.mozilla.com/en-US/firefox/releases/1.5.0.11.html

diffstat:

 www/firefox-bin/Makefile            |  4 ++--
 www/firefox-bin/distinfo            |  8 ++++----
 www/firefox-gtk1/DESCR              |  4 ++++
 www/firefox-gtk1/Makefile           |  3 +--
 www/firefox/DESCR                   |  4 ++++
 www/firefox/Makefile                |  3 +--
 www/firefox/Makefile-firefox.common |  4 ++--
 www/firefox/distinfo                |  8 ++++----
 8 files changed, 22 insertions(+), 16 deletions(-)

diffs (102 lines):

diff -r 0237ecdf89cb -r c1876ce81dce www/firefox-bin/Makefile
--- a/www/firefox-bin/Makefile  Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox-bin/Makefile  Wed Mar 21 13:33:04 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2007/02/25 00:43:24 ghen Exp $
+# $NetBSD: Makefile,v 1.27 2007/03/21 13:33:05 ghen Exp $
 
 MOZILLA=       firefox
-MOZ_VER=       1.5.0.10
+MOZ_VER=       1.5.0.11
 MOZ_DISTVER=   ${MOZ_VER}
 
 HOMEPAGE=      http://www.mozilla.com/firefox/
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox-bin/distinfo
--- a/www/firefox-bin/distinfo  Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox-bin/distinfo  Wed Mar 21 13:33:04 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2007/02/25 00:43:24 ghen Exp $
+$NetBSD: distinfo,v 1.24 2007/03/21 13:33:05 ghen Exp $
 
-SHA1 (firefox/releases/1.5.0.10/linux-i686/en-US/firefox-1.5.0.10.tar.gz) = de07b0e1fc695289d7d406ce52f02c700fc1f3eb
-RMD160 (firefox/releases/1.5.0.10/linux-i686/en-US/firefox-1.5.0.10.tar.gz) = 936668938c6ba58e941df35829dcdf53deca99e4
-Size (firefox/releases/1.5.0.10/linux-i686/en-US/firefox-1.5.0.10.tar.gz) = 8530619 bytes
+SHA1 (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = 180eb33fe66a9bdd4fb2b6f4ee6a07ed7e2b1046
+RMD160 (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = b50b1ffd4edf6d22f18fd882c4f8e6035d5d1919
+Size (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = 8531625 bytes
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox-gtk1/DESCR
--- a/www/firefox-gtk1/DESCR    Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox-gtk1/DESCR    Wed Mar 21 13:33:04 2007 +0000
@@ -8,4 +8,8 @@
 can be extended by developers using industry standards such as XML,
 CSS, JavaScript, C++, etc. Many extensions are available.
 
+Note: Firefox 1.5.0.x will be maintained with security and stability
+updates until April 24, 2007. All users are encouraged to upgrade to
+Firefox 2 (pkgsrc/www/firefox2 and firefox2-gtk1).
+
 firefox-gtk1 uses GTK+-1.x widgets.
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox-gtk1/Makefile
--- a/www/firefox-gtk1/Makefile Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox-gtk1/Makefile Wed Mar 21 13:33:04 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2007/03/07 21:32:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.17 2007/03/21 13:33:05 ghen Exp $
 
 MOZILLA=       firefox-gtk1
-PKGREVISION=   1
 
 COMMENT=       Lightweight gecko-based web browser built with GTK+-1.x
 
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox/DESCR
--- a/www/firefox/DESCR Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox/DESCR Wed Mar 21 13:33:04 2007 +0000
@@ -7,3 +7,7 @@
 Firefox also offers excellent bookmark and history management, and it
 can be extended by developers using industry standards such as XML,
 CSS, JavaScript, C++, etc. Many extensions are available.
+
+Note: Firefox 1.5.0.x will be maintained with security and stability
+updates until April 24, 2007. All users are encouraged to upgrade to
+Firefox 2 (pkgsrc/www/firefox2 and firefox2-gtk1).
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox/Makefile      Wed Mar 21 13:33:04 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2007/03/07 21:32:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.43 2007/03/21 13:33:04 ghen Exp $
 
 MOZILLA=               firefox
-PKGREVISION=           1
 COMMENT=               Lightweight gecko-based web browser
 
 MOZILLA_USE_GTK2=      # yes
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox/Makefile-firefox.common       Wed Mar 21 13:33:04 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-firefox.common,v 1.41 2007/02/25 00:43:23 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.42 2007/03/21 13:33:04 ghen Exp $
 
 MOZILLA_BIN=           firefox-bin
-MOZ_VER=               1.5.0.10
+MOZ_VER=               1.5.0.11
 EXTRACT_SUFX=          .tar.bz2
 
 DISTNAME=              firefox-${MOZ_VER}-source
diff -r 0237ecdf89cb -r c1876ce81dce www/firefox/distinfo
--- a/www/firefox/distinfo      Wed Mar 21 13:18:45 2007 +0000
+++ b/www/firefox/distinfo      Wed Mar 21 13:33:04 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2007/03/07 22:05:21 joerg Exp $
+$NetBSD: distinfo,v 1.64 2007/03/21 13:33:04 ghen Exp $
 
-SHA1 (firefox-1.5.0.10-source.tar.bz2) = c341958ca46d04a4dad6266cb8c11b534f5f758e
-RMD160 (firefox-1.5.0.10-source.tar.bz2) = 6d190be0fa5c38cdbf637af49a351731d4a68d06
-Size (firefox-1.5.0.10-source.tar.bz2) = 35539364 bytes
+SHA1 (firefox-1.5.0.11-source.tar.bz2) = a094ceca09306138828ffa1bce346953ff757ecc
+RMD160 (firefox-1.5.0.11-source.tar.bz2) = 060a6ad81b8312a444568a2609888d2ef1c58bfc
+Size (firefox-1.5.0.11-source.tar.bz2) = 35534921 bytes
 SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
 SHA1 (patch-ab) = eda86e19dbf45be392b6be4a40dbb25936c91439
 SHA1 (patch-ac) = c0cfa9805d883e0761b5bc63b4015cbf1e951eec



Home | Main Index | Thread Index | Old Index