skopeo: update to v1.19.0

Bumping skopeo to version v1.19.0-36-gb6c726f8, which comprises the following commits:

    ac8b6527 Update Neil Smith's GitHub username in MAINTAINERS.md
    99c6fb09 Also exit with status 2 for missing tags in oci-archive:
    634c0d99 Fix the "missing image" check when reading oci:
    40353ad7 Fix some comments
    bdc6d70f TMT: Install bats from source on RHEL
    654c3fcc RPM: make bats a weak dep
    3ddcdee0 Add conditional release-checking system test
    abf7bbba Packit: disable osh-diff-scan
    889225db Tweak Governance and Maintainers for alignment
    f87cd5ec rpm: build rpm with libsqlite3 tag
    a50b2d91 Makefile: use libsqlite3 build when possible
    763606cd Improve documentation of --authfile
    ea37e10d Add Colin Walters as a reviewer
    3618a76e Add --retry[-times] to test operations that tend to fail
    08dc3c94 fix(deps): update module github.com/containers/common to v0.63.1
    c9d5569a [skip-ci] RPM: fix gating.yaml
    3ad4bfcf Don't BuildRequires: ostree-devel
    50f414a7 unshare: Add CAP_SYS_ADMIN to needed capabilities
    a5cbf052 docs: Add a manpage for experimental-image-proxy
    aaba5370 Bump to v1.20.0-dev
    7aa78df9 Bump to v1.19.0
    64e5ebe2 fix(deps): update module github.com/containers/common to v0.63.0
    ec3516ec fix(deps): update module github.com/containers/image/v5 to v5.35.0
    d0d0b709 Disable Packit builds on ELN
    9ddfd549 [skip-ci] Packit: set fedora-all after F40 EOL
    ffad97c2 [CI:DOCS] README.md: Add openssf passing badge
    6ecc6c33 proxy: Move defer() higher up
    983e77d8 proxy: Add GetRawBlob
    faa6f8a0 [CI:DOCS] README.md: Add badges
    c228b1db [CI:DOCS] CONTRIBUTING.md: Update communication channels
    f8432950 fix(deps): update module golang.org/x/term to v0.32.0
    2bd609a0 chore(deps): update dependency golangci/golangci-lint to v2.1.6
    159095c1 chore(deps): update dependency golangci/golangci-lint to v2.1.5
    eff578f5 chore(deps): update dependency containers/automation_images to v20250422
    4c55fce1 chore(deps): update module golang.org/x/net to v0.38.0 [security]
    5cf5a11e Stop setting libdm_no_deferred_remove
    47bf2b4e Stop setting btrfs_noversion
    320a3e07 Don't require BUILDTAGS to be non-empty
    ed34be71 fix(deps): update module github.com/containers/storage to v1.58.0
    3755a3db chore(deps): update dependency golangci/golangci-lint to v2.1.2
    f4d30802 Makefile: add linting with --tests=false
    d66183b1 Remove hack/validate-lint.sh wrapper
    b74989df integration: add unix tag to non-windows tests
    25481e1a integration: add _test suffix to files
    53a1b695 chore(deps): update dependency golangci/golangci-lint to v2.1.1
    f9e03e6c .github: check_cirrus_cron work around github bug
    b39bf85a GHA: remove .github/labeler.yaml
    4920d7f1 .golangci.yml: simplify
    5b135b92 Add MAINTAINERS.md and Governance, update OWNERS
    f5c34db7 fix(deps): update module golang.org/x/term to v0.31.0
    b6b64152 chore: fix some function names in comment
    f7ab0ed0 fix(deps): update module github.com/containers/common to v0.62.3
    0e68f7be chore(deps): update dependency golangci/golangci-lint to v2.0.2
    edfeb735 [skip-ci] TMT: keep PR-label independent tests
    ba2f8b7a chore(deps): update dependency golangci/golangci-lint to v2
    11fc49b4 Rely on golangci-lint exit code instead of expecting empty output
    b78fa41e Satisfy staticcheck
    da1bf9f7 chore(deps): update dependency containers/automation_images to v20250324

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2025-06-27 11:18:03 -04:00
parent c0aed330ec
commit 815ee55b09

View File

@ -26,8 +26,8 @@ SRC_URI = " \
file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
"
SRCREV = "e8d9f916e04364c128a939535889dc2da74162b5"
PV = "v1.18.0+git"
SRCREV = "b6c726f854084e9ace9dc69be6c0be0131ed1573"
PV = "v1.19.0+git"
GO_IMPORT = "import"
S = "${UNPACKDIR}/git/src/github.com/containers/skopeo"