summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-03-21 13:33:04 +0000
committerghen <ghen@pkgsrc.org>2007-03-21 13:33:04 +0000
commit5988dc0ebe0b989589e26468410c157dd4acf62b (patch)
tree14eb46e8b4f54fcf6c59fa6e2e5d893e73dba0c2 /www
parent327a58e217db3392af1f417d2591f7ed4194a2d7 (diff)
downloadpkgsrc-5988dc0ebe0b989589e26468410c157dd4acf62b.tar.gz
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 (limited to 'www')
-rw-r--r--www/firefox-bin/Makefile4
-rw-r--r--www/firefox-bin/distinfo8
-rw-r--r--www/firefox-gtk1/DESCR4
-rw-r--r--www/firefox-gtk1/Makefile3
-rw-r--r--www/firefox/DESCR4
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/firefox/Makefile-firefox.common4
-rw-r--r--www/firefox/distinfo8
8 files changed, 22 insertions, 16 deletions
diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile
index 00336393810..4b171d2ede6 100644
--- a/www/firefox-bin/Makefile
+++ b/www/firefox-bin/Makefile
@@ -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 --git a/www/firefox-bin/distinfo b/www/firefox-bin/distinfo
index f13feae39fb..c7f3bd782a7 100644
--- a/www/firefox-bin/distinfo
+++ b/www/firefox-bin/distinfo
@@ -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 --git a/www/firefox-gtk1/DESCR b/www/firefox-gtk1/DESCR
index 4a65a42866e..cba6624f213 100644
--- a/www/firefox-gtk1/DESCR
+++ b/www/firefox-gtk1/DESCR
@@ -8,4 +8,8 @@ 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).
+
firefox-gtk1 uses GTK+-1.x widgets.
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile
index 4e94a3486c6..51a9f4a360b 100644
--- a/www/firefox-gtk1/Makefile
+++ b/www/firefox-gtk1/Makefile
@@ -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 --git a/www/firefox/DESCR b/www/firefox/DESCR
index 2f9713be943..fe99f48a261 100644
--- a/www/firefox/DESCR
+++ b/www/firefox/DESCR
@@ -7,3 +7,7 @@ windows.
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 --git a/www/firefox/Makefile b/www/firefox/Makefile
index 8de6a87daa9..021c96d6ec0 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -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 --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index d865ad1b7cf..611c5ecd972 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -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 --git a/www/firefox/distinfo b/www/firefox/distinfo
index 21597ef2386..552634097ee 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -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