pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Mar 17 11:38:48 UTC 2024

Modified Files:
        pkgsrc/devel/got: Makefile distinfo
        pkgsrc/devel/got/files: README.pkgsrc

Log Message:
devel/got: update to 0.97

# upstream changes (since 0.95)

* got 0.97; 2024-03-11
  see git repository history for per-change authorship information
- improve error messages shown upon execv failure
- fix 'gotadmin pack' crash upon Ctrl-C due to invalid imsg_free()
- significantly speed up deltification of large files
- improve error handling in got_privsep_recv_imsg()

* got 0.96; 2024-02-13
  see git repository history for per-change authorship information
- gotwebd: add foldable commit briefs
- gotwebd: fix (again) the styling for the next/prev buttons
- gotwebd: add knob for the number of tags and commits in the summary page
- gotwebd: remove PAGE handling
- gotwebd: retire max_repos setting
- gotwebd: guard against missig folder and file parameter in BLOB and BLAME
- gotwebd: improve copy-paste from BLOB pages
- gotwebd: fix colour of target lines in dark mode CSS
- gotwebd.conf.5: show defaults, improve EXAMPLES
- gotwebd.8: improve EXAMPLES sections
- fix logging during gotwebd shutdown
- plug several memory leaks in tog
- plug object id queue leak when iterating pack index files
- ensure tmp file is closed and fix UB in diff error path
- do not crash when a meta-data file in the .got directory is empty
- make the gotd auth process provide the user's account name for later use
- avoid opening objects in the gotd session process for no reason
- use imsg_get_fd() instead of imsg->fd everywhere
- tolerate remotes without urls in git config file for interop with git-annex
- plug some fd leaks in the fdopen{,dir} error paths
- log -b: handle merge commits unrelated to requested changed path history
- fix use of uninitialized variable in update_blob()
- plug memory leak in got_pack_dump_delta_chain_to_file()
- never write accum_buf on error in got_pack_dump_delta_chain_to_file()


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/got/Makefile pkgsrc/devel/got/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/got/files/README.pkgsrc

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

Modified files:

Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.4 pkgsrc/devel/got/Makefile:1.5
--- pkgsrc/devel/got/Makefile:1.4       Sun Feb 11 14:47:06 2024
+++ pkgsrc/devel/got/Makefile   Sun Mar 17 11:38:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/02/11 14:47:06 vins Exp $
+# $NetBSD: Makefile,v 1.5 2024/03/17 11:38:48 vins Exp $
 
-DISTNAME=      got-portable-0.95
+DISTNAME=      got-portable-0.97
 PKGNAME=       ${DISTNAME:S/-portable//}
 CATEGORIES=    devel
 MASTER_SITES=  https://gameoftrees.org/releases/portable/
Index: pkgsrc/devel/got/distinfo
diff -u pkgsrc/devel/got/distinfo:1.4 pkgsrc/devel/got/distinfo:1.5
--- pkgsrc/devel/got/distinfo:1.4       Sun Feb 11 14:47:06 2024
+++ pkgsrc/devel/got/distinfo   Sun Mar 17 11:38:48 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2024/02/11 14:47:06 vins Exp $
+$NetBSD: distinfo,v 1.5 2024/03/17 11:38:48 vins Exp $
 
-BLAKE2s (got-portable-0.95.tar.gz) = 0207d87899366b18310ef711c9e0c89fb1190363be6976b105891a2cb0ee51cf
-SHA512 (got-portable-0.95.tar.gz) = d07efc24bbf3228a888fa3731672d0196411cba7f2efff654d30e2bbe4dca2518fc0892cfbf8e8a438872d1a1dece8a1df2569127cd0204042b859b54d5e4ce5
-Size (got-portable-0.95.tar.gz) = 1271793 bytes
+BLAKE2s (got-portable-0.97.tar.gz) = 9caf0bcc51a36bc90af1bd33e2e65ee556e6e435ec73a6f9d6b5cc458b8eeb0c
+SHA512 (got-portable-0.97.tar.gz) = 7d1b47b9dfbde7bce60fd7448e1cd81d19c0d576238642f17bb735a6183a31a590d573cbe329e7ab4b67f29ead1b62a67c173d7e57a0282d89f9cac70f60bdd0
+Size (got-portable-0.97.tar.gz) = 1269488 bytes
 SHA1 (patch-compat_sha2.h) = 56c722110049bbbc6ccbbf0418717d2430788459
 SHA1 (patch-gotd_log.h) = eb0890789c1fe7a490ea01d02e48fd71cddc2891

Index: pkgsrc/devel/got/files/README.pkgsrc
diff -u pkgsrc/devel/got/files/README.pkgsrc:1.1 pkgsrc/devel/got/files/README.pkgsrc:1.2
--- pkgsrc/devel/got/files/README.pkgsrc:1.1    Sun Feb 11 14:47:06 2024
+++ pkgsrc/devel/got/files/README.pkgsrc        Sun Mar 17 11:38:48 2024
@@ -29,9 +29,9 @@ First we need to check out the got sourc
     $ chown -R _gotd:_gotd @VARBASE@/git
     ----------------------------------------------------------------
 
-For our examplei, we need to create an anonymous ssh login user
-and group with an empty password to allow everyone read only access.
-For a more restricted setup it is also possible to create a developer
+For our example, we need to create an anonymous ssh login user and
+group with an empty password to allow everyone read only access.
+For a more restricted setup, it is also possible to create a developer
 group and users with pre-shared ssh keys.
 
     ----------------------------------------------------------------



Home | Main Index | Thread Index | Old Index