head	1.12;
access;
symbols
	pkgsrc-2023Q4:1.10.0.4
	pkgsrc-2023Q4-base:1.10
	pkgsrc-2023Q3:1.10.0.2
	pkgsrc-2023Q3-base:1.10
	pkgsrc-2023Q2:1.7.0.2
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.5.0.2
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.2.0.2
	pkgsrc-2022Q4-base:1.2;
locks; strict;
comment	@# @;


1.12
date	2024.02.11.14.56.04;	author vins;	state dead;
branches;
next	1.11;
commitid	VBMfLDnO8HWZE1YE;

1.11
date	2024.01.15.19.41.19;	author vins;	state Exp;
branches;
next	1.10;
commitid	MJIn8PEXHOrc7AUE;

1.10
date	2023.09.20.21.25.02;	author vins;	state Exp;
branches;
next	1.9;
commitid	yGO1faOjxib1syFE;

1.9
date	2023.08.31.19.39.07;	author vins;	state Exp;
branches;
next	1.8;
commitid	aIpoOEogkppAvYCE;

1.8
date	2023.07.02.18.34.13;	author vins;	state Exp;
branches;
next	1.7;
commitid	0yLnyUAvMNTA4gvE;

1.7
date	2023.04.30.16.09.37;	author nikita;	state Exp;
branches;
next	1.6;
commitid	GlNoM1dkwsMwi9nE;

1.6
date	2023.04.08.11.06.50;	author vins;	state Exp;
branches;
next	1.5;
commitid	CB82fjml0vjdkikE;

1.5
date	2023.02.12.15.17.59;	author vins;	state Exp;
branches;
next	1.4;
commitid	dHhq8PMK2mVzufdE;

1.4
date	2023.01.07.00.44.19;	author vins;	state Exp;
branches;
next	1.3;
commitid	15G9WBIRjWVmOx8E;

1.3
date	2023.01.07.00.01.32;	author vins;	state Exp;
branches;
next	1.2;
commitid	ylz1IxJExuvLzx8E;

1.2
date	2022.12.20.08.58.20;	author vins;	state Exp;
branches;
next	1.1;
commitid	4erfqiBplhBL6h6E;

1.1
date	2022.12.19.17.42.06;	author vins;	state Exp;
branches;
next	;
commitid	yiEAoaLNVsh23c6E;


desc
@@


1.12
log
@devel/got-portable: remove, renamed to devel/got

See also:
https://mail-index.netbsd.org/pkgsrc-changes/2024/02/11/msg293203.html
@
text
@$NetBSD: distinfo,v 1.11 2024/01/15 19:41:19 vins Exp $

BLAKE2s (got-portable-0.95.tar.gz) = 0207d87899366b18310ef711c9e0c89fb1190363be6976b105891a2cb0ee51cf
SHA512 (got-portable-0.95.tar.gz) = d07efc24bbf3228a888fa3731672d0196411cba7f2efff654d30e2bbe4dca2518fc0892cfbf8e8a438872d1a1dece8a1df2569127cd0204042b859b54d5e4ce5
Size (got-portable-0.95.tar.gz) = 1271793 bytes
SHA1 (patch-compat_sha2.h) = 56c722110049bbbc6ccbbf0418717d2430788459
SHA1 (patch-gotd_log.h) = eb0890789c1fe7a490ea01d02e48fd71cddc2891
@


1.11
log
@devel/got-portable: update to 0.95

# pkgsrc changes

* Explicitely enable cvg(1) by default.
* Enable building/installing of gotd(8), the GoT daemon:
  - install gotd, gotsh and gitwrapper, alongside relevant man pages
  - provide sample configuratio.
  - provide a README.pkgsrc with instructions on how to set it up
  - provide rc.d service script for gotd
  - create _gotd user and group, and add gotsh to shells
* Standardise yacc/bison usage to match pkgsrc default.
* Install documentation.
* Fix hard-coded paths.

# Changes (upstream, since 0.93)

* got 0.95; 2023-12-08
  see git repository history for per-change authorship information
  - plug memory leaks in checkout, update, and status commands
  - gotwebd: repair the "chroot" option in /etc/gotwebd.conf; regression
    from 0.94
  - gotwebd: add breadcumbs to navigate paths in tree/blob/commits/blame
    views
  - gotwebd: add a dark mode, enabled based on web-browser preferences
  - gotwebd: add History/Blob/Raw-File links to blob and blame views
  - gotwebd: adjust blob line numbers for text-mode browsers
  - gotwebd: make the blame view work in text-mode browsers
  - gotwebd: add a Patch action to serve diffs in plain text
  - gotwebd: add Patch and Tree links to the diff view
  - gotwebd: display README files in tree views
  - gotwebd: display a tree-listing and README files in the summary view
  - gotwebd: render less tags in the summary page to make space for
    other content
  - gotwebd: swap order of tags and branch listings on the summary page
  - gotwebd: display 'More' link instead of 'prev/next' links in the tag
    listing

* got 0.94; 2023-11-29
  see git repository history for per-change authorship information
  - in diff error message, say what was being diffed
  - gotwebd.css: vertically align briefs age and author
  - honor fetch_all_branches configuration again
  - tog: switch back to patience diff algorithm by default for pretty
    diffs
  - gotwebd: render all the datetimes in a time tag
  - slightly reword 'got merge' documentation to hopefully be more clear
  - make 'tog diff' release the work-tree lock earlier
  - got patch: handle embedded NULs in lines of patch files with binary
    data
  - simplify usage of the 'mesg' histedit script command
  - fix some fd leaks in error paths and avoid some double-close()
  - use ibuf_fd_set() instead of reaching into the ibuf struct
  - gotwebd: remove dead ipproto handling in host() and host_if()
  - allow setting variables in gotd.conf syntax
  - fix gotwebd unveil permissions; gotwebd now runs entirely read-only
  - reduce gotwebd pledges to the minimum currently required
  - gotwebd.conf: drop support for inferring listen addresses via
    interface names
  - gotwebd.conf: use listen * instead of listen "" to listen on any
    address
  - gotwebd: get rid of got_sockaddr.[ch] usage to help -portable
  - allow gotd repo read/write processes to max out data-size resource
    limits
  - gotwebd: replace proc.c with much simpler code
  - gotwebd: don't chdir to / before spawning the child processes
  - remove the quite ineffective gotwebd repository cache to fix
    stability issues
  - fix memory leak on error in got_privsep_recv_painted_commits()
  - gotwebd: fix broken signal catching
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.10 2023/09/20 21:25:02 vins Exp $
@


1.10
log
@devel/got-portable: update to 0.93

* got 0.93; 2023-09-18
  see git repository history for per-change authorship information
  - show out-of-memory errors from zlib inflate() and deflate() calls
  - make 'got fetch' and 'got send' release the work tree lock earlier
  - tog: add basic regress for log limit and log search
  - fix "no git repository found" on locked work trees; regression from
  0.91
  - gotwebd: CSS improvements, looks much better in text-based browsers
  - gotwebd: don't lose track of the current file during commit log
  pagination
  - gotwebd: move buffering from the fastcgi layer to the template layer
  - got diff: fix "No newline at end of file" showing up where not
  expected
  - make 'got send' detect connections unexpectedly closed by server
  - fix detection of modified files in fresh work trees created with
  checkout -E
  - gotd: fix bogus "gotsh: operation timed out" errors; regression from
  0.92
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.9 2023/08/31 19:39:07 vins Exp $
d3 3
a5 3
BLAKE2s (got-portable-0.93.tar.gz) = 85b1991acb96e13a13bbd3ccd2b161bd5a7e3b49f89b000c7796e9086af996b1
SHA512 (got-portable-0.93.tar.gz) = 3d611463d652f64ed2943a3d4f85b42789714221b640a54d7cfb0ec88e4dc820d74fbadc66b0ace953d03fd40b25e8296599195e14b34e5b860264f36a831bc0
Size (got-portable-0.93.tar.gz) = 1267233 bytes
d7 1
@


1.9
log
@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
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.8 2023/07/02 18:34:13 vins Exp $
d3 3
a5 3
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
@


1.8
log
@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
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.7 2023/04/30 16:09:37 nikita Exp $
d3 3
a5 3
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
@


1.7
log
@got-portable: update to version 0.87

Changelog:

# got-portable 0.87 (2023-04-22)

* Changes from got-0.87.

  A few -portable changes to tidy up a few things.  See the repository history
  for more details.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.6 2023/04/08 11:06:50 vins Exp $
d3 3
a5 3
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
@


1.6
log
@devel/got-portable: update to 0.86.

CHANGES

* got 0.86; 2023-03-12
  - fix race condition on NFS where log-message file's modify time may
    change
  - fix gotd sending too large pack files in some cases
  - support histedit fold operations which delete a file and then add it
    again
  - make diffing files which changed into dirs and vice-versa possible
  - handle files changing into directories during 'got update'
  - add quoting to repository path sent to server for git-shell
    compatibility
  - gotwebd: handle short reads and timeouts
  - gotwebd: provide gotweb_render_page() entrypoint for all pages
  - gotwebd: reply with non-200 HTTP status code on error

  * got 0.85; 2023-03-07
	- gotwebd: add missing colon in diff view (patch by Josiah Frentsos)
	- more preparation for eventual sha256 object ID support
	- add test coverage for more tree conflict cases during merges
	- fall back to vi(1) instead of ed(1) if neither EDITOR nor VISUAL
	  are set
	- in got.1, clarify what users are expected to do during 'histedit
	  -e'
	- gotd requires a config file; don't fail silently when it cannot be
	  read
	- regress: replace unportable ln -h option with rm && ln
	- regress: make cmdline tests POSIX /bin/sh compatible
	- gotd: remove more (all?) double process names in log
	- don't pass -d to yacc during the build (patch by Josiah Frentsos)
	- regress: override locale settings to force the "C" locale
	- regress: replace "sed -i" with ed(1) for portable in-place editing
	- fix gotd sometimes reading reused deltas from wrong pack file
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.5 2023/02/12 15:17:59 vins Exp $
d3 3
a5 3
BLAKE2s (got-portable-0.86.tar.gz) = b6114af84238e8ffe9f65c3c5004777475cb217a2d2405c4fc17e9fe0b42a8d3
SHA512 (got-portable-0.86.tar.gz) = adc40c9197b18cdb78bdd962e962ebe2b120552377ad3d9a92acae77182939c06e7cd386bc0b7f4b0970752a9ea9736eb4af98096be7062fa12630dd9f452b4b
Size (got-portable-0.86.tar.gz) = 1034905 bytes
@


1.5
log
@got-portable: update to version 0.83

CHANGES (since release 0.79)

* got 0.83; 2023-01-30
- fix usage display error in got merge command (patch by Mikhail)
- fix missing commits in pack files created with packed object
enumeration
- avoid traversing enumerated commits more than once in got-read-pack
- fix ulimit-related test failures on sparc64 (tracey)
- got commit editor now shows log messages from backout and cherrypick
(jamsek)
- new cherrypick/backout -l option to show recorded log messages
(jamsek)
- new cherrypick/backout -X option to discard recorded log messages
(jamsek)
- gotd: implement the delete-refs capability (op)
- fix histedit -m on a commit which only changes filemode bits
- gotsh.1: show how to set up anonymous public read-only repository
access

* got 0.82; 2023-01-23
- fix comparison in tree object parser always evaluating to false
(jamsek)
- add missing bounds-check in gitproto ref-line tokenizer
- gotd.8 and gotwebd.8 man page improvements (patch by Josiah Frentsos)
- make gotd session process accept just one flush packet at a time
- sort ENVIRONMENT entries in got.1 and tog.1 (op)
- only forward implicit flush packets from gotsh if they are expected
- return GOT_ERR_EOF from pkt.c if a read attempt indicates EOF
- treat read errors from client socket in gotsh as fatal errors
- gotwebd: refactor gotweb_render_content_type/_file (op)
- gotwebd: turn gotweb_get_time_str into gotweb_render_age (op)
- gotwebd: don't list references per-commit in got_get_repo_commits (op)
- gotwebd: avoid history traversal in briefs/commits, kill "prev" button
(op)
- gotd: disconnect on client EOF error to avoid stale connections (op)
- gotsh: validate with parse_command before connecting (op)
- add a test for ssh connections to gotsh without a repo path argument
(op)
- gotsh: avoid a temporary buffer for the socket path (op)
- gotsh: move apply_unveil right after the first pledge (op)
- fix tog refreshing the screen more often than intended (jamsek)
- tog: show action report on user-toggleable event (patch by Mikhail,
jamsek)
- don't print empty line when exiting tog (jamsek)
- got: don't leak pathlist in commit and revert commands (jamsek)
- gotd: fix wrong PIDs for parent and child processes shown in logs

* got 0.81; 2023-01-18
- 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

* got 0.80; 2023-01-17
  too many changes to list all here; see git repository history for more
  - implement per-repository read/write authorization rules in gotd
  - add a gotd "listen" process which watches the unix socket
  - add a gotd "session" process, split off from the parent process
  - switch gotd from chroot(2) to unveil(2)
  - run gotd authentication in a separate child process
  - enforce a per-uid connection limit in the gotd listen process
  - introduce connection options to gotd.conf
  - gotd: allow to express timeouts using minutes/hours (op)
  - switch gotd.conf syntax from 'unix_socket' to 'listen on'
  - remove the gotsh group requirement from gotd; any user can now
  connect
  - expose 'gotctl info' output only to the root user
  - remove support for showing client capabilities in 'gotctl info'
  - farewell, gotweb. you served us well. rm gotweb (tracey)
  - lots of gotwebd refactoring (op)
  - gotwebd: use a templating system to render HTML (op)
  - gotwebd: add an RSS feed for the tags (op)
  - gotwebd: remove erratic horizontal scrolling (op)
  - gotwebd.conf: use `listen on socket' syntax for UNIX sockets too
  (op)
  - gotwebd: render BLOB inline, add BLOBRAW for serving raw blobs (op)
  - gotwebd: css: fix horizontal overflow in blob and blame pages (op)
  - gotwebd: urlencode also the double quote character (op)
  - gotwebd: make commit page more like `got log' / tog (op)
  - cope with deleted references when reloading the tog log view
  - tog: fix typo that breaks log search when in hsplit (jamsek)
  - tog: always echo input prompt to bottom left of screen (jamsek)
  - make 'tog log' display the committer handle by default, '@@' switches
  to author
  - tog: add mutt-like =/* keymaps as home/end aliases (patch by
  Mikhail)
  - implement diffstat display for got log, got diff, and tog diff
  (jamsek)
  - show from: and via: headers on consecutive lines in 'got log' and
  'tog log'
  - show full URL during got clone/fetch/send (op)
  - make 'got send' print errors reported by the server (op)
  - fix 'got rebase' not detecting an out-of-date work tree in some
  cases
  - reduce max amount of tags stored in object cache to avoid high
  memory usage
  - avoid copying reused deltas to delta cache file; copy from pack file
  instead
  - got patch: handle the removal of binary files (op)
  - fix uninitialised variables in libexec helpers (jamsek)
  - got: minor refactor of got_pathlist_free() API (jamsek)
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.4 2023/01/07 00:44:19 vins Exp $
d3 4
a6 3
BLAKE2s (got-portable-0.83.tar.gz) = 75eafdc39d4d18174f6ca8b55c344bc19bc4255fb42f95e61b0de9ad944db0d8
SHA512 (got-portable-0.83.tar.gz) = 61532e2131e1a0a5e02e155e615e801900c824f58725b43319e3ff065065109ec45483036b13b90eb8dc1af884ce8cd86001ff18067cba2a46bef0e49f838981
Size (got-portable-0.83.tar.gz) = 991652 bytes
@


1.4
log
@devel/got-portable: revert latest commit.

This is really not needed.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.3 2023/01/07 00:01:32 vins Exp $
d3 3
a5 3
BLAKE2s (got-portable-0.79.tar.gz) = c2f184ccfd2cd291681e2f63c9f66d53780806b4b42b5591e26ae292ba768a83
SHA512 (got-portable-0.79.tar.gz) = 842281a1f4de05efc8f6af94a6b05f6d9b84cb399a5088f00a243bc52b3b52e634495762fc49d8fd733afe9299e027451de8a6c797e743cf4e1085ebd394cce1
Size (got-portable-0.79.tar.gz) = 869926 bytes
@


1.3
log
@devel/got-portable: define strdup for platforms that are missing it.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.2 2022/12/20 08:58:20 vins Exp $
a5 1
SHA1 (patch-compat_strndup.c) = cd85ed05c64e59ff8434ca10b4d1e50e601936cb
@


1.2
log
@devel/got-portable: Makefile and DESCR revision (NFC).

* Package requires libevent albeit this was not documented.
  Fixes building on Linux. Tested on Slackware 15.0.
* Switch from github CI mirror to official tarball. Autotools no longer
  required.
* Update DESCR to be more informative.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.1 2022/12/19 17:42:06 vins Exp $
d6 1
@


1.1
log
@devel/got-portable: import package from wip.

This is the portable version of got(1), the 'Game of Trees' version control
system from @@stsp at OpenBSD.org.
@
text
@d1 1
a1 1
$NetBSD$
d3 3
a5 3
BLAKE2s (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 408f63d2fcb506f0b89574afc7f41dc6290c073b7d8c54c6e02f0690d2f16c85
SHA512 (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 733c76425b575e14b52058d85ce18f6edea5394b12defda6e7dbc813326b6b234214a882ab0a5e6722be535b6892afaaee3899771aee459eee23305cf0810642
Size (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 892666 bytes
@

