All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7
@ 2022-04-24 23:56 Леонид Юрьев (Leonid Yuriev)
  2022-04-27 17:11 ` Arnout Vandecappelle
  2022-05-27  9:23 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Леонид Юрьев (Leonid Yuriev) @ 2022-04-24 23:56 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 for v0.11.7 https://gitflic.ru/project/erthink/libmdbx/release/90ec9985-cd60-4d9a-8c98-8417506fd26d

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

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

diff --git a/package/libmdbx/Config.in b/package/libmdbx/Config.in
index d13f73938f..2cde7ed5e9 100644
--- a/package/libmdbx/Config.in
+++ b/package/libmdbx/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_LIBMDBX
 	  libmdbx surpasses the legendary LMDB in terms of
 	  reliability, features and performance.
 
-	  https://github.com/erthink/libmdbx
+	  https://gitflic.ru/project/erthink/libmdbx
 
 if BR2_PACKAGE_LIBMDBX
 
diff --git a/package/libmdbx/libmdbx.hash b/package/libmdbx/libmdbx.hash
index 2483d14dd1..7d663b3da0 100644
--- a/package/libmdbx/libmdbx.hash
+++ b/package/libmdbx/libmdbx.hash
@@ -1,5 +1,5 @@
-# Hashes from: https://github.com/erthink/libmdbx/releases/
-sha256  884de528f5c2abab2187b7c4c84b769d2551e1a748cbfdf0ae4c0f5c9f8dbd27  libmdbx-amalgamated-0.11.4.tar.gz
+# Hashes from: https://libmdbx.website.yandexcloud.net/release/SHA256SUMS
+sha256  3a9fb6a4cd941e646597235518714373fda1ca6d4c5e23669afe70ea87c20940  libmdbx-amalgamated-0.11.7.tar.xz
 
 # Locally calculated
 sha256  310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569  LICENSE
diff --git a/package/libmdbx/libmdbx.mk b/package/libmdbx/libmdbx.mk
index 1aff8fbb4d..a7056b2850 100644
--- a/package/libmdbx/libmdbx.mk
+++ b/package/libmdbx/libmdbx.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBMDBX_VERSION = 0.11.4
-LIBMDBX_SOURCE = libmdbx-amalgamated-$(LIBMDBX_VERSION).tar.gz
-LIBMDBX_SITE = https://github.com/erthink/libmdbx/releases/download/v$(LIBMDBX_VERSION)
+LIBMDBX_VERSION = 0.11.7
+LIBMDBX_SOURCE = libmdbx-amalgamated-$(LIBMDBX_VERSION).tar.xz
+LIBMDBX_SITE = https://libmdbx.website.yandexcloud.net/release
 LIBMDBX_SUPPORTS_IN_SOURCE_BUILD = NO
 LIBMDBX_LICENSE = OLDAP-2.8
 LIBMDBX_LICENSE_FILES = LICENSE
-- 
2.36.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7
  2022-04-24 23:56 [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7 Леонид Юрьев (Leonid Yuriev)
@ 2022-04-27 17:11 ` Arnout Vandecappelle
  2022-05-27  9:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-27 17:11 UTC (permalink / raw)
  To: Леонид
	Юрьев (Leonid Yuriev),
	buildroot

  Hi Leonid,

On 25/04/2022 01:56, Леонид Юрьев (Leonid Yuriev) wrote:
> This is stable bugfix release of libmdbx. So it is reasonable to backport
> this patch to all applicable releases/branches of buildroot.
> 

  I added to the commit message a note that the project has been removed from 
github, with a reference to a news site [1].

  It helps if you clarify that you yourself are the upstream for this project :-)

> Release notes for v0.11.7 https://gitflic.ru/project/erthink/libmdbx/release/90ec9985-cd60-4d9a-8c98-8417506fd26d
> 
> The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
> 
> Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>
> ---
>   package/libmdbx/Config.in    | 2 +-
>   package/libmdbx/libmdbx.hash | 4 ++--
>   package/libmdbx/libmdbx.mk   | 6 +++---
>   3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/package/libmdbx/Config.in b/package/libmdbx/Config.in
> index d13f73938f..2cde7ed5e9 100644
> --- a/package/libmdbx/Config.in
> +++ b/package/libmdbx/Config.in
> @@ -13,7 +13,7 @@ config BR2_PACKAGE_LIBMDBX
>   	  libmdbx surpasses the legendary LMDB in terms of
>   	  reliability, features and performance.
>   
> -	  https://github.com/erthink/libmdbx
> +	  https://gitflic.ru/project/erthink/libmdbx

  I've changed this to the project's documentation website [2].

>   
>   if BR2_PACKAGE_LIBMDBX
>   
> diff --git a/package/libmdbx/libmdbx.hash b/package/libmdbx/libmdbx.hash
> index 2483d14dd1..7d663b3da0 100644
> --- a/package/libmdbx/libmdbx.hash
> +++ b/package/libmdbx/libmdbx.hash
> @@ -1,5 +1,5 @@
> -# Hashes from: https://github.com/erthink/libmdbx/releases/
> -sha256  884de528f5c2abab2187b7c4c84b769d2551e1a748cbfdf0ae4c0f5c9f8dbd27  libmdbx-amalgamated-0.11.4.tar.gz
> +# Hashes from: https://libmdbx.website.yandexcloud.net/release/SHA256SUMS
> +sha256  3a9fb6a4cd941e646597235518714373fda1ca6d4c5e23669afe70ea87c20940  libmdbx-amalgamated-0.11.7.tar.xz
>   
>   # Locally calculated
>   sha256  310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569  LICENSE
> diff --git a/package/libmdbx/libmdbx.mk b/package/libmdbx/libmdbx.mk
> index 1aff8fbb4d..a7056b2850 100644
> --- a/package/libmdbx/libmdbx.mk
> +++ b/package/libmdbx/libmdbx.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -LIBMDBX_VERSION = 0.11.4
> -LIBMDBX_SOURCE = libmdbx-amalgamated-$(LIBMDBX_VERSION).tar.gz
> -LIBMDBX_SITE = https://github.com/erthink/libmdbx/releases/download/v$(LIBMDBX_VERSION)
> +LIBMDBX_VERSION = 0.11.7
> +LIBMDBX_SOURCE = libmdbx-amalgamated-$(LIBMDBX_VERSION).tar.xz
> +LIBMDBX_SITE = https://libmdbx.website.yandexcloud.net/release

  I was wondering why you don't use the URLs from gitflic, but I guess the 
official website is indeed better.

  Applied to master with those changes, thanks.

  Regards,
  Arnout

[1] 
https://blog.desdelinux.net/en/libmdbx-0-11-7-arrives-with-project-migration-to-gitflic-bug-fixes-and-more/
[2] https://libmdbx.website.yandexcloud.net/

>   LIBMDBX_SUPPORTS_IN_SOURCE_BUILD = NO
>   LIBMDBX_LICENSE = OLDAP-2.8
>   LIBMDBX_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7
  2022-04-24 23:56 [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7 Леонид Юрьев (Leonid Yuriev)
  2022-04-27 17:11 ` Arnout Vandecappelle
@ 2022-05-27  9:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-27  9:23 UTC (permalink / raw)
  To: Леонид
	Юрьев (Leonid Yuriev)
  Cc: buildroot

>>>>> "Леонид" == Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru> writes:

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

 > Release notes for v0.11.7 https://gitflic.ru/project/erthink/libmdbx/release/90ec9985-cd60-4d9a-8c98-8417506fd26d

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

 > Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>

Committed to 2022.02.x, thanks.

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

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

end of thread, other threads:[~2022-05-27  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 23:56 [Buildroot] [PATCH 1/1] package/libmdbx: bump version to 0.11.7 Леонид Юрьев (Leonid Yuriev)
2022-04-27 17:11 ` Arnout Vandecappelle
2022-05-27  9:23 ` 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.