Bug 138074 - [patch] port devel/viewvc update to version 1.1.2
Summary: [patch] port devel/viewvc update to version 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-22 18:50 UTC by Olli Hauer
Modified: 2009-09-19 19:10 UTC (History)
1 user (show)

See Also:


Attachments
patch_viewvc-1.1.2.txt (793 bytes, text/plain)
2009-08-22 18:50 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2009-08-22 18:50:04 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-22 18:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-19 19:02:29 UTC
miwi        2009-09-19 18:02:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/viewvc         Makefile distinfo 
  Log:
  - Update to 1.1.2
  
  PR:             138074
  Submitted by:   olli hauer <ohauer@gmx.de>
  Approved by:    maintainer timeout
  Feature safe:   yes
  
  Revision  Changes    Path
  1.40      +2 -2      ports/devel/viewvc/Makefile
  1.19      +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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 19:03:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!