From nobody@FreeBSD.org  Sat Jul  5 19:09:23 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B90421065685
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Jul 2008 19:09:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A78688FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Jul 2008 19:09:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m65J9Nb4086172
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 5 Jul 2008 19:09:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m65J9N5T086171;
	Sat, 5 Jul 2008 19:09:23 GMT
	(envelope-from nobody)
Message-Id: <200807051909.m65J9N5T086171@www.freebsd.org>
Date: Sat, 5 Jul 2008 19:09:23 GMT
From: Roger <marquis@roble.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Moinmoin 1.7 does not support http auth
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: bg1tpt@gmail.com

>Number:         125315
>Category:       ports
>Synopsis:       www/Moinmoin 1.7 does not support http auth
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 19:10:01 UTC 2008
>Closed-Date:    Sat Sep 06 15:26:20 UTC 2008
>Last-Modified:  Sat Sep 06 15:26:20 UTC 2008
>Originator:     Roger
>Release:        RELENG-6
>Organization:
Marquis
>Environment:
>Description:
Upgrade from moinmoin 1.6.3 to 1.7.0 requires some changes to the wikiconfig.py, however, those changes:

 from MoinMoin.auth.http import HTTPAuth
 auth = [HTTPAuth()]

do not work, and neither does the older config:

  MoinMoin.auth.http import http
  from MoinMoin import user
  from MoinMoin.auth import moin_session
  auth = [http, moin_session]

The error message is:


Error in your configuration file "/usr/local/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py" around line 45.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->open 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 5 23:29:42 UTC 2008 
State-Changed-Why:  
n/a 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125315 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 5 23:31:19 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125315 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bg1tpt@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/125315: www/Moinmoin 1.7 does not support http auth
Date: Sat, 5 Jul 2008 23:31:18 UT

 Maintainer of www/moinmoin,
 
 Please note that PR ports/125315 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125315
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Thu Aug 7 15:13:45 EDT 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125315 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 6 15:26:19 UTC 2008 
State-Changed-Why:  
This problem was fixed with update to 1.7.1. Thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125315 
>Unformatted:
