All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3
@ 2024-02-15 14:24 Gilles Talis
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/iozone: bump to version 3.506 Gilles Talis
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log: https://github.com/mstorsjo/fdk-aac/blob/master/ChangeLog

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

diff --git a/package/fdk-aac/fdk-aac.hash b/package/fdk-aac/fdk-aac.hash
index b10d5f92b1..07c5561712 100644
--- a/package/fdk-aac/fdk-aac.hash
+++ b/package/fdk-aac/fdk-aac.hash
@@ -1,6 +1,3 @@
-# From https://sourceforge.net/projects/opencore-amr/files/fdk-aac/
-sha1  579b34e8174b4feb21a9c598695f5ff4a7ceef8c  fdk-aac-2.0.2.tar.gz
-md5  b41222194b31f570b3132bd622a9aef6  fdk-aac-2.0.2.tar.gz
 # Locally computed:
-sha256  c9e8630cf9d433f3cead74906a1520d2223f89bcd3fa9254861017440b8eb22f  fdk-aac-2.0.2.tar.gz
+sha256  829b6b89eef382409cda6857fd82af84fabb63417b08ede9ea7a553f811cb79e  fdk-aac-2.0.3.tar.gz
 sha256  95ec80da40b4af12ad4c4f3158c9cfb80f2479f3246e4260cb600827cc8c7836  NOTICE
diff --git a/package/fdk-aac/fdk-aac.mk b/package/fdk-aac/fdk-aac.mk
index c66f6df797..01a100fa94 100644
--- a/package/fdk-aac/fdk-aac.mk
+++ b/package/fdk-aac/fdk-aac.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FDK_AAC_VERSION = 2.0.2
+FDK_AAC_VERSION = 2.0.3
 FDK_AAC_SITE = http://downloads.sourceforge.net/project/opencore-amr/fdk-aac
 FDK_AAC_LICENSE = fdk-aac license
 FDK_AAC_LICENSE_FILES = NOTICE
-- 
2.39.2

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

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

* [Buildroot] [PATCH] package/iozone: bump to version 3.506
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-02-17 16:05   ` Julien Olivain
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1 Gilles Talis
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

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

diff --git a/package/iozone/iozone.hash b/package/iozone/iozone.hash
index 9ecf1d1af8..c506b41db2 100644
--- a/package/iozone/iozone.hash
+++ b/package/iozone/iozone.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  5a52f5017e022e737f5b55f320cc6ada0f2a8c831a5f996cce2a44e03e91c038  iozone3_493.tgz
+sha256  114ce5c071873b9a2c7ba6e73d05d5ef7e66564392acbfcdc0b3261db10fcbe7  iozone3_506.tar
diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
index 2df4a2aa84..7cce15c53d 100644
--- a/package/iozone/iozone.mk
+++ b/package/iozone/iozone.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-IOZONE_VERSION = 3.493
-IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tgz
+IOZONE_VERSION = 3.506
+IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tar
 IOZONE_SITE = http://www.iozone.org/src/current
 IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
 # IOzone license details can be found at:
-- 
2.39.2

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

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

* [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/iozone: bump to version 3.506 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:35   ` Peter Korsgaard
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/libolm: bump to version 3.2.16 Gilles Talis
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log:
http://www.leptonica.org/source/version-notes.html

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

diff --git a/package/leptonica/leptonica.hash b/package/leptonica/leptonica.hash
index 6511d6b410..3416cfeb39 100644
--- a/package/leptonica/leptonica.hash
+++ b/package/leptonica/leptonica.hash
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256  8f18615e0743af7df7f50985c730dfcf0c93548073d1f56621e4156a8b54d3dd  leptonica-1.83.1.tar.gz
+sha256  2b3e1254b1cca381e77c819b59ca99774ff43530209b9aeb511e1d46588a64f6  leptonica-1.84.1.tar.gz
 sha256  87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806  leptonica-license.txt
diff --git a/package/leptonica/leptonica.mk b/package/leptonica/leptonica.mk
index 4cb73296e8..0e902c6488 100644
--- a/package/leptonica/leptonica.mk
+++ b/package/leptonica/leptonica.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LEPTONICA_VERSION = 1.83.1
+LEPTONICA_VERSION = 1.84.1
 LEPTONICA_SITE = https://github.com/DanBloomberg/leptonica/releases/download/$(LEPTONICA_VERSION)
 LEPTONICA_LICENSE = BSD-2-Clause
 LEPTONICA_LICENSE_FILES = leptonica-license.txt
-- 
2.39.2

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

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

* [Buildroot] [PATCH] package/libolm: bump to version 3.2.16
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/iozone: bump to version 3.506 Gilles Talis
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:35   ` Peter Korsgaard
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/ocrad: bump to version 0.29 Gilles Talis
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log:
https://gitlab.matrix.org/matrix-org/olm/-/blob/master/CHANGELOG.rst

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

diff --git a/package/libolm/libolm.hash b/package/libolm/libolm.hash
index 044bb24f06..a95115d2fe 100644
--- a/package/libolm/libolm.hash
+++ b/package/libolm/libolm.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  614c0e4dc4721f57e56c3385bd8def2f71c6631f928a480efd0b4bd8e5435df9  olm-3.2.9.tar.gz
+sha256  1e90f9891009965fd064be747616da46b232086fe270b77605ec9bda34272a68  olm-3.2.16.tar.gz
 sha256  0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE
diff --git a/package/libolm/libolm.mk b/package/libolm/libolm.mk
index 6f06686555..5c8bcd1f59 100644
--- a/package/libolm/libolm.mk
+++ b/package/libolm/libolm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBOLM_VERSION = 3.2.9
+LIBOLM_VERSION = 3.2.16
 LIBOLM_SOURCE = olm-$(LIBOLM_VERSION).tar.gz
 LIBOLM_SITE = https://gitlab.matrix.org/matrix-org/olm/-/archive/$(LIBOLM_VERSION)
 LIBOLM_LICENSE = Apache-2.0
-- 
2.39.2

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

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

* [Buildroot] [PATCH] package/ocrad: bump to version 0.29
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
                   ` (2 preceding siblings ...)
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/libolm: bump to version 3.2.16 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:36   ` Peter Korsgaard
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14 Gilles Talis
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

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

diff --git a/package/ocrad/ocrad.hash b/package/ocrad/ocrad.hash
index cd5b0039ea..736dd6ad4c 100644
--- a/package/ocrad/ocrad.hash
+++ b/package/ocrad/ocrad.hash
@@ -1,3 +1,3 @@
 # Locally calculated after checking pgp signature
-sha256  34ccea576dbdadaa5979e6202344c3ff68737d829ca7b66f71c8497d36bbbf2e  ocrad-0.28.tar.lz
+sha256  11200cc6b0b7ba16884a72dccb58ef694f7aa26cd2b2041e555580f064d2d9e9  ocrad-0.29.tar.lz
 sha256  3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef  COPYING
diff --git a/package/ocrad/ocrad.mk b/package/ocrad/ocrad.mk
index d62b7af351..2452070bcf 100644
--- a/package/ocrad/ocrad.mk
+++ b/package/ocrad/ocrad.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OCRAD_VERSION = 0.28
+OCRAD_VERSION = 0.29
 OCRAD_SOURCE = ocrad-$(OCRAD_VERSION).tar.lz
 OCRAD_SITE = $(BR2_GNU_MIRROR)/ocrad
 OCRAD_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] 17+ messages in thread

* [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
                   ` (3 preceding siblings ...)
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/ocrad: bump to version 0.29 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:37   ` Peter Korsgaard
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4 Gilles Talis
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log:
https://github.com/KhronosGroup/OpenCL-CLHPP/releases/tag/v2023.12.14

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 27b27cd80c..3f038d6340 100644
--- a/package/opencl-clhpp/opencl-clhpp.hash
+++ b/package/opencl-clhpp/opencl-clhpp.hash
@@ -1,3 +1,3 @@
 # Locally Computed
-sha256  869456032e60787eed9fceaeaf6c6cb4452bc0ff97e0f5a271510145a1c8f4d4  opencl-clhpp-2.0.16.tar.gz
+sha256  9106700634e79cfa0935ebd67197f64689ced24c42da702acf18fa8435bd8a82  opencl-clhpp-2023.12.14.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
diff --git a/package/opencl-clhpp/opencl-clhpp.mk b/package/opencl-clhpp/opencl-clhpp.mk
index 933b40e3fe..93c25d0d66 100644
--- a/package/opencl-clhpp/opencl-clhpp.mk
+++ b/package/opencl-clhpp/opencl-clhpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENCL_CLHPP_VERSION = 2.0.16
+OPENCL_CLHPP_VERSION = 2023.12.14
 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.39.2

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

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

* [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
                   ` (4 preceding siblings ...)
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:37   ` Peter Korsgaard
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.24 Gilles Talis
  2024-03-23 13:34 ` [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Peter Korsgaard
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Changes since version 5.3.3:
https://github.com/tesseract-ocr/tesseract/compare/5.3.3...5.3.4

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 45b9def27f..41c8498bec 100644
--- a/package/tesseract-ocr/tesseract-ocr.hash
+++ b/package/tesseract-ocr/tesseract-ocr.hash
@@ -1,5 +1,5 @@
 # locally computed
-sha256  dc4329f85f41191b2d813b71b528ba6047745813474e583ccce8795ff2ff5681  tesseract-ocr-5.3.3.tar.gz
+sha256  141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7  tesseract-ocr-5.3.4.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 d65111d468..0bc90f4871 100644
--- a/package/tesseract-ocr/tesseract-ocr.mk
+++ b/package/tesseract-ocr/tesseract-ocr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TESSERACT_OCR_VERSION = 5.3.3
+TESSERACT_OCR_VERSION = 5.3.4
 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.39.2

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

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

* [Buildroot] [PATCH] package/xapian: bump to version 1.4.24
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
                   ` (5 preceding siblings ...)
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4 Gilles Talis
@ 2024-02-15 14:24 ` Gilles Talis
  2024-03-23 13:38   ` Peter Korsgaard
  2024-03-23 13:34 ` [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Peter Korsgaard
  7 siblings, 1 reply; 17+ messages in thread
From: Gilles Talis @ 2024-02-15 14:24 UTC (permalink / raw)
  To: buildroot; +Cc: Gilles Talis

Change log: https://xapian.org/docs/xapian-core-1.4.24/NEWS

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 e570f7e2f2..16889b4559 100644
--- a/package/xapian/xapian.hash
+++ b/package/xapian/xapian.hash
@@ -1,5 +1,5 @@
-# From https://lists.xapian.org/pipermail/xapian-discuss/2022-January/009934.html
-sha256  1fca48fca6cc3526cc4ba93dd194fe9c1326857b78edcfb37e68d086d714a9c3  xapian-core-1.4.19.tar.xz
+# From https://lists.xapian.org/pipermail/xapian-discuss/2023-November/010009.html
+sha256  eda5ae6dcf6b0553a8676af64b1fd304e998cd20f779031ccaaf7ab9a373531a  xapian-core-1.4.24.tar.xz
 
 # locally computed
 sha256  c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42  COPYING
diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk
index 464e5478df..33c36a5a26 100644
--- a/package/xapian/xapian.mk
+++ b/package/xapian/xapian.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPIAN_VERSION = 1.4.19
+XAPIAN_VERSION = 1.4.24
 XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
 XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
 XAPIAN_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] 17+ messages in thread

* Re: [Buildroot] [PATCH] package/iozone: bump to version 3.506
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/iozone: bump to version 3.506 Gilles Talis
@ 2024-02-17 16:05   ` Julien Olivain
  2024-02-18 11:13     ` Gilles Talis
  0 siblings, 1 reply; 17+ messages in thread
From: Julien Olivain @ 2024-02-17 16:05 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

Hi Gilles, All,

Thanks for the patch!

I have few comments:

Could you add a reference in commit log to the upstream change log?
For example:
"""
For change log, see end of file:
https://www.iozone.org/src/current/Changes.txt
"""
This helps a lot for later analyses/debugging.

Also, the upstream archive of this new version seems to include
the license file. So the comment can be removed, and the license
file added (see later).

Finally, could you add a comment in the commit log that:
The upstream archive format changed from tgz to tar.
(just to record this is not an arbitrary change).

On 15/02/2024 15:24, Gilles Talis wrote:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/iozone/iozone.hash | 2 +-
>  package/iozone/iozone.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/iozone/iozone.hash b/package/iozone/iozone.hash
> index 9ecf1d1af8..c506b41db2 100644
> --- a/package/iozone/iozone.hash
> +++ b/package/iozone/iozone.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256  
> 5a52f5017e022e737f5b55f320cc6ada0f2a8c831a5f996cce2a44e03e91c038  
> iozone3_493.tgz
> +sha256  
> 114ce5c071873b9a2c7ba6e73d05d5ef7e66564392acbfcdc0b3261db10fcbe7  
> iozone3_506.tar

The license file hash can be added here:
sha256  bff7909fd698708d15613a4fb977a193cff98f44ef170c2dc1dd502974df75b2 
  docs/License.txt

> diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
> index 2df4a2aa84..7cce15c53d 100644
> --- a/package/iozone/iozone.mk
> +++ b/package/iozone/iozone.mk
> @@ -4,8 +4,8 @@
>  #
>  
> ################################################################################
> 
> -IOZONE_VERSION = 3.493
> -IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tgz
> +IOZONE_VERSION = 3.506
> +IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tar
>  IOZONE_SITE = http://www.iozone.org/src/current
>  IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
>  # IOzone license details can be found at:

The license comment can be removed here, and the license file added:
IOZONE_LICENSE_FILES = docs/License.txt

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

Best regards,

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

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

* Re: [Buildroot] [PATCH] package/iozone: bump to version 3.506
  2024-02-17 16:05   ` Julien Olivain
@ 2024-02-18 11:13     ` Gilles Talis
  0 siblings, 0 replies; 17+ messages in thread
From: Gilles Talis @ 2024-02-18 11:13 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

Hi Julien,

Thanks a lot for the review!

Le sam. 17 févr. 2024 à 12:05, Julien Olivain <ju.o@free.fr> a écrit :
>
> Hi Gilles, All,
>
> Thanks for the patch!
>
> I have few comments:
>
> Could you add a reference in commit log to the upstream change log?
> For example:
> """
> For change log, see end of file:
> https://www.iozone.org/src/current/Changes.txt
> """
> This helps a lot for later analyses/debugging.
Yes, did not realize it was added. Will change that.

>
> Also, the upstream archive of this new version seems to include
> the license file. So the comment can be removed, and the license
> file added (see later).
OK. Will change that too.

>
> Finally, could you add a comment in the commit log that:
> The upstream archive format changed from tgz to tar.
> (just to record this is not an arbitrary change).
Well noted. Will also change that.

>
> On 15/02/2024 15:24, Gilles Talis wrote:
> > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> > ---
> >  package/iozone/iozone.hash | 2 +-
> >  package/iozone/iozone.mk   | 4 ++--
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/package/iozone/iozone.hash b/package/iozone/iozone.hash
> > index 9ecf1d1af8..c506b41db2 100644
> > --- a/package/iozone/iozone.hash
> > +++ b/package/iozone/iozone.hash
> > @@ -1,2 +1,2 @@
> >  # Locally calculated
> > -sha256
> > 5a52f5017e022e737f5b55f320cc6ada0f2a8c831a5f996cce2a44e03e91c038
> > iozone3_493.tgz
> > +sha256
> > 114ce5c071873b9a2c7ba6e73d05d5ef7e66564392acbfcdc0b3261db10fcbe7
> > iozone3_506.tar
>
> The license file hash can be added here:
> sha256  bff7909fd698708d15613a4fb977a193cff98f44ef170c2dc1dd502974df75b2
>   docs/License.txt
>
> > diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
> > index 2df4a2aa84..7cce15c53d 100644
> > --- a/package/iozone/iozone.mk
> > +++ b/package/iozone/iozone.mk
> > @@ -4,8 +4,8 @@
> >  #
> >
> > ################################################################################
> >
> > -IOZONE_VERSION = 3.493
> > -IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tgz
> > +IOZONE_VERSION = 3.506
> > +IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tar
> >  IOZONE_SITE = http://www.iozone.org/src/current
> >  IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
> >  # IOzone license details can be found at:
>
> The license comment can be removed here, and the license file added:
> IOZONE_LICENSE_FILES = docs/License.txt
>
> > --
> > 2.39.2
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
>
> Best regards,
>
> Julien.
thanks
Gilles.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3
  2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
                   ` (6 preceding siblings ...)
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.24 Gilles Talis
@ 2024-03-23 13:34 ` Peter Korsgaard
  7 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:34 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

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

 > diff --git a/package/fdk-aac/fdk-aac.hash b/package/fdk-aac/fdk-aac.hash
 > index b10d5f92b1..07c5561712 100644
 > --- a/package/fdk-aac/fdk-aac.hash
 > +++ b/package/fdk-aac/fdk-aac.hash
 > @@ -1,6 +1,3 @@
 > -# From https://sourceforge.net/projects/opencore-amr/files/fdk-aac/
 > -sha1  579b34e8174b4feb21a9c598695f5ff4a7ceef8c  fdk-aac-2.0.2.tar.gz
 > -md5  b41222194b31f570b3132bd622a9aef6  fdk-aac-2.0.2.tar.gz

I've kept the upstream sha1 hash and committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1 Gilles Talis
@ 2024-03-23 13:35   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:35 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Change log:
 > http://www.leptonica.org/source/version-notes.html

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libolm: bump to version 3.2.16
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/libolm: bump to version 3.2.16 Gilles Talis
@ 2024-03-23 13:35   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:35 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Change log:
 > https://gitlab.matrix.org/matrix-org/olm/-/blob/master/CHANGELOG.rst

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/ocrad: bump to version 0.29
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/ocrad: bump to version 0.29 Gilles Talis
@ 2024-03-23 13:36   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:36 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14 Gilles Talis
@ 2024-03-23 13:37   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:37 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Change log:
 > https://github.com/KhronosGroup/OpenCL-CLHPP/releases/tag/v2023.12.14

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4 Gilles Talis
@ 2024-03-23 13:37   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:37 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Changes since version 5.3.3:
 > https://github.com/tesseract-ocr/tesseract/compare/5.3.3...5.3.4

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/xapian: bump to version 1.4.24
  2024-02-15 14:24 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.24 Gilles Talis
@ 2024-03-23 13:38   ` Peter Korsgaard
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:38 UTC (permalink / raw)
  To: Gilles Talis; +Cc: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Change log: https://xapian.org/docs/xapian-core-1.4.24/NEWS
 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-03-23 13:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 14:24 [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Gilles Talis
2024-02-15 14:24 ` [Buildroot] [PATCH] package/iozone: bump to version 3.506 Gilles Talis
2024-02-17 16:05   ` Julien Olivain
2024-02-18 11:13     ` Gilles Talis
2024-02-15 14:24 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.84.1 Gilles Talis
2024-03-23 13:35   ` Peter Korsgaard
2024-02-15 14:24 ` [Buildroot] [PATCH] package/libolm: bump to version 3.2.16 Gilles Talis
2024-03-23 13:35   ` Peter Korsgaard
2024-02-15 14:24 ` [Buildroot] [PATCH] package/ocrad: bump to version 0.29 Gilles Talis
2024-03-23 13:36   ` Peter Korsgaard
2024-02-15 14:24 ` [Buildroot] [PATCH] package/opencl-clhpp: bump to version 2023.12.14 Gilles Talis
2024-03-23 13:37   ` Peter Korsgaard
2024-02-15 14:24 ` [Buildroot] [PATCH] package/tesseract-ocr: bump to version 5.3.4 Gilles Talis
2024-03-23 13:37   ` Peter Korsgaard
2024-02-15 14:24 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.24 Gilles Talis
2024-03-23 13:38   ` Peter Korsgaard
2024-03-23 13:34 ` [Buildroot] [PATCH] package/fdk-aac: bump to version 2.0.3 Peter Korsgaard

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.