Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.8 grimoire by Jeremy Blosser (2d505a72117b2df1de1c034dc25210fb845a7219)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.8 grimoire by Jeremy Blosser (2d505a72117b2df1de1c034dc25210fb845a7219)
  • Date: Fri, 23 Mar 2007 09:30:31 -0500

GIT changes to stable-0.8 grimoire by Jeremy Blosser
<jblosser-smgl AT firinn.org>:

VERSION | 2 +-
graphics/inkscape/DETAILS | 8 +++-----
graphics/inkscape/HISTORY | 3 +++
graphics/inkscape/inkscape-0.45.1.tar.gz.sig |binary
http/squid/DETAILS | 5 +++--
http/squid/HISTORY | 3 +++
php-pear/php4/DETAILS | 6 +++---
php-pear/php4/HISTORY | 3 +++
8 files changed, 19 insertions(+), 11 deletions(-)

New commits:
commit 2d505a72117b2df1de1c034dc25210fb845a7219
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

VERSION: 0.8-3

commit 5469f433b6ba66d33818859e897ca2e046a16ec9
Author: George Sherwood <chat AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

squid: Security update to version 2.6.STABLE12. Bug #13641.(cherry
picked from commit f9be74488e9e5fb1206013da3ef28250f6fe0551)

commit 395079c95796bcb7af115285ab5c40cf549e80ab
Author: George Sherwood <chat AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

php: Security update to version 4.4.6. Bug #13639(cherry picked from
commit edd79d2c5e93f9c2b4681b048ce7b0ed97770799)

commit 4dfeda21940c373bc553515a66c310034ee899b4
Author: George Sherwood <chat AT sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

inkscape: Updated to version 0.45.1. According to upstream security
fixes. Bug 13638.(cherry picked from commit
b9d823bc12ea5973714fe4196207fa4369b78076)

diff --git a/VERSION b/VERSION
index 55d3a43..fc3b543 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8-2
+0.8-3
diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS
index b73e9dd..2458ff4 100755
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,14 +1,12 @@
SPELL=inkscape
- VERSION=0.45
+ VERSION=0.45.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
-
SOURCE_HASH=sha512:c54114a34e435e9996bfb34a14ed296a0b3ad74419065d430f9a5146ca0c3e91cae8e44903f1bb41f710cfd51b653a5d650979e067c511421faaae2828fbffe8
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://www.inkscape.org/
ENTERED=20031207
+ SECURITY_PATCH=1
LICENSE[0]=GPL
KEYWORDS="graphics"
SHORT="General purpose vector drawing application"
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 3bac11d..f307b64 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2007-03-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 0.45.1. SECURITY_PATCH++
+
2007-02-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.45

diff --git a/graphics/inkscape/inkscape-0.45.1.tar.gz.sig
b/graphics/inkscape/inkscape-0.45.1.tar.gz.sig
new file mode 100644
index 0000000..136b822
Binary files /dev/null and b/graphics/inkscape/inkscape-0.45.1.tar.gz.sig
differ
diff --git a/http/squid/DETAILS b/http/squid/DETAILS
index 3645d77..c6e4345 100755
--- a/http/squid/DETAILS
+++ b/http/squid/DETAILS
@@ -1,14 +1,15 @@
SPELL=squid
- VERSION=2.6.STABLE9
+ VERSION=2.6.STABLE12
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/${VERSION%\.*}/$SOURCE

SOURCE2_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/${VERSION%\.*}/$SOURCE2
# SOURCE_GPG=squid.gpg:$SOURCE2
-
SOURCE_HASH=sha512:6fdb17b98db59ff8f0500a43fab2e4e541e9d989570ed4bf21e8a15feb6bba5123eb1b89cadeeb378d61550b501ae39c5fdaa0c86415896e0529def8f8577a96
+
SOURCE_HASH=sha512:6a10fa58cc44a2106d608b61887acb9c0605129058b79579fb56542c25fc6bd8e7a793f74468f9af99742a233003feaf4187f14d186f1bf528f8eee87cc9edc3
WEB_SITE=http://www.squid-cache.org/
ENTERED=20011214
+ SECURITY_PATCH=1
LICENSE[0]=GPL
KEYWORDS="web http"
SHORT="Full-featured Web proxy cache"
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index 3735ae0..97a260f 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,3 +1,6 @@
+2007-03-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.6.STABLE12. SECURITY_PATCH++. Bug 13641.
+
2007-01-24 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.6.STABLE9.

diff --git a/php-pear/php4/DETAILS b/php-pear/php4/DETAILS
index ccf1b4f..aa8c8c2 100755
--- a/php-pear/php4/DETAILS
+++ b/php-pear/php4/DETAILS
@@ -1,6 +1,6 @@
SPELL=php4
- VERSION=4.4.5
-
SOURCE_HASH=sha512:ce6ed60d876b398bc196e2f3def3deddc1db2d5baf970e7d3cdf852825cf4dce765155a8ce540e0f381c3fbaa45b67dc1f76bcf7eed729f2cad1e6fa0183528f
+ VERSION=4.4.6
+
SOURCE_HASH=sha512:952c1ec18edade5719c4608df69d0f3e73da8fb46eb0e04a47e7800def2cae417c97594a3b6cbde63ba839ab9f5f45aaafa630e703c74df852c7759b1bd03050
SOURCE=php-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
if [ "${VERSION//RC/}" == "$VERSION" ]; then
@@ -10,7 +10,7 @@ else
fi
WEB_SITE=http://www.php.net/
ENTERED=20011024
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
LICENSE[0]=http://www.php.net/license/3_0.txt
KEYWORDS="php"
SHORT="Hypertext Preprocessor (PHP) scripting language"
diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY
index a52fc43..7b91f33 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,6 @@
+2007-03-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 4.4.6. SECURITY_PATCH++ Bug 13639.
+
2007-02-18 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 4.4.5
SECURITY_PATCH++



  • [SM-Commit] GIT changes to stable-0.8 grimoire by Jeremy Blosser (2d505a72117b2df1de1c034dc25210fb845a7219), Jeremy Blosser, 03/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page