Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 15:35:00 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306386 - head/devel/viewvc
Message-ID:  <201210251535.q9PFZ0E1089389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Thu Oct 25 15:35:00 2012
New Revision: 306386
URL: http://svn.freebsd.org/changeset/ports/306386

Log:
  - update viewvc to version 1.1.17
  
  Version 1.1.17 (released 25-Oct-2012)
    * fix exception caused by uninitialized variable usage (issue #516)
  
  Version 1.1.16 (released 24-Oct-2012)
    * security fix: escape "extra" diff info to avoid XSS attack (issue #515)
    * add 'binary_mime_types' configuration option and handling (issue #510)
    * fix 'select for diffs' persistence across log pages (issue #512)
    * remove lock status and filesize check on directories in remote SVN views
    * fix bogus 'Annotation of' page title for non-annotated view (issue #514)
  
  Feature safe:	yes

Modified:
  head/devel/viewvc/Makefile   (contents, props changed)
  head/devel/viewvc/distinfo   (contents, props changed)

Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile	Thu Oct 25 15:15:52 2012	(r306385)
+++ head/devel/viewvc/Makefile	Thu Oct 25 15:35:00 2012	(r306386)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	viewcvs
-# Date created:				Sun 02 Jul 2000
-# Whom:					will
-#
+# Created By: will
 # $FreeBSD$
-#
 
 PORTNAME=	viewvc
-PORTVERSION=	1.1.15
+PORTVERSION=	1.1.17
 #PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.viewvc.org/ \

Modified: head/devel/viewvc/distinfo
==============================================================================
--- head/devel/viewvc/distinfo	Thu Oct 25 15:15:52 2012	(r306385)
+++ head/devel/viewvc/distinfo	Thu Oct 25 15:35:00 2012	(r306386)
@@ -1,2 +1,2 @@
-SHA256 (viewvc-1.1.15.tar.gz) = 0e3f7dbde2dcff732fde1b87ae9321c2122a51470cff3bf59b2402fbd50fbb8b
-SIZE (viewvc-1.1.15.tar.gz) = 611147
+SHA256 (viewvc-1.1.17.tar.gz) = 3fec2c56bdea6529870e544e3e87fe4e0e1d4eafa42a468723ef2a35eaa607a6
+SIZE (viewvc-1.1.17.tar.gz) = 611890



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