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:           Mon Jan 13 19:35:40 UTC 2025

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.107

# changes

* got 0.107; 2024-12-28
- gotwebd.css styling tweaks
- hide ssh debug output during fetch/send -v, keep showing it at -vv and -vvv
- discern mixed-commit worktree diffs with commit ID headers
- gotwebd: avoid printf("%s", NULL) when path parameter is not in query
- implement a regression test harness for gotwebd
- fix free() called with bogus pointer in 'got fetch'; regression from 0.106
- ensure config privsep children get collected upon error to prevent zombies
- fix some fprintf(3) failure checks
- gotwebd: replace strftime(3) with asctime_r(3) for the sake of consistency
- tweak gotwebd log message levels, and log requests in verbose (-v) mode
- prevent out-of-bounds read during gotwebd fcgi record debugging
- implement tog work tree diff support via log view and CLI
- improve error reporting when 'got patch' encounters malformed patches
- improve got_opentemp_named_fd error reporting by showing the path template
- add ssh -J jumphost support to got and cvg commands which use the network
- add regression tests checking for memory leaks with Otto malloc and ktrace
- got tag: change -s signer to -S signer
- got tag: provide one-line output mode via new -s option
- tog: use wtimeout(3) instead of nodelay(3) to honour our display refresh rate
- switch got_pathlist data store from TAILQ to RB-tree
- plug many memory leaks, some of which affected gotwebd in particular


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/devel/got/Makefile:1.14
--- pkgsrc/devel/got/Makefile:1.13      Sun Dec  1 16:21:32 2024
+++ pkgsrc/devel/got/Makefile   Mon Jan 13 19:35:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/12/01 16:21:32 vins Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/13 19:35:40 vins Exp $
 
-DISTNAME=      got-portable-0.106
+DISTNAME=      got-portable-0.107
 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.10 pkgsrc/devel/got/distinfo:1.11
--- pkgsrc/devel/got/distinfo:1.10      Sun Dec  1 16:21:32 2024
+++ pkgsrc/devel/got/distinfo   Mon Jan 13 19:35:40 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2024/12/01 16:21:32 vins Exp $
+$NetBSD: distinfo,v 1.11 2025/01/13 19:35:40 vins Exp $
 
-BLAKE2s (got-portable-0.106.tar.gz) = fe14d768ac04fa61950c3d9a495013e8a4fde0cf9e165aeeff661ea4e7c713b5
-SHA512 (got-portable-0.106.tar.gz) = 29aa8ebcd9266fc136cb3ec9d836265ed6e7ad6c2c7b27cab6f5b010960bdb31db18d8ee8376d0f3a4c562632094118c06ed10a366ba03c7c0a66c06fe5cd9f0
-Size (got-portable-0.106.tar.gz) = 1510753 bytes
+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
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index