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 Jun 25 18:01:14 UTC 2023

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update devel/fossil to 2.22

Changes for version 2.22 (2023-05-31)
  *  Enhancements to the /timeline webpage:
       *  Add the ft=TAG query parameter which in combination with d=Y
          shows all descendants of Y up to TAG
       *  Enhance the s=PATTERN (search) query parameter so that forum post
          text is also searched when the "vfx" query parameter is used
       *  Fix the u= (user) query parameter so that it works with a= and b=
       *  Add the oldestfirst query parameter to show the events in reverse
          order.
          Useful in combination with y=f and vfs and perhaps also u= to show all
          forum events in chronological order
       *  For the p=X and bt=Y query parameter combination, if Y is a tag that
          identifies multiple check-ins, search backwards in time for Y
          beginning at X
  *  Administrators can select to skip sending notifications about new forum
     posts.
  *  If the value N is negative in "--context N" or "-c N" to the various diff
     commands, then treat it as infinite and show the complete file content.
  *  The stock OCI container no longer includes BusyBox, thus no longer
     needs to start as root to chroot that power away. That in turn
     frees us from needing to build and install the container as root,
     since it no longer has to create a private /dev tree inside the jail for
     Fossil's use.
  *  Add support for the trigram tokenizer for FTS5 search to enable
     searching in Chinese.
  *  Comment lines (starting with a '#') are now supported inside
     versioned settings.
  *  Default permissions for anonymous users in new repositories is
     changed to "hz".
  *  The fossil status command now detects when a file used to be a symlink and
     has been replaced by a regular file.
     (It previously checked for the inverse case only.)
  *  The empty-dirs setting now reuses the same parser as the *-glob settings
     instead of its prior idiosyncratic parser, allowing quoted whitespace in
     patterns.
  *  Enhancements to the /reports webpage:
       *  The by-week, by-month, and by-year options now show an estimated
          size of the current week, month, or year as a dashed box.
       *  New sub-categories "Merge Check-ins" and "Non-Merge Check-ins".


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.50 -r1.51 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.80 pkgsrc/devel/fossil/Makefile:1.81
--- pkgsrc/devel/fossil/Makefile:1.80   Wed Jun 14 10:29:33 2023
+++ pkgsrc/devel/fossil/Makefile        Sun Jun 25 18:01:14 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2023/06/14 10:29:33 riastradh Exp $
+# $NetBSD: Makefile,v 1.81 2023/06/25 18:01:14 js Exp $
 
-DISTNAME=      fossil-src-2.21
+DISTNAME=      fossil-src-2.22
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/
 

Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.50 pkgsrc/devel/fossil/distinfo:1.51
--- pkgsrc/devel/fossil/distinfo:1.50   Sun Mar 12 12:51:18 2023
+++ pkgsrc/devel/fossil/distinfo        Sun Jun 25 18:01:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2023/03/12 12:51:18 js Exp $
+$NetBSD: distinfo,v 1.51 2023/06/25 18:01:14 js Exp $
 
-BLAKE2s (fossil-src-2.21.tar.gz) = 795e46c9b439843f8d59881cdcc823f4e2d92138363ab8a051af2af6661bbc5b
-SHA512 (fossil-src-2.21.tar.gz) = 22534eb632f485de895b291a35325efe9bfd13ec0df84e94afe822593489ecdb2998352dcd501123d8d4c426a40bd4ff43190b50fb849392f886dd94bee42bf3
-Size (fossil-src-2.21.tar.gz) = 6703622 bytes
+BLAKE2s (fossil-src-2.22.tar.gz) = bd8fa34fa030d8245b45ab68d6e34d6dcdd1ebd29b85a4b6e2ace795dbd9220f
+SHA512 (fossil-src-2.22.tar.gz) = 99a456301ae4ac72449985ff3b8b2139b805ff84e27ffe4325bad0c90643dd51c655b0210cbfa290a621e33e42e1e35b75a6cdc1beb093221d2b5d23d64591bc
+Size (fossil-src-2.22.tar.gz) = 6730858 bytes



Home | Main Index | Thread Index | Old Index