public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] lmdb: Update to version 0.9.30
Date: Thu, 02 Mar 2023 11:14:14 +0100	[thread overview]
Message-ID: <20230302101419.3443689-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2578 bytes --]

- Update from version 0.9.29 to 0.9.30
- Update of rootfile not required
- The original git repo where the lmdb-LMDB file was obtained from is marked as a read only
   mirror of the official repo on openldap.org
   Going to opemnldap.org then points you to https://git.openldap.org/openldap/openldap for
   the downloads, which also has a newer version of lmdb than the mirror site.
- Therefore I have changed over to that location for the source tarball which requires
   the name change to openldap-LMDB for the file. Also changed to bz2 version.
- Changelog
LMDB 0.9.30 Release (2023/02/08)
	ITS#9806 - LMDB page_split: key threshold depends on page size
	ITS#9916 - avoid gcc optimization bug on sparc64 linux
	ITS#9919 - Mark infrequently used functions as cold
	ITS#9723 - clear C_EOF on cursor with MDB_FIRST_DUP
	ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/lmdb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lfs/lmdb b/lfs/lmdb
index 919dfb2fc..81a295b4a 100644
--- a/lfs/lmdb
+++ b/lfs/lmdb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,10 +24,10 @@
 
 include Config
 
-VER        = 0.9.29
+VER        = 0.9.30
 
-THISAPP    = lmdb-LMDB_$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+THISAPP    = openldap-LMDB_$(VER)
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3f2a48785dd62921af79e0f10b86438085d86f8013f667dcf2f6177535baee26bba74c6a8023e47c6179c8a6be8fd63cf575b30e216b5669de2d58e69757bd1f
+$(DL_FILE)_BLAKE2 = 849d40187dc3aaddcd118cf6db28a9807854d4b5b34a365f6e076ccccd556470f117933e3d29cf2678368db2f0c9d264e033a27de310f036e1a65f04ed643fa9
 
 install : $(TARGET)
 
-- 
2.39.2


  parent reply	other threads:[~2023-03-02 10:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 10:14 [PATCH] apr: Update to version 1.7.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] curl: Update to version 7.88.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] e2fsprogs: Update to version 1.47.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] ethtool: Update to version 6.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] gnutls: Update to version 3.8.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] harfbuzz: Update to version 7.0.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] iproute2: Update to version 6.2.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] liburcu: Update to version 0.14.0 Adolf Belka
2023-03-02 10:14 ` Adolf Belka [this message]
2023-03-02 10:14 ` [PATCH] make: Update to version 4.4.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] pango: Update to version 1.50.13 Adolf Belka
2023-03-02 10:14 ` [PATCH] sudo: Update to version 1.9.13p2 Adolf Belka
2023-03-02 10:14 ` [PATCH] texinfo: Update to version 7.0.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] zstd: Update to version 1.5.4 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230302101419.3443689-9-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox