Subject: CVS commit: pkgsrc/devel/fossil
From: Thomas Klausner
Date: 2017-12-23 22:11:32
Message id: 20171223211132.4A376FB40@cvs.NetBSD.org

Log Message:
fossil: update to 2.4.

Based on PR 52850 by dziltener@lyrion.ch.

Changes for Version 2.4 (2017-11-03)

    New feature: URL Aliases. URL Aliases allow an administrator to define their \ 
own URLs on the web interface that are rewritten to built-in URLs with specific \ 
parameters. Create and configure URL Aliases using the /Setup/URL_Aliases menu \ 
option in the web interface.
    Add tech-note search capability.
    Add the -r|--revision and -o|--origin options to the annotate command.
    Add the origin= query parameter to the /annotate webpage.
    The fossil annotate command and the /annotate web page go backwards in time \ 
as far as can be computed in 30 milliseconds by default, rather than stopping \ 
after 20 steps. The new limit= query parameter or the --limit command-line \ 
option can be used to alter this timeout.
    Provide separate on-line help screens for each setting.
    Back out support for the --no-dir-symlinks option
    Remove support from the legacy configuration sync protocol. The only way now \ 
to do a configuration push or pull is to use the new protocol that was added in \ 
2011.
    Add the from= and to= query parameters to /fdiff in order to get a diff of \ 
two files in the same check-in.
    Fix the "ssh://" protocol to prevent an attack whereby the \ 
attacker convinces a victim to run a "clone" with a dodgy URL and \ 
thereby gains access to their system.
    Provide a checkbox that will temporarily disable all ad-units.
    Improvements to the /stat page
    Various new hyperlinks to the /bloblist and /bigbloblist pages.
    Correct the /doc page to support read-only repositories.
    Correct /zip, /tarball, zip, and tarball pages and commands to honor the \ 
versioned manifest setting when outside of an open checkout directory.
    The admin-log and access-log settings are now on by default for new repositories.
    Update the built-in SQLite to version 3.21.0.

Changes for Version 2.3 (2017-07-21)

    Update the built-in SQLite to version 3.20.0 (beta).
    Update internal Unicode character tables, used in regular expression \ 
handling, from version 9.0 to 10.0.
    Show the last-sync-URL on the /urllist page.
    Added the "Event Summary" activity report. example
    Added the "Security Audit" page, available to administrators only
    Added the Last Login time to the user list page, for administrators only
    Added the --numstat option to the fossil diff command
    Limit the size of the heap and stack on unix systems, as a proactive defense \ 
against the Stack Clash attack.
    Fix "database locked" warnings caused by "PRAGMA optimize".
    Fix a potential XSS vulnerability on the /help webpage.
    Documentation updates

Files:
RevisionActionfile
1.43modifypkgsrc/devel/fossil/Makefile
1.29modifypkgsrc/devel/fossil/distinfo
1.1addpkgsrc/devel/fossil/options.mk
1.1removepkgsrc/devel/fossil/patches/patch-src_export.c