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 Jul 14 16:57:19 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile distinfo
Log Message:
devel/got: update to 0.155
# upstream changes (since 0.112)
* got 0.115; 2025-06-27
- make errors reported by gotsys-apply-conf actually visible
- stop trying to start gotd from gotsys-apply-conf if gotd is not running
- fix infinite loop in got_pack_repaint_parent_commits() and got-read-pack
- fix creation of gotd.conf deny rules in gotsys-write-conf
- add support for global repository access rules to gotsysd.conf
- fix segfault due to double-free in got-read-gotconfig
* got 0.114; 2025-06-23
- preserve author timestamps when rebasing commits
- stop running ssh with -q by default; -q hides host key fingerprint errors
- fix gotsys-read-conf crash when ssh key comments are missing in gotsys.conf
- relax repository path permission checks in gotsys-repo-create
- add gotsys apply -w option which waits until sysconf has been run
- fix gotsysd getting stuck due to missing final messages from libexec helpers
- plug a file descriptor leak in the gotsysd libexec process
* got 0.113; 2025-06-05
- tweak 'got status' and 'got add' ignores handling for better git compatibility
- improve redundant pack detection during 'gotadmin cleanup'
- gotwebd: do not forget to initialize *ngroups argument for getgrouplist()
- fix default access for root and _gotd when gotsysd runs without config file
- fix bogus "unexpected privsep message" from gotsh during 'got send'
- fix a race in gotd notification processing causing notify process to exit
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.16 -r1.17 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.23 pkgsrc/devel/got/Makefile:1.24
--- pkgsrc/devel/got/Makefile:1.23 Fri May 23 17:41:17 2025
+++ pkgsrc/devel/got/Makefile Mon Jul 14 16:57:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/05/23 17:41:17 vins Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/14 16:57:19 vins Exp $
-DISTNAME= got-portable-0.112
+DISTNAME= got-portable-0.115
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.16 pkgsrc/devel/got/distinfo:1.17
--- pkgsrc/devel/got/distinfo:1.16 Fri May 23 17:41:17 2025
+++ pkgsrc/devel/got/distinfo Mon Jul 14 16:57:19 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2025/05/23 17:41:17 vins Exp $
+$NetBSD: distinfo,v 1.17 2025/07/14 16:57:19 vins Exp $
-BLAKE2s (got-portable-0.112.tar.gz) = 44b5f9face46968002b7840044e0f2ac4e9c47ab2c76174f43f9859f71d97dda
-SHA512 (got-portable-0.112.tar.gz) = bbc091715d701ae0cfd1095e9a3769dcb09fa2873d79d8aa34167853c62e050e044436af0307ce90d24ba9176c9dacbe6965a3f511294075a094e7b8506cb9e9
-Size (got-portable-0.112.tar.gz) = 1568016 bytes
+BLAKE2s (got-portable-0.115.tar.gz) = b851b77547004ff8f48b0a3e4598de0a3487d02a517d42ebdc460cb205826e09
+SHA512 (got-portable-0.115.tar.gz) = 91676eb08d21486acc7b9e81e47d2ae1df2d12c8a7657df30239d93e29ce01b10e33dce27dc7905e72e9bfe343c3061d105ed6c8dbca2cf1fa1ee23c87624579
+Size (got-portable-0.115.tar.gz) = 1579926 bytes
SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
Home |
Main Index |
Thread Index |
Old Index