package/libostree: bump to version 2022.4
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bba4dad9aa
commit
dedc1b71d9
@ -1,24 +0,0 @@
|
||||
From 4b7fc4f1e90bbeac89d2f939cde3070e69b4787a Mon Sep 17 00:00:00 2001
|
||||
From: Luca BRUNO <luca.bruno@coreos.com>
|
||||
Date: Fri, 6 May 2022 10:07:23 +0000
|
||||
Subject: [PATCH] lib/ostree-sysroot-deploy: add a missing include for stdint.h
|
||||
|
||||
[Retrieved from:
|
||||
https://github.com/ostreedev/ostree/commit/4b7fc4f1e90bbeac89d2f939cde3070e69b4787a]
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
---
|
||||
src/libostree/ostree-sysroot-deploy.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
|
||||
index 404f336fb5..96cc07531e 100644
|
||||
--- a/src/libostree/ostree-sysroot-deploy.c
|
||||
+++ b/src/libostree/ostree-sysroot-deploy.c
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <gio/gunixinputstream.h>
|
||||
#include <gio/gunixoutputstream.h>
|
||||
#include <glib-unix.h>
|
||||
+#include <stdint.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/socket.h>
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 b823fd9dcd5503c5caf9febde24b0ed63ff46ca95188032ac567a2a95624f612 libostree-2022.3.tar.xz
|
||||
sha256 14bbd351a95066f68c3b283e0bd0ddd03562e862af66f6f6d894c6c328d7eb81 libostree-2022.4.tar.xz
|
||||
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOSTREE_VERSION = 2022.3
|
||||
LIBOSTREE_VERSION = 2022.4
|
||||
LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
|
||||
LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user