summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-02 10:55:31 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-02 10:55:31 +0000
commitd0557bb23570db9a189e17d0695de276aecee206 (patch)
tree36d805515126488f195dd299adffea0c4f7e7a59 /app-misc
parentsecurity update (diff)
downloadgentoo-2-d0557bb23570db9a189e17d0695de276aecee206.tar.gz
gentoo-2-d0557bb23570db9a189e17d0695de276aecee206.tar.bz2
gentoo-2-d0557bb23570db9a189e17d0695de276aecee206.zip
security update
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gallery/ChangeLog7
-rw-r--r--app-misc/gallery/Manifest4
-rw-r--r--app-misc/gallery/files/digest-gallery-1.3.4_p11
-rw-r--r--app-misc/gallery/gallery-1.3.4_p1.ebuild95
4 files changed, 104 insertions, 3 deletions
diff --git a/app-misc/gallery/ChangeLog b/app-misc/gallery/ChangeLog
index 444257084896..218e0639c866 100644
--- a/app-misc/gallery/ChangeLog
+++ b/app-misc/gallery/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/gallery
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/ChangeLog,v 1.8 2003/08/11 19:16:17 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/ChangeLog,v 1.9 2003/09/02 10:55:22 aliz Exp $
+
+*gallery-1.3.4_p1 (02 Sep 2003)
+
+ 02 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> gallery-1.3.4_p1.ebuild :
+ Security update.
12 Aug 2003; Martin Holzer <mholzer@gentoo.org> gallery-1.3.4.ebuild:
Added remote class and marked x86 stable
diff --git a/app-misc/gallery/Manifest b/app-misc/gallery/Manifest
index 446ad431f5a7..ad9c263e697e 100644
--- a/app-misc/gallery/Manifest
+++ b/app-misc/gallery/Manifest
@@ -1,8 +1,8 @@
-MD5 91ad982bd9875a4ca753f92265753e52 ChangeLog 917
+MD5 b7b90315f8cbb9686d4083e14643f2e3 ChangeLog 1041
MD5 dd79ed17c973089a0ba23d7c45e51c4f gallery-1.3.1.ebuild 2004
MD5 b930730227b128bb841ab00591777a7d gallery-1.3.3.ebuild 2212
MD5 dc981f56db905602f59408400679f718 gallery-1.3.4.ebuild 2275
-MD5 b4db6f96791104a4a27314b5651ba19d gallery-1.3.4_p1.ebuild 2298
+MD5 b7cac7bf759cb5268bf3e354cbf7b16a gallery-1.3.4_p1.ebuild 2298
MD5 ab7002075a90dff10bfa0269ae809197 files/digest-gallery-1.3.1 65
MD5 147819e361978cc48ad413e742f7e9ac files/digest-gallery-1.3.3 65
MD5 5f49737f6b30f8c5537f498e88a59d52 files/digest-gallery-1.3.4 65
diff --git a/app-misc/gallery/files/digest-gallery-1.3.4_p1 b/app-misc/gallery/files/digest-gallery-1.3.4_p1
new file mode 100644
index 000000000000..bba019bc5daa
--- /dev/null
+++ b/app-misc/gallery/files/digest-gallery-1.3.4_p1
@@ -0,0 +1 @@
+MD5 eed5daf008906ce63406a917af98bb28 gallery-1.3.4-pl1.tar.gz 199558
diff --git a/app-misc/gallery/gallery-1.3.4_p1.ebuild b/app-misc/gallery/gallery-1.3.4_p1.ebuild
new file mode 100644
index 000000000000..79092e220655
--- /dev/null
+++ b/app-misc/gallery/gallery-1.3.4_p1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.4_p1.ebuild,v 1.1 2003/09/02 10:55:22 aliz Exp $
+
+MY_P=${P/_p/-pl}
+
+DESCRIPTION="Web based (PHP Script) photo album viewer/creator."
+HOMEPAGE="http://gallery.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gallery/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64"
+DEPEND=">=net-www/apache-1.3.24-r1
+ >=dev-php/mod_php-4.1.2-r5
+ >=media-gfx/jhead-1.6
+ >=media-libs/netpbm-9.12
+ >=media-gfx/imagemagick-5.4.9.1-r1"
+
+S="${WORKDIR}/${PN}"
+DST_PATH="/home/httpd/htdocs/gallery"
+
+src_install() {
+ insinto ${DST_PATH}
+ doins *.{php,sh}
+
+ insinto ${DST_PATH}/classes
+ doins classes/*.php
+
+ insinto ${DST_PATH}/classes/database/mysql
+ doins classes/database/mysql/*.php
+
+ insinto ${DST_PATH}/classes/gallery
+ doins classes/gallery/*.php
+
+ insinto ${DST_PATH}/classes/nuke5
+ doins classes/nuke5/*.php
+
+ insinto ${DST_PATH}/classes/postnuke
+ doins classes/postnuke/*.php
+
+ insinto ${DST_PATH}/classes/postnuke0.7.1
+ doins classes/postnuke0.7.1/*.php
+
+ insinto ${DST_PATH}/classes/remote
+ doins classes/remote/*.php
+
+ insinto ${DST_PATH}/css
+ doins css/*.default
+
+ insinto ${DST_PATH}/errors
+ doins errors/*.php
+
+ insinto ${DST_PATH}/html
+ doins html/*.inc
+
+ insinto ${DST_PATH}/html_wrap
+ doins html_wrap/*.default
+
+ insinto ${DST_PATH}/images
+ doins images/*.{jpg,gif,png}
+
+ insinto ${DST_PATH}/java
+ doins java/*.jar
+
+ insinto ${DST_PATH}/js
+ doins js/*.js
+
+ insinto ${DST_PATH}/layout
+ doins layout/*.inc
+
+ insinto ${DST_PATH}/platform
+ doins platform/*.php
+
+ insinto ${DST_PATH}/setup
+ doins setup/*.{php,inc,template,txt} setup/.htaccess
+
+ dodoc AUTHORS ChangeLog README LICENSE.txt todo UPGRADING
+}
+
+pkg_postinst() {
+ chown -R apache.apache ${DST_PATH}
+ chown root.root ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
+ chmod 700 ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
+
+ einfo
+ einfo "For new installations point your browser to "
+ einfo "http://www.yourhost.com/gallery/setup/"
+ einfo "and follow the instructions."
+ einfo "--------------------------------------------"
+ einfo "For upgrades, just run"
+ einfo "# cd ${DST_PATH}"
+ einfo "# sh ./secure.sh"
+ einfo
+}