Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef1fa46dc62e73ce417e74d331883e6d608f6436)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef1fa46dc62e73ce417e74d331883e6d608f6436)
  • Date: Mon, 17 Mar 2014 14:07:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

editors/elvis/DEPENDS | 1 +
editors/elvis/HISTORY | 3 +++
php-pear/php/DETAILS | 6 +++---
php-pear/php/HISTORY | 4 ++++
4 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit f7685f9234d5fdcc0e4a98f6ca3990617cf89460
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php: => 5.4.26 (stable) [security]

commit e6c6482554900bf137efb2acff9350363c19e6d1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

elvis: added missing libxt dependency

diff --git a/editors/elvis/DEPENDS b/editors/elvis/DEPENDS
index c604c77..bbd17aa 100755
--- a/editors/elvis/DEPENDS
+++ b/editors/elvis/DEPENDS
@@ -6,6 +6,7 @@ optional_depends libx11 \
"for a GUI editor" &&

if is_depends_enabled $SPELL libx11; then
+ depends libxt &&
depends expat &&

optional_depends libxft \
diff --git a/editors/elvis/HISTORY b/editors/elvis/HISTORY
index f214ecf..cce1602 100644
--- a/editors/elvis/HISTORY
+++ b/editors/elvis/HISTORY
@@ -1,3 +1,6 @@
+2014-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing libxt dependency
+
2012-10-19 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: corrected symlink check

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 10cd089..96595bc 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
- VERSION=5.4.25
- SECURITY_PATCH=3
+ VERSION=5.4.26
+ SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
-
SOURCE_HASH=sha512:66694ff2bc6a91a9c702f4741fea1d0ce7e10b91051baedde0022b855c76e93efbde9719e333ffb504a6d801a6956404d606bfd174f46d94e6433d89f4c610db
+
SOURCE_HASH=sha512:9ff29943bfe283fc5b925a2d463a4bc6e4bd070909f202ce6e3a45a7281720b550d5569c5ee8e60412342739833d237974442182c392cfa1b2e9d73375f897ef
elif [[ $PHP5_BRANCH == previous ]]; then
VERSION=5.3.28
SECURITY_PATCH=22
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 4a225be..cb5d48f 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2014-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.4.26 (stable); SECUIRTY_PATCH++
+ (CVE-2014-1943, CVE-2014-2270)
+
2014-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.4.25 (stable)




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef1fa46dc62e73ce417e74d331883e6d608f6436), Vlad Glagolev, 03/17/2014

Archive powered by MHonArc 2.6.24.

Top of Page