pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/fossil



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Feb  7 13:55:18 UTC 2021

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update devel/fossil to 2.14

Changes for Version 2.14 (2021-01-20)

  * Schema Update Notice #1: This release drops a trigger from the database schema (replacing it with a TEMP trigger that is created as needed). This change happens automatically the first time you 
add content to a repository using Fossil 2.14 or later. No action is needed on your part. However, if you upgrade to version 2.14 and then later downgrade or otherwise use an earlier version of 
Fossil, the email notification mechanism may fail to send out notifications for some events, due to the missing trigger. If you want to permanently downgrade an installation, then you should run 
"fossil rebuild" after the downgrade to get email notifications working again. If you are not using email notification, then the schema change will not affect you in any way.
  * Schema Update Notice #2: This release changes how the descriptions of wiki edits are stored in the EVENT table, for improved display on timelines. You must run "fossil rebuild" to take advantage 
of this enhancement. Everything will still work without "fossil rebuild", except you will get goofy descriptions of wiki updates in the timeline.
  * Add support for Fossil chat.
  * The "fossil clone" command is enhanced so that if the repository filename is omitted, an appropriate name is derived from the remote URL and the newly cloned repo is opened. This makes the clone 
command work more like Git, thus making it easier for people transitioning from Git.
  * Added the --mainbranch option to the fossil git export command.
  * Added the --format option to the "fossil timeline" command.
  * Enhance the --numstat option on the "fossil diff" command so that it shows a total number of lines added and deleted and total number of files modified.
  * Add the "contact" sub-command to fossil user.
  * Added commands "fossil all git export" and "fossil all git status".
  * Added the "df=CHECKIN" query parameter to the /timeline page.
  * Improvements to the "/sitemap" page. Add subpages /sitemap-timeline and /sitemap-test.
  * Better text position in cylinder objects of Pikchr diagrams.
  * New "details.txt" settings available to custom skins to better control the rendering of Pikchr diagrams:
      * pikchr-foreground
      * pikchr-scale
      * pikchr-fontscale
  * Allow the use of SQL functions inside the ticket table definition for custom ticket configurations.
  * The built-in SQLite is updated to version 3.35.0 alpha containing performance optimizations, especially performance associated with startup, and minor improvements to the CLI.
  * Performance optimizations to Fossil itself.
  * Countless improvements and enhancements to the documentation


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/fossil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.63 pkgsrc/devel/fossil/Makefile:1.64
--- pkgsrc/devel/fossil/Makefile:1.63   Fri Nov  6 00:51:25 2020
+++ pkgsrc/devel/fossil/Makefile        Sun Feb  7 13:55:18 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/11/06 00:51:25 js Exp $
+# $NetBSD: Makefile,v 1.64 2021/02/07 13:55:18 js Exp $
 
-DISTNAME=      fossil-src-2.13
+DISTNAME=      fossil-src-2.14
 PKGNAME=       ${DISTNAME:S/-src//}
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 CATEGORIES=    devel scm

Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.38 pkgsrc/devel/fossil/distinfo:1.39
--- pkgsrc/devel/fossil/distinfo:1.38   Fri Nov  6 00:51:25 2020
+++ pkgsrc/devel/fossil/distinfo        Sun Feb  7 13:55:18 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2020/11/06 00:51:25 js Exp $
+$NetBSD: distinfo,v 1.39 2021/02/07 13:55:18 js Exp $
 
-SHA1 (fossil-src-2.13.tar.gz) = 14b8285e000a96ed4474608cf51ea3284a2b0e98
-RMD160 (fossil-src-2.13.tar.gz) = 2f9aa5461af25381ec017f4027fc2286b46b5278
-SHA512 (fossil-src-2.13.tar.gz) = bd756aaac2f39005b690230c5a4ef4d618a3200a8eb499aa964285050c247edfb0abfa5db5522269e0a5ee2737c71393a523dc2d7e37eae076364185137964f8
-Size (fossil-src-2.13.tar.gz) = 6121223 bytes
+SHA1 (fossil-src-2.14.tar.gz) = 2185e835891b0ae5f16f12c8c5ba9b7cc00485d5
+RMD160 (fossil-src-2.14.tar.gz) = f8311056fb75bfce74a09bf93cf372da4cf3eaa4
+SHA512 (fossil-src-2.14.tar.gz) = f95291886484c9fb98224c17e07c9c2ada3d79974359234f1cc6a8fce603e45bf980ffe4f43a473d74d190b6975fff66e8d35ca680747385e72981caabfd6b10
+Size (fossil-src-2.14.tar.gz) = 6207277 bytes
 SHA1 (patch-src_sqlite3.c) = cccf9af1ba8695dedcc5487234541d11f4538f8d



Home | Main Index | Thread Index | Old Index