MFH: r532127

- update to 1.1.28

 - security fix: escape subdir lastmod file name
 - fix standalone.py first request failure

PR:		245728
Submitted by:	Yasuhito FUTATSUKI

Approved by:	portmgr (blanket)
This commit is contained in:
Olli Hauer 2020-04-19 15:41:53 +00:00
parent 1c2b38a350
commit 6bbfb43ec3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q2/; revision=532129
3 changed files with 4 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= viewvc
DISTVERSION= 1.1.27
DISTVERSION= 1.1.28
PORTREVISION= 0
CATEGORIES= devel python

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1559914651
SHA256 (viewvc-viewvc-1.1.27_GH0.tar.gz) = 00d6ea604f3b987c2cff834678b92ab1191e2009c5fdbc0e87d1b7f2226496e4
SIZE (viewvc-viewvc-1.1.27_GH0.tar.gz) = 668188
TIMESTAMP = 1587305824
SHA256 (viewvc-viewvc-1.1.28_GH0.tar.gz) = 6d53db40ac9f81155060c0af6eadce8b95a0bda7a6f3ae5d3b89a91c625d3711
SIZE (viewvc-viewvc-1.1.28_GH0.tar.gz) = 661267

View File

@ -14,8 +14,6 @@ viewvc/bin/wsgi/query.wsgi
viewvc/bin/wsgi/viewvc.fcgi
viewvc/bin/wsgi/viewvc.wsgi
@sample viewvc/cvsgraph.conf.sample
viewvc/lib/PyFontify.py
viewvc/lib/PyFontify.pyc
viewvc/lib/accept.py
viewvc/lib/accept.pyc
viewvc/lib/blame.py
@ -40,8 +38,6 @@ viewvc/lib/idiff.py
viewvc/lib/idiff.pyc
viewvc/lib/popen.py
viewvc/lib/popen.pyc
viewvc/lib/py2html.py
viewvc/lib/py2html.pyc
viewvc/lib/query.py
viewvc/lib/query.pyc
viewvc/lib/sapi.py