diff options
author | js <js@pkgsrc.org> | 2021-07-10 10:27:32 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2021-07-10 10:27:32 +0000 |
commit | 76b152ec20528d82bea836e7fa3e487b21797e7a (patch) | |
tree | 4aeeabca16e222e3e052ea625cb55c4c1b0a1bf7 /devel | |
parent | 1a7aab40df58a98e38f30740ec121b5ae21f5659 (diff) | |
download | pkgsrc-76b152ec20528d82bea836e7fa3e487b21797e7a.tar.gz |
Update devel/fossil to 2.16
Changes for Version 2.16 (2021-07-02)
* Security: Fix the client-side TLS so that it verifies that the
server hostname matches its certificate.
* The default "ssh" command on Windows is changed to "ssh" instead of the
legacy "plink", as ssh is now generally available on Windows systems.
Installations that still need to use the legacy "plink" can make that
happen by running: 'fossil set ssh-command "plink -ssh" --global'.
* Added the fossil patch command.
* The fossil ui command is enhanced in multiple ways:
* The REPOSITORY argument can be the name of a check-out directory.
* If the REPOSITORY argument is prefixed by "HOST:" or "USER@HOST:"
then the ui is run on the remote machine and tunnelled back to the local
machine using ssh. (The latest version of fossil must be installed on
both the local and the remote for this to work correctly.)
* The new --nobrowser and --fossilcmd options is provided.
* The /brlist web page allows the user to select multiple branches to be
displayed together in a single timeline.
* The Forum provides a hyperlink on the author of each post that goes to a
timeline of recent posts by that same author.
* Added the "fossil bisect run" command for improved automation of bisects.
* The fossil merge command now does a better job merging branches where files
have been renamed between the current branch and the branch being merged.
* The fossil open command allows the repository file to be inside the working
directory without requiring the --force flag.
* The /wikiedit and /wikinew pages now default to markdown format.
* The /login page now links to a user's forum post timeline if the repository
has forum posts.
* Tags may now be propagated for forum posts, wiki pages, and technotes.
The tag command can now manipulate and list such tags.
* Login-Groups are now shown on the repository list of the "fossil all ui"
command.
* Administrators can configure email alerts to expire a specific number of
days (ex: 365) after the last user contact with the Fossil server. This
prevents alert emails being sent to abandoned email accounts forever.
* SQL that defines database objects for tickets now can DROP a VIEW or an
INDEX provided that its name starts with 'ticket' or 'fx_'.
* Update the built-in SQLite to version 3.36.0.
* Numerous other minor enhancements.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fossil/Makefile | 5 | ||||
-rw-r--r-- | devel/fossil/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index c0df5fa9338..80c5c597b65 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2021/06/16 20:51:26 js Exp $ +# $NetBSD: Makefile,v 1.70 2021/07/10 10:27:32 js Exp $ -DISTNAME= fossil-2.15.2 +DISTNAME= fossil-src-2.16 PKGNAME= ${DISTNAME:S/-src//} -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= devel scm MASTER_SITES= https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 09f00884313..99d9c3cc238 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2021/06/16 20:51:26 js Exp $ +$NetBSD: distinfo,v 1.43 2021/07/10 10:27:32 js Exp $ -SHA1 (fossil-2.15.2.tar.gz) = 83c450fb43dc6f246577f957508790fd08fa363b -RMD160 (fossil-2.15.2.tar.gz) = cbdbc3f64904bb424b3370d15ad54e989cc79f9c -SHA512 (fossil-2.15.2.tar.gz) = f57e39dd9608a0594dac78d1a49f5c50719472d79e568541e7c3ec74d84e332f5dafe52285baf8ecef6796a9047ae4a186d364b5689dbf8b794933bdca924656 -Size (fossil-2.15.2.tar.gz) = 6223232 bytes +SHA1 (fossil-src-2.16.tar.gz) = 97b241c47f4e76cf6524c0c51eac1476d434454d +RMD160 (fossil-src-2.16.tar.gz) = 7654ab8a8fc3ade36bb00808271d22a2e0174f3e +SHA512 (fossil-src-2.16.tar.gz) = 0569640a3b509c592f812a42526eec88ead034ba0ba3de93da62cfb1caa751954ae185eaa3398d411a02ee2a858ecae6cdf4e47199847527f7524fc9798a4b12 +Size (fossil-src-2.16.tar.gz) = 6275775 bytes SHA1 (patch-src_sqlite3.c) = cccf9af1ba8695dedcc5487234541d11f4538f8d |