Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.32 grimoire by Eric Sandall (28a7a591cfef3c7fb347dc6739ddce303019f849)

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.32 grimoire by Eric Sandall (28a7a591cfef3c7fb347dc6739ddce303019f849)
  • Date: Mon, 27 Apr 2009 19:32:33 -0500

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

VERSION | 2 +-
chat-im/psi/DETAILS | 10 ++++++----
chat-im/psi/HISTORY | 3 +++
doc/xpdf/DETAILS | 7 +++++--
doc/xpdf/HISTORY | 6 ++++++
doc/xpdf/PRE_BUILD | 3 ++-
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 6 ++++++
http/xulrunner/DETAILS | 41 +++++++----------------------------------
http/xulrunner/HISTORY | 8 ++++++++
10 files changed, 46 insertions(+), 44 deletions(-)

New commits:
commit 28a7a591cfef3c7fb347dc6739ddce303019f849
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

VERSION: 0.32-1

commit e370ae4870b291ea34d0918daff74ed5e41a3705
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Eric Sandall <sandalle AT sourcemage.org>

doc/xpdf: added security patch, cf.
http://rhn.redhat.com/errata/RHSA-2009-0430.html
(cherry picked from commit 93ca5ea6772152766c85cb8b88c03d6fa1d6ed66)

commit fc36f43ac3f8fdc3d379030da20b0c03877b05fc
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

psi: Updated to version 0.12.1. SECURITY_PATCH++
(cherry picked from commit 4aec73018a092869a40e46dc59afc2fb7c321378)

commit 3e501f8419edb393d443b18a1c90f6dfd89ec5cf
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

firefox: Updated to version 3.0.10. SECURITY_PATCH++
(cherry picked from commit 792b2cacbdb39faffc478f530428ae4c41d6d9e3)

commit 32fce3fba68385f0d91b0b3a6125c66f7174fcf0
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xulrunner: Updated to version 1.9.0.10. SECURITY_PATCH++
(cherry picked from commit 175913de7f51f2caf9c6ea6678ed40dcba156899)

commit bf17fc0730acb51e596273237ff67a152d011aea
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

firefox: Updated to version 3.0.9. SECURITY_PATCH++
(cherry picked from commit 7b5663a982dd349d23e2e1ae43d7f3de6198d3fd)

commit 79b532a256382a58299e7e26f6643ffb5caafa2b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xulrunner: Updated to version 1.9.0.9. Since mozilla doesn't seem to
want update the xulrunner tarball, build it from the firefox tarball.

Cherry-picked commit 3ce22383e5f0097ac01fef1c32fbf7fdee4276c7 from test

diff --git a/VERSION b/VERSION
index 1151e60..9684a56 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.32-0
+0.32-1
diff --git a/chat-im/psi/DETAILS b/chat-im/psi/DETAILS
index 3570522..2eff163 100755
--- a/chat-im/psi/DETAILS
+++ b/chat-im/psi/DETAILS
@@ -1,17 +1,19 @@
SPELL=psi
if [ "$DEVEL" == "y" ]; then
- VERSION=0.12
+ VERSION=0.12.1
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:7c3bfde98bd5d19418fe69414d67f65ee24a57937e89c519f3e6ddb396ffa941e82b7c7e3d834abfcab0bdc683eb0f1d8904e822a26ccddfcca3e816110a78df
+
SOURCE_HASH=sha512:03835ab10d2e392fd84897e8b47fcb555f22ddea62847bef08d5426b8bb727598fc2560a8ebf9b698ec8289258b195d7c59704426d0a6cee4b7b37fb9036097c
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
- VERSION=0.12
+ VERSION=0.12.1
+ SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:7c3bfde98bd5d19418fe69414d67f65ee24a57937e89c519f3e6ddb396ffa941e82b7c7e3d834abfcab0bdc683eb0f1d8904e822a26ccddfcca3e816110a78df
+
SOURCE_HASH=sha512:03835ab10d2e392fd84897e8b47fcb555f22ddea62847bef08d5426b8bb727598fc2560a8ebf9b698ec8289258b195d7c59704426d0a6cee4b7b37fb9036097c
fi
WEB_SITE=http://psi-im.org/
LICENSE=GPL
diff --git a/chat-im/psi/HISTORY b/chat-im/psi/HISTORY
index 718884f..2ffa345 100644
--- a/chat-im/psi/HISTORY
+++ b/chat-im/psi/HISTORY
@@ -1,3 +1,6 @@
+2009-04-18 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.12.1. SECURITY_PATCH++
+
2008-08-27 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DEPENDS: added subdependency QT3 on qt4

diff --git a/doc/xpdf/DETAILS b/doc/xpdf/DETAILS
index b3faff3..9fc602a 100755
--- a/doc/xpdf/DETAILS
+++ b/doc/xpdf/DETAILS
@@ -1,18 +1,21 @@
SPELL=xpdf
VERSION=3.02
- SECURITY_PATCH=4
+ SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=xpdf-${VERSION}pl1.patch
SOURCE3=xpdf-${VERSION}pl2.patch
+ SOURCE4=xpdf-${VERSION}pl3.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/$SOURCE
SOURCE2_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE2}
SOURCE3_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE3}
+ SOURCE4_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/${SOURCE4}
WEB_SITE=http://www.foolabs.com/xpdf

SOURCE2_HASH=sha512:2ec6610ac5993c9d443b80311b7bec7a1bb3165f9f5b2f0ecb576c4b37470a07ed6a1e0c3e16ce9e3671492cb15cd4ffd1d5f05d6adaa11ef22f3343b40b6695

SOURCE3_HASH=sha512:6b259243b0166cdac42ff4c84a7453281682add63d2333e87a81be94866c24007ce6b71e4bb539b25bf78b989eeb3b77760aab5b6a3535a990960757f53a62e3
+
SOURCE4_HASH=sha512:eb94a0f9ad3020fa6bab250618824f9bf03e753a9d0acc2ee38c08381debd311d5c491771406af93107900da7d0897727fc49c2cdd913acb64e7d01eab2f7361
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- PATCHLEVEL=2
+ PATCHLEVEL=3
KEYWORDS="pdf doc"
ENTERED=20010923
LICENSE=GPL
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index f2e4499..957f92c 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,9 @@
+2009-04-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD: added security patch, cf.
+ http://rhn.redhat.com/errata/RHSA-2009-0430.html and
+ http://www.foolabs.com/xpdf/download.html
+ * DETAILS: SECURITY_PATCH++
+
2008-04-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD: added security patch, cf.
http://www.foolabs.com/xpdf/download.html
diff --git a/doc/xpdf/PRE_BUILD b/doc/xpdf/PRE_BUILD
index 0b912a6..feb102c 100755
--- a/doc/xpdf/PRE_BUILD
+++ b/doc/xpdf/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
patch -p1 < ${SOURCE_CACHE}/${SOURCE2} &&
-patch -p1 < ${SOURCE_CACHE}/${SOURCE3}
+patch -p1 < ${SOURCE_CACHE}/${SOURCE3} &&
+patch -p1 < ${SOURCE_CACHE}/${SOURCE4}
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index b4aa03e..dfde888 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -8,7 +8,7 @@ if [[ $FIREFOX_CVS == y ]]; then

SOURCE_HASH=sha512:eb38349212a352718987e611315405c869fad9ebd6026ce4662bbbb12c5914178c6d348ea12686a7efbb046870e44238a1b46e20fe3d9eb323e3d6ab8f9dfacc
# SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.0.8
+ VERSION=3.0.10
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=23
+ SECURITY_PATCH=25
fi
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 6a41b77..c3d8721 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2009-04-27 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 3.0.10. SECURITY_PATCH++
+
+2009-04-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 3.0.9. SECURITY_PATCH++
+
2009-03-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH+=1, ok sandalle@

diff --git a/http/xulrunner/DETAILS b/http/xulrunner/DETAILS
index 1578a12..64cf73c 100755
--- a/http/xulrunner/DETAILS
+++ b/http/xulrunner/DETAILS
@@ -1,42 +1,15 @@
SPELL=xulrunner
- VERSION=1.9.0.7
- SOURCE=$SPELL-$VERSION-source.tar.bz2
+ VERSION=1.9.0.10
+ FFVERSION=3.0.10
+ SOURCE=firefox-$FFVERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
SOURCE_GPG=firefox.gpg:$SOURCE2:WORKS_FOR_ME
-#
SOURCE_HASH=sha512:552915eec0bd5408856e88463ce889ed85e5af8ead250f4d691807025e8e050d50e21baac999fa33eea10b471923715e068292a76391d91b34ead405738ece5a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URI=$SPELL/releases/$VERSION/source/$SOURCE
- SOURCE2_URI=$SPELL/releases/$VERSION/source/$SOURCE2
-# SOURCE_URL[0]=http://dbg.download.sourcemage.org/distro/$SOURCE
-SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
- SOURCE_URL[1]=ftp://archive.progeny.com/$SOURCE_URI
- SOURCE_URL[2]=http://ftp.oleane.net/pub/$SOURCE_URI
- SOURCE_URL[3]=ftp://ftp.chg.ru/pub/WWW/mozilla/$SOURCE_URI
- SOURCE_URL[4]=ftp://ftp.sunsite.kth.se/mirrors/ftp.mozilla.org/$SOURCE_URI
- SOURCE_URL[5]=http://ftp.cvut.cz/$SOURCE_URI
- SOURCE_URL[6]=ftp://ftp.mirror.ac.uk/sites/ftp.mozilla.org/pub/$SOURCE_URI
- SOURCE_URL[7]=http://mirrors.xmission.com/$SOURCE_URI
- SOURCE_URL[8]=ftp://gd.tuwien.ac.at/infosys/browsers/$SOURCE_URI
- SOURCE_URL[9]=ftp://ftp.planetmirror.com.au/pub/$SOURCE_URI
- SOURCE_URL[10]=http://ftp.uni-erlangen.de/pub/mirrors/$SOURCE_URI
- 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
- SOURCE2_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE2_URI
- SOURCE2_URL[1]=ftp://archive.progeny.com/$SOURCE2_URI
- SOURCE2_URL[2]=http://ftp.oleane.net/pub/$SOURCE2_URI
- SOURCE2_URL[3]=ftp://ftp.chg.ru/pub/WWW/mozilla/$SOURCE2_URI
-
SOURCE2_URL[4]=ftp://ftp.sunsite.kth.se/mirrors/ftp.mozilla.org/$SOURCE2_URI
- SOURCE2_URL[5]=http://ftp.cvut.cz/$SOURCE2_URI
-
SOURCE2_URL[6]=ftp://ftp.mirror.ac.uk/sites/ftp.mozilla.org/pub/$SOURCE2_URI
- SOURCE2_URL[7]=http://mirrors.xmission.com/$SOURCE2_URI
- SOURCE2_URL[8]=ftp://gd.tuwien.ac.at/infosys/browsers/$SOURCE2_URI
- SOURCE2_URL[9]=ftp://ftp.planetmirror.com.au/pub/$SOURCE2_URI
- SOURCE2_URL[10]=http://ftp.uni-erlangen.de/pub/mirrors/$SOURCE2_URI
- SOURCE2_URL[11]=ftp://ftp.free.fr/pub/Networking/www/Mozilla/$SOURCE2_URI
- SOURCE2_URL[12]=ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/pub/$SOURCE2_URI
-WEB_SITE=http://www.mozilla.org/
- SECURITY_PATCH=4
+
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/firefox/releases/$FFVERSION/source/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ WEB_SITE=http://www.mozilla.org/
+ SECURITY_PATCH=6
ENTERED=20060829
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 7e07537..08b0357 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,11 @@
+2009-04-27 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.9.0.10. SECURITY_PATCH++
+
+2009-04-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.9.0.9. Use firefox tarball
+ since mozilla doesn't seem to update xulrunner on a timely
+ basis. SECURITY_PATCH++
+
2009-03-16 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.9.0.7. SECURITY_PATCH++




  • [SM-Commit] GIT changes to stable-0.32 grimoire by Eric Sandall (28a7a591cfef3c7fb347dc6739ddce303019f849), Eric Sandall, 04/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page