Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.7.git;a=commitdiff;h=5e798b3adb3c0b95c899d13bf05b582121caf452
commit 5e798b3adb3c0b95c899d13bf05b582121caf452 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Mar 8 13:33:16 2008 +0100 joomla-1.0.15-1sayshell1-i686 - secfix bump - closes #2808 diff --git a/source/network-extra/joomla/CVE-2007-5427.diff b/source/network-extra/joomla/CVE-2007-5427.diff deleted file mode 100644 index f012105..0000000 --- a/source/network-extra/joomla/CVE-2007-5427.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- components/com_search/search.html.php 2008/01/04 04:49:28 9849 -+++ components/com_search/search.html.php 2008/01/04 05:56:34 9850 -@@ -127,8 +127,9 @@ - $searchphrase = strtolower( strval( mosGetParam( $_REQUEST, 'searchphrase', 'any' ) ) ); - - $searchphrase = htmlspecialchars($searchphrase); -+ $cleanWord = htmlspecialchars($searchword); - -- $link = $mosConfig_live_site ."/index.php?option=$option&Itemid=$Itemid&searchword=$searchword&searchphrase=$searchphrase&ordering=$ordering"; -+ $link = $mosConfig_live_site ."/index.php?option=$option&Itemid=$Itemid&searchword=$cleanWord&searchphrase=$searchphrase&ordering=$ordering"; - echo $pageNav->getLimitBox( $link ); - ?> - </div> diff --git a/source/network-extra/joomla/FrugalBuild b/source/network-extra/joomla/FrugalBuild index 8292e2f..4adcb00 100644 --- a/source/network-extra/joomla/FrugalBuild +++ b/source/network-extra/joomla/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Bence Nagy <[EMAIL PROTECTED]> pkgname=joomla -pkgver=1.0.13 -pkgrel=2sayshell1 +pkgver=1.0.15 +pkgrel=1sayshell1 pkgdesc="One of the most powerful Open Source Content Management Systems on the planet" url="http://www.joomla.org/" rodepends=('apache' 'php' 'mysql' 'webappconfig') @@ -11,12 +11,11 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.joomla.org/content/blogcategory/32/66/|grep 'Stable version is'|sed 's/.*\[ *\([0-9.]\+\) *\]/\1/'" backup=(var/www/joomla/configuration.php) -source=(http://joomlacode.org/gf/download/frsrelease/4508/13216/Joomla_$pkgver-Stable-Full_Package.tar.gz \ - joomlasetup README.Frugalware CVE-2007-5427.diff) -sha1sums=('91934fe13e65ccb679ba50db1962449c306211df' \ +source=(http://joomlacode.org/gf/download/frsrelease/6828/22537/Joomla_$pkgver-Stable-Full_Package.tar.gz \ + joomlasetup README.Frugalware) +sha1sums=('c1cebbf891127d77672c29880c4d2d5ba6ac5c2b' \ '436fa260a2750e2394eb23f1504757bdb8045af1' \ - 'c079d041113ca5302340955027a5e313bee47f4a' \ - '044d0443f13a71893bb1626a690386a7c39514df') + 'c079d041113ca5302340955027a5e313bee47f4a') build() { _F_cd_path="." _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
