ostree: upgrade 2023.2 -> 2023.3

Changelog:
==========
  configure: post-release version bump
  treegen: Require at least one mutation
  ci: Turn off errors for deprecated-declarations
  ci: Drop workaround for fedora-release-container
  rust: Bump MSRV to 1.64
  build-sys: Squash automake conditional warning re '.PHONY'
  Add clang formatting infrastructure
  lib: clang-format 'ostree.h'
  tree-wide: Fix various include ordering issues
  lib: Fix one include
  clang-format: Don't align backslashes
  tree-wide: Run clang-format
  ci: Validate clang-format
  tests/inst: Add xshell and use it in one place
  tests: Ensure real GIO backends aren't used
  ci: Add test configuration with soup3
  fetcher/soup3: Rewrite without threads
  fetcher: add libsoup3 backend
  lib/sysroot-cleanup: Convert bootdir listing to dfd-relative
  lib/sysroot-cleanup: Make some static utility functions global
  lib/sysroot-cleanup: Drop dead code
  lib/sysroot-cleanup: Factor out bootfs cleanup
  lib/sysroot-cleanup: Make bootfs cleanup function global
  libotutil: add utility functions for calculating directory size
  lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization
  tests/kola: delete unused .gitignore
  tests/kolainst: Add 'make localinstall'
  lib/sysroot-deploy: Add experimental support for automatic early prune
  configure: post-release version bump
  lib/fetcher: Add some debugging messages to the libsoup request path

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-05-25 14:57:20 +08:00
committed by Khem Raj
parent 2b4797dbdd
commit 8fd5138a0b
@@ -23,7 +23,7 @@ SRC_URI = " \
${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
file://run-ptest \
"
SRC_URI[sha256sum] = "ceb0788755a0bff5738d44543552fbf883cf71df481baa3ca7288da7a402bb85"
SRC_URI[sha256sum] = "9c575a094da2c307769f0aee15de95470c3b5550cbff211fbbc4f6fc75f333b1"
S = "${WORKDIR}/libostree-${PV}"