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:           Sun Jul  2 18:34:13 UTC 2023

Modified Files:
        pkgsrc/devel/got-portable: Makefile distinfo

Log Message:
devel/got-portable: update to 0.90

# CHANGES

* got 0.90; 2023-06-23

- fix segfault in 'got diff' when a root commit is passed to -c
- make 'got status' error out as intended when invoked in a repository
- make 'got tree /' succeed in a work tree
- make 'got add *' more forgiving about versioned paths on the command line
- make 'got merge' forward branches if there are no changes to merge
- prevent 'got merge' from creating commits on branches outside "refs/heads/"
- got, tog: show reference names that begin with the prefix "HEAD" as intended
- gotd: unveil repositories read-only in session process while serving fetches
- gotd: avoid a "failed to push some refs" error from no-op 'git push'
- gotd: avoid re-writing existing ref files when a ref-update is a no-op
- gotd: show relevant commit hashes in error message if incoming pushes collide
- gotd: wait asynchronously for child process termination
- gotwebd: avoid the slowness of needlessly traversing full commit history
- gotwebd.conf: disallow 1 for max_commits_display and report range errors
- gotwebd.conf: disallow yes/no for booleans to avoid accidental "on" vs. "no"
- gotwebd: avoid "gotweb_render_index: repo.git: unexpected end of file" error
- gotwebd: simplify the matching of requests against servers in gotwebd.conf
- ignore files with invalid reference names while reading references from disk
- teach 'gotadmin cleanup' to remove redundant pack files
- grab gc.pid.lock file during cleanup operation to block 'git gc' from running

* got 0.89; 2023-06-05

- gotd: return early after disconnect on auth event error instead of crashing
- make 'got patch' display statistics about files with conflicts and rejects
- make 'got diff' not treat \r\n line endings as special
- fix test failures in test_blame_lines_shifted_skip on certain times of day
- show reference labels next to commit messages in tog log view
- some gotwebd refactoring related to handling of file descriptors
- gotwebd: lower log priority of unexpected disconnections
- gotwebd: avoid needless double fseek()
- fix the size of gotwebd's tempfiles array; exposed by errors from ftruncate()
- simplify ancestry checks in checkout, update, rebase, and merge commands
- make gitwrapper not fail if programs it wants to run do not exist on disk
- stop showing backup references in the tog log and diff views
- consistently use ten Xs in mkstemp(3) templates
- only delete empty directories which appear in arguments to 'got rm'
- simplify parsing of host names and IP addresses in gotwebd's parse.y
- make 'got merge' refuse to run if a merge is in progress
- make 'got merge -c' fail even if new changes only affect unrelated paths

* got 0.88; 2023-04-29

- tog: always use alternate charset for vertical/horizontal line
- several tog regression test suite improvements
- run the tog tests as part of the default regress set
- tog: resize log view if toggling fullscreen from child view
- when finding changed paths iterate tree entries in on-disk order for speed
- cache fulltext data in delta cache to improve speed with long delta chains
- gotwebd: fix logic error in gotweb_render_index


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/got-portable/Makefile
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/devel/got-portable/Makefile:1.7
--- pkgsrc/devel/got-portable/Makefile:1.6      Sun Apr 30 16:09:37 2023
+++ pkgsrc/devel/got-portable/Makefile  Sun Jul  2 18:34:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/04/30 16:09:37 nikita Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/02 18:34:13 vins Exp $
 
-DISTNAME=      got-portable-0.87
+DISTNAME=      got-portable-0.90
 CATEGORIES=    devel
 MASTER_SITES=  https://gameoftrees.org/releases/portable/
 

Index: pkgsrc/devel/got-portable/distinfo
diff -u pkgsrc/devel/got-portable/distinfo:1.7 pkgsrc/devel/got-portable/distinfo:1.8
--- pkgsrc/devel/got-portable/distinfo:1.7      Sun Apr 30 16:09:37 2023
+++ pkgsrc/devel/got-portable/distinfo  Sun Jul  2 18:34:13 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/04/30 16:09:37 nikita Exp $
+$NetBSD: distinfo,v 1.8 2023/07/02 18:34:13 vins Exp $
 
-BLAKE2s (got-portable-0.87.tar.gz) = bf97109fb27e6c6972d86550762afaee5373f04e64cdc181e836e72205a2e6ab
-SHA512 (got-portable-0.87.tar.gz) = a752830f22e484485b67178d2470a77852985bedb4df16c3dc9a0c2e1d07f4e2fddec854b1cb6ddd6427bc8d3d386c4e6b9b2b6c9e38dbe26718ef89190a5602
-Size (got-portable-0.87.tar.gz) = 1047429 bytes
+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
 SHA1 (patch-compat_sha2.h) = 56c722110049bbbc6ccbbf0418717d2430788459



Home | Main Index | Thread Index | Old Index