diff options
-rw-r--r-- | www-apps/gallery/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/gallery/files/vuln-20040817.diff | 2 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.4.4-r1.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 5deb17e80407..112d1ea0ba0c 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/gallery # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.4 2004/08/20 02:16:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.5 2004/08/23 19:36:27 stuart Exp $ + + 23 Aug 2004; Stuart Herbert <stuart@gentoo.org> files/vuln-20040817.diff, + gallery-1.4.4-r1.ebuild: + Fix syntax error in the patch, and mark stable on x86 20 Aug 2004; Bryan �stergaard <kloeri@gentoo.org> gallery-1.4.4-r1.ebuild: Stable on alpha, bug 60742. diff --git a/www-apps/gallery/files/vuln-20040817.diff b/www-apps/gallery/files/vuln-20040817.diff index 5509547cbb6b..d9885c508978 100644 --- a/www-apps/gallery/files/vuln-20040817.diff +++ b/www-apps/gallery/files/vuln-20040817.diff @@ -6,7 +6,7 @@ } + + $l_aTags = explode(".", $url); -+ if (!acceptableFormat($l_aTags[count($l_aTags) -1]) ++ if (!acceptableFormat($l_aTags[count($l_aTags) -1])) + { + processingMsg(sprintf(_("URL %s doesn't contain a supported image"), $url)); + continue; diff --git a/www-apps/gallery/gallery-1.4.4-r1.ebuild b/www-apps/gallery/gallery-1.4.4-r1.ebuild index f882b85c1e1d..9ea488b95e6e 100644 --- a/www-apps/gallery/gallery-1.4.4-r1.ebuild +++ b/www-apps/gallery/gallery-1.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.4.4-r1.ebuild,v 1.4 2004/08/20 02:16:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.4.4-r1.ebuild,v 1.5 2004/08/23 19:36:27 stuart Exp $ inherit webapp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://gallery.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" IUSE="" -KEYWORDS="~x86 ppc sparc alpha ~hppa ~amd64" +KEYWORDS="x86 ppc sparc alpha ~hppa ~amd64" DEPEND="$DEPEND" RDEPEND=">=net-www/apache-1.3.24-r1 >=dev-php/mod_php-4.1.2-r5 |