aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-25 06:08:27 +0800
committermarcus <marcus@FreeBSD.org>2007-02-25 06:08:27 +0800
commitcb50f32a429fec9ea229f4169c4f3404ebe6c8b0 (patch)
treea825597b949d4f866933b0ac4c319290ae85b00e /www/firefox
parentba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715 (diff)
downloadfreebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.tar.gz
freebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.tar.zst
freebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.zip
Update to 2.0.0.2 to fix some security vulnerabilities. See
http://vuxml.FreeBSD.org/12bd6ecf-c430-11db-95c5-000c6ec775d9.html for more details.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp18
3 files changed, 4 insertions, 23 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 66e0ef4763c2..d6accdbdb4d5 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= firefox
-DISTVERSION= 2.0.0.1
-PORTREVISION= 1
+DISTVERSION= 2.0.0.2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index c7ebc5661912..1df2b784bc78 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-MD5 (firefox-2.0.0.1-source.tar.bz2) = 7a1fc804ed735c5b7e9b1498bac8b5db
-SHA256 (firefox-2.0.0.1-source.tar.bz2) = b7db1a7d7ee37707dd5736a656982d1deaea7b29654f49564c2aa54c59ba1e24
-SIZE (firefox-2.0.0.1-source.tar.bz2) = 37056207
+MD5 (firefox-2.0.0.2-source.tar.bz2) = d7db87b76c1e78a229b662d7dd642265
+SHA256 (firefox-2.0.0.2-source.tar.bz2) = dca8c47792904f11425f5ddc80f311dfb94f38a88d8ebc3c3783dcb5cfa2a091
+SIZE (firefox-2.0.0.2-source.tar.bz2) = 37137694
diff --git a/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp b/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp
deleted file mode 100644
index df9abaef67cc..000000000000
--- a/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- widget/src/gtk2/nsDragService.cpp.nograb 2007-01-16 21:26:49.000000000 -0500
-+++ widget/src/gtk2/nsDragService.cpp 2007-01-16 21:27:04.000000000 -0500
-@@ -799,7 +799,6 @@
- void
- nsDragService::GetTargetDragData(GdkAtom aFlavor)
- {
-- gtk_grab_add(mHiddenWidget);
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("getting data flavor %d\n", aFlavor));
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("mLastWidget is %p and mLastContext is %p\n",
- mTargetWidget, mTargetDragContext));
-@@ -817,7 +816,6 @@
- gtk_main_iteration();
- }
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("finished inner iteration\n"));
-- gtk_grab_remove(mHiddenWidget);
- }
-
- void