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 May  1 07:46:48 UTC 2025

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.111

* got 0.111; 2025-04-22
- introduce gotsysd: configure gotd servers by committing to gotsys.git repo
- make gotd run 'gotsys check' on gotsys.conf commits before accepting them
- make gotd run 'gotsys apply' when the gotsys.git repo receives changes
- add a missing malloc failure check to gotd's repo_write process
- make got clone/fetch work against Git servers which do not speak English
- stop processing more messages upon error in gotd repo_write process
- close file descriptors passed to gotd_imsg_compose_event() on failure
- potential fix for use-after-free in lib/repository.c's match_packed_object()
- make gotd return an informative error when the connection limit is exceeded
- in gotctl info, display the time when a client connection was created
- add reload support to gotd, triggered via 'gotctl reload', not via SIGHUP!
- test S_ISREG in parse_ref_file() explicitly rather than via getline(3)
- release ref-file lock when fstat fails in parse_ref_file()
- do not treat unhandled signals as a fatal error in gotwebd
- fix an edge case of tog spinning when 'B' is pressed in log view
- stop using got_repo_map_path() in gotwebd to fix spurious realpath(3) errors
- avoid creation of pack_fds array when not needed, saving file descriptors
- gotwebd now runs as the _gotwebd user by default, rather than "www"
- gotwebd can now serve repositories outside the /var/www chroot directory
- the gotwebd.conf repos_path directive is no longer relative to the chroot
- get rid of the gotwebd-specific libexec helpers in /var/www/bin/gotwebd
- improve gotwebd behaviour when sending data to already disconnected clients
- plug some memory leaks in got-send-pack and got-fetch-pack
- fix got-fetch-http performance when server sends chunked HTTP responses


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.14 -r1.15 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.21 pkgsrc/devel/got/Makefile:1.22
--- pkgsrc/devel/got/Makefile:1.21      Sun Mar 30 08:19:47 2025
+++ pkgsrc/devel/got/Makefile   Thu May  1 07:46:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/03/30 08:19:47 vins Exp $
+# $NetBSD: Makefile,v 1.22 2025/05/01 07:46:48 vins Exp $
 
-DISTNAME=      got-portable-0.110
+DISTNAME=      got-portable-0.111
 PKGNAME=       ${DISTNAME:S/-portable//}
 CATEGORIES=    devel
 MASTER_SITES=  http://gameoftrees.org/releases/portable/

Index: pkgsrc/devel/got/distinfo
diff -u pkgsrc/devel/got/distinfo:1.14 pkgsrc/devel/got/distinfo:1.15
--- pkgsrc/devel/got/distinfo:1.14      Sun Mar 30 07:34:28 2025
+++ pkgsrc/devel/got/distinfo   Thu May  1 07:46:48 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/03/30 07:34:28 vins Exp $
+$NetBSD: distinfo,v 1.15 2025/05/01 07:46:48 vins Exp $
 
-BLAKE2s (got-portable-0.110.tar.gz) = b561c6d843a8bbbbc65ee9fccd8b0bc0aec1851e933d238abe8b7093246e1fa6
-SHA512 (got-portable-0.110.tar.gz) = 878a7ceeec7fa657b75043aa2dfcf8580d37e2498f27ea3c5053fe8f98f675a879c171d56fa4c8025e9645f5a8c616ad3729007de303fc04fa4a0d5091da5c49
-Size (got-portable-0.110.tar.gz) = 1560479 bytes
+BLAKE2s (got-portable-0.111.tar.gz) = 7252feaa11045ae26e38bbe0bc9cee59d294b7caf6d825417d0c42349880d087
+SHA512 (got-portable-0.111.tar.gz) = 8e70b5329da44d0069ac2847f1f883fe4978d698ee79c2ce339994d57058a05f2bdcad5df8061a1c71304510aafe7f23b7f99bd810d667563bd05b4626f6a435
+Size (got-portable-0.111.tar.gz) = 1566105 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index