Date: Mon, 30 Dec 2002 15:54:32 -0700 (MST) From: Jamie Hermans <jamie@hermans.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46639: Maintainer update: www/gallery (supersedes ports/46389) Message-ID: <20021230225432.B673F5580@zinebar.hermans.ca>
next in thread | raw e-mail | index | archive | help
>Number: 46639 >Category: ports >Synopsis: Maintainer update: www/gallery (supersedes ports/46389) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 30 15:00:19 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jamie Hermans >Release: FreeBSD 4.7-STABLE i386 >Organization: hermans.ca >Environment: System: FreeBSD zinebar.hermans.ca 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 21:13:53 MST 2002 root@zinebar.hermans.ca:/usr/obj/usr/src/sys/ZINEBAR i386 >Description: This release is primarily aimed at fixing a variety of small bugs that have existed in Gallery for a few releases, as well as a couple of fairly serious bugs (including a very serious SECURITY bug that can lead to a remote exploit) that were introduced in the version 1.3.2. If you are using the 1.3.2 release we STRONGLY RECOMMEND that you upgrade to 1.3.3 as soon as possible to minimize the chance of your web server getting compromised. Bugs fixed: - Fix SECURITY HOLE introduced in the Windows XP Publishing feature introduced in 1.3.2 (as of 1.3.2 build 27). See http://gallery.sourceforge.net/article.php?sid=64 for specific details. - Hiding all elements in an album causes those elements to get permanently detached from the album (making it inconvenient to recover them). - Fixed minor bugs regarding supporting Nuke 6's user database - Fixed minor bugs in the slideshow code. Feature additions/changes: - The config wizard now allows you to select an option to print via Shutterfly without making a (very small) donation to the Gallery project. - Convenience function allows you to access a sub-album's permission dialog without opening the album. For more detailed information, you can read the Gallery changelog: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gallery/gallery/ChangeLog?rev =HEAD&content-type=text/vnd.viewcvs-markup regards, The Gallery Dev Team >How-To-Repeat: >Fix: diff -ruN gallery-old/Makefile gallery/Makefile --- gallery-old/Makefile Fri Aug 9 04:39:45 2002 +++ gallery/Makefile Mon Dec 30 15:50:15 2002 @@ -6,7 +6,7 @@ # PORTNAME= gallery -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,16 +26,16 @@ CPIO= cpio --quiet -pdum -R PLIST_SUB= GALLERYDIR=${GALLERYDIR} -GALLERYDIR?= www/data/gallery -WWWOWN?= www -WWWGRP?= www - pre-fetch: .if !defined(GALLERYDIR) @${ECHO_MSG} "" @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." @${ECHO_MSG} "" .endif + +GALLERYDIR?= www/data/gallery +WWWOWN?= www +WWWGRP?= www post-configure: @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ diff -ruN gallery-old/distinfo gallery/distinfo --- gallery-old/distinfo Fri Aug 9 04:39:45 2002 +++ gallery/distinfo Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -MD5 (gallery-1.3.1.tar.gz) = 0c0ef90962414cac95f28a881c80117d diff -ruN gallery-old/pkg-plist gallery/pkg-plist --- gallery-old/pkg-plist Fri Aug 9 04:39:45 2002 +++ gallery/pkg-plist Mon Dec 30 15:49:40 2002 @@ -29,6 +29,7 @@ %%GALLERYDIR%%/classes/postnuke/UserDB.php %%GALLERYDIR%%/classes/postnuke0.7.1/User.php %%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php +%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php %%GALLERYDIR%%/configure.sh %%GALLERYDIR%%/create_user.php %%GALLERYDIR%%/css/embedded_style.css.default @@ -48,6 +49,7 @@ %%GALLERYDIR%%/errors/reconfigure.php %%GALLERYDIR%%/errors/unconfigured.php %%GALLERYDIR%%/gallery_remote.php +%%GALLERYDIR%%/gallery_remote2.php %%GALLERYDIR%%/highlight_photo.php %%GALLERYDIR%%/html/errorRow.inc %%GALLERYDIR%%/html/userData.inc @@ -118,6 +120,8 @@ %%GALLERYDIR%%/platform/fs_unix.php %%GALLERYDIR%%/platform/fs_win32.php %%GALLERYDIR%%/progress_uploading.php +%%GALLERYDIR%%/publish_xp.php +%%GALLERYDIR%%/publish_xp_docs.php %%GALLERYDIR%%/rename_album.php %%GALLERYDIR%%/resize_photo.php %%GALLERYDIR%%/rotate_photo.php @@ -126,6 +130,7 @@ %%GALLERYDIR%%/secure.sh %%GALLERYDIR%%/session.php %%GALLERYDIR%%/setup/.htaccess +%%GALLERYDIR%%/setup/check_imagemagick.php %%GALLERYDIR%%/setup/check.inc %%GALLERYDIR%%/setup/check_netpbm.php %%GALLERYDIR%%/setup/config_data.inc @@ -146,7 +151,6 @@ %%GALLERYDIR%%/slideshow.php %%GALLERYDIR%%/slideshow_low.php %%GALLERYDIR%%/sort_album.php -%%GALLERYDIR%%/todo %%GALLERYDIR%%/upgrade_album.php %%GALLERYDIR%%/user_preferences.php %%GALLERYDIR%%/util.php @@ -160,6 +164,7 @@ @dirrm %%GALLERYDIR%%/classes/nuke5 @dirrm %%GALLERYDIR%%/classes/postnuke @dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 +@dirrm %%GALLERYDIR%%/classes/remote @dirrm %%GALLERYDIR%%/classes @dirrm %%GALLERYDIR%%/errors @dirrm %%GALLERYDIR%%/html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021230225432.B673F5580>