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 Mar  9 20:53:49 UTC 2025

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.109

* got 0.109; 2025-02-14
- fix gotd failing to protect references when the client sends an empty pack
- during pack generation, fix exclusion of commits via an ancestor commit
- fix a bogus "received unexpected privsep message" error from gotsh
- fix diffstat path order bug in field width computation
- gotwebd: preserve 'folder=' parameter when following More links


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/got/Makefile:1.16
--- pkgsrc/devel/got/Makefile:1.15      Thu Feb 13 16:48:29 2025
+++ pkgsrc/devel/got/Makefile   Sun Mar  9 20:53:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/02/13 16:48:29 vins Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/09 20:53:49 vins Exp $
 
-DISTNAME=      got-portable-0.108
+DISTNAME=      got-portable-0.109
 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.12 pkgsrc/devel/got/distinfo:1.13
--- pkgsrc/devel/got/distinfo:1.12      Thu Feb 13 16:48:29 2025
+++ pkgsrc/devel/got/distinfo   Sun Mar  9 20:53:49 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2025/02/13 16:48:29 vins Exp $
+$NetBSD: distinfo,v 1.13 2025/03/09 20:53:49 vins Exp $
 
-BLAKE2s (got-portable-0.108.tar.gz) = a7cdc809209e7d84be4ae92d71c4787bcfee031516659f0d6d0869d59edbc8cb
-SHA512 (got-portable-0.108.tar.gz) = d3ac55dfb75a57588cdd39413a5fc2bb415c89a51a348bee6d7e08f038d4ba7f192366c42318b2b6cce96789cacd498e53cf53927f034e0a19e9539f739a1728
-Size (got-portable-0.108.tar.gz) = 1525138 bytes
+BLAKE2s (got-portable-0.109.tar.gz) = cb6a89f1d2f3dd05f0559dd5ca70ec65c55fda8d43c8ddea68210ffbb870e8eb
+SHA512 (got-portable-0.109.tar.gz) = f65780529cf704b9679c31cb8e2036627c0f5e24df6dd9a4b9edcb3c9d24543251826b2d7d2fc6a1b9044e08e807fa3499476566825e0dbb190720ab70d86833
+Size (got-portable-0.109.tar.gz) = 1527363 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index