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 Aug 24 17:01:36 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile distinfo
Log Message:
devel/got: update to 0.117
# upstream changes
* got 0.117; 2025-08-17
- regress: replace "sed -i" with ed(1) for portable in-place editing
- ensure that error messages from gotsysd libexec helpers get logged
- fix gotsysd using wrong auth and hmac labels in the generated gotd.conf
- preserve bad symlinks across merges during rebase and histedit
- improve binary files detection: detect any control characters, not just NUL
- gotwebd: fix race condition resulting in trucated html with trailing garbage
- make commit coloring faster and more accurate, producing smaller pack files
- improve selection of pack files for pinning in the open pack file cache
- regress: don't load global/home git configuration files while running tests
- make 'got clone' set a got.conf default branch for fetching only, not sending
* got 0.116; 2025-07-25
- make our pack-refs header format align with the expectations of git 2.50.0
- fix bogus "bad offset in pack file" errors wrongly raised by gotd
- fix gotd branch protection rejecting commits that already exist on server
- pick a default branch to clone when the server does not advertise HEAD symref
- do not clobber changes staged via stage -p during "got revert"
- enforce additional restrictions on reference names specified in gotsys.conf
- change gotwebd favicons to show the smiley fish only
- fix gotd reload when /etc/gotd-secrets.conf is used
- fix bogus "raw object has unexpected size" errors during deltification
- fix bug in delta block stretch size calculation resulting in invalid deltas
- fix gotsysd behaviour when the anonymous user is removed from gotsys.conf
- add support for email and http/json notifications to gotsysd and gotsys.conf
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.17 -r1.18 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.24 pkgsrc/devel/got/Makefile:1.25
--- pkgsrc/devel/got/Makefile:1.24 Mon Jul 14 16:57:19 2025
+++ pkgsrc/devel/got/Makefile Sun Aug 24 17:01:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/07/14 16:57:19 vins Exp $
+# $NetBSD: Makefile,v 1.25 2025/08/24 17:01:36 vins Exp $
-DISTNAME= got-portable-0.115
+DISTNAME= got-portable-0.117
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.17 pkgsrc/devel/got/distinfo:1.18
--- pkgsrc/devel/got/distinfo:1.17 Mon Jul 14 16:57:19 2025
+++ pkgsrc/devel/got/distinfo Sun Aug 24 17:01:36 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2025/07/14 16:57:19 vins Exp $
+$NetBSD: distinfo,v 1.18 2025/08/24 17:01:36 vins Exp $
-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
+BLAKE2s (got-portable-0.117.tar.gz) = 150e026a0807918bdd97e0b9e9d9602497e2bb10ab0ae14065ff9786e5eb10f4
+SHA512 (got-portable-0.117.tar.gz) = 80371a41218e7bcad71c6fe2d847e4a67fc947be61affe9eae555954e526693ebd8b9b7c86495efa41764aed924f393adfc5d2d273015cbcb22dcaf8377db9e1
+Size (got-portable-0.117.tar.gz) = 2497749 bytes
SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
Home |
Main Index |
Thread Index |
Old Index