ostree: upgrade 2023.1 -> 2023.2

Changelog:
==========
  Add 'sysroot.bootprefix' option
  deploy: Use 'semodule --refresh' if available
  configure: post-release version bump
  Release rust/ bindings 0.17.1
  rust-bindings: Regenerate for 2023.1
  rust-bindings: 'Sysroot' is 'Send'
  itest-pull-space: Use mkfs.ext4, align to at least 512b
  tests: Set size on fileinfo
  Enable 'trust_return_value_nullability'
  Add docs and fix annotations for ostree-repo-file.c
  rust: Bump semver
  lib: Fix two nullable annotations
  repo: Fix nullability for remote options
  rust: Renerate bindings
  Revert "repo: Fix nullability for remote options"
  rust-bindings: Regenerate
  configure: post-release version bump
  build: Do not include private headers in the introspection
  libostree: Ignore new_and_connect in the introspection
  libostree: Enhance the annotation coverage
  core: Ensure glib standard::size attribute is always set
  ci: update for new kolaTestIso()
  lib/fetcher-util: Wake up main context when a request is complete
  Increase buffer size for create_regular_tmpfile_linkable_with_content
  tests: Ensure non-root users have access to libcap tools
  ostree_raw_file_to_content_stream: Make size default to 0
  _ostree_zlib_file_header_new: Default size to 0
  write_content_object: Don't assume file info has standard::size
  Use g_steal_fd() in preference to glnx_steal_fd()
  docs: Use upstream theme & update to 0.4.1
  build(deps): bump libglnx from '4e44fd9' to '07e3e49'

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-04-03 17:02:04 +08:00
committed by Khem Raj
parent 2a8a340385
commit e2ac0e39f9
@@ -22,7 +22,7 @@ SRC_URI = " \
${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
file://run-ptest \
"
SRC_URI[sha256sum] = "dd792b167693a1971c9f6e3168013d906ac035100ff6c719a3b322eb44b96f55"
SRC_URI[sha256sum] = "ceb0788755a0bff5738d44543552fbf883cf71df481baa3ca7288da7a402bb85"
S = "${WORKDIR}/libostree-${PV}"