Skip to content

Commit

Permalink
ostree: update to 2023.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jun 22, 2023
1 parent be92627 commit 346f84e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
14 changes: 14 additions & 0 deletions srcpkgs/ostree/patches/missing-off-t.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
From https://git.alpinelinux.org/aports/tree/community/ostree/missing-off-t.patch
diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
index 8fcd5e8..2454a58 100644
--- a/src/libostree/ostree-sysroot-deploy.c
+++ b/src/libostree/ostree-sysroot-deploy.c
@@ -2536,7 +2536,7 @@ get_kernel_layout_size (OstreeSysroot *self, OstreeDeployment *deployment, guint
/* This is a roundabout but more trustworthy way of doing a space check than
* relying on statvfs's f_bfree when you know the size of the objects. */
static gboolean
-dfd_fallocate_check (int dfd, __off_t len, gboolean *out_passed, GError **error)
+dfd_fallocate_check (int dfd, off_t len, gboolean *out_passed, GError **error)
{
/* If the requested size is 0 then return early. Passing a 0 len to
* fallocate results in EINVAL */
31 changes: 0 additions & 31 deletions srcpkgs/ostree/patches/musl-fixes.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/ostree/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ostree'
pkgname=ostree
version=2023.3
version=2023.4
revision=1
build_style=gnu-configure
build_helper="gir"
Expand All @@ -20,7 +20,7 @@ license="LGPL-2.0-or-later"
homepage="https://ostree.readthedocs.io/en/latest/"
changelog="https://github.com/ostreedev/ostree/releases"
distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"
checksum=9c575a094da2c307769f0aee15de95470c3b5550cbff211fbbc4f6fc75f333b1
checksum=7cee8ace6aae3c778527927a85abefbfbd491c021f52ae229c51ca3077f9c5d1

build_options="gir"
build_options_default="gir"
Expand Down

0 comments on commit 346f84e

Please sign in to comment.