pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/fossil Update devel/fossil to 2.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ac426a31dff
branches: trunk
changeset: 389345:5ac426a31dff
user: js <js%pkgsrc.org@localhost>
date: Sat Dec 03 23:24:40 2022 +0000
description:
Update devel/fossil to 2.20
Changes for version 2.20 (2022-11-16)
* Added the chat-timeline-user setting. If it is not an empty string, then any
changes that would appear on the timeline are announced in the chat room.
* The /unsubscribe page now requests confirmation. Email notifications now
contain only an "Unsubscribe" link, and not a link to subscription
management.
* Added the "fossil branch lsh" subcommand to list the most recently modified
branches.
* More elements of the /info page are now inside of an accordion.
* Replace the --dryrun flag with --dry-run in all commands which still used
the former name, for consistency.
* Rebuilt the stock Dockerfile to create a "from scratch" Busybox based
container image via an Alpine Linux intermediary
* Added a new document describing how to customize, use, and run that
container.
* Added "by hour of day" report to the /reports page.
* Improved correctness, usability, and efficiency for the case when values in
a TICKET's column tend to be long and volatile.
* Fixed a bug introduced in 2.17 that prevented clone --unversioned from
completing the retrieval of UV files from the remote repo. While fixing
that, enabled UV tracing output with clone --unversioned --verbose, making
it consonant with uv sync --verbose.
diffstat:
devel/fossil/Makefile | 5 ++---
devel/fossil/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r eff18762d762 -r 5ac426a31dff devel/fossil/Makefile
--- a/devel/fossil/Makefile Sat Dec 03 21:59:47 2022 +0000
+++ b/devel/fossil/Makefile Sat Dec 03 23:24:40 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2022/11/23 16:19:48 adam Exp $
+# $NetBSD: Makefile,v 1.77 2022/12/03 23:24:40 js Exp $
-DISTNAME= fossil-src-2.19
+DISTNAME= fossil-src-2.20
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/
diff -r eff18762d762 -r 5ac426a31dff devel/fossil/distinfo
--- a/devel/fossil/distinfo Sat Dec 03 21:59:47 2022 +0000
+++ b/devel/fossil/distinfo Sat Dec 03 23:24:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2022/07/31 09:57:08 js Exp $
+$NetBSD: distinfo,v 1.49 2022/12/03 23:24:40 js Exp $
-BLAKE2s (fossil-src-2.19.tar.gz) = 7dccbfe5234d3908033cccec350aae7e8c952ad2e76d0bbd1671a58fdeeca6c3
-SHA512 (fossil-src-2.19.tar.gz) = fcd84df2d84c3a958bb19228de4320456382d3c925717c58bec42de86d96383a9208fb31ba6aaeccd9bc6bba949048d5c1ce3d2b3e8535951956ae18d9aa34e4
-Size (fossil-src-2.19.tar.gz) = 6435868 bytes
+BLAKE2s (fossil-src-2.20.tar.gz) = 4ddf14386097a3a2edae9b5b5aaf9e9a2346a8288b67e84ca1b73937521f06df
+SHA512 (fossil-src-2.20.tar.gz) = 39d28957e7f078a3563005d180c99d92ca77d1c972d33e436b1f46780f61e4e0c79c5b0d3f4a0497c85b728d1b2e37d45a1054db7747e62433bc60a52e55db4d
+Size (fossil-src-2.20.tar.gz) = 6722255 bytes
Home |
Main Index |
Thread Index |
Old Index