All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libmdbx: bump version to 0.11.11
@ 2022-09-11 20:19 Леонид Юрьев (Leonid Yuriev)
  2022-09-17  9:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Леонид Юрьев (Leonid Yuriev) @ 2022-09-11 20:19 UTC (permalink / raw)
  To: buildroot
  Cc: Леонид
	Юрьев (Leonid Yuriev)

This is stable bugfix release of libmdbx. So it is reasonable to backport
this patch to all applicable releases/branches of Buildroot.

Release notes since v0.11.8:
 - for v0.11.9  https://gitflic.ru/project/erthink/libmdbx/release/4742671e-a691-45a5-88de-c6341f762d0b
 - for v0.11.10 https://gitflic.ru/project/erthink/libmdbx/release/2886daeb-f583-4c30-bede-b8e60965c834
 - for v0.11.11 https://gitflic.ru/project/erthink/libmdbx/release/7f1a026d-28aa-4d92-a1e0-a1a75ebe0b3d

The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md

Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>
---
 package/libmdbx/libmdbx.hash | 4 ++++
 package/libmdbx/libmdbx.mk   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/libmdbx/libmdbx.hash b/package/libmdbx/libmdbx.hash
index 3f2be134c3..072e4bbe65 100644
--- a/package/libmdbx/libmdbx.hash
+++ b/package/libmdbx/libmdbx.hash
@@ -1,4 +1,8 @@
 # Hashes from: https://libmdbx.dqdkfa.ru/release/SHA256SUMS
+sha256  d2c81db716a33d007cc75702ecf3c45cfb7c33a2261fbacced6945204ece1b67  libmdbx-amalgamated-0.11.11.tar.xz
+sha256  d498f2ebbfd96952fbf7ac21a965d42f6a980d1f4f3cf7aeae8580d54855b651  libmdbx-amalgamated-0.12.1.tar.xz
+sha256  e04db396f10a1c550b12a181f88920a8f2b4d624b6b8f674294a4620b5ca7079  libmdbx-amalgamated-0.11.10.tar.xz
+sha256  aa1d26fe7e1a41b67c66262742fb9fd8e8d9686a343f0ef693a5b979b0eadad2  libmdbx-amalgamated-0.11.9.tar.xz
 sha256  06011f361481ee7adc2111e48b7b121384294e0b6b8f10c75e7886629297b279  libmdbx-amalgamated-0.11.8.tar.xz
 sha256  3a9fb6a4cd941e646597235518714373fda1ca6d4c5e23669afe70ea87c20940  libmdbx-amalgamated-0.11.7.tar.xz
 
diff --git a/package/libmdbx/libmdbx.mk b/package/libmdbx/libmdbx.mk
index 130fe96793..018c0db840 100644
--- a/package/libmdbx/libmdbx.mk
+++ b/package/libmdbx/libmdbx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBMDBX_VERSION = 0.11.8
+LIBMDBX_VERSION = 0.11.11
 LIBMDBX_SOURCE = libmdbx-amalgamated-$(LIBMDBX_VERSION).tar.xz
 LIBMDBX_SITE = https://libmdbx.dqdkfa.ru/release
 LIBMDBX_SUPPORTS_IN_SOURCE_BUILD = NO
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH] package/libmdbx: bump version to 0.11.11
  2022-09-11 20:19 [Buildroot] [PATCH] package/libmdbx: bump version to 0.11.11 Леонид Юрьев (Leonid Yuriev)
@ 2022-09-17  9:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-17  9:07 UTC (permalink / raw)
  To: Леонид
	Юрьев (Leonid Yuriev)
  Cc: buildroot

Hello,

On Sun, 11 Sep 2022 23:19:35 +0300
Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru> wrote:

> This is stable bugfix release of libmdbx. So it is reasonable to backport
> this patch to all applicable releases/branches of Buildroot.
> 
> Release notes since v0.11.8:
>  - for v0.11.9  https://gitflic.ru/project/erthink/libmdbx/release/4742671e-a691-45a5-88de-c6341f762d0b
>  - for v0.11.10 https://gitflic.ru/project/erthink/libmdbx/release/2886daeb-f583-4c30-bede-b8e60965c834
>  - for v0.11.11 https://gitflic.ru/project/erthink/libmdbx/release/7f1a026d-28aa-4d92-a1e0-a1a75ebe0b3d
> 
> The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
> 
> Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>

Thanks, I've applied, after changing one thing.

> +sha256  d2c81db716a33d007cc75702ecf3c45cfb7c33a2261fbacced6945204ece1b67  libmdbx-amalgamated-0.11.11.tar.xz
> +sha256  d498f2ebbfd96952fbf7ac21a965d42f6a980d1f4f3cf7aeae8580d54855b651  libmdbx-amalgamated-0.12.1.tar.xz
> +sha256  e04db396f10a1c550b12a181f88920a8f2b4d624b6b8f674294a4620b5ca7079  libmdbx-amalgamated-0.11.10.tar.xz
> +sha256  aa1d26fe7e1a41b67c66262742fb9fd8e8d9686a343f0ef693a5b979b0eadad2  libmdbx-amalgamated-0.11.9.tar.xz
>  sha256  06011f361481ee7adc2111e48b7b121384294e0b6b8f10c75e7886629297b279  libmdbx-amalgamated-0.11.8.tar.xz
>  sha256  3a9fb6a4cd941e646597235518714373fda1ca6d4c5e23669afe70ea87c20940  libmdbx-amalgamated-0.11.7.tar.xz

There is no need to have all those hashes. We only need the hash of the
currently packaged version. So I did a preliminary patch to drop the
0.11.7 hash (which should have been dropped by the bump to 0.11.8), and
then I applied your patch, keeping only only the 0.11.11 patch.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-17  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-11 20:19 [Buildroot] [PATCH] package/libmdbx: bump version to 0.11.11 Леонид Юрьев (Leonid Yuriev)
2022-09-17  9:07 ` Thomas Petazzoni

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.