Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5
@ 2024-08-22 18:20 Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385 Bernd Kuhls
                   ` (13 more replies)
  0 siblings, 14 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes:
https://github.com/exfatprogs/exfatprogs/blob/1.2.5/NEWS

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/exfatprogs/exfatprogs.hash | 4 ++--
 package/exfatprogs/exfatprogs.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/exfatprogs/exfatprogs.hash b/package/exfatprogs/exfatprogs.hash
index 9f3100db7f..5ccad03ca2 100644
--- a/package/exfatprogs/exfatprogs.hash
+++ b/package/exfatprogs/exfatprogs.hash
@@ -1,5 +1,5 @@
-# From https://github.com/exfatprogs/exfatprogs/releases/download/1.2.2/exfatprogs-1.2.2.tar.xz.sha256
-sha256  61d517231f8ec177eeb5955fd6edb89748d3f88ba412c48bcb32741b430e359a  exfatprogs-1.2.2.tar.xz
+# From https://github.com/exfatprogs/exfatprogs/releases/download/1.2.5/exfatprogs-1.2.5.tar.xz.sha256
+sha256  f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0  exfatprogs-1.2.5.tar.xz
 
 # Hash for license file
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/exfatprogs/exfatprogs.mk b/package/exfatprogs/exfatprogs.mk
index 40d9072571..a541a63116 100644
--- a/package/exfatprogs/exfatprogs.mk
+++ b/package/exfatprogs/exfatprogs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXFATPROGS_VERSION = 1.2.2
+EXFATPROGS_VERSION = 1.2.5
 EXFATPROGS_SOURCE = exfatprogs-$(EXFATPROGS_VERSION).tar.xz
 EXFATPROGS_SITE = https://github.com/exfatprogs/exfatprogs/releases/download/$(EXFATPROGS_VERSION)
 EXFATPROGS_LICENSE = GPL-2.0+
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:12   ` Petr Vorel
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2 Bernd Kuhls
                   ` (12 subsequent siblings)
  13 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes: https://github.com/vcrhonek/hwdata/releases

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/hwdata/hwdata.hash | 2 +-
 package/hwdata/hwdata.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/hwdata/hwdata.hash b/package/hwdata/hwdata.hash
index 7d8959990a..db30db66af 100644
--- a/package/hwdata/hwdata.hash
+++ b/package/hwdata/hwdata.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256  caa496a6203084ee3404c688a75ea05b4b10eec93340c503199647216127f347  hwdata-0.384.tar.gz
+sha256  577219d44d9686e8177f6291adbff7bacdd785ad4e8a8d0c4b2a14dbf850d6ac  hwdata-0.385.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
 sha256  21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f  LICENSE
diff --git a/package/hwdata/hwdata.mk b/package/hwdata/hwdata.mk
index 3394dbd015..294afdc061 100644
--- a/package/hwdata/hwdata.mk
+++ b/package/hwdata/hwdata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HWDATA_VERSION = 0.384
+HWDATA_VERSION = 0.385
 HWDATA_SITE = $(call github,vcrhonek,hwdata,v$(HWDATA_VERSION))
 HWDATA_LICENSE = GPL-2.0+, BSD-3-Clause, XFree86 1.0
 HWDATA_LICENSE_FILES = COPYING LICENSE
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:14   ` Petr Vorel
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4 Bernd Kuhls
                   ` (11 subsequent siblings)
  13 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes:
https://github.com/strukturag/libheif/releases/tag/v1.18.2

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libheif/libheif.hash | 2 +-
 package/libheif/libheif.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libheif/libheif.hash b/package/libheif/libheif.hash
index ed1a083d7c..26b21e1897 100644
--- a/package/libheif/libheif.hash
+++ b/package/libheif/libheif.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76  libheif-1.18.1.tar.gz
+sha256  c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf  libheif-1.18.2.tar.gz
 sha256  b2eb4f6588b005bebac44cfb2dfd23f6a16c5ca9b8a619a315158b0215a917a3  COPYING
diff --git a/package/libheif/libheif.mk b/package/libheif/libheif.mk
index e2c3a328bc..4783ada19e 100644
--- a/package/libheif/libheif.mk
+++ b/package/libheif/libheif.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBHEIF_VERSION = 1.18.1
+LIBHEIF_VERSION = 1.18.2
 LIBHEIF_SITE = https://github.com/strukturag/libheif/releases/download/v$(LIBHEIF_VERSION)
 LIBHEIF_LICENSE = LGPL-3.0+
 LIBHEIF_LICENSE_FILES = COPYING
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385 Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:16   ` Petr Vorel
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
                   ` (10 subsequent siblings)
  13 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes:
https://www.samba.org/samba/history/samba-4.20.4.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/samba4/samba4.hash | 4 ++--
 package/samba4/samba4.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/samba4/samba4.hash b/package/samba4/samba4.hash
index d2512f2e0a..71fe862901 100644
--- a/package/samba4/samba4.hash
+++ b/package/samba4/samba4.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://download.samba.org/pub/samba/stable/samba-4.20.3.tar.asc
-sha256  afd5a9bb03e5c921c4c1d4e4b4fa6ea16cf798d94e5e5bffb9fd61716641cf30  samba-4.20.3.tar.gz
+# https://download.samba.org/pub/samba/stable/samba-4.20.4.tar.asc
+sha256  3a92e97eaeb345b6b32232f503e14d34f03a7aa64c451fe8c258a11bbda908e5  samba-4.20.4.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index d48a02140f..f08303a346 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SAMBA4_VERSION = 4.20.3
+SAMBA4_VERSION = 4.20.4
 SAMBA4_SITE = https://download.samba.org/pub/samba/stable
 SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
 SAMBA4_INSTALL_STAGING = YES
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:51   ` Baruch Siach via buildroot
                     ` (2 more replies)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7 Bernd Kuhls
                   ` (9 subsequent siblings)
  13 siblings, 3 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Changelog: https://curl.se/changes.html#8_9_1

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libcurl/libcurl.hash | 4 ++--
 package/libcurl/libcurl.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index fa325efd7d..1d01935501 100644
--- a/package/libcurl/libcurl.hash
+++ b/package/libcurl/libcurl.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-# https://curl.se/download/curl-8.9.0.tar.xz.asc
+# https://curl.se/download/curl-8.9.1.tar.xz.asc
 # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256  ff09b2791ca56d25fd5c3f3a4927dce7c8a9dc4182200c487ca889fba1fdd412  curl-8.9.0.tar.xz
+sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
 sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 966885aeda..3661cbf5bd 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 8.9.0
+LIBCURL_VERSION = 8.9.1
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
 LIBCURL_SITE = https://curl.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:32   ` Petr Vorel
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5 Bernd Kuhls
                   ` (8 subsequent siblings)
  13 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Changelog:
https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.7/1.2.7-ChangeLog/download

Switch _SITE to https.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/rpcbind/rpcbind.hash | 2 +-
 package/rpcbind/rpcbind.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/rpcbind/rpcbind.hash b/package/rpcbind/rpcbind.hash
index b5f117db54..45bd394199 100644
--- a/package/rpcbind/rpcbind.hash
+++ b/package/rpcbind/rpcbind.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de  rpcbind-1.2.6.tar.bz2
+sha256  f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e  rpcbind-1.2.7.tar.bz2
 sha256  2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3  COPYING
diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index 2c158213ad..e553f54066 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-RPCBIND_VERSION = 1.2.6
-RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
+RPCBIND_VERSION = 1.2.7
+RPCBIND_SITE = https://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
 RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3-Clause
 RPCBIND_LICENSE_FILES = COPYING
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (4 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:09   ` Petr Vorel
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 08/13] package/libv4l: bump version to 1.28.1 Bernd Kuhls
                   ` (7 subsequent siblings)
  13 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes:
https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.5/Release-1-3-5.txt/download

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libtirpc/libtirpc.hash | 4 ++--
 package/libtirpc/libtirpc.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libtirpc/libtirpc.hash b/package/libtirpc/libtirpc.hash
index 40e59f9bcb..b1113264ae 100644
--- a/package/libtirpc/libtirpc.hash
+++ b/package/libtirpc/libtirpc.hash
@@ -1,5 +1,5 @@
 # From sourceforge's info on download page:
-sha1  63c800f81f823254d2706637bab551dec176b99b  libtirpc-1.3.4.tar.bz2
+sha1  f5b209b2a7f3ffcdcff5b5b54fefc6a90ddec0d3  libtirpc-1.3.5.tar.bz2
 # Locally computed
-sha256  1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860  libtirpc-1.3.4.tar.bz2
+sha256  9b31370e5a38d3391bf37edfa22498e28fe2142467ae6be7a17c9068ec0bf12f  libtirpc-1.3.5.tar.bz2
 sha256  17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7  COPYING
diff --git a/package/libtirpc/libtirpc.mk b/package/libtirpc/libtirpc.mk
index 04196f2f7c..1020c512a0 100644
--- a/package/libtirpc/libtirpc.mk
+++ b/package/libtirpc/libtirpc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBTIRPC_VERSION = 1.3.4
+LIBTIRPC_VERSION = 1.3.5
 LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2
 LIBTIRPC_SITE = http://downloads.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)
 LIBTIRPC_LICENSE = BSD-3-Clause
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 08/13] package/libv4l: bump version to 1.28.1
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (5 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 09/13] package/ccache: bump version to 4.10.2 Bernd Kuhls
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Upstream switched to xz tarball and meson.

Changelog:
https://git.linuxtv.org/v4l-utils.git/tree/ChangeLog?h=stable-1.28

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libv4l/libv4l.hash |  4 ++--
 package/libv4l/libv4l.mk   | 41 ++++++++++++--------------------------
 2 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/package/libv4l/libv4l.hash b/package/libv4l/libv4l.hash
index 4f694de34b..0c8ea1010b 100644
--- a/package/libv4l/libv4l.hash
+++ b/package/libv4l/libv4l.hash
@@ -1,7 +1,7 @@
 # Locally calculated after checking signature
-# https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.20.0.tar.bz2.asc
+# https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.28.1.tar.xz.asc
 # with key 05D0169C26E41593418129DF199A64FADFB500FF
-sha256  cbb7fe8a6307f5ce533a05cded70bb93c3ba06395ab9b6d007eb53b75d805f5b  v4l-utils-1.24.1.tar.bz2
+sha256  0fa075ce59b6618847af6ea191b6155565ccaa44de0504581ddfed795a328a82  v4l-utils-1.28.1.tar.xz
 
 # Locally calculated
 sha256  391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a  COPYING
diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
index 1142a7442f..072d7efcf3 100644
--- a/package/libv4l/libv4l.mk
+++ b/package/libv4l/libv4l.mk
@@ -4,19 +4,12 @@
 #
 ################################################################################
 
-LIBV4L_VERSION = 1.24.1
-LIBV4L_SOURCE = v4l-utils-$(LIBV4L_VERSION).tar.bz2
+LIBV4L_VERSION = 1.28.1
+LIBV4L_SOURCE = v4l-utils-$(LIBV4L_VERSION).tar.xz
 LIBV4L_SITE = https://linuxtv.org/downloads/v4l-utils
 LIBV4L_INSTALL_STAGING = YES
 LIBV4L_DEPENDENCIES = host-pkgconf
-LIBV4L_CONF_OPTS = --disable-doxygen-doc --disable-qvidcap --disable-v4l2-tracer
-# needed to get utils/qv4l link flags right
-LIBV4L_AUTORECONF = YES
-# add host-gettext for AM_ICONV macro
-LIBV4L_DEPENDENCIES += host-gettext
-
-# fix uclibc-ng configure/compile
-LIBV4L_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+LIBV4L_CONF_OPTS = -Ddoxygen-doc=disabled -Dqvidcap=disabled -Dv4l2-tracer=disabled
 
 # v4l-utils components have different licences, see v4l-utils.spec for details
 LIBV4L_LICENSE = GPL-2.0+ (utilities), LGPL-2.1+ (libraries)
@@ -34,10 +27,10 @@ endif
 LIBV4L_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 ifeq ($(BR2_PACKAGE_JPEG),y)
+LIBV4L_CONF_OPTS += -Djpeg=enabled
 LIBV4L_DEPENDENCIES += jpeg
-LIBV4L_CONF_OPTS += --with-jpeg
 else
-LIBV4L_CONF_OPTS += --without-jpeg
+LIBV4L_CONF_OPTS += -Djpeg=disabled
 endif
 
 ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
@@ -45,10 +38,10 @@ LIBV4L_DEPENDENCIES += libgl
 endif
 
 ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-LIBV4L_CONF_OPTS += --with-libudev --with-udevdir=/usr/lib/udev
+LIBV4L_CONF_OPTS += -Dlibdvbv5=enabled -Dudevdir=/usr/lib/udev
 LIBV4L_DEPENDENCIES += udev
 else
-LIBV4L_CONF_OPTS += --without-libudev
+LIBV4L_CONF_OPTS += -Dlibdvbv5=disabled
 endif
 
 ifeq ($(BR2_PACKAGE_LIBGLU),y)
@@ -56,33 +49,25 @@ LIBV4L_DEPENDENCIES += libglu
 endif
 
 ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
-LIBV4L_CONF_OPTS += --enable-v4l-utils
+LIBV4L_CONF_OPTS += -Dv4l-utils=true
 LIBV4L_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
 
-# v4l2-ctl needs c++11, use gnu++11 for typeof support
-LIBV4L_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -std=gnu++11"
-
 # IR BPF decoder support needs toolchain with linux-headers >= 3.18
 # libelf and clang support
-LIBV4L_CONF_OPTS += --disable-bpf
+LIBV4L_CONF_OPTS += -Dbpf=disabled
 
 ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)
-LIBV4L_CONF_OPTS += --enable-qv4l2
+LIBV4L_CONF_OPTS += -Dqv4l2=enabled
 LIBV4L_DEPENDENCIES += qt5base
-# protect against host version detection of moc-qt5/rcc-qt5/uic-qt5
-LIBV4L_CONF_ENV += \
-	ac_cv_prog_MOC=$(HOST_DIR)/bin/moc \
-	ac_cv_prog_RCC=$(HOST_DIR)/bin/rcc \
-	ac_cv_prog_UIC=$(HOST_DIR)/bin/uic
 else
-LIBV4L_CONF_OPTS += --disable-qv4l2
+LIBV4L_CONF_OPTS += -Dqv4l2=disabled
 endif
 else
-LIBV4L_CONF_OPTS += --disable-v4l-utils
+LIBV4L_CONF_OPTS += -Dv4l-utils=false
 endif
 
 ifeq ($(BR2_PACKAGE_SDL2_IMAGE),y)
 LIBV4L_DEPENDENCIES += sdl2_image
 endif
 
-$(eval $(autotools-package))
+$(eval $(meson-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/ccache: bump version to 4.10.2
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (6 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 08/13] package/libv4l: bump version to 1.28.1 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 10/13] package/iwd: bump to version 2.19 Bernd Kuhls
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Release notes: https://ccache.dev/releasenotes.html#_ccache_4_10_2

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/ccache/ccache.hash | 2 +-
 package/ccache/ccache.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ccache/ccache.hash b/package/ccache/ccache.hash
index 744e167489..6624fdef65 100644
--- a/package/ccache/ccache.hash
+++ b/package/ccache/ccache.hash
@@ -1,4 +1,4 @@
 # sha256 computed locally
-sha256  3a43442ce3916ea48bb6ccf6f850891cbff01d1feddff7cd4bbd49c5cf1188f6  ccache-4.10.1.tar.xz
+sha256  c0b85ddfc1a3e77b105ec9ada2d24aad617fa0b447c6a94d55890972810f0f5a  ccache-4.10.2.tar.xz
 sha256  80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5  GPL-3.0.txt
 sha256  de4684f5251a0a2c58f3a7ab94d6a8d3443822cbd01abcdadd9250d3d1e0bfe1  LICENSE.adoc
diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index f727ca04bd..f3f675586d 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CCACHE_VERSION = 4.10.1
+CCACHE_VERSION = 4.10.2
 CCACHE_SITE = https://github.com/ccache/ccache/releases/download/v$(CCACHE_VERSION)
 CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
 CCACHE_LICENSE = GPL-3.0+, others
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 10/13] package/iwd: bump to version 2.19
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (7 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 09/13] package/ccache: bump version to 4.10.2 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 11/13] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.77 Bernd Kuhls
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Changelog:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.19

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/iwd/iwd.hash | 2 +-
 package/iwd/iwd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
index 9f88b2d6f1..b8c4cc5c4e 100644
--- a/package/iwd/iwd.hash
+++ b/package/iwd/iwd.hash
@@ -1,5 +1,5 @@
 # From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256  5901ab3fbb74bb75ec9adda35daeff595e4d238882fee7fc8c805b30ca79d943  iwd-2.17.tar.xz
+sha256  9d0b934e51580316919796aa0357590971fc0df244b273fa10e154c268374f91  iwd-2.19.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index c516bab471..e86ffacdeb 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 2.17
+IWD_VERSION = 2.19
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 11/13] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.77
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (8 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 10/13] package/iwd: bump to version 2.19 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 12/13] package/intel-gmmlib: bump version to 22.5.0 Bernd Kuhls
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Removed patch which are included in this release, autoreconf is not
needed anymore.

Changelog:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/ChangeLog

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .../bluez5_utils-headers.mk                   |  2 +-
 .../0001-configure.ac-Fix-disable-cups.patch  | 41 -------------------
 ...e.ac-fix-sixaxis-build-without-tools.patch | 35 ----------------
 package/bluez5_utils/bluez5_utils.hash        |  2 +-
 package/bluez5_utils/bluez5_utils.mk          |  5 +--
 5 files changed, 3 insertions(+), 82 deletions(-)
 delete mode 100644 package/bluez5_utils/0001-configure.ac-Fix-disable-cups.patch
 delete mode 100644 package/bluez5_utils/0002-configure.ac-fix-sixaxis-build-without-tools.patch

diff --git a/package/bluez5_utils-headers/bluez5_utils-headers.mk b/package/bluez5_utils-headers/bluez5_utils-headers.mk
index 2f07a7b422..ffd78c40f8 100644
--- a/package/bluez5_utils-headers/bluez5_utils-headers.mk
+++ b/package/bluez5_utils-headers/bluez5_utils-headers.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Keep the version and patches in sync with bluez5_utils
-BLUEZ5_UTILS_HEADERS_VERSION = 5.75
+BLUEZ5_UTILS_HEADERS_VERSION = 5.77
 BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
 BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
 BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils
diff --git a/package/bluez5_utils/0001-configure.ac-Fix-disable-cups.patch b/package/bluez5_utils/0001-configure.ac-Fix-disable-cups.patch
deleted file mode 100644
index 2c6c46f6fd..0000000000
--- a/package/bluez5_utils/0001-configure.ac-Fix-disable-cups.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From cb0de49bc6f8a6bf8f01a24599b499aa4bf18032 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c@gmx.de>
-Date: Tue, 16 Apr 2024 07:26:04 +0200
-Subject: [PATCH] configure.ac: Fix --disable-cups
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-or else we get:
-  configure: error: conditional "CUPS_SERVERBIN" was never defined.
-  Usually this means the macro was only invoked conditionally.
-
-Fixes: https://github.com/bluez/bluez/issues/773
-
-Upstream: https://patchwork.kernel.org/project/bluetooth/list/?series=844910
-Signed-off-by: Jan Čermák <sairon@sairon.cz>
----
- configure.ac | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9dea70d..dbba759 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -249,12 +249,12 @@ AM_CONDITIONAL(CUPS, test "${enable_cups}" != "no")
- if (test "${enable_cups}" != "no"); then
- 	AC_MSG_CHECKING([cups directory])
- 	cups_serverbin=`$PKG_CONFIG cups --variable=cups_serverbin`
--	AM_CONDITIONAL(CUPS_SERVERBIN, test "${cups_serverbin}" != "")
--	if (test "${cups_serverbin}" != ""); then
--		AC_SUBST(CUPS_SERVERBIN, ${cups_serverbin})
--	fi
- 	AC_MSG_RESULT([${cups_serverbin}])
- fi
-+AM_CONDITIONAL(CUPS_SERVERBIN, test "${cups_serverbin}" != "")
-+AS_IF([test "${cups_serverbin}" != ""],[
-+	AC_SUBST(CUPS_SERVERBIN, ${cups_serverbin})
-+])
- 
- AC_ARG_ENABLE(mesh, AS_HELP_STRING([--enable-mesh],
- 		[enable Mesh profile support]), [enable_mesh=${enableval}])
diff --git a/package/bluez5_utils/0002-configure.ac-fix-sixaxis-build-without-tools.patch b/package/bluez5_utils/0002-configure.ac-fix-sixaxis-build-without-tools.patch
deleted file mode 100644
index 1e0e34cb8f..0000000000
--- a/package/bluez5_utils/0002-configure.ac-fix-sixaxis-build-without-tools.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From f4795bf64dbf8778fc765b7dad1b1bfb365b48d7 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Wed, 8 May 2024 19:54:16 +0200
-Subject: configure.ac: fix sixaxis build without tools
-
-Fix the following build failure with --enable-sixaxis --enable-udev
---disable-tools raised since version 5.73 and
-9f71892b63f6b65dab874a633d88ae2dcad93a16:
-
-sixaxis.c:(.text.sixaxis_init+0x23): undefined reference to `udev_new'
-
-Fixes: http://autobuild.buildroot.org/results/c337d0f473c5fbb3e6cda1317ba06f5e2b16a43e
-
-Upstream: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=f4795bf64dbf8778fc765b7dad1b1bfb365b48d7
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9dea70ddc1..8b3cdb4e8f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -226,7 +226,7 @@ AM_CONDITIONAL(MONITOR, test "${enable_monitor}" != "no")
- 
- AC_ARG_ENABLE(udev, AS_HELP_STRING([--disable-udev],
- 		[disable udev device support]), [enable_udev=${enableval}])
--if (test "${enable_tools}" != "no" && test "${enable_udev}" != "no"); then
-+if (test "${enable_udev}" != "no"); then
- 	PKG_CHECK_MODULES(UDEV, libudev >= 196)
- 	AC_DEFINE(HAVE_UDEV, 1, [Define to 1 if udev is required])
- fi
--- 
-cgit 1.2.3-korg
-
diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash
index 9cc19f87dd..1b10bfbf64 100644
--- a/package/bluez5_utils/bluez5_utils.hash
+++ b/package/bluez5_utils/bluez5_utils.hash
@@ -1,5 +1,5 @@
 # From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
-sha256  988cb3c4551f6e3a667708a578f5ca9f93fc896508f98f08709be4f8ab033c2f  bluez-5.75.tar.xz
+sha256  5d032fdc1d4a085813554f57591e2e1fb0ceb2b3616ee56f689bc00e1d150812  bluez-5.77.tar.xz
 # Locally computed
 sha256  b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259  COPYING
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING.LIB
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk
index da10f95a05..b1caef5cc5 100644
--- a/package/bluez5_utils/bluez5_utils.mk
+++ b/package/bluez5_utils/bluez5_utils.mk
@@ -5,12 +5,9 @@
 ################################################################################
 
 # Keep the version and patches in sync with bluez5_utils-headers
-BLUEZ5_UTILS_VERSION = 5.75
+BLUEZ5_UTILS_VERSION = 5.77
 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
 BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
-# 0001-configure.ac-Fix-disable-cups.patch
-# 0002-configure.ac-fix-sixaxis-build-without-tools.patch
-BLUEZ5_UTILS_AUTORECONF = YES
 BLUEZ5_UTILS_INSTALL_STAGING = YES
 BLUEZ5_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+
 BLUEZ5_UTILS_LICENSE_FILES = COPYING COPYING.LIB
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 12/13] package/intel-gmmlib: bump version to 22.5.0
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (9 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 11/13] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.77 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 13/13] package/python3: bump version to 3.12.5 Bernd Kuhls
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/intel-gmmlib/intel-gmmlib.hash | 2 +-
 package/intel-gmmlib/intel-gmmlib.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash
index 93138bf25a..9bf7fe2906 100644
--- a/package/intel-gmmlib/intel-gmmlib.hash
+++ b/package/intel-gmmlib/intel-gmmlib.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  451fbe2eac26533a896ca0da0356354ecc38680f273fce7d121c6a22251ed21e  intel-gmmlib-22.4.1.tar.gz
+sha256  a3f37dff076503b833ce2dc5c0f9cf854ad706c7857fa6a70972716342efe523  intel-gmmlib-22.5.0.tar.gz
 sha256  8b7446825df3f8b0268307e272aa6aaaf78351c83161d860d02c913c22666c48  LICENSE.md
diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk
index a21c3bf1e5..2165674fc6 100644
--- a/package/intel-gmmlib/intel-gmmlib.mk
+++ b/package/intel-gmmlib/intel-gmmlib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INTEL_GMMLIB_VERSION = 22.4.1
+INTEL_GMMLIB_VERSION = 22.5.0
 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
 INTEL_GMMLIB_LICENSE = MIT
 INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [Buildroot] [PATCH/next 13/13] package/python3: bump version to 3.12.5
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (10 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 12/13] package/intel-gmmlib: bump version to 22.5.0 Bernd Kuhls
@ 2024-08-22 18:20 ` Bernd Kuhls
  2024-08-22 20:11 ` [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Petr Vorel
  2024-08-23 16:46 ` Thomas Petazzoni via buildroot
  13 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2024-08-22 18:20 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, Louis-Paul Cordier,
	Fabrice Fontaine

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/python3/python3.hash | 6 +++---
 package/python3/python3.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python3/python3.hash b/package/python3/python3.hash
index 598164dca6..d680a96810 100644
--- a/package/python3/python3.hash
+++ b/package/python3/python3.hash
@@ -1,5 +1,5 @@
-# From https://www.python.org/downloads/release/python-3123/
-md5  d68f25193eec491eb54bc2ea664a05bd  Python-3.12.4.tar.xz
+# From https://www.python.org/downloads/release/python-3125/
+md5  02c7d269e077f4034963bba6befdc715  Python-3.12.5.tar.xz
 # Locally computed
-sha256  f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554  Python-3.12.4.tar.xz
+sha256  fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397  Python-3.12.5.tar.xz
 sha256  3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf  LICENSE
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 7d6c9fe93f..b31e6df141 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 PYTHON3_VERSION_MAJOR = 3.12
-PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).4
+PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).5
 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
 PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
 PYTHON3_LICENSE = Python-2.0, others
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
@ 2024-08-22 18:51   ` Baruch Siach via buildroot
  2024-08-22 20:21   ` Petr Vorel
  2024-08-23 16:39   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 23+ messages in thread
From: Baruch Siach via buildroot @ 2024-08-22 18:51 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Petr Vorel, James Hilliard, Thomas Petazzoni, buildroot,
	Louis-Paul Cordier, Fabrice Fontaine

Hi Bernd,

On Thu, Aug 22 2024, Bernd Kuhls wrote:
> Changelog: https://curl.se/changes.html#8_9_1

Thanks for the patch.

This release also fixes CVE-2024-7264.

https://curl.se/docs/CVE-2024-7264.html

baruch

>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libcurl/libcurl.hash | 4 ++--
>  package/libcurl/libcurl.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
> index fa325efd7d..1d01935501 100644
> --- a/package/libcurl/libcurl.hash
> +++ b/package/libcurl/libcurl.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated after checking pgp signature
> -# https://curl.se/download/curl-8.9.0.tar.xz.asc
> +# https://curl.se/download/curl-8.9.1.tar.xz.asc
>  # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
> -sha256  ff09b2791ca56d25fd5c3f3a4927dce7c8a9dc4182200c487ca889fba1fdd412  curl-8.9.0.tar.xz
> +sha256  f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5  curl-8.9.1.tar.xz
>  sha256  adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32  COPYING
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 966885aeda..3661cbf5bd 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBCURL_VERSION = 8.9.0
> +LIBCURL_VERSION = 8.9.1
>  LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
>  LIBCURL_SITE = https://curl.se/download
>  LIBCURL_DEPENDENCIES = host-pkgconf \

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5 Bernd Kuhls
@ 2024-08-22 20:09   ` Petr Vorel
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:09 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,


> Release notes:
> https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.5/Release-1-3-5.txt/download

FYI this has been already merged as my patch.
ffdbab3642 ("package/libtirpc: bump version to 1.3.5")

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (11 preceding siblings ...)
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 13/13] package/python3: bump version to 3.12.5 Bernd Kuhls
@ 2024-08-22 20:11 ` Petr Vorel
  2024-08-23 16:46 ` Thomas Petazzoni via buildroot
  13 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:11 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385 Bernd Kuhls
@ 2024-08-22 20:12   ` Petr Vorel
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:12 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2 Bernd Kuhls
@ 2024-08-22 20:14   ` Petr Vorel
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:14 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4 Bernd Kuhls
@ 2024-08-22 20:16   ` Petr Vorel
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:16 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

NOTE: it'd be nice to fix old warnings (not related to this update):

$ ./utils/check-package package/samba4/*
package/samba4/S91smb:33: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:39: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:40: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:42: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:43: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:45: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:46: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:48: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:49: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:51: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:0: DAEMON variable not defined (https://nightly.buildroot.org/#adding-packages-start-script)
package/samba4/S91smb:0: run 'shellcheck' and fix the warnings
package/samba4/0001-build-find-pre-built-heimdal-build-tools-in-case-of-.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation)
package/samba4/0002-ldap_message_test.c-include-stdint.h-before-cmoka.h.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation)
427 lines processed
14 warnings generated

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
  2024-08-22 18:51   ` Baruch Siach via buildroot
@ 2024-08-22 20:21   ` Petr Vorel
  2024-08-23 16:39   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:21 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

+1 for Baruch's note about CVE-2024-7264 (the commit message could be amended
merging the commit).
https://curl.se/docs/CVE-2024-7264.html

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7 Bernd Kuhls
@ 2024-08-22 20:32   ` Petr Vorel
  0 siblings, 0 replies; 23+ messages in thread
From: Petr Vorel @ 2024-08-22 20:32 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	James Hilliard, Thomas Petazzoni, buildroot, Louis-Paul Cordier,
	Fabrice Fontaine

Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

I checked just for git (where Steve, the upstream maintainer haven't pushed the
changes), thus I didn't notice the change. Thanks for updating it,
connecting using abstract address is the feature I'm looking for (it fixes
nfslock on NFSv3).

Again, there could be changes fixed:
$ ./utils/check-package package/rpcbind/*
package/rpcbind/S30rpcbind:23: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:26: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:29: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:32: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:38: empty line at end of file
package/rpcbind/S30rpcbind:0: DAEMON variable not defined (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/0001-Remove-yellow-pages-support.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation)
138 lines processed
7 warnings generated

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1
  2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
  2024-08-22 18:51   ` Baruch Siach via buildroot
  2024-08-22 20:21   ` Petr Vorel
@ 2024-08-23 16:39   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 23+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 16:39 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Louis-Paul Cordier, James Hilliard, buildroot, Petr Vorel,
	Fabrice Fontaine

On Thu, 22 Aug 2024 20:20:42 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Changelog: https://curl.se/changes.html#8_9_1
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libcurl/libcurl.hash | 4 ++--
>  package/libcurl/libcurl.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master because it's a security bump, as noted by Baruch and
Petr. I've amended the commit title and log accordingly. Thanks Baruch
and Petr for noticing!

Best regards,

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] 23+ messages in thread

* Re: [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5
  2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
                   ` (12 preceding siblings ...)
  2024-08-22 20:11 ` [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Petr Vorel
@ 2024-08-23 16:46 ` Thomas Petazzoni via buildroot
  13 siblings, 0 replies; 23+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 16:46 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Eric Le Bihan, Marcin Bis, Grzegorz Blach, Asaf Kahlon,
	Louis-Paul Cordier, James Hilliard, buildroot, Petr Vorel,
	Fabrice Fontaine

On Thu, 22 Aug 2024 20:20:38 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Release notes:
> https://github.com/exfatprogs/exfatprogs/blob/1.2.5/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/exfatprogs/exfatprogs.hash | 4 ++--
>  package/exfatprogs/exfatprogs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Thanks, series applied to next, except the libtirpc bump (already in
next) and the libcurl bump (applied to master).

Hopefully the libv4l switch to meson will not break too many things,
let's keep an eye on the autobuilders in the coming days.

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] 23+ messages in thread

end of thread, other threads:[~2024-08-23 16:46 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 18:20 [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 02/13] package/hwdata: bump version to 0.385 Bernd Kuhls
2024-08-22 20:12   ` Petr Vorel
2024-08-22 18:20 ` [Buildroot] [PATCH/next 03/13] package/libheif: bump version to 1.18.2 Bernd Kuhls
2024-08-22 20:14   ` Petr Vorel
2024-08-22 18:20 ` [Buildroot] [PATCH/next 04/13] package/samba4: bump version to 4.20.4 Bernd Kuhls
2024-08-22 20:16   ` Petr Vorel
2024-08-22 18:20 ` [Buildroot] [PATCH/next 05/13] package/libcurl: bump to version 8.9.1 Bernd Kuhls
2024-08-22 18:51   ` Baruch Siach via buildroot
2024-08-22 20:21   ` Petr Vorel
2024-08-23 16:39   ` Thomas Petazzoni via buildroot
2024-08-22 18:20 ` [Buildroot] [PATCH/next 06/13] package/rpcbind: bump version to 1.2.7 Bernd Kuhls
2024-08-22 20:32   ` Petr Vorel
2024-08-22 18:20 ` [Buildroot] [PATCH/next 07/13] package/libtirpc: bump version to 1.3.5 Bernd Kuhls
2024-08-22 20:09   ` Petr Vorel
2024-08-22 18:20 ` [Buildroot] [PATCH/next 08/13] package/libv4l: bump version to 1.28.1 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 09/13] package/ccache: bump version to 4.10.2 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 10/13] package/iwd: bump to version 2.19 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 11/13] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.77 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 12/13] package/intel-gmmlib: bump version to 22.5.0 Bernd Kuhls
2024-08-22 18:20 ` [Buildroot] [PATCH/next 13/13] package/python3: bump version to 3.12.5 Bernd Kuhls
2024-08-22 20:11 ` [Buildroot] [PATCH/next 01/13] package/exfatprogs: bump version to 1.2.5 Petr Vorel
2024-08-23 16:46 ` 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