summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-06-05 04:01:09 +0400
committerGeorge Sherwood2011-06-18 13:26:03 -0500
commit74e1ff8242cfbb5bc56921d02dea957367720537 (patch)
tree2ab827ba26fb6eaadcf381c7eac26c8bec244020
parent2c6562cd7a2de6a5a5493119697de85018acf86c (diff)
xcache: => 1.3.2 (security)
(cherry picked from commit f0497a6c3cc7c0892bf695210ed7c32656100051)
-rwxr-xr-xphp-pear/xcache/BUILD6
-rwxr-xr-xphp-pear/xcache/DETAILS5
-rw-r--r--php-pear/xcache/HISTORY5
3 files changed, 12 insertions, 4 deletions
diff --git a/php-pear/xcache/BUILD b/php-pear/xcache/BUILD
index f6666c1e1e..1b499f984e 100755
--- a/php-pear/xcache/BUILD
+++ b/php-pear/xcache/BUILD
@@ -1,2 +1,6 @@
-OPTS="--enable-xcache --enable-xcache-optimizer --enable-xcache-coverager $OPTS" &&
+OPTS="--enable-xcache \
+ --enable-xcache-optimizer \
+ --enable-xcache-coverager \
+ $OPTS" &&
+
default_build
diff --git a/php-pear/xcache/DETAILS b/php-pear/xcache/DETAILS
index cfc1cf14f1..d211b89530 100755
--- a/php-pear/xcache/DETAILS
+++ b/php-pear/xcache/DETAILS
@@ -1,8 +1,9 @@
SPELL=xcache
- VERSION=1.3.1
+ VERSION=1.3.2
+ SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://xcache.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:e3a37b061e7dff659c96b4dfe279413a541eb2fea1d2ecc7113f38816f151bc9425fb91af0a59b07ce0e6b213e90415ab770b140b5b72d7f2751dc6f2712c5d6
+ SOURCE_HASH=sha512:8be9b4ca276dc99f923f935b666b1feaf96a23850a08ad0ad400a2d3ce9db59b572147e454897c8e1dbdb0a1e627298dd9007a5faa227a7d4ba7a8b39231d92c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS xcache.ini"
DOC_DIRS="admin"
diff --git a/php-pear/xcache/HISTORY b/php-pear/xcache/HISTORY
index 2171664137..194c3eb783 100644
--- a/php-pear/xcache/HISTORY
+++ b/php-pear/xcache/HISTORY
@@ -1,3 +1,7 @@
+2011-06-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.3.2; SECURITY_PATCH++
+ * BUILD: readability++
+
2011-01-16 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.3.1
@@ -28,4 +32,3 @@
2007-12-15 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
-