Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.14 grimoire by Eric Sandall (539f8fa5f5add712f4635a17ffba412eb1a5cc0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.14 grimoire by Eric Sandall (539f8fa5f5add712f4635a17ffba412eb1a5cc0d)
  • Date: Sun, 21 Oct 2007 17:23:43 -0500

GIT changes to stable-0.14 grimoire by Eric Sandall <sandalle AT sourcemage.org>:

VERSION | 2 +-
dev/null |binary
devel/phpmyadmin/DETAILS | 6 +++---
devel/phpmyadmin/HISTORY | 5 +++++
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 8 ++++++++
http/firefox/INSTALL | 7 ++++++-
http/firefox/firefox-config.patch | 10 +++++-----
http/seamonkey/DETAILS | 9 +++++----
http/seamonkey/HISTORY | 3 +++
http/seamonkey/seamonkey-1.1.4.source.tar.bz2.sig | 0
11 files changed, 38 insertions(+), 16 deletions(-)

New commits:
commit 539f8fa5f5add712f4635a17ffba412eb1a5cc0d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

VERSION: 0.14-1

commit 6113f060044a06f7d68baf5bc1410940424ce465
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>

phpmyadmin 2.11.1.2

commit 9f4b3c67d9fe19184a3c80fb3e01e7a3df3bef81
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>

seamonkey 1.1.5, SECURITY_PATCH=8

commit f8e7185abaab8bd5b561b00705efeadb16ab2f7a
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Revert "firefox 2.0.0.8, SECURITY_PATCH=12""

This reverts commit 7c94368e0507ed8183131b6d320eed70d4ecc846.

Also added a fix for the installed files permissions so it runs as
non-root.

diff --git a/VERSION b/VERSION
index 8826cbf..313510e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.14-0
+0.14-1
diff --git a/devel/phpmyadmin/DETAILS b/devel/phpmyadmin/DETAILS
index bd4d513..837cee5 100755
--- a/devel/phpmyadmin/DETAILS
+++ b/devel/phpmyadmin/DETAILS
@@ -1,7 +1,7 @@
SPELL=phpmyadmin
- VERSION=2.11.1
- SECURITY_PATCH=7
-
SOURCE_HASH=sha512:c47f529e0f4de9bdf38633a1fff15c9a0f8f27a2ccd30f93a46a447f7df29f578291787ef3f6199b976c207d148a8495e3584b5a2ce9bf4f932b99c09028303c
+ VERSION=2.11.1.2
+ SECURITY_PATCH=8
+
SOURCE_HASH=sha512:d71392d9cf780d481a34015842430ba0d4294b7b1b8fc40175295af34900fd12123738b71eda245b65ad97f2d3f415042e1a6610eaa87027c5160bba7797e99c
SOURCE=phpMyAdmin-$VERSION-all-languages.tar.bz2
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/phpMyAdmin-$VERSION-all-languages
diff --git a/devel/phpmyadmin/HISTORY b/devel/phpmyadmin/HISTORY
index 271bbab..2e90e03 100644
--- a/devel/phpmyadmin/HISTORY
+++ b/devel/phpmyadmin/HISTORY
@@ -1,3 +1,8 @@
+2007-10-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.11.1.2, SECURITY_PATCH=8
+ http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-5
+ http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-6
+
2007-09-21 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.11.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index d767530..953096d 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,7 +5,7 @@ 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.7
+ VERSION=2.0.0.8
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=${SOURCE}.asc
SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
@@ -15,7 +15,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=11
+ SECURITY_PATCH=12
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 6c07798..e1a8077 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,11 @@
+2007-10-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * INSTALL: fix up permissions after install so it runs as non-root
+
+2007-10-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.0.8, SECURITY_PATCH=12
+
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.8
+ * firefox-config.patch: updated to 2.0.0.8
+
2007-09-24 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to used UPSTREAM_KEY again
* firefox.gpg: Added new upstream key
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 895d4b3..ec36913 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -71,4 +71,9 @@ install -m 755 -o root -g root
$SCRIPT_DIRECTORY/firefox \
sedit "s/nspr/mozilla-nspr/"
${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-nss.pc &&
sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-js.pc
&&
sedit "s/nspr/mozilla-nspr/"
${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-xpcom.pc &&
-sedit "s/nspr/mozilla-nspr/"
${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-plugin.pc
+sedit "s/nspr/mozilla-nspr/"
${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-plugin.pc &&
+
+# fix up permissions, firefox 2.0.0.8 installs stuff non-readable for
+# anyone but root
+chmod -R go+r /usr/lib/firefox &&
+chmod go+x /usr/lib/firefox/run-mozilla.sh
diff --git a/http/firefox/firefox-config.patch
b/http/firefox/firefox-config.patch
index 6a3f0dd..4e7b316 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.7" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.7"
+- if test "/usr/local/include/firefox-2.0.0.8" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.8"
+ 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.7/$n"
+- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.8/$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.7"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.8"
+ echo "-I/usr/share/idl/firefox"
fi

@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.7 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.8 $libs
+ echo -L/usr/lib $libs
fi
diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index 7b48806..591b83b 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,7 +1,8 @@
SPELL=seamonkey
- VERSION=1.1.4
+ VERSION=1.1.5
SOURCE=$SPELL-$VERSION.source.tar.bz2
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+
SOURCE_HASH=sha512:9cc08f1b8da4da77c66021a6fb86be2bc060da0fe4bd787969980a7d650871ad685583badb846e99f16f2e6fd80950d85ae3491c39ea1a0cc820400556519d0d
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
SOURCE_URI=seamonkey/releases/$VERSION/$SOURCE
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
@@ -18,12 +19,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
SOURCE_URL[11]=ftp://ftp.free.fr/pub/Networking/www/Mozilla/$SOURCE_URI
SOURCE_URL[12]=ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/pub/$SOURCE_URI
WEB_SITE=http://www.mozilla.org/
- SECURITY_PATCH=7
+ SECURITY_PATCH=8
ENTERED=20010922
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
KEYWORDS="web http"
- PATCHLEVEL=1
+ PATCHLEVEL=0
SHORT="Web browser and a rich cient application platform"
cat << EOF
The SeaMonkey project is a community effort to deliver production-quality
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 74741aa..3fae5f5 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2007-10-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.5, SECURITY_PATCH=8
+
2007-09-17 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: PATCHLEVEL++
* PRE_BUILD, cairo-fixes.patch: added patch from firefox spell
diff --git a/http/seamonkey/seamonkey-1.1.4.source.tar.bz2.sig
b/http/seamonkey/seamonkey-1.1.4.source.tar.bz2.sig
deleted file mode 100644
index 89193ad..0000000
Binary files a/http/seamonkey/seamonkey-1.1.4.source.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to stable-0.14 grimoire by Eric Sandall (539f8fa5f5add712f4635a17ffba412eb1a5cc0d), Eric Sandall, 10/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page