Up to [cvs.NetBSD.org] / pkgsrc / www / cvsweb
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
www: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts): www/nghttp2/distinfo Unfetchable distfiles (almost certainly fetched conditionally...): ./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx-devel/distinfo naxsi-1.3.tar.gz ./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx-devel/distinfo njs-0.5.0.tar.gz ./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz ./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx/distinfo naxsi-1.3.tar.gz ./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx/distinfo njs-0.5.0.tar.gz ./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
www: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for www category Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Pullup ticket #4211 - requested by schmonz www/cvsweb: Perl compatibility patch Revisions pulled up: - www/cvsweb/Makefile 1.40 - www/cvsweb/distinfo 1.17 - www/cvsweb/patches/patch-cvsweb.cgi 1.1 --- Module Name: pkgsrc Committed By: tez Date: Tue Jul 30 13:01:11 UTC 2013 Modified Files: pkgsrc/www/cvsweb: Makefile distinfo Added Files: pkgsrc/www/cvsweb/patches: patch-cvsweb.cgi Log Message: Fix warnings from newer perl versions
Fix warnings from newer perl versions
Update to 3.0.6 2005-09-25 Ville Skyttä <scop@FreeBSD.org> * Release 3.0.6. * README: CVS home page has moved to http://www.nongnu.org/cvs/ 2005-08-26 Ville Skyttä <scop@FreeBSD.org> * cvsweb.cgi: Allow the "content-type" CGI param to contain "+". [Submitted by: <charles.buysschaert@advalvas.be>] 2005-06-19 Ville Skyttä <scop@FreeBSD.org> * cvsweb.conf: Spelling fixes. [Submitted by: Zafer Aydogan <zafer@gmx.org>, Jonathan Noack <noackjr@alumni.rice.edu>] 2005-05-06 Ville Skyttä <scop@FreeBSD.org> * cvsweb.cgi (printLog): Improve presentation of the "Diff to ..." lines, thanks to Jerry Nairn for pointing this out. 2005-04-11 Ville Skyttä <scop@FreeBSD.org> * cvsweb.cgi (human_readable_diff): Try harder to output sane revision numbers when rcsdiff produced no output. [Submitted by: Jerry Nairn <jpnairn@gmail.com>, Jon Noack <noackjr@alumni.rice.edu> (modified)]
Update to 3.0.5: Changes in 3.0.5, released 2005-01-22: * Fixed links in human readable diff view when it's the default diff format. * Submitting the option form preserves hidden user settings. * Improvements related to tightly controlled setups such as SELinux. * Configuration and configuration documentation improvements. * Tab expansion fix for HTMLized views.
Add RMD160 checksums.
Update to CVSweb 3.0.4. Notable changes from 3.0.1: * Fixed tab expansion to not eat everything before a tab in HTMLized diffs. * Improved support for the magic "." (== latest) revision on branches for download, view, and annotate URLs. * Improved whitespace handling in "human readable" (HTMLized) diffs. * The new cvsweb.conf parameter $DEBUG can be set to a true value in order to enable more output to the web server error log for troubleshooting. * More robust URI escaping, links to paths/filenames containing unusual characters work better now. * Visual, accessibility, and CSS class structure improvements. * Minor optimizations and bug fixes.
pkgsrc'ify cvsweb with the following changes: o Use subst.mk to patch the files (so the patches are not needed). o Look for cvsweb.conf in ${PKG_SYSCONFDIR} instead of using a harcoded "/usr/pkg/etc/cvsweb".
* Look in /usr/pkg/etc/cvsweb before /usr/local/etc/cvsweb for configuration. Noted by Bartosz Ku?ma in private mail. * Use /usr/pkg/etc/httpd/mime.types as the default mime.types file. * Bump PKGREVISION.
Update to CVSweb 3.0.1. Many improvements; see the installed file /usr/pkg/share/doc/cvsweb/NEWS or http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/NEWS?rev=1.26&content-type=text/x-cvsweb-markup for more info. Note: whilst (optional) support for CvsGraph 1.4.0, enscript 1.6.3 and CVSHistory 2.0 exists in this version, this package does not specifically depend upon those products as the features that use them are optional...
Updated cvsweb to 2.0.6 * New config variable: annotate_options * Make annotate work under mod_perl * Output address only if it's set * Fix annotate HTML output * Escape file names in directory listings * Mention cvs < 1.11 '-l' bug
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Merge changes in the main trunk into the buildlink2 branch for those packages that have been converted to USE_BUILDLINK2.
Updated cvsweb to 2.0.5 * Fix diffs between tags * Fix duplicate accesskeys and id's in the "front" page * Fix typo in JavaScript download window parameter * Include query string in JavaScript download links in order to unbreak downloads from non-default CVS roots * Don't display @ForbiddenFiles in directory listings; also make sure their logs are not accessible via direct URLs * Fix dir sort order breakage when there are rogue files in the repository dir and the sort order is not by file name * Add -f; avoid reading ~/.cvsrc
netbsd cvs supports -u for read-only cvs access
+ Update from 1.112 to 2.0.3 (from FreeBSD's cvsweb / local-ports). Notable changes: - cross site scripting fixes - html & perl cleanups - add config vars: @ForbiddenFiles, $allow_log_extra, $allow_dir_extra, $allow_source_extra + Add local patches to change location of latest version of cvsweb and to not display the address section if $address == "".
Updated cvsweb to version 1.112. Changes since 1.93: - Fixed all prototypes - Add prototypes to work with newer perl version - By default, thwart access to files named 'passwd' and '.cvspass' (configurable in cvsweb.conf). This avoids security problems with naive configuration - diff "Attic" redirect bugfix - Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl - Avoid warning about uninitialized value if displaying a particular branch only - Allow for 0.X versions - Fix the PRINTF tie method, this messed up the annotate display - Implement gzip compressed output by using the Compress::Zlib module - View Adobe Acrobat .pdf files embedded in the cvs markup view
Disable "-w" for perl, as this causes lots and lots of warnings about uninitialized variables. Since the script works, this will prevent the web error log from filling up...
Fix bug in CVS log form.
cvsweb is a web interface for browsing cvs repositories
Initial revision