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: khorben
Date: Sun Sep 28 14:45:23 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile distinfo
Log Message:
devel/got: update to 0.118
# upstream changes
* got 0.118; 2025-09-09
- security fix for -portable: gotwebd can be tricked into reading
repositories outside its repos_path; bug introduced in got-0.111;
OpenBSD is not affected
- make 'tog diff' show the repository name in names of patches written
to /tmp
- plug memory leaks which were making gotwebd regress tests fail
- fix parallel processing of requests in gotwebd, improving
responsiveness
- set gotwebd pledges according to address families of listening sockets
- run gotwebd fcgi parameter parsing in a dedicated process under pledge
"stdio"
- make gotd commit notifications only show history which is unique to
the branch
- enable sftp/scp support in the sshd_config file generated by gotsysd
- make gotsysd-managed repositories readable for the _gotd group
XXX pull-up to the stable branch
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.18 -r1.19 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.25 pkgsrc/devel/got/Makefile:1.26
--- pkgsrc/devel/got/Makefile:1.25 Sun Aug 24 17:01:36 2025
+++ pkgsrc/devel/got/Makefile Sun Sep 28 14:45:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/08/24 17:01:36 vins Exp $
+# $NetBSD: Makefile,v 1.26 2025/09/28 14:45:23 khorben Exp $
-DISTNAME= got-portable-0.117
+DISTNAME= got-portable-0.118
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.18 pkgsrc/devel/got/distinfo:1.19
--- pkgsrc/devel/got/distinfo:1.18 Sun Aug 24 17:01:36 2025
+++ pkgsrc/devel/got/distinfo Sun Sep 28 14:45:23 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2025/08/24 17:01:36 vins Exp $
+$NetBSD: distinfo,v 1.19 2025/09/28 14:45:23 khorben Exp $
-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
+BLAKE2s (got-portable-0.118.tar.gz) = eec21df21bce246b4977fc7a4378fcbe6598605c7dc27cf0d8c55d550fb1c2f6
+SHA512 (got-portable-0.118.tar.gz) = e733256d703adceb152b792443fbf25f7594a2bc1dbbdde01bd30dd8de046d5f6785ac10308ee969915d80b3c861dda1db09436f99f467829a5beb0011b22699
+Size (got-portable-0.118.tar.gz) = 1587727 bytes
SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
Home |
Main Index |
Thread Index |
Old Index