Date: Thu, 8 Dec 2005 16:12:03 -0500 (EST) From: Vivek Khera <vivek@khera.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90119: update ports/www/typo Message-ID: <20051208211203.38F37114E7@lorax.kcilink.com> Resent-Message-ID: <200512082120.jB8LK5Un095709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90119 >Category: ports >Synopsis: update ports/www/typo >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: Thu Dec 08 21:20:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD lorax.kcilink.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Tue Sep 20 15:26:41 EDT 2005 vivek@lorax.kcilink.com:/u/lorax1/usr5/src/sys/i386/compile/LORAX i386 >Description: update ports/www/typo to latest stable release; tighten up file permissions >How-To-Repeat: >Fix: according to docs, only the log and public dirs need to be writable by the web server, not everything. this patch addresses this issue by only making those directories owned by the web user/group. --- Makefile.orig Thu Dec 8 15:34:46 2005 +++ Makefile Thu Dec 8 16:07:50 2005 @@ -6,9 +6,9 @@ # PORTNAME= typo -PORTVERSION= 2.5.6 +PORTVERSION= 2.6.0 CATEGORIES= www -MASTER_SITES= http://rubyforge.org/frs/download.php/6171/ +MASTER_SITES= http://rubyforge.org/frs/download.php/7005/ EXTRACT_SUFX= .tgz MAINTAINER= jw@innerewut.de @@ -23,7 +23,8 @@ do-install: ${CP} -R ${WRKSRC} ${PREFIX}/${TYPODIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/log + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/public post-install: @${FIND} ${PREFIX}/${TYPODIR} -not -type d \ --- distinfo.orig Thu Dec 8 15:34:50 2005 +++ distinfo Thu Dec 8 15:40:26 2005 @@ -1,2 +1,2 @@ -MD5 (typo-2.5.6.tgz) = 5915acae44fdc69f607f342091d928fe -SIZE (typo-2.5.6.tgz) = 321475 +MD5 (typo-2.6.0.tgz) = 0f4168c7a4c70c968a52bdbc6fba581a +SIZE (typo-2.6.0.tgz) = 323736 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051208211203.38F37114E7>