package/libmdbx: bump version to 0.11.7
This is stable bugfix release of libmdbx. So it is reasonable to backport
this patch to all applicable releases/branches of buildroot.
The project as well as all its forks were removed from Github (see e.g.
https://blog.desdelinux.net/en/libmdbx-0-11-7-arrives-with-project-migration-to-gitflic-bug-fixes-and-more/),
therefore it moved to gitflic.ru. There is also a website with the
documentation and the downloads.
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>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 608d754ceb
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7547d4c317
commit
ede7d0a000
@ -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://libmdbx.website.yandexcloud.net/
|
||||
|
||||
if BR2_PACKAGE_LIBMDBX
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user