Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (3a4229e17de845daa7deef6b1c05c4ab723e2245)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (3a4229e17de845daa7deef6b1c05c4ab723e2245)
  • Date: Sun, 19 Oct 2008 19:45:36 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

ChangeLog | 3
z-http/firefox-obstcp/BUILD | 1
z-http/firefox-obstcp/CONFIGURE | 6
z-http/firefox-obstcp/DEPENDS | 9 +
z-http/firefox-obstcp/DETAILS | 21 ++
z-http/firefox-obstcp/HISTORY | 227
++++++++++++++++++++++++++
z-http/firefox-obstcp/INSTALL | 26 ++
z-http/firefox-obstcp/PROVIDES | 3
z-http/firefox-obstcp/desktop/firefox.desktop | 8
z-http/firefox-obstcp/firefox-obstcp | 4
z-http/firefox-obstcp/firefox.gpg |binary
11 files changed, 308 insertions(+)

New commits:
commit 3a4229e17de845daa7deef6b1c05c4ab723e2245
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

firefox-obstcp: New spell provides a patched binary providing
obfuscated TCP. I was unable to get this working with the authors
patches.

diff --git a/ChangeLog b/ChangeLog
index 47d296d..93a5244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-19 George Sherwood <gsherwood AT sourcemage.org>
+ * z-http/firefox-obstcp: Added new spell. Patched version of firefox
+
2008-10-09 Ladislav Hagara <hgr AT vabo.cz>
* z-x11/nvidia-settings: removed deprecated spell
* z-kernels/nvidia_headers: removed deprecated spell
diff --git a/z-http/firefox-obstcp/BUILD b/z-http/firefox-obstcp/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-http/firefox-obstcp/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-http/firefox-obstcp/CONFIGURE b/z-http/firefox-obstcp/CONFIGURE
new file mode 100755
index 0000000..91bdebf
--- /dev/null
+++ b/z-http/firefox-obstcp/CONFIGURE
@@ -0,0 +1,6 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG &&
+
+config_query FIREBIN_MOZLINK "Create a symlink to mozilla?" n &&
+config_query FIREBIN_FIREFOX "Create a symlink to firefox?" n
diff --git a/z-http/firefox-obstcp/DEPENDS b/z-http/firefox-obstcp/DEPENDS
new file mode 100755
index 0000000..a4f6769
--- /dev/null
+++ b/z-http/firefox-obstcp/DEPENDS
@@ -0,0 +1,9 @@
+depends gcc33 &&
+depends zlib &&
+depends jpeg &&
+depends libpng &&
+depends zip &&
+depends perl &&
+depends gtk+2 &&
+depends freetype2 &&
+depends libidl
diff --git a/z-http/firefox-obstcp/DETAILS b/z-http/firefox-obstcp/DETAILS
new file mode 100755
index 0000000..5ca2560
--- /dev/null
+++ b/z-http/firefox-obstcp/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=firefox-obstcp
+ VERSION=3.0.3
+ SOURCE=firefox-${VERSION}-obstcp-ia32.tar.bz2
+
SOURCE_HASH=sha512:5c14bbc71036ede0bbe586d98feafc156cefc10f70b721fe48b5fae67d6adb2b54f9b2b6c909df2631692186b8a17bbd1bc3f56ab4599219ee5780872711d406
+ SOURCE_URL[0]=http://obstcp.googlecode.com/svn/trunk/distrib/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/firefox-$VERSION-obstcp
+ WEB_SITE=http://code.google.com/p/obstcp/
+ ENTERED=20081019
+ LICENSE[0]=MOZILLA
+ REJECT="is non-source"
+ SHORT="firefox for obfuscated TCP
+cat << EOF
+Obfuscated TCP is a transport layer protocol that adds opportunistic
+encryption. It's designed to hamper and detect large-scale wiretapping
+and corruption of TCP traffic on the Internet.
+
+The Firefox patch is a patch to the core source tree. I haven't been
+able to extract this as an extension yet because it's changing things
+very deep in the networking code and the extension system wasn't
+designed to support that level of modification.
+EOF
diff --git a/z-http/firefox-obstcp/HISTORY b/z-http/firefox-obstcp/HISTORY
new file mode 100644
index 0000000..cbd40b2
--- /dev/null
+++ b/z-http/firefox-obstcp/HISTORY
@@ -0,0 +1,227 @@
+2008-10-14 George Sherwood <gsherwood AT sourcemage.org>
+ PREPARE: Adjusted devel version question
+ DETAILS: Updated devel to 3.1b1. Updated devel SOURCE_URL
+
+2008-09-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 3.0.3
+
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 3.0.2. SECURITY_PATCH++
+ http://www.mozilla.org/security/known-vulnerabilities/firefox30.html
+
+2008-09-06 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 3.1-alpha2. Updated devel SOURCE_URL.
+ Updated devel SOURCE
+ * PREPARE: Adjusted devel version question
+
+2008-07-18 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.0. SECURITY_PATCH++
+
+2008-06-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.0. Updated $SOURCE
+
+2008-06-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to version 3.0rc2
+
+2008-05-30 Arjan Bouter <abouter AT sourcemage.org>
+ * desktop/firefox.desktop: added
+
+2008-05-17 George Sherwood <george AT beernabeer.com>
+ * Updated devel to version 3.0rc1
+
+2008-03-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.13. SECURITY_PATCH++
+ Updated devel to version 3.0beta4
+
+2008-02-13 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to version 3.0beta3
+
+2008-02-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.12. SECURITY_PATCH++
+
+2007-12-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to version 3.0beta2
+
+2007-12-01 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.11. SECURITY_PATCH++
+
+2007-11-28 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.10. SECURITY_PATCH++
+
+2007-11-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 3.0beta1.
+ * PREPARE: Updated to reflect beta vs alpha.
+
+2007-11-03 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.9
+
+2007-09-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 3.0a8.
+ * firefox.gpg: Added new sig
+
+2007-09-19 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to version 2.0.0.7. SECURITY_PATCH++
+ New sig not in firefox.gpg
+
+2007-08-15 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to version 2.0.0.6. SECURITY_PATCH++
+ Updated devel to 3.0a7
+
+2007-07-18 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to version 2.0.0.5. SECURITY_PATCH++
+
+2007-07-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 3.0a6
+
+2007-06-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 3.0a5
+ * PREPARE: Updated question to read 3.0 alpha
+
+2007-05-31 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable and devel to 2.0.0.4. SECURITY_PATCH++
+
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox
+
+2007-03-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updates stable and devel to 2.0.0.3.
+
+2007-02-25 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable and devel to 2.0.0.2. SECURITY_PATCH++
+
+2006-12-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable and devel to 2.0.0.1
+
+2006-11-15 Alexander Tsamutali <astsmtl AT gmail.com>
+ * PROVIDES: Added NS-PLUGIN-COMPATIBLE
+
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
+2006-10-23 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable and devel to 2.0
+
+2006-10-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 RC3
+
+2006-10-08 George Sherwood <george AT beernabeer.com>
+ * firefox-bin: Added $@ for command line arguements. Bug #13164.
+
+2006-10-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 RC2
+
+2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * firefox.sh: Removed bashism.
+
+2006-09-28 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 1.5.0.7 and devel to 2.0 RC1
+ Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PROVIDES: [automated] Fixed invalid entries.
+
+2006-09-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 beta2
+
+2006-08-05 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 1.5.0.6
+
+2006-07-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 1.5.0.5
+
+2006-07-22 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 beta1
+ Updated stable to 1.5.0.4 and SOURCE_URL
+ * PREPARE: Change for alpha to beta version
+
+2006-06-11 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 alpha3
+
+2006-05-15 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 alpha2
+
+2006-04-13 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 1.5.0.2
+
+2006-03-22 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to official 2.0 alpha1 version
+
+2006-03-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel version to 2.0 alpha version
+ * PREPARE: Change phrasing of question from devel to alpha
+
+2006-02-01 George Sherwood <george AT beernabeer.com>
+ * DETAILS: UPdated stable to 1.5.0.1
+
+2006-01-11 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to stable to 1.5 & signature to firefox.gpg
+ * mozilla.gpg: delete. Outdated sig.
+ * firefox.gpg: Added. Current sig.
+
+2005-11-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 1.5rc3
+
+2005-11-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 1.5rc2
+
+2005-11-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 1.5rc1
+
+2005-10-19 Andrew Stitt <astitt AT sourcemage.org>
+ * DETAILS: Converted to use vendor gpg checking, firefox in test
+ already does this.
+ * mozilla.gpg: Branched from main grimoire
+
+2005-10-09 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Added &&'s to allow rejected message to work
+
+2005-10-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated firefox 1.5beta2
+
+2005-09-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.0.7
+
+2005-09-10 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added firefox 1.5beta1
+ * PREPARE: Added to choose stable or beta
+
+2005-07-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.0.6
+
+2005-07-13 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.0.5
+
+2005-05-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.0.4
+
+2005-04-18 George Sherwood <george AT beernabeer.com>
+ * INSTALL: changed to copy script vice ln -s
+ * firefox-bin: Added script file
+ * INSTALL: symlink mozilla and firefox to firefox-bin script
+
+2005-04-17 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: query about symbolic links in /usr/bin
+ * INSTALL: install selected sybolic links
+ * CONFLICTS: removed conflict with firefox
+
+2005-04-16 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.0.3, SOURCE_URL, and SOURCE
+ * INSTALL: changed install directory to /opt/firefox
+ * INSTALL: add ln -s in /usr/bin
+ * FINAL: deleted. Not using the installer version.
+
+2005-03-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gcc33 (Thanks sleon)
+ Formatted to Guru Handbook
+
+2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
+ * CONFIGURE: remove relative paths to grimoire libraries
+
+2004-10-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated UPDATED
+ * INSTALL: Create generic /usr/lib/firefox for plug-ins
+
+2004-09-22 Eric Schabell <eschabell AT sourcemage.org>
+ * ALL: added spell.
+
+2004-09-02 Rafael George <rgeoge AT yatusabes.com>
+ * ALL: Created spell.
+
diff --git a/z-http/firefox-obstcp/INSTALL b/z-http/firefox-obstcp/INSTALL
new file mode 100755
index 0000000..6a31cdd
--- /dev/null
+++ b/z-http/firefox-obstcp/INSTALL
@@ -0,0 +1,26 @@
+# tarball has been extracted, just copy to the correct directory.
+INSTALLDIR=/opt/firefox-obstcp
+
+mkdir -pv $INSTALLDIR &&
+cp -Rv $SOURCE_DIRECTORY/* $INSTALLDIR &&
+
+cp -v $SCRIPT_DIRECTORY/firefox-obstcp /usr/bin/ &&
+
+#
+# Create symlink to mozilla or firefox if selected
+# Only create if /usr/bin/mozilla or firefox does not exist or is
+# already a symlink
+#
+if [ "$FIREBIN_MOZLINK" == "y" ]; then
+ if ! test -f $INSTALL_ROOT/usr/bin/mozilla ||
+ test -h $INSTALL_ROOT/usr/bin/mozilla ; then
+ ln -sv $TRACK_ROOT/usr/bin/firefox-bin /usr/bin/mozilla
+ fi
+fi &&
+
+if [ "$FIREBIN_FIREFOX" == "y" ]; then
+ if ! test -f $INSTALL_ROOT/usr/bin/firefox ||
+ test -h $INSTALL_ROOT/usr/bin/firefox ; then
+ ln -sv $TRACK_ROOT/usr/bin/firefox-bin /usr/bin/firefox
+ fi
+fi
diff --git a/z-http/firefox-obstcp/PROVIDES b/z-http/firefox-obstcp/PROVIDES
new file mode 100755
index 0000000..e77ae65
--- /dev/null
+++ b/z-http/firefox-obstcp/PROVIDES
@@ -0,0 +1,3 @@
+GRAPHICAL-WEB-BROWSER
+WEB-BROWSER
+NS-PLUGIN-COMPATIBLE
diff --git a/z-http/firefox-obstcp/desktop/firefox.desktop
b/z-http/firefox-obstcp/desktop/firefox.desktop
new file mode 100644
index 0000000..528beab
--- /dev/null
+++ b/z-http/firefox-obstcp/desktop/firefox.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Firefox-Obstcp
+Exec=firefox-obstcp
+Icon=/opt/firefox-obstcp/icons/mozicon16.xpm
+Terminal=false
+Type=Application
+Categories=Application;Network;Browsers
diff --git a/z-http/firefox-obstcp/firefox-obstcp
b/z-http/firefox-obstcp/firefox-obstcp
new file mode 100755
index 0000000..38bf281
--- /dev/null
+++ b/z-http/firefox-obstcp/firefox-obstcp
@@ -0,0 +1,4 @@
+#!/bin/sh
+#
+cd /opt/firefox-obstcp
+./firefox $@
diff --git a/z-http/firefox-obstcp/firefox.gpg
b/z-http/firefox-obstcp/firefox.gpg
new file mode 100644
index 0000000..9630252
Binary files /dev/null and b/z-http/firefox-obstcp/firefox.gpg differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (3a4229e17de845daa7deef6b1c05c4ab723e2245), George Sherwood, 10/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page