[or-cvs] r14328: NoScript 1.5.8 (in incognito/trunk: . portage.overlay/x11-plugins/noscript-bin root_overlay/var/lib/firefox-config/firefox/m7m1jk79.Default User)

anonym at seul.org anonym at seul.org
Wed Apr 9 09:21:23 UTC 2008


Author: anonym
Date: 2008-04-09 05:21:22 -0400 (Wed, 09 Apr 2008)
New Revision: 14328

Added:
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.8.ebuild
Removed:
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.6.ebuild
Modified:
   incognito/trunk/ChangeLog
   incognito/trunk/TODO
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest
   incognito/trunk/root_overlay/var/lib/firefox-config/firefox/m7m1jk79.Default User/prefs.js
Log:
NoScript 1.5.8


Modified: incognito/trunk/ChangeLog
===================================================================
--- incognito/trunk/ChangeLog	2008-04-09 04:32:01 UTC (rev 14327)
+++ incognito/trunk/ChangeLog	2008-04-09 09:21:22 UTC (rev 14328)
@@ -5,7 +5,7 @@
 	- TorK 0.27
 	- FireGPG 0.4.9
 	- CS Lite 1.3.8
-	- NoScript 1.5.6
+	- NoScript 1.5.8
 	- ThunderPlunger 0.91
 	- RefControl 0.8.10
 	- NetworkManager 0.6.5.98

Modified: incognito/trunk/TODO
===================================================================
--- incognito/trunk/TODO	2008-04-09 04:32:01 UTC (rev 14327)
+++ incognito/trunk/TODO	2008-04-09 09:21:22 UTC (rev 14328)
@@ -76,7 +76,7 @@
 - Make sure that Incognito works in WMVare
 Currently there is a problem with HPET so boot freezes. Adding clock=pit on the kernel cmdline solves this, but hopefully kernel drivers will fix it without this.
 
-The following three items are implemented in the torbutton svn branch:
+The following three TODO items are already implemented in the torbutton svn branch:
 
 - Add Torbutton, disabling Tor enable/disable in toolbar and status bar
 Torbutton is more user friendly and less annoying than NoScript+CookieCuller so if it provides a reasonable amount of protection for Tor (which it should since that's its design goal) it should replace the other two extensions when it becomes more stable.

Modified: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest	2008-04-09 04:32:01 UTC (rev 14327)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest	2008-04-09 09:21:22 UTC (rev 14328)
@@ -1,2 +1,2 @@
-DIST noscript-1.5.6.xpi 272297 RMD160 6ba355ba7ea2d0e72ad1b870a932e73cb2da0bac SHA1 64144605f33d7e565249db36a5ff66d8e6664085 SHA256 5239e558f59ddd5658ba4d0a60b8b8055185b549e6a22750510a1e4416c2ef9f
-EBUILD noscript-bin-1.5.6.ebuild 944 RMD160 b7dfac2fda047891351aec71da88b43d493164cb SHA1 b8055d1be3006b4bb86c4a7f78a17a42cc4f637e SHA256 b417dd5ef94f58da35eec448dd7cd39d5cd6b54a2b4157e4925e6c0c29ccc741
+DIST noscript-1.5.8.xpi 12744 RMD160 b19131a2c5c05501e24d72432c8a9ce2fea91488 SHA1 fcee6e3467e4fa919bf4ef1922307d8f9048dc01 SHA256 1b5c9cf70e4817b145625036ff07443b3bd85d26e353b216e32c765854a73c7a
+EBUILD noscript-bin-1.5.8.ebuild 944 RMD160 b7dfac2fda047891351aec71da88b43d493164cb SHA1 b8055d1be3006b4bb86c4a7f78a17a42cc4f637e SHA256 b417dd5ef94f58da35eec448dd7cd39d5cd6b54a2b4157e4925e6c0c29ccc741

Deleted: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.6.ebuild
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.6.ebuild	2008-04-09 04:32:01 UTC (rev 14327)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.6.ebuild	2008-04-09 09:21:22 UTC (rev 14328)
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit mozextension multilib
-
-PACKAGE="noscript-${PV}"
-DESCRIPTION="Firefox plugin to disable javascript"
-HOMEPAGE="http://noscript.net/"
-SRC_URI="http://software.informaction.com/data/releases/${PACKAGE}.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="|| (
-	>=www-client/mozilla-firefox-bin-1.5.0.7
-	>=www-client/mozilla-firefox-1.5.0.7
-)"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_unpack() {
-	xpi_unpack "${PACKAGE}".xpi
-}
-
-src_install() {
-	declare MOZILLA_FIVE_HOME
-	if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
-		MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
-		xpi_install "${S}"/"${PACKAGE}"
-	fi
-	if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
-		MOZILLA_FIVE_HOME="/opt/firefox"
-		xpi_install "${S}"/"${PACKAGE}"
-	fi
-}

Copied: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.8.ebuild (from rev 14278, incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.6.ebuild)
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.8.ebuild	                        (rev 0)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.5.8.ebuild	2008-04-09 09:21:22 UTC (rev 14328)
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit mozextension multilib
+
+PACKAGE="noscript-${PV}"
+DESCRIPTION="Firefox plugin to disable javascript"
+HOMEPAGE="http://noscript.net/"
+SRC_URI="http://software.informaction.com/data/releases/${PACKAGE}.xpi"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="|| (
+	>=www-client/mozilla-firefox-bin-1.5.0.7
+	>=www-client/mozilla-firefox-1.5.0.7
+)"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+
+src_unpack() {
+	xpi_unpack "${PACKAGE}".xpi
+}
+
+src_install() {
+	declare MOZILLA_FIVE_HOME
+	if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
+		MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
+		xpi_install "${S}"/"${PACKAGE}"
+	fi
+	if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
+		MOZILLA_FIVE_HOME="/opt/firefox"
+		xpi_install "${S}"/"${PACKAGE}"
+	fi
+}

Modified: incognito/trunk/root_overlay/var/lib/firefox-config/firefox/m7m1jk79.Default User/prefs.js
===================================================================
--- incognito/trunk/root_overlay/var/lib/firefox-config/firefox/m7m1jk79.Default User/prefs.js	2008-04-09 04:32:01 UTC (rev 14327)
+++ incognito/trunk/root_overlay/var/lib/firefox-config/firefox/m7m1jk79.Default User/prefs.js	2008-04-09 09:21:22 UTC (rev 14328)
@@ -58,7 +58,7 @@
 
 /* NoScript: prevent update page, notifications and auto-refresh */
 user_pref("noscript.temp", "");
-user_pref("noscript.version", "1.5.6");
+user_pref("noscript.version", "1.5.8");
 user_pref("noscript.notify", false);
 user_pref("noscript.autoReload", false);
 



More information about the tor-commits mailing list