pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/got-portable
Module Name: pkgsrc
Committed By: vins
Date: Thu Aug 31 19:39:07 UTC 2023
Modified Files:
pkgsrc/devel/got-portable: Makefile distinfo
Log Message:
devel/got-portable: update to version 0.92.
# Changes
* got 0.92; 2023-08-29
see git repository history for per-change authorship information
- allow modified files to be deleted during merges if content exists in repo
- disallow overlapping repo and work tree in 'got checkout'
- speed up opening of the work tree's file-index
- speed up deltification by resizing block hash tables less often
- add support for commit keywords to 'got log -x'
- fix 'got log -dPp' diffst at duplication bug
- improve out-of-date reporting accuracy in 'got branch -l' output
- document that the log -d option implies log -P
- prevent file-index corruption via deletion of missing locally-added files
- prevent a double-free in got_worktree_commit
- fix regression from 0.76: 'got diff' output matches /usr/bin/diff -p again
- gotsh: do not set POLLOUT flag if there is no data to send, for portability
- gotd: stop logging "unexpected end of file" when client decides to disconnect
- make gotd flush pending messages before disconnecting the client upon success
- gotwebd: fix bogus modification times displayed when show_repo_age is off
- tog: show work tree base commit marker in the log view
- tog: fix an infinite loop that could be triggered via log view search
- plug a memory leak in tog's blame view
- tog regress: prevent crash in ncurses when Ctrl-C is used to cancel test runs
- tog regress: fix occasional failures due to commit timestamp mismatch
- regress: nix 'set -A' kshism from tests for portability
* got 0.91; 2023-07-19
see git repository history for per-change authorship information
- use _POSIX_HOST_NAME_MAX from <limits.h> for portability
- add merge -M option which tells 'got merge' not to fast-forward a reference
- make gitwrapper ignore "permission denied" errors for repository paths
- add cvg(1), a CVS-like Git client; still WIP and not installed by default yet
- add initial implementation of 'gotadmin dump' which creates Git bundle files
- add initial implementation of 'gotadmin load' which loads Git bundle files
- gotadmin cleanup: consider object reachability while cleaning packfiles
- gotadmin cleanup: don't delete pack files that are too young
- prevent useless EEXIST errors filling up the global custom error array
- abort histedit if the user quits the editor without saving the script
- fix double-free in tog blame view error path
- add support for keywords as <commit> arguments to got and tog
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/got-portable/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/got-portable/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-portable/Makefile
diff -u pkgsrc/devel/got-portable/Makefile:1.11 pkgsrc/devel/got-portable/Makefile:1.12
--- pkgsrc/devel/got-portable/Makefile:1.11 Fri Jul 21 14:05:29 2023
+++ pkgsrc/devel/got-portable/Makefile Thu Aug 31 19:39:07 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/07/21 14:05:29 vins Exp $
+# $NetBSD: Makefile,v 1.12 2023/08/31 19:39:07 vins Exp $
-DISTNAME= got-portable-0.90
-PKGREVISION= 3
+DISTNAME= got-portable-0.92
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/portable/
Index: pkgsrc/devel/got-portable/distinfo
diff -u pkgsrc/devel/got-portable/distinfo:1.8 pkgsrc/devel/got-portable/distinfo:1.9
--- pkgsrc/devel/got-portable/distinfo:1.8 Sun Jul 2 18:34:13 2023
+++ pkgsrc/devel/got-portable/distinfo Thu Aug 31 19:39:07 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/07/02 18:34:13 vins Exp $
+$NetBSD: distinfo,v 1.9 2023/08/31 19:39:07 vins Exp $
-BLAKE2s (got-portable-0.90.tar.gz) = 1fe219f78e5895704f679cbb3a838bfa97b3ce4e82e37eec406829bbbfe60a3a
-SHA512 (got-portable-0.90.tar.gz) = 0e7f219c7dda2798d2eb41379059e78520dc9ed53ec670d86f0d00dd82403ef02b9f940335e421852f819755e6937c9faf633df9ba955d014227fdcbe5b8d0f8
-Size (got-portable-0.90.tar.gz) = 1051534 bytes
+BLAKE2s (got-portable-0.92.tar.gz) = 654150627f16e29ae9d505de7297a21eb306d14e44c20290ab2b72bf3f919822
+SHA512 (got-portable-0.92.tar.gz) = 1baedbc4197f005384e277885dcba7c3682ba9836fff73380bba0259b9bf74cca6cecd2bdb39b8e711fc29c288818f2fdd15687795737c7c4e5301ad498bb6e1
+Size (got-portable-0.92.tar.gz) = 1265096 bytes
SHA1 (patch-compat_sha2.h) = 56c722110049bbbc6ccbbf0418717d2430788459
Home |
Main Index |
Thread Index |
Old Index