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 Jun  7 08:13:45 UTC 2026

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.126

# changes

* got 0.126; 2026-05-21
- remove dependency on xxd from the test suite (dep was added in got-0.125)
- really add all relevant parent commits to newly created pack files
- fix serving a branch of entirely unrelated history with gotd
- fix test failures when tests are run with Git 2.54
- initial sha256 support in the network protocol for got clone/fetch/send

* got 0.125; 2026-05-10
- security fix: reject versioned files inside .git, .got, or .cvg directories
- security fix: crafted tree entry names could cause writes outside work tree
- fix redundant pack file cleanup when repository contains symlinks
- prevent NULL pointer dereferences when empty tree objects are encountered


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.21 -r1.22 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.28 pkgsrc/devel/got/Makefile:1.29
--- pkgsrc/devel/got/Makefile:1.28      Fri Apr 17 19:14:28 2026
+++ pkgsrc/devel/got/Makefile   Sun Jun  7 08:13:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/04/17 19:14:28 vins Exp $
+# $NetBSD: Makefile,v 1.29 2026/06/07 08:13:45 vins Exp $
 
-DISTNAME=      got-portable-0.124
+DISTNAME=      got-portable-0.126
 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.21 pkgsrc/devel/got/distinfo:1.22
--- pkgsrc/devel/got/distinfo:1.21      Fri Apr 17 19:14:28 2026
+++ pkgsrc/devel/got/distinfo   Sun Jun  7 08:13:45 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2026/04/17 19:14:28 vins Exp $
+$NetBSD: distinfo,v 1.22 2026/06/07 08:13:45 vins Exp $
 
-BLAKE2s (got-portable-0.124.tar.gz) = 2e0601e7d07065454256919695ca1c9f81e502696de974320ebc06d5ac04ce22
-SHA512 (got-portable-0.124.tar.gz) = 2363d570dd1fcae0c2b1235341249d6efa05a8c3fb14c706d113405d0a937eb5d1efdb9e1aacfeccab9132886dd084d430d9d9577d8ed5a538a8833dbc5dae8c
-Size (got-portable-0.124.tar.gz) = 1735728 bytes
+BLAKE2s (got-portable-0.126.tar.gz) = 587226d7fa2da6cea09fc15d9beaadca8c208ded912d637fa7012898a3674b7b
+SHA512 (got-portable-0.126.tar.gz) = 8ee909d788031abcff97ba35e478c3f08d1187a4d2a1a4f14c5af8735aaee8972b2b18b50c548c2a816427a3a74e319131ea7dc55fcdecee741a5994e6e53845
+Size (got-portable-0.126.tar.gz) = 2628997 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
 SHA1 (patch-tog_tog.c) = 78d4c26c92f3958e3be02f60407354ae2752eb8c



Home | Main Index | Thread Index | Old Index