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:           Thu Aug 22 18:08:13 UTC 2024

Modified Files:
        pkgsrc/devel/got: Makefile distinfo

Log Message:
devel/got: update to 0.102

* got 0.102; 2024-08-14
- support for sha256 repositories; the network protocol requires git(1) for now
- gotwebd: add support for the "owner" file
- gotwebd: fix the README link in the summary view
- fix handling of .gitignore files containing empty lines
- fix handling of files without trailing newline in histedit, rebase and merge
- gotd: allow numeric UIDs in permit/deny rules, as intended
- gotd: support numeric UIDs in the `user' directive
- fix comment handling and explain quoting in the *.conf.5 man pages
- tog: add ability to mark arbitrary commits to diff them
- print file index and work tree version in got info


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/devel/got/Makefile:1.12
--- pkgsrc/devel/got/Makefile:1.11      Tue Jul 30 14:21:07 2024
+++ pkgsrc/devel/got/Makefile   Thu Aug 22 18:08:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/07/30 14:21:07 vins Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/22 18:08:13 vins Exp $
 
-DISTNAME=      got-portable-0.101
+DISTNAME=      got-portable-0.102
 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.8 pkgsrc/devel/got/distinfo:1.9
--- pkgsrc/devel/got/distinfo:1.8       Tue Jul 30 14:21:07 2024
+++ pkgsrc/devel/got/distinfo   Thu Aug 22 18:08:13 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2024/07/30 14:21:07 vins Exp $
+$NetBSD: distinfo,v 1.9 2024/08/22 18:08:13 vins Exp $
 
-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
+BLAKE2s (got-portable-0.102.tar.gz) = 5184a196d0c128f6e2c9dd0474275e8e56d2ad309a2b129b540d7ed70b3bf045
+SHA512 (got-portable-0.102.tar.gz) = fc17583aa0f01743399fa3455244fbdbf19e4a1134d832bbb1be9cae3011faf3e8acba5c9ac1d46862efdd22636619e85b190443559804d4c1002c29a7510a7b
+Size (got-portable-0.102.tar.gz) = 1486148 bytes
 SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe



Home | Main Index | Thread Index | Old Index