All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08
@ 2024-10-05 20:56 Gilles Talis
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1 Gilles Talis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gilles Talis @ 2024-10-05 20:56 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log:
https://github.com/KhronosGroup/OpenCL-CLHPP/releases/tag/v2024.05.08

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/opencl-clhpp/opencl-clhpp.hash | 2 +-
 package/opencl-clhpp/opencl-clhpp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/opencl-clhpp/opencl-clhpp.hash b/package/opencl-clhpp/opencl-clhpp.hash
index 3f038d6340..184444a53a 100644
--- a/package/opencl-clhpp/opencl-clhpp.hash
+++ b/package/opencl-clhpp/opencl-clhpp.hash
@@ -1,3 +1,3 @@
 # Locally Computed
-sha256  9106700634e79cfa0935ebd67197f64689ced24c42da702acf18fa8435bd8a82  opencl-clhpp-2023.12.14.tar.gz
+sha256  22921fd23ca72a21ac5592861d64e7ea53cd8a705fccd73905911f8489519a0b  opencl-clhpp-2024.05.08.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
diff --git a/package/opencl-clhpp/opencl-clhpp.mk b/package/opencl-clhpp/opencl-clhpp.mk
index 93c25d0d66..2b5d5afa4b 100644
--- a/package/opencl-clhpp/opencl-clhpp.mk
+++ b/package/opencl-clhpp/opencl-clhpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENCL_CLHPP_VERSION = 2023.12.14
+OPENCL_CLHPP_VERSION = 2024.05.08
 OPENCL_CLHPP_SITE = $(call github,KhronosGroup,OpenCL-CLHPP,v$(OPENCL_CLHPP_VERSION))
 OPENCL_CLHPP_LICENSE = Apache-2.0
 OPENCL_CLHPP_LICENSE_FILES = LICENSE.txt
-- 
2.43.0

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

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

* [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1
  2024-10-05 20:56 [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Gilles Talis
@ 2024-10-05 20:56 ` Gilles Talis
  2024-10-10 21:50   ` Thomas Petazzoni via buildroot
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.26 Gilles Talis
  2024-10-10 21:50 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Thomas Petazzoni via buildroot
  2 siblings, 1 reply; 6+ messages in thread
From: Gilles Talis @ 2024-10-05 20:56 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log:
https://github.com/tesseract-ocr/tesseract/blob/main/ChangeLog

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/tesseract-ocr/tesseract-ocr.hash | 2 +-
 package/tesseract-ocr/tesseract-ocr.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/tesseract-ocr/tesseract-ocr.hash b/package/tesseract-ocr/tesseract-ocr.hash
index 41c8498bec..35b116685f 100644
--- a/package/tesseract-ocr/tesseract-ocr.hash
+++ b/package/tesseract-ocr/tesseract-ocr.hash
@@ -1,5 +1,5 @@
 # locally computed
-sha256  141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7  tesseract-ocr-5.3.4.tar.gz
+sha256  c4bc2a81c12a472f445b7c2fb4705a08bd643ef467f51ec84f0e148bd368051b  tesseract-ocr-5.4.1.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
 sha256  daa0c97d651c19fba3b25e81317cd697e9908c8208090c94c3905381c23fc047  eng.traineddata
 sha256  eac01c1d72540d6090facb7b2f42dd0a2ee8fc57c5be1b20548ae668e2761913  fra.traineddata
diff --git a/package/tesseract-ocr/tesseract-ocr.mk b/package/tesseract-ocr/tesseract-ocr.mk
index 0bc90f4871..b2cefcf2a0 100644
--- a/package/tesseract-ocr/tesseract-ocr.mk
+++ b/package/tesseract-ocr/tesseract-ocr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TESSERACT_OCR_VERSION = 5.3.4
+TESSERACT_OCR_VERSION = 5.4.1
 TESSERACT_OCR_DATA_VERSION = 4.1.0
 TESSERACT_OCR_SITE = $(call github,tesseract-ocr,tesseract,$(TESSERACT_OCR_VERSION))
 TESSERACT_OCR_LICENSE = Apache-2.0
-- 
2.43.0

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

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

* [Buildroot] [PATCH] package/xapian: bump to version 1.4.26
  2024-10-05 20:56 [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Gilles Talis
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1 Gilles Talis
@ 2024-10-05 20:56 ` Gilles Talis
  2024-10-10 21:50   ` Thomas Petazzoni via buildroot
  2024-10-10 21:50 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Thomas Petazzoni via buildroot
  2 siblings, 1 reply; 6+ messages in thread
From: Gilles Talis @ 2024-10-05 20:56 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log for version 1.4.26:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.26

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/xapian/xapian.hash | 4 ++--
 package/xapian/xapian.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/xapian/xapian.hash b/package/xapian/xapian.hash
index 16889b4559..01d6c19ad6 100644
--- a/package/xapian/xapian.hash
+++ b/package/xapian/xapian.hash
@@ -1,5 +1,5 @@
-# From https://lists.xapian.org/pipermail/xapian-discuss/2023-November/010009.html
-sha256  eda5ae6dcf6b0553a8676af64b1fd304e998cd20f779031ccaaf7ab9a373531a  xapian-core-1.4.24.tar.xz
+# From https://lists.xapian.org/pipermail/xapian-discuss/2024-July/010052.html
+sha256  9e6a7903806966d16ce220b49377c9c8fad667c8f0ffcb23a3442946269363a7  xapian-core-1.4.26.tar.xz
 
 # locally computed
 sha256  c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42  COPYING
diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk
index 33c36a5a26..7677571288 100644
--- a/package/xapian/xapian.mk
+++ b/package/xapian/xapian.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPIAN_VERSION = 1.4.24
+XAPIAN_VERSION = 1.4.26
 XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
 XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
 XAPIAN_LICENSE = GPL-2.0+
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08
  2024-10-05 20:56 [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Gilles Talis
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1 Gilles Talis
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.26 Gilles Talis
@ 2024-10-10 21:50 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-10 21:50 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

On Sat,  5 Oct 2024 16:56:05 -0400
Gilles Talis <gilles.talis@gmail.com> wrote:

> Change log:
> https://github.com/KhronosGroup/OpenCL-CLHPP/releases/tag/v2024.05.08
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/opencl-clhpp/opencl-clhpp.hash | 2 +-
>  package/opencl-clhpp/opencl-clhpp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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

* Re: [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1 Gilles Talis
@ 2024-10-10 21:50   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-10 21:50 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

On Sat,  5 Oct 2024 16:56:06 -0400
Gilles Talis <gilles.talis@gmail.com> wrote:

> Change log:
> https://github.com/tesseract-ocr/tesseract/blob/main/ChangeLog
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/tesseract-ocr/tesseract-ocr.hash | 2 +-
>  package/tesseract-ocr/tesseract-ocr.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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

* Re: [Buildroot] [PATCH] package/xapian: bump to version 1.4.26
  2024-10-05 20:56 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.26 Gilles Talis
@ 2024-10-10 21:50   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-10 21:50 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

On Sat,  5 Oct 2024 16:56:07 -0400
Gilles Talis <gilles.talis@gmail.com> wrote:

> Change log for version 1.4.26:
> https://trac.xapian.org/wiki/ReleaseOverview/1.4.26
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/xapian/xapian.hash | 4 ++--
>  package/xapian/xapian.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2024-10-10 21:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 20:56 [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 Gilles Talis
2024-10-05 20:56 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.4.1 Gilles Talis
2024-10-10 21:50   ` Thomas Petazzoni via buildroot
2024-10-05 20:56 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.26 Gilles Talis
2024-10-10 21:50   ` Thomas Petazzoni via buildroot
2024-10-10 21:50 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2024.05.08 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.