* [Buildroot] [PATCH 1/1] package/ustreamer: bump version to 6.16
@ 2024-09-22 2:40 Akhilesh Nema
2024-10-26 14:36 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Akhilesh Nema @ 2024-09-22 2:40 UTC (permalink / raw)
To: buildroot; +Cc: Kadambini Nema, Akhilesh Nema
Changelog - https://github.com/pikvm/ustreamer/compare/v6.11...v6.16
Drop upstream patch 0001-src-libs-types.h-include-sys-types.h.patch.
(https://github.com/pikvm/ustreamer/pull/273/commits/0ce1d6e1f61dfbebae35a9c3a8a77c69ee43a8b0)
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
---
...src-libs-types.h-include-sys-types.h.patch | 36 -------------------
package/ustreamer/ustreamer.hash | 2 +-
package/ustreamer/ustreamer.mk | 2 +-
3 files changed, 2 insertions(+), 38 deletions(-)
delete mode 100644 package/ustreamer/0001-src-libs-types.h-include-sys-types.h.patch
diff --git a/package/ustreamer/0001-src-libs-types.h-include-sys-types.h.patch b/package/ustreamer/0001-src-libs-types.h-include-sys-types.h.patch
deleted file mode 100644
index 82fe596963..0000000000
--- a/package/ustreamer/0001-src-libs-types.h-include-sys-types.h.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 6c24c9ea610e7cc0e47d1e7124697098d5ef365e Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Wed, 15 May 2024 19:56:49 +0200
-Subject: [PATCH] src/libs/types.h: include sys/types.h (#273)
-
-Include sys/types.h to avoid the following uclibc build failure since
-version 5.52 and
-https://github.com/pikvm/ustreamer/commit/2d6716aa4762151f0fb1b900d3cd3295d328cab6:
-
-In file included from libs/base64.h:25,
- from libs/base64.c:23:
-libs/types.h:30:9: error: unknown type name 'ssize_t'
- 30 | typedef ssize_t sz;
- | ^~~~~~~
-
-Fixes:
- - http://autobuild.buildroot.org/results/24498049d7beb4afaaf9f9a0c2fc0bcd26a3ee04
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Upstream: https://github.com/pikvm/ustreamer/commit/6c24c9ea610e7cc0e47d1e7124697098d5ef365e
----
- src/libs/types.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libs/types.h b/src/libs/types.h
-index 54e42325..b35bbaea 100644
---- a/src/libs/types.h
-+++ b/src/libs/types.h
-@@ -24,6 +24,7 @@
- #include <stdio.h>
- #include <stdbool.h>
- #include <stdint.h>
-+#include <sys/types.h>
-
-
- typedef long long sll;
diff --git a/package/ustreamer/ustreamer.hash b/package/ustreamer/ustreamer.hash
index 7c70f0195f..7a03b21b86 100644
--- a/package/ustreamer/ustreamer.hash
+++ b/package/ustreamer/ustreamer.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 80ab01eeaa81c7d8e9c7f62304287d176fd729cb12ca5adb2e181b5a3da79216 ustreamer-6.11.tar.gz
+sha256 88ac5e99c56729fecba2cf7f63b690a126dcaef420e2cce9c25c66c55c097f64 ustreamer-6.16.tar.gz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE
diff --git a/package/ustreamer/ustreamer.mk b/package/ustreamer/ustreamer.mk
index 5b73e387d6..2944827083 100644
--- a/package/ustreamer/ustreamer.mk
+++ b/package/ustreamer/ustreamer.mk
@@ -4,7 +4,7 @@
#
################################################################################
-USTREAMER_VERSION = 6.11
+USTREAMER_VERSION = 6.16
USTREAMER_SITE = $(call github,pikvm,ustreamer,v$(USTREAMER_VERSION))
USTREAMER_LICENSE = GPL-3.0+
USTREAMER_LICENSE_FILES = LICENSE
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-26 14:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-22 2:40 [Buildroot] [PATCH 1/1] package/ustreamer: bump version to 6.16 Akhilesh Nema
2024-10-26 14:36 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.