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 Mar 12 12:51:18 UTC 2023

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update devel/fossil to 2.21

Changes for version 2.21 (2023-02-25)

  * Users can request a password reset. This feature is disabledby default. Use the new self-pw-reset property to enable it. New web pages /resetpw and /reqpwreset added.
  * Add the fossil repack command (together with fossil all repack) as a convenient way to optimize the size of one or all of the repositories on a system.
  * Add the ability to put text descriptions on ticket report formats.
  * Upgrade the test-find-pivot command to the merge-base command.
  * The /chat page can now embed fossil-rendered views of wiki/markdown/pikchr file attachments with the caveat that such embedding happens in an iframe and thus does not inherit styles and such from 
the containing browser window.
  * The fossil all remote subcommand added to "fossil all".
  * Passwords for remembered remote repositories are now stored as irreversible hashes rather than obscured clear-text, for improved security.
  * Add the "nossl" and "nocompress" options to CGI.
  * Update search infrastructure from FTS4 to FTS5.
  * Add the /deltachain page for debugging purposes.
  * Writes to the database are disabled by default if the HTTP request does not come from the same origin. This enhancement is a defense in depth measure only; it does not address any known 
vulnerabilities.
  * Improvements to automatic detection and mitigation of attacks from malicious robots.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.49 -r1.50 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.77 pkgsrc/devel/fossil/Makefile:1.78
--- pkgsrc/devel/fossil/Makefile:1.77   Sat Dec  3 23:24:40 2022
+++ pkgsrc/devel/fossil/Makefile        Sun Mar 12 12:51:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2022/12/03 23:24:40 js Exp $
+# $NetBSD: Makefile,v 1.78 2023/03/12 12:51:18 js Exp $
 
-DISTNAME=      fossil-src-2.20
+DISTNAME=      fossil-src-2.21
 PKGNAME=       ${DISTNAME:S/-src//}
 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.49 pkgsrc/devel/fossil/distinfo:1.50
--- pkgsrc/devel/fossil/distinfo:1.49   Sat Dec  3 23:24:40 2022
+++ pkgsrc/devel/fossil/distinfo        Sun Mar 12 12:51:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2022/12/03 23:24:40 js Exp $
+$NetBSD: distinfo,v 1.50 2023/03/12 12:51:18 js Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index