Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (761471ec6dbf08065a3513b0f1f3a88b5ac506e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (761471ec6dbf08065a3513b0f1f3a88b5ac506e5)
  • Date: Fri, 8 Feb 2008 10:11:23 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 5 +++++
http/firefox/firefox-config.patch | 10 +++++-----
3 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 761471ec6dbf08065a3513b0f1f3a88b5ac506e5
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

firefox 2.0.0.12, SECURITY_PATCH=15

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index ca8182e..3a3c0a8 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -7,7 +7,7 @@ if [ "$FIREFOX_CVS" == "y" ]; then

SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL}.asc
else
- VERSION=2.0.0.11
+ VERSION=2.0.0.12
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=${SOURCE}.asc
SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
@@ -17,7 +17,7 @@ else

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=14
+ SECURITY_PATCH=15
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 9c968ba..9f966d1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2008-02-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.0.12, SECURITY_PATCH=15
+
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.12
+ * firefox-config.patch: updated to 2.0.0.12
+
2007-12-20 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to version 3.0 beta 2

diff --git a/http/firefox/firefox-config.patch
b/http/firefox/firefox-config.patch
index 0c6929c..d86d1c5 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.11" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.11"
+- if test "/usr/local/include/firefox-2.0.0.12" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.12"
+ 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.11/$n"
+- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.12/$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.11"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.12"
+ echo "-I/usr/share/idl/firefox"
fi

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



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (761471ec6dbf08065a3513b0f1f3a88b5ac506e5), Ladislav Hagara, 02/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page