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 Dec 1 16:21:32 UTC 2024
Modified Files:
pkgsrc/devel/got: Makefile PLIST distinfo
Log Message:
devel/got: update to 0.106
# upstream changes (since version 0.102)
* got 0.106; 2024-11-21
- prevent gotd from exiting with pending notifications if client
disconnects
- convert got to the new imsg API
- gotwebd: improve performance of repository age calculations
- gotwebd: ensure child processes inherit non-default config
* got 0.105; 2024-11-14
- fix bogus "branch on server has different ancestry" errors from 'got
send'
- do not try to merge binary files during (un)stage -p and revert -p
- fix gotd notifications about changes involving empty files
- minor gotwebd.css styling changes
- plug several memory and file-descriptor leaks
* got 0.104; 2024-10-22
- gotd.conf: document the macro syntax
- tog: prevent a segfault upon unexpected object type in ref list view
- fix pack file creation in the presence of tagged tag objects
- plugged some memory leaks
- fix a crash when unstaging a file which has been removed from disk
- gotwebd: fix out of bounds access while handling the configuration
* got 0.103; 2024-09-24
- fix bug causing performance to degrade as more and more pack files
appear
- tog: add diff view 'p' keymap to write the diff to file
- tog: display diffstat in diff view when diffing blobs or trees
directly
- gotwebd: show commit id prefix on briefs page
- add support for HMAC digests to gotd HTTP notifications
- move authentication credentials from gotd.conf(5) to
gotd-secrets.conf(5)
- fix spurious tog regression test failures on slower machines
- restore abort() calls in lib/hash.c to quiet potential compiler
warnings
- gotwebd: unbreak listing of tags on the summary page (regression
from 0.102)
- gotwebd: minor tweaks to the HTML for ease of styling
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/got/PLIST
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/devel/got/Makefile:1.13
--- pkgsrc/devel/got/Makefile:1.12 Thu Aug 22 18:08:13 2024
+++ pkgsrc/devel/got/Makefile Sun Dec 1 16:21:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/08/22 18:08:13 vins Exp $
+# $NetBSD: Makefile,v 1.13 2024/12/01 16:21:32 vins Exp $
-DISTNAME= got-portable-0.102
+DISTNAME= got-portable-0.106
PKGNAME= ${DISTNAME:S/-portable//}
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/portable/
Index: pkgsrc/devel/got/PLIST
diff -u pkgsrc/devel/got/PLIST:1.3 pkgsrc/devel/got/PLIST:1.4
--- pkgsrc/devel/got/PLIST:1.3 Wed May 29 17:28:29 2024
+++ pkgsrc/devel/got/PLIST Sun Dec 1 16:21:32 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/05/29 17:28:29 vins Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/12/01 16:21:32 vins Exp $
bin/gitwrapper
bin/got
bin/gotadmin
@@ -29,6 +29,7 @@ man/man1/tog.1
man/man5/git-repository.5
man/man5/got-worktree.5
man/man5/got.conf.5
+man/man5/gotd-secrets.conf.5
man/man5/gotd.conf.5
man/man5/gotwebd.conf.5
man/man8/gotctl.8
Index: pkgsrc/devel/got/distinfo
diff -u pkgsrc/devel/got/distinfo:1.9 pkgsrc/devel/got/distinfo:1.10
--- pkgsrc/devel/got/distinfo:1.9 Thu Aug 22 18:08:13 2024
+++ pkgsrc/devel/got/distinfo Sun Dec 1 16:21:32 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/08/22 18:08:13 vins Exp $
+$NetBSD: distinfo,v 1.10 2024/12/01 16:21:32 vins Exp $
-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
+BLAKE2s (got-portable-0.106.tar.gz) = fe14d768ac04fa61950c3d9a495013e8a4fde0cf9e165aeeff661ea4e7c713b5
+SHA512 (got-portable-0.106.tar.gz) = 29aa8ebcd9266fc136cb3ec9d836265ed6e7ad6c2c7b27cab6f5b010960bdb31db18d8ee8376d0f3a4c562632094118c06ed10a366ba03c7c0a66c06fe5cd9f0
+Size (got-portable-0.106.tar.gz) = 1510753 bytes
SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
Home |
Main Index |
Thread Index |
Old Index