opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: cd8c58aac4b140e3ca5bae6ec2e7b990f5f6ade6
Parent: 19636bae17c5cb266d85ea8f2e6dfbbd560923cc
Author: Randy Palamar
Date:   Mon, 25 Mar 2024 06:08:57 -0600

libgit2: bump to 1.8.0

Diffstat:
Mpkg/libs/libgit2/gen.lua | 10+++++++---
Mpkg/libs/libgit2/ver | 2+-
2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pkg/libs/libgit2/gen.lua b/pkg/libs/libgit2/gen.lua @@ -35,6 +35,7 @@ lib('libutil.a', [[ ) alloc.c date.c + errors.c filebuf.c fs_path.c futils.c @@ -57,11 +58,13 @@ lib('libutil.a', [[ runtime.c sortedcache.c str.c + strlist.c strmap.c thread.c tsort.c unix/( map.c + process.c realpath.c ) utf8.c @@ -94,8 +97,8 @@ lib('libgit2.a', [[ commit_list.c config.c config_cache.c - config_entries.c config_file.c + config_list.c config_mem.c config_parse.c config_snapshot.c @@ -112,7 +115,6 @@ lib('libgit2.a', [[ diff_tform.c diff_xdiff.c email.c - errors.c fetch.c fetchhead.c filter.c @@ -183,7 +185,6 @@ lib('libgit2.a', [[ submodule.c sysdir.c tag.c - threadstate.c trace.c trailer.c transaction.c @@ -202,6 +203,8 @@ lib('libgit2.a', [[ smart_pkt.c smart_protocol.c ssh.c + ssh_exec.c + ssh_libssh2.c ) tree-cache.c tree.c @@ -295,6 +298,7 @@ pkg.hdrs = { 'credential.h', 'diff.h', 'email.h', + 'errors.h', 'filter.h', 'hashsig.h', 'index.h', diff --git a/pkg/libs/libgit2/ver b/pkg/libs/libgit2/ver @@ -1 +1 @@ -1.7.2 r0 +1.8.0 r0