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:           Sat Jul 10 10:27:32 UTC 2021

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.42 -r1.43 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.69 pkgsrc/devel/fossil/Makefile:1.70
--- pkgsrc/devel/fossil/Makefile:1.69   Wed Jun 16 20:51:26 2021
+++ pkgsrc/devel/fossil/Makefile        Sat Jul 10 10:27:32 2021
@@ -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}/
 

Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.42 pkgsrc/devel/fossil/distinfo:1.43
--- pkgsrc/devel/fossil/distinfo:1.42   Wed Jun 16 20:51:26 2021
+++ pkgsrc/devel/fossil/distinfo        Sat Jul 10 10:27:32 2021
@@ -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



Home | Main Index | Thread Index | Old Index