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:           Tue Jul 30 14:21:07 UTC 2024

Modified Files:
        pkgsrc/devel/got: Makefile distinfo
Removed Files:
        pkgsrc/devel/got/patches: patch-compat_sha2.h

Log Message:
devel/got: update to 0.101

# changes
- improve gotwebd.8 one-line description
- adjust some SIZE_MAX bounds checks
- fix histedit -e bug where reverting all the changes caused histedit -c cycles
- show a more useful error when a reference name collides with another
- improve error message shown by 'got send' when ancestry has diverged
- fix wrong gotwebd default repository path in the manpage
- tog: fix jumping to the next commit from the diff view with the J key
- tog: fix horizontal scroll bug that draws a trailing '.'
- gotwebd: plug file descriptor leak in error path
- fix bug that prevented gotwebd from working without a config file


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/got/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/got/patches/patch-compat_sha2.h

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.10 pkgsrc/devel/got/Makefile:1.11
--- pkgsrc/devel/got/Makefile:1.10      Mon Jun 10 09:47:23 2024
+++ pkgsrc/devel/got/Makefile   Tue Jul 30 14:21:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/06/10 09:47:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2024/07/30 14:21:07 vins Exp $
 
-DISTNAME=      got-portable-0.100
+DISTNAME=      got-portable-0.101
 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.7 pkgsrc/devel/got/distinfo:1.8
--- pkgsrc/devel/got/distinfo:1.7       Sun Jun  9 13:25:05 2024
+++ pkgsrc/devel/got/distinfo   Tue Jul 30 14:21:07 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/06/09 13:25:05 vins Exp $
+$NetBSD: distinfo,v 1.8 2024/07/30 14:21:07 vins Exp $
 
-BLAKE2s (got-portable-0.100.tar.gz) = aa06b013c524affa0c6c2550b60049c0081e5e9f3fdafca29acc6e4cb2ae1e69
-SHA512 (got-portable-0.100.tar.gz) = 3b1024c04b0a501afef160cb18a4459185bbaf8af1f139b910334c94a5208e2802659c34c8b53d97799be530b83776783655296d20d1ed94e3073d6858ce374a
-Size (got-portable-0.100.tar.gz) = 1482599 bytes
-SHA1 (patch-compat_sha2.h) = 3fff2c05e0347d4bbcbe5866d5cb13ed1487de69
+BLAKE2s (got-portable-0.101.tar.gz) = 68a1ff900dd089569f064d545392fec12b4b0d8a8709457047399e5e5983f4ab
+SHA512 (got-portable-0.101.tar.gz) = 745cff2258116b40fefebbaf9c61d7847e87d7856c8b6eb7b0763a0cdb1942a8d6f68880f3692630dd95a859f14cbd06d42feaf94d8e7091fc8576f5110f5517
+Size (got-portable-0.101.tar.gz) = 1479135 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index