deps: update to libpathrs v0.2.5

This update includes a few breaking API changes that I needed to get in
before an actual runc release depends on it, so that we don't need to
deal with compatibility shims for them (or bumping the SOVERSION).

From a Go API perspective, there were no major changes -- though this
bump did also require a bump to github.com/cyphar/filepath-securejoin
because one of the wrapped APIs changed from int to uint64 as a flag
argument type. Again, better to get this done before we really depend on
this in a public way.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2026-06-18 10:49:48 +02:00
parent c6f4361b83
commit d47bf88349
19 changed files with 153 additions and 77 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ permissions:
contents: read
env:
LIBPATHRS_VERSION: "0.2.4"
LIBPATHRS_VERSION: "0.2.5"
# Don't ignore C warnings. Note that the output of "go env CGO_CFLAGS" by default is "-g -O2", so we keep them.
CGO_CFLAGS: -g -O2 -Werror
# Allow potentially unsafe tests.
+1 -1
View File
@@ -14,7 +14,7 @@ permissions:
env:
GO_VERSION: 1.25
LIBPATHRS_VERSION: "0.2.4"
LIBPATHRS_VERSION: "0.2.5"
jobs:
keyring: