Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 19:41:33 +0200 (CEST)
From:      olli hauer <ohauer@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ohauer@gmx.de
Subject:   ports/138074: [patch] port devel/viewvc update to version 1.1.2
Message-ID:  <20090822174133.5B25C26145@u18-124.dsl.vianetworks.de>
Resent-Message-ID: <200908221750.n7MHo4rS051755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138074
>Category:       ports
>Synopsis:       [patch] port devel/viewvc update to version 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 22 17:50:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:


>Description:
Version 1.1.2 (released 11-Aug-2009)

  * security fix: validate the 'view' parameter to avoid XSS attack
  * security fix: avoid printing illegal parameter names and values
  * add optional support for character encoding detection (issue #400)
  * fix username case handling in svnauthz module (issue #419)
  * fix cvsdbadmin/svnadmin rebuild error on missing repos (issue #420)
  * don't drop leading blank lines from colorized file contents (issue #422)
  * add file.ezt template logic for optionally hiding binary file contents

Maybe it is also a good idea to have in Makefile the following line
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

so it is possible to identify the used python version from the package name.

>How-To-Repeat:
>Fix:
--- patch_viewvc-1.1.2.txt begins here ---
--- Makefile
+++ Makefile
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	viewvc
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	devel python
-MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/46029/
+MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/46489/
 
 MAINTAINER=	pgollucci@FreeBSD.org
 COMMENT=	Web-based Version Control Repository Browsing
--- distinfo
+++ distinfo
@@ -1,3 +1,3 @@
-MD5 (viewvc-1.1.1.tar.gz) = 73f8455e8ddd3d08201ab1533a408554
-SHA256 (viewvc-1.1.1.tar.gz) = 3a7f6fc897f34b148fd225071ddf2aa9c037ec89b0b5406d95f8a479e8254462
-SIZE (viewvc-1.1.1.tar.gz) = 585955
+MD5 (viewvc-1.1.2.tar.gz) = 8f14fc2f58f4e87b835500ae20d8d631
+SHA256 (viewvc-1.1.2.tar.gz) = 129a5b2b29cc720c089dd671c2ba9e7adaf6541a976de03aabaf0850b7100931
+SIZE (viewvc-1.1.2.tar.gz) = 588066
--- patch_viewvc-1.1.2.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090822174133.5B25C26145>