svn commit: r465958 - head/databases/lmdb
Pietro Cerutti
gahr at FreeBSD.org
Fri Mar 30 10:56:12 UTC 2018
Author: gahr
Date: Fri Mar 30 10:56:11 2018
New Revision: 465958
URL: https://svnweb.freebsd.org/changeset/ports/465958
Log:
databases/lmdb: update to 0.9.22
LMDB 0.9.22 Release (2018-03-22)
Fix MDB_DUPSORT alignment bug (ITS#8819)
Fix regression with new db from 0.9.19 (ITS#8760)
Fix liblmdb to build on Solaris (ITS#8612)
Fix delete behavior with DUPSORT DB (ITS#8622)
Fix mdb_cursor_get/mdb_cursor_del behavior (ITS#8722)
PR: 227103
Submitted by: gahr
Approved by: delphij (maintainer)
Modified:
head/databases/lmdb/Makefile
head/databases/lmdb/distinfo
Modified: head/databases/lmdb/Makefile
==============================================================================
--- head/databases/lmdb/Makefile Fri Mar 30 10:10:25 2018 (r465957)
+++ head/databases/lmdb/Makefile Fri Mar 30 10:56:11 2018 (r465958)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lmdb
-PORTVERSION= 0.9.21
+PORTVERSION= 0.9.22
DISTVERSIONPREFIX= ${PORTNAME:tu}_
PORTEPOCH= 1
CATEGORIES= databases
Modified: head/databases/lmdb/distinfo
==============================================================================
--- head/databases/lmdb/distinfo Fri Mar 30 10:10:25 2018 (r465957)
+++ head/databases/lmdb/distinfo Fri Mar 30 10:56:11 2018 (r465958)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496563931
-SHA256 (LMDB-lmdb-LMDB_0.9.21_GH0.tar.gz) = 1187b635a4cc415bb6972bba346121f81edd996e99b8f0816151d4090f90b559
-SIZE (LMDB-lmdb-LMDB_0.9.21_GH0.tar.gz) = 143352
+TIMESTAMP = 1522400144
+SHA256 (LMDB-lmdb-LMDB_0.9.22_GH0.tar.gz) = f3927859882eb608868c8c31586bb7eb84562a40a6bf5cc3e13b6b564641ea28
+SIZE (LMDB-lmdb-LMDB_0.9.22_GH0.tar.gz) = 143468
More information about the svn-ports-all
mailing list