Date: Sun, 28 Apr 2013 10:47:47 -0700 From: Alex Varju <alex@varju.ca> To: FreeBSD-gnats-submit@freebsd.org Cc: appleboy.tw@gmail.com Subject: ports/178222: [PATCH] www/gallery3: security update to 3.0.7 Message-ID: <E1UWVhT-000Gnl-7W@jupiter.varju.ca> Resent-Message-ID: <201304281750.r3SHo0ba009235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178222 >Category: ports >Synopsis: [PATCH] www/gallery3: security update to 3.0.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 28 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD jupiter.varju.ca 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 3.0.7 Port maintainer (appleboy.tw@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- gallery3-3.0.7.patch begins here --- diff -ruN ../gallery3CVS/Makefile ./Makefile --- ../gallery3CVS/Makefile 2013-04-24 11:10:30.000000000 -0700 +++ ./Makefile 2013-04-28 10:40:00.341700000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: www/gallery3/Makefile 316464 2013-04-24 18:10:30Z ak $ PORTNAME= gallery3 -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 CATEGORIES= www MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} DISTNAME= gallery-${PORTVERSION} @@ -51,9 +51,9 @@ .if ${PORT_OPTIONS:MIMAGEMAGICK} .if !defined(WITHOUT_X11) -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .else -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 .endif .endif diff -ruN ../gallery3CVS/distinfo ./distinfo --- ../gallery3CVS/distinfo 2013-03-17 10:20:50.000000000 -0700 +++ ./distinfo 2013-04-28 10:30:08.387707000 -0700 @@ -1,2 +1,2 @@ -SHA256 (gallery-3.0.5.zip) = d720cf8a78ecd659ca95f845a2c0f7e0e9db3255bc9c7ffa575e9cbc074efb38 -SIZE (gallery-3.0.5.zip) = 2035940 +SHA256 (gallery-3.0.7.zip) = c8960051853ef8c60c22cf3c446d48d30844319765164dd397405bb2d83ef98d +SIZE (gallery-3.0.7.zip) = 2036494 diff -ruN ../gallery3CVS/pkg-plist ./pkg-plist --- ../gallery3CVS/pkg-plist 2013-03-17 10:20:50.000000000 -0700 +++ ./pkg-plist 2013-04-28 10:33:23.220701000 -0700 @@ -253,7 +253,6 @@ %%WWWDIR%%/modules/gallery/libraries/MY_Database.php %%WWWDIR%%/modules/gallery/libraries/MY_Forge.php %%WWWDIR%%/modules/gallery/libraries/MY_Input.php -%%WWWDIR%%/modules/gallery/libraries/MY_Kohana.php %%WWWDIR%%/modules/gallery/libraries/MY_Kohana_Exception.php %%WWWDIR%%/modules/gallery/libraries/MY_ORM.php %%WWWDIR%%/modules/gallery/libraries/MY_View.php --- gallery3-3.0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UWVhT-000Gnl-7W>