diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-24 22:08:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-24 22:08:27 +0000 |
commit | aab5b0a330c785b91a27bc2a70a76934d12698ec (patch) | |
tree | 3be9aa1d11196b02c08b51144937f27878ab4b7a /www/firefox36 | |
parent | fee8b614f1de63cab9f25184cd9e91a2713a7ad5 (diff) |
Update to 2.0.0.2 to fix some security vulnerabilities. See
Notes
Notes:
svn path=/head/; revision=185833
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 3 | ||||
-rw-r--r-- | www/firefox36/distinfo | 6 | ||||
-rw-r--r-- | www/firefox36/files/patch-widget_src_gtk2_nsDragService.cpp | 18 |
3 files changed, 4 insertions, 23 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 66e0ef4763c2..d6accdbdb4d5 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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/firefox36/distinfo b/www/firefox36/distinfo index c7ebc5661912..1df2b784bc78 100644 --- a/www/firefox36/distinfo +++ b/www/firefox36/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/firefox36/files/patch-widget_src_gtk2_nsDragService.cpp b/www/firefox36/files/patch-widget_src_gtk2_nsDragService.cpp deleted file mode 100644 index df9abaef67cc..000000000000 --- a/www/firefox36/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 |