tag:github.com,2008:/void-linux/xbps/commits/master Recent Commits to xbps:master 2026-03-15T19:31:58Z tag:github.com,2008:Grit::Commit/2256f8d1f259bfc83d0ebc3c014c9ea6ac45684a lib/fetch: set error on read failures 2026-03-15T19:31:58Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib/fetch: set error on read failures</pre> tag:github.com,2008:Grit::Commit/7553cb70f5a2a62f1f73f52b8504eb8b2af10966 lib: fix xbps_alternatives_* should return errno 2026-02-25T03:19:59Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib: fix xbps_alternatives_* should return errno</pre> tag:github.com,2008:Grit::Commit/dd263e36ec05f0c3e156abdc315ec67eb5d52b1e lib/fetch: remove fetchListHTTP 2026-02-25T02:29:22Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib/fetch: remove fetchListHTTP its unused and probably doesn&#39;t work well.</pre> tag:github.com,2008:Grit::Commit/dfe2fcb18296aaf0de1cf6bc350433b572e37bbd lib/portableproplib: fix memory leak in *_internalize_from_zfile erro… 2026-02-25T02:27:06Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib/portableproplib: fix memory leak in *_internalize_from_zfile error path</pre> tag:github.com,2008:Grit::Commit/ddef27b9e3f3fd3d1ef958bc3e0dc1c22b983abd lib: remove unnecessary checks from pkgdb locking 2026-02-25T01:17:45Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib: remove unnecessary checks from pkgdb locking</pre> tag:github.com,2008:Grit::Commit/dff0e9a0d9d7474b6e8de7871770e03e3c2ab045 lib: fix use of undefined errno 2026-02-25T01:04:01Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib: fix use of undefined errno</pre> tag:github.com,2008:Grit::Commit/4a6918417f5f175c80be22f4b808267f109a21e7 lib: remove dead assignments 2026-02-25T00:56:15Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib: remove dead assignments</pre> tag:github.com,2008:Grit::Commit/d67aebc944e072540cc701205bf04686b37e927c bin/xbps-install: remove dead assignment 2026-02-25T00:25:45Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-install: remove dead assignment</pre> tag:github.com,2008:Grit::Commit/5f3844bd543af69f9db5155692a5a50e02b8444e ci: update codeql 2026-02-25T00:15:13Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>ci: update codeql</pre> tag:github.com,2008:Grit::Commit/1af1a4a2ce37dd5dc9aa10715d87d762af6dbe53 bin/xbps-create: initialize pointer 2026-02-24T19:36:06Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-create: initialize pointer `scandir(3)` doesn&#39;t require it, but coverity static analysis complains.</pre> tag:github.com,2008:Grit::Commit/a8d817c6c724fe90be55b64888557e60dbcb213d bin/xbps-remove: fix DIR leak in --clean-cache 2026-02-24T19:32:53Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-remove: fix DIR leak in --clean-cache</pre> tag:github.com,2008:Grit::Commit/4fc36104b12ba1f9004026da5465ec9c3096c221 lib: use xbps_error_oom 2026-02-23T22:23:52Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>lib: use xbps_error_oom</pre> tag:github.com,2008:Grit::Commit/39803ba4774edcdb713256a9a2a02320e07c4eea bin/xbps-remove: work around multi threading issue in --clean-cache 2026-02-23T22:05:48Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-remove: work around multi threading issue in --clean-cache Fixes: #660</pre> tag:github.com,2008:Grit::Commit/e2a9b5bb8b669c2728c61a9371f0938482d44d72 bin/xbps-remove: improve error handling and error messages 2026-02-23T22:03:55Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-remove: improve error handling and error messages</pre> tag:github.com,2008:Grit::Commit/2ca426040401913064a75d723ab71efb7b7c7065 bin/xbps-remove: fix memory leak in --clean-cache 2026-02-23T22:03:52Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-remove: fix memory leak in --clean-cache</pre> tag:github.com,2008:Grit::Commit/ba35060b9ae89cf697b858acd7989b2d3f72d778 tests: test case for keeping installed version when cleaning cache 2026-02-22T18:00:25Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>tests: test case for keeping installed version when cleaning cache</pre> tag:github.com,2008:Grit::Commit/2ef5693bc8267d57092ffac57c9f59d11243461d bin/xbps-remve: when cleaning the cache keep installed versions 2026-02-22T18:00:06Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-remve: when cleaning the cache keep installed versions Fixes: https://github.com/void-linux/xbps/issues/279</pre> tag:github.com,2008:Grit::Commit/84f6a1be26348c265afedebe9cea958424b0aabf bin/xbps-uchroot: fix build with glibc 2.43 const preserving 2026-02-21T17:37:29Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-uchroot: fix build with glibc 2.43 const preserving Co-authored-by: ojab &lt;[email protected]&gt;</pre> tag:github.com,2008:Grit::Commit/9a8002c5688c3cdda700b022bf432b4426d64042 bin/xbps-create: fix build with glibc 2.43 const preserving 2026-02-21T17:37:28Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-create: fix build with glibc 2.43 const preserving Co-authored-by: ojab &lt;[email protected]&gt;</pre> tag:github.com,2008:Grit::Commit/7f2f10300f235639c5880bea1e4b14245fd5fbda bin/xbps-checkvers: fix build with glibc 2.43 const preserving 2026-02-21T17:37:28Z Duncaen https://github.com/Duncaen <pre style='white-space:pre-wrap;width:81ex'>bin/xbps-checkvers: fix build with glibc 2.43 const preserving Co-authored-by: ojab &lt;[email protected]&gt;</pre>