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:           Thu Feb 13 16:48:29 UTC 2025

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.108

# changes
* got 0.108; 2025-01-22
- add ssh -i identity-file support to commands which use the network
- make 'got import' output independent of readdir(3) entry order
- avoid full file content comparisons in 'got status' for speed
- tog: fix NULL deref when log view T keymap is used on worktree entry
- tog: fix a deadlock (hang) in the log view implementation
- tog: plug a memory leak
- tog: do not exit if a tag pointing at a non-commit is selected in ref view
- tog: do not mark an incorrect base commit in nested log views
- tog: fix NULL deref when scrolling small tree views down
- tog: avoid showing a negative log view entry index
- tog: do not apply a pointless count modifier to the H, &, p keymaps
- tog: do not make users wait for the worktree diff to quit out of tog
- gotwebd: make parent process drop root privileges
- gotwebd: drop read access to /var/www from parent process
- gotwebd: rename "socket" processes to "server"
- gotadmin cleanup: pack the repository before removing objects
- gotadmin cleanup: do not delete directly referenced trees and blobs
- gotadmin cleanup: do not delete objects reachable via nested tags
- regress: skip test memleak_send_basic in sha256 mode; expected to fail
- regress: make seq(1) invocations portable to fix test failures on linux
- regress/gotwebd: implement paginated commits test


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/got/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/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.14 pkgsrc/devel/got/Makefile:1.15
--- pkgsrc/devel/got/Makefile:1.14      Mon Jan 13 19:35:40 2025
+++ pkgsrc/devel/got/Makefile   Thu Feb 13 16:48:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/01/13 19:35:40 vins Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/13 16:48:29 vins Exp $
 
-DISTNAME=      got-portable-0.107
+DISTNAME=      got-portable-0.108
 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.11 pkgsrc/devel/got/distinfo:1.12
--- pkgsrc/devel/got/distinfo:1.11      Mon Jan 13 19:35:40 2025
+++ pkgsrc/devel/got/distinfo   Thu Feb 13 16:48:29 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2025/01/13 19:35:40 vins Exp $
+$NetBSD: distinfo,v 1.12 2025/02/13 16:48:29 vins Exp $
 
-BLAKE2s (got-portable-0.107.tar.gz) = f076d3a77c07444470ac35f9c48cb96a796dd4303b00862e08d15221bcc3d853
-SHA512 (got-portable-0.107.tar.gz) = ad8fcded312f9c573d2ede41749590c236ed63991cd5f7c89cd2e1621d38a78098fb7856059a49993ec96914f9fea8bc08ff8b397ed734ee6f63e3c24b4aa6f3
-Size (got-portable-0.107.tar.gz) = 1524409 bytes
+BLAKE2s (got-portable-0.108.tar.gz) = a7cdc809209e7d84be4ae92d71c4787bcfee031516659f0d6d0869d59edbc8cb
+SHA512 (got-portable-0.108.tar.gz) = d3ac55dfb75a57588cdd39413a5fc2bb415c89a51a348bee6d7e08f038d4ba7f192366c42318b2b6cce96789cacd498e53cf53927f034e0a19e9539f739a1728
+Size (got-portable-0.108.tar.gz) = 1525138 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index