* [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5
@ 2024-07-27 17:58 Bernd Kuhls
2024-07-27 17:58 ` [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks Bernd Kuhls
2024-07-28 19:56 ` [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2024-07-27 17:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libks/libks.hash | 2 +-
package/libks/libks.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libks/libks.hash b/package/libks/libks.hash
index f66798699f..de16d0b029 100644
--- a/package/libks/libks.hash
+++ b/package/libks/libks.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 af94f9fcdb2022b8f09187309ac2d372a5a4cc639af77cd4375f2d5c88b4fd63 libks-2.0.2.tar.gz
+sha256 8525dd943cf970c860cd2596207c7ba6646c9e1f407e350fc0a39b76af75e625 libks-2.0.5.tar.gz
sha256 3aba376a08bf91c95518532e627157f0ee3ab2712d1198463e2b1ac9186dd142 copyright
diff --git a/package/libks/libks.mk b/package/libks/libks.mk
index c8bcb30961..2de6b727dd 100644
--- a/package/libks/libks.mk
+++ b/package/libks/libks.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBKS_VERSION = 2.0.2
+LIBKS_VERSION = 2.0.5
LIBKS_SITE = $(call github,signalwire,libks,v$(LIBKS_VERSION))
LIBKS_LICENSE = MIT
LIBKS_LICENSE_FILES = copyright
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks
2024-07-27 17:58 [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Bernd Kuhls
@ 2024-07-27 17:58 ` Bernd Kuhls
2024-09-01 14:49 ` Peter Korsgaard
2024-07-28 19:56 ` [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Thomas Petazzoni via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2024-07-27 17:58 UTC (permalink / raw)
To: buildroot
I am not using this package anymore.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
DEVELOPERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/DEVELOPERS b/DEVELOPERS
index 16dea15bce..bf44035a59 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -430,7 +430,6 @@ F: package/libglu/
F: package/libhdhomerun/
F: package/libheif/
F: package/libilbc/
-F: package/libks/
F: package/libldns/
F: package/libmicrohttpd/
F: package/libminiupnpc/
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5
2024-07-27 17:58 [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Bernd Kuhls
2024-07-27 17:58 ` [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks Bernd Kuhls
@ 2024-07-28 19:56 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-28 19:56 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Sat, 27 Jul 2024 19:58:04 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/libks/libks.hash | 2 +-
> package/libks/libks.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks
2024-07-27 17:58 ` [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks Bernd Kuhls
@ 2024-09-01 14:49 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-09-01 14:49 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> I am not using this package anymore.
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-01 14:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 17:58 [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Bernd Kuhls
2024-07-27 17:58 ` [Buildroot] [PATCH 2/2] DEVELOPERS: remove Bernd Kuhls from libks Bernd Kuhls
2024-09-01 14:49 ` Peter Korsgaard
2024-07-28 19:56 ` [Buildroot] [PATCH 1/2] package/libks: bump version to 2.0.5 Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox