Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ffb035bc7b6f521828961d8d3e1011a6c0527aec)

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 grimoire by George Sherwood (ffb035bc7b6f521828961d8d3e1011a6c0527aec)
  • Date: Wed, 19 Sep 2007 09:56:34 -0500

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

http/firefox/DETAILS | 11 ++++++-----
http/firefox/HISTORY | 7 +++++++
http/firefox/PRE_BUILD | 2 +-
http/firefox/firefox-config.patch | 10 +++++-----
4 files changed, 19 insertions(+), 11 deletions(-)

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

firefox: Updated to version 2.0.0.7. SECURITY_PATCH++. New sig
not part of firefox.gpg. Added missing && in PRE_BUILD

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index a6aeb0a..9e0befb 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,17 +5,18 @@ if [ "$FIREFOX_CVS" == "y" ]; then

SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs-mirror.mozilla.org:/cvsroot:mozilla/client.mk
SOURCE_IGNORE=volatile
else
- VERSION=2.0.0.6
+ VERSION=2.0.0.7
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=${SOURCE}.asc
- SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
- SOURCE2_IGNORE=signature
+# SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
+# SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:012f40b916556edab115b28ec50b5be9b4af1196bdd1449e4da2f1de5be9fb44aaa55e848e3ec326478af67bea6671f3385501591ba484375e3af2c88af1f9ba


SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SPELL/releases/$VERSION/source/$SOURCE

SOURCE_URL[1]=ftp://ftp.access.ch/mirror/mozilla/$SPELL/releases/$VERSION/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.sai.msu.su/pub/unix/WWW/browsers/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL}.asc
- SECURITY_PATCH=10
+# SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SECURITY_PATCH=11
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
WEB_SITE=http://www.mozilla.org/projects/firefox/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 87f5fbd..556bb72 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,10 @@
+2007-09-19 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.0.0.7, SECURITY_PATCH=11
+
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.7
+ New sig not part of firefox.gpg
+ * PRE_BUILD: Added && after default_pre_build
+ * firefox-config.patch: updated to 2.0.0.7
+
2007-09-15 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: added patch for newer cairo's
* cairo-fixes.patch: added for missing cairo_font_type_t
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 91cb817..d523658 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -25,7 +25,7 @@ FIREFOX_TARBALL=firefox-1.0+.tar.bz2 &&
message "Moving $FIREFOX_TARBALL to/var/spool/sorcery${DEFAULT_COLOR}"
&&
mv -v $FIREFOX_TARBALL $SOURCE_CACHE/
else
- default_pre_build
+ default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/x-lib.patch &&
patch -p1 < $SCRIPT_DIRECTORY/cairo-fixes.patch
diff --git a/http/firefox/firefox-config.patch
b/http/firefox/firefox-config.patch
index 179fc5f..6a3f0dd 100644
--- a/http/firefox/firefox-config.patch
+++ b/http/firefox/firefox-config.patch
@@ -14,8 +14,8 @@
exit 0
;;
--cflags)
-- if test "/usr/local/include/firefox-2.0.0.6" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.6"
+- if test "/usr/local/include/firefox-2.0.0.7" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.7"
+ if test "/usr/include/firefox" != /usr/include ; then
+ includes="-I/usr/include/firefox"
fi
@@ -25,14 +25,14 @@
if test "$echo_cflags" = "yes"; then
nspr_cflags="-I/usr/include/nspr"
for n in $echo_components; do
-- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.6/$n"
+- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.7/$n"
+ component_includes="$component_includes -I/usr/include/firefox/$n"
done
echo $component_includes $includes $nspr_cflags
fi

if test "$echo_idlflags" = "yes"; then
-- echo "-I/usr/local/share/idl/firefox-2.0.0.6"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.7"
+ echo "-I/usr/share/idl/firefox"
fi

@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.6 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.7 $libs
+ echo -L/usr/lib $libs
fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ffb035bc7b6f521828961d8d3e1011a6c0527aec), George Sherwood, 09/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page