From ohauer@gmx.de  Thu Dec 24 17:03:09 2009
Return-Path: <ohauer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 065CF1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Dec 2009 17:03:09 +0000 (UTC)
	(envelope-from ohauer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 697548FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Dec 2009 17:03:08 +0000 (UTC)
Received: (qmail invoked by alias); 24 Dec 2009 17:03:06 -0000
Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124]
  by mail.gmx.net (mp040) with SMTP; 24 Dec 2009 18:03:06 +0100
Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100)
	id CFC252614E; Thu, 24 Dec 2009 18:03:01 +0100 (CET)
Message-Id: <20091224170301.CFC252614E@u18-124.dsl.vianetworks.de>
Date: Thu, 24 Dec 2009 18:03:01 +0100 (CET)
From: olli hauer <ohauer@gmx.de>
Reply-To: olli hauer <ohauer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pgollucci@FreeBSD.org, ohauer@gmx.de
Subject: [patch] port devel/viewvc update to version 1.1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141957
>Category:       ports
>Synopsis:       [patch] port devel/viewvc update to version 1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 24 17:10:02 UTC 2009
>Closed-Date:    Thu Dec 24 19:12:12 UTC 2009
>Last-Modified:  Thu Dec 24 19:20:02 UTC 2009
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        
>Organization:
>Environment:


>Description:
Update viewvc to version 1.1.3

Version 1.1.3 (released 22-Dec-2009)

  * security fix: add root listing support of per-root authz config
  * security fix: query.py requires 'forbidden' authorizer (or none) in config
  * fix URL-ification of truncated log messages (issue #3)
  * fix regexp input validation (issue #426, #427, #440)
  * add support for configurable tab-to-spaces conversion
  * fix not-a-sequence error in diff view
  * allow viewvc-install to work when templates-contrib is absent
  * minor template improvements/corrections
  * expose revision metadata in diff view (issue #431)
  * markup file/directory item property URLs and email addresses (issue #434)
  * make ViewVC cross copies in Subversion history by default
  * fix bug that caused standalone.py failure under Python 1.5.2 (issue #442)
  * fix support for per-vhost overrides of authorizer parameters (issue #411)
  * fix root name identification in query.py interface

>How-To-Repeat:
>Fix:
--- patch_viewvc-1.1.3.txt begins here ---
--- Makefile	2009/12/24 13:37:41	1.1
+++ Makefile	2009/12/24 13:38:43
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	viewvc
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	devel python
-MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/46489/
+MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/47194/
 
 MAINTAINER=	pgollucci@FreeBSD.org
 COMMENT=	Web-based Version Control Repository Browsing
--- distinfo	2009/12/24 13:37:47	1.1
+++ distinfo	2009/12/24 13:41:51
@@ -1,3 +1,3 @@
-MD5 (viewvc-1.1.2.tar.gz) = 8f14fc2f58f4e87b835500ae20d8d631
-SHA256 (viewvc-1.1.2.tar.gz) = 129a5b2b29cc720c089dd671c2ba9e7adaf6541a976de03aabaf0850b7100931
-SIZE (viewvc-1.1.2.tar.gz) = 588066
+MD5 (viewvc-1.1.3.tar.gz) = e74127b9193e2bfc48f6242049701d91
+SHA256 (viewvc-1.1.3.tar.gz) = d1a1d0602198fd0f38379c7c0e647532e8f8a1d267236d293227c125f39a001f
+SIZE (viewvc-1.1.3.tar.gz) = 593173
--- patch_viewvc-1.1.3.txt ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 24 17:10:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

Date: Thu, 24 Dec 2009 17:10:59 +0000
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: olli hauer <ohauer@gmx.de>
Subject: Re: [patch] port devel/viewvc update to version 1.1.3

 >   * security fix: add root listing support of per-root authz config
 >   * security fix: query.py requires 'forbidden' authorizer (or none) in config
 
 Are there CVE's for these ?
 
 -- 
 ------------------------------------------------------------------------
 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
 VP Apache Infrastructure; Member, Apache Software Foundation
 Committer,                        FreeBSD Foundation
 Consultant,                       P6M7G8 Inc.
 Sr. System Admin,                 Ridecharge Inc.
 
 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Dec 24 19:12:11 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141957: commit references a PR
Date: Thu, 24 Dec 2009 19:12:15 +0000 (UTC)

 pgollucci    2009-12-24 19:12:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/viewvc         Makefile distinfo 
   Log:
   Update viewvc to version 1.1.3
   
   Version 1.1.3 (released 22-Dec-2009)
   
   * security fix: add root listing support of per-root authz config
   * security fix: query.py requires 'forbidden' authorizer (or none) in config
   * fix URL-ification of truncated log messages (issue #3)
   * fix regexp input validation (issue #426, #427, #440)
   * add support for configurable tab-to-spaces conversion
   * fix not-a-sequence error in diff view
   * allow viewvc-install to work when templates-contrib is absent
   * minor template improvements/corrections
   * expose revision metadata in diff view (issue #431)
   * markup file/directory item property URLs and email addresses (issue #434)
   * make ViewVC cross copies in Subversion history by default
   * fix bug that caused standalone.py failure under Python 1.5.2 (issue #442)
   * fix support for per-vhost overrides of authorizer parameters (issue #411)
   * fix root name identification in query.py interface
   
   PR:             ports/141957
   Submitted by:   olli hauer <ohauer@gmx.de>
   
   Revision  Changes    Path
   1.41      +2 -2      ports/devel/viewvc/Makefile
   1.20      +3 -3      ports/devel/viewvc/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
