pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/lmdb



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 21 19:08:28 UTC 2023

Modified Files:
        pkgsrc/databases/lmdb: Makefile distinfo

Log Message:
lmdb: updated to 0.9.30

LMDB 0.9.30 Release (2023/02/08)
- LMDB page_split: key threshold depends on page size
- avoid gcc optimization bug on sparc64 linux
- Mark infrequently used functions as cold
- clear C_EOF on cursor with MDB_FIRST_DUP
- Use sys/cachectl.h rather than asm/cachectl.h on mips


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/lmdb/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/lmdb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/lmdb/Makefile
diff -u pkgsrc/databases/lmdb/Makefile:1.21 pkgsrc/databases/lmdb/Makefile:1.22
--- pkgsrc/databases/lmdb/Makefile:1.21 Tue Oct 12 09:10:06 2021
+++ pkgsrc/databases/lmdb/Makefile      Tue Feb 21 19:08:28 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2021/10/12 09:10:06 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/02/21 19:08:28 adam Exp $
 
 .include "../../databases/openldap/Makefile.version"
 
 # get the version from libraries/liblmdb/lmdb.h
-PKGNAME=       lmdb-0.9.29
+PKGNAME=       lmdb-0.9.30
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/databases/lmdb/distinfo
diff -u pkgsrc/databases/lmdb/distinfo:1.28 pkgsrc/databases/lmdb/distinfo:1.29
--- pkgsrc/databases/lmdb/distinfo:1.28 Sun Jul 17 02:33:16 2022
+++ pkgsrc/databases/lmdb/distinfo      Tue Feb 21 19:08:28 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/07/17 02:33:16 tnn Exp $
+$NetBSD: distinfo,v 1.29 2023/02/21 19:08:28 adam Exp $
 
-BLAKE2s (openldap-2.6.3.tgz) = 78a0323fc25ade65fe6c840214b37cab72a5d82a1369babc6cf784180e36dfc9
-SHA512 (openldap-2.6.3.tgz) = 56efbbfc68779ad635d2c25228eb9c4f1553b107b96e8a438029b1c5d2f2647cf4d437770554392b436718ea44a4813e17f5195049f67fc09d063a981096cd85
-Size (openldap-2.6.3.tgz) = 6474169 bytes
+BLAKE2s (openldap-2.6.4.tgz) = c6142c0eedd2d3f979026ea052eef1ab8d8065b23b257499c1efadc2fe8d112e
+SHA512 (openldap-2.6.4.tgz) = 4be49c4866e47e96677d0e1f7caa380791917c9df8d6bb343d032aba45031c87db3bd4f6b953e914a1f40044fa68f4886ae96929a410b7188c0ed9bb75073a30
+Size (openldap-2.6.4.tgz) = 6478424 bytes
 SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282



Home | Main Index | Thread Index | Old Index