summaryrefslogtreecommitdiff
path: root/www/viewvc/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2017-02-09 19:47:25 +0000
committerbsiegert <bsiegert>2017-02-09 19:47:25 +0000
commit41ec08645af7c572a75e491a469ee707257bd59e (patch)
tree63b853584b80fba8e772c1a8a177e586f29b94e0 /www/viewvc/Makefile
parent41e93e452a630c52c2445baf35bcf21098354081 (diff)
downloadpkgsrc-41ec08645af7c572a75e491a469ee707257bd59e.tar.gz
Pullup ticket #5209 - requested by wiz
www/viewvc: security fix Revisions pulled up: - www/viewvc/Makefile 1.27 - www/viewvc/distinfo 1.15 --- Module Name: pkgsrc Committed By: wiz Date: Wed Feb 8 20:00:34 UTC 2017 Modified Files: pkgsrc/www/viewvc: Makefile distinfo Log Message: Updated viewvc to 1.1.26. Version 1.1.26 (released 24-Jan-2017) * security fix: escape nav_data name to avoid XSS attack Version 1.1.25 (released 15-Sep-2016) * fix _rev2optrev assertion on long input Version 1.1.24 (released 02-Oct-2015) * fix minor bug in human_readable boolean calculation * allow hr_funout option to apply to unidiff diffs, too * fix infinite loop in rcsparse * fix iso8601 timezone offset handling (issue #542) * add support for renamed roots (issue #544) * fix minor buglet in viewvc-install error message
Diffstat (limited to 'www/viewvc/Makefile')
-rw-r--r--www/viewvc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile
index f3bdedfb627..4680196c0db 100644
--- a/www/viewvc/Makefile
+++ b/www/viewvc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2016/07/09 13:04:16 wiz Exp $
+# $NetBSD: Makefile,v 1.25.4.1 2017/02/09 19:47:25 bsiegert Exp $
-DISTNAME= viewvc-1.1.23
+DISTNAME= viewvc-1.1.26
CATEGORIES= devel www
-MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/49392/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=viewvc/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.viewvc.org/
@@ -10,7 +10,8 @@ COMMENT= Viewing the content of CVS/SVN repositories with a Webbrowser
LICENSE= 2-clause-bsd
REPLACE_PYTHON= viewvc-install bin/* bin/cgi/*.cgi lib/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.20
+# https://github.com/viewvc/viewvc/issues/138
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.26
.if !exists(/usr/bin/rlog)
DEPENDS+= rcs-[0-9]*:../../devel/rcs