ports/175004: [PATCH] [SECURITY] www/moinmoin: update to 1.9.6
Chris Rees
crees at FreeBSD.org
Sat Jan 5 12:10:00 UTC 2013
>Number: 175004
>Category: ports
>Synopsis: [PATCH] [SECURITY] www/moinmoin: update to 1.9.6
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 05 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Chris Rees
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Apr 29 12:29:02 BST 2012 root at pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64
>Description:
Moinmoin has a critical vulnerability that has been successfully expoited on the Debian wiki, and our wiki has been taken down as a precaution. This update fixes the issue.
(while here, use %%PREFIX%% rather than hardcoding /usr/local in pkg-message)
http://permalink.gmane.org/gmane.linux.debian.devel.announce/1754
>How-To-Repeat:
>Fix:
--- patch.txt begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 309954)
+++ Makefile (working copy)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: moinmoin
-# Date created: 18 September 2001
-# Whom: Hye-Shik Chang <perky at python.or.kr>
-#
+# Created by: Hye-Shik Chang <perky at python.or.kr>
# $FreeBSD$
-#
PORTNAME= moinmoin
-PORTVERSION= 1.9.5
+PORTVERSION= 1.9.6
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
DISTNAME= moin-${PORTVERSION}
Index: distinfo
===================================================================
--- distinfo (revision 309954)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (moin-1.9.5.tar.gz) = 74e1d1420723aaf202f46082540524987f47c40a444f8444d58d57c66324811c
-SIZE (moin-1.9.5.tar.gz) = 36740561
+SHA256 (moin-1.9.6.tar.gz) = 816f0454808e8abdc44e9839ed08802bea78c174bdbd72b9644c72fce891f6f6
+SIZE (moin-1.9.6.tar.gz) = 36754215
Index: files/pkg-install.in
===================================================================
--- files/pkg-install.in (revision 309954)
+++ files/pkg-install.in (working copy)
@@ -92,7 +92,7 @@
echo ""
echo "If you want to install additional wiki instances"
echo "call 'make instance' with appriopriate arguments."
- echo "E.g.: make MOINTYPE=FCGI MOINDEST=/usr/local/www/wiki instance"
+ echo "E.g.: make MOINTYPE=FCGI MOINDEST=%%PREFIX%%/www/wiki instance"
echo "************************************************************"
;;
@@ -104,7 +104,7 @@
echo ""
echo "If you're installing from ports, just run 'make instance'"
echo "with appriopriate arguments."
- echo "eg. make MOINTYPE=FCGI MOINDEST=/usr/local/www/wiki instance"
+ echo "eg. make MOINTYPE=FCGI MOINDEST=%%PREFIX%%/www/wiki instance"
echo ""
echo "If you're installing from package, run these commands."
echo ""
Index: pkg-plist
===================================================================
--- pkg-plist (revision 309954)
+++ pkg-plist (working copy)
@@ -871,6 +871,9 @@
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.py
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.pyc
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090500.pyo
+%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.py
+%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.pyc
+%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/1090600.pyo
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.py
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.pyc
%%PYTHON_SITELIBDIR%%/MoinMoin/script/migration/__init__.pyo
--- patch.txt ends here ---
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list