update got 0.54
- fix imsg header includes in pack_create.c - explicitly include endian.h for be32toh() in repository_admin.c (naddy) - switch from SIMPLEQ to equivalent STAILQ macros (naddy) - fix logic error in gotweb navigation for commits, briefs, and tags (tracey) - fix bugs where files skipped by 'got update' could not be updated again - fix out-of-bounds access in 'gotadmin pack' - fix unintended redundant recallocarray() calls done by 'gotadmin pack' - cache object type in memory to speed up packing of objects referenced by tags - fix, again, use of POSIX [ s1 = s2 ] syntax instead of [ s1 == s2 ] (naddy) - new 'gotadmin cleanup' command for removing unreferenced loose objects - handle pack index files which lack a corresponding pack file - make 'got add' always require the -I option in order to add ignored files - write lines instead of just one character at a time in diff_output_lines() - verify object ID checksums while loose objects are being accessed
This commit is contained in:
parent
1f7e818a34
commit
ba4c0198aa
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2021/06/22 20:40:50 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2021/07/08 18:26:36 stsp Exp $
|
||||
|
||||
COMMENT-main = game of trees version control system
|
||||
COMMENT-web = game of trees repository server for web browsers
|
||||
|
||||
V = 0.53
|
||||
V = 0.54
|
||||
DISTNAME = got-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-web = gotweb-${V}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (got-0.53.tar.gz) = JAFlLpWUV926Z+75OjGz3W7+qJGYo8Au68lk7bA5YfM=
|
||||
SIZE (got-0.53.tar.gz) = 519143
|
||||
SHA256 (got-0.54.tar.gz) = wFWFJA16uPO70wZJvLVZXjgU4gnGFBkQNEzfRk0GZxs=
|
||||
SIZE (got-0.54.tar.gz) = 526945
|
||||
|
Loading…
x
Reference in New Issue
Block a user