update to got 0.81

- gotd: print configuration errors without -d (op)
- gotd: move nrepos check to parse_config (op)
- gotd: move socket path check to parse.y and error from the main process (op)
- fix an issue where multiple ref-updates are rejected by gotd
- fix an issue where gotd fails to accept multiple have-lines from clients
- regress: replace typeset with printf for shell portability (naddy)
- fix spurious "gotsh: unexpected flush packet" error when client is up-to-date
- gotd: fix "bad packfile with zero objects" error while creating branches
- document the gotd -n option
This commit is contained in:
stsp 2023-01-18 23:07:23 +00:00
parent 54ac7cb58b
commit 6fc3c902a5
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ COMMENT-main = game of trees version control system
COMMENT-server = game of trees repository server
COMMENT-webd = game of trees repository fast-cgi server
V = 0.80
V = 0.81
DISTNAME = got-${V}
PKGNAME-server = gotd-${V}
PKGNAME-webd = gotwebd-${V}

View File

@ -1,2 +1,2 @@
SHA256 (got-0.80.tar.gz) = 6SfQ67bRDN8XDPLd56G+IFUc1ErDXPASJIJgqAkiK60=
SIZE (got-0.80.tar.gz) = 784764
SHA256 (got-0.81.tar.gz) = X0MY6P4cFY1dfOHns4FHZ3kDNdbzLHXR5DMyhe0gJiA=
SIZE (got-0.81.tar.gz) = 785771