Date: Sun, 4 Jun 2006 18:40:13 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: portmgr@FreeBSD.org Subject: ports/98514: [PATCH] www/dokuwiki: SECURITY FIX Message-ID: <200606050040.k550eD5G085962@moondance.itsy-bitsy.net> Resent-Message-ID: <200606050050.k550oEuA072844@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98514 >Category: ports >Synopsis: [PATCH] www/dokuwiki: SECURITY FIX >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 05 00:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update distinfo - Bump PORTREVISION - Change default install location Port maintainer (chinsan.tw@gmail.com) is cc'd. portmgr@ is cc'd. This is a major security fix and I would ask that portmgr@ immediately rebuild and redistribute the port's package! Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dokuwiki-20060309_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/dokuwiki/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 21 May 2006 21:56:03 -0000 1.18 +++ Makefile 5 Jun 2006 00:39:25 -0000 @@ -7,6 +7,7 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \ http://dev.splitbrain.org/browse/snapshots/ @@ -23,7 +24,7 @@ WWWDOCROOT?= www/data DOKUWIKI_URL?= ${PORTNAME} -DOKUWIKI_DIR?= ${WWWDOCROOT}/${DOKUWIKI_URL} +DOKUWIKI_DIR?= www/${DOKUWIKI_URL} WRKSRC= ${WRKDIR}/${DIST_VER} PLIST= ${WRKDIR}/pkg-plist Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/dokuwiki/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 8 Apr 2006 12:55:12 -0000 1.10 +++ distinfo 5 Jun 2006 00:39:25 -0000 @@ -1,3 +1,3 @@ -MD5 (dokuwiki-2006-03-09.tgz) = d67c854712347e7c3cdba6b4a951c533 -SHA256 (dokuwiki-2006-03-09.tgz) = 1c325c120aae7834cea6f8e7caf6938ebaf5231b7134ff0bf36ca59d86286a6a -SIZE (dokuwiki-2006-03-09.tgz) = 834975 +MD5 (dokuwiki-2006-03-09.tgz) = cc513a6e9a2cb04a464461a3395bb2ec +SHA256 (dokuwiki-2006-03-09.tgz) = 350eed365cafb25a491a0482e75c53c64d3224d762152f30bc914a34ce973c8f +SIZE (dokuwiki-2006-03-09.tgz) = 835031 --- dokuwiki-20060309_1.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?200606050040.k550eD5G085962>