summaryrefslogtreecommitdiff
path: root/databases/db6/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2017-01-26 11:03:17 +0000
committeradam <adam>2017-01-26 11:03:17 +0000
commit1034de25a73f01bdd3cb6933b09639128d63ffcd (patch)
treee5c68c6dbcf0e86f8c68159d274e176bcdfad79c /databases/db6/buildlink3.mk
parentd6e54726b37fed652f9f7620244189f98a596ed7 (diff)
downloadpkgsrc-1034de25a73f01bdd3cb6933b09639128d63ffcd.tar.gz
Changes 6.2.23:
New Features/Improvements ------------------------- Added support for global message prefixes. Added Replication Manager write forwarding, which enables a client to perform simple put and delete operations by forwarding them to the master. Improved the way we mark a password as consumed. Added support for IPv6. Added support for Java 8. Added support for ARMv7 and above, and for ARM64. ARMv6 and below are no longer supported. Add a new SMP-optimized data model that is especially valuable for highly multithreaded applications. A sliced Berkeley DB instance contains a collection of related Berkeley DB environments, known as slices, each containing a disjoint subset of records. Transactional consistency is individually maintained within each slice, rather than across multiple slices. DB now supports the client-server architecture by providing a stand-alone server program and Java client driver APIs. The server program offers remote access to DB features. The client driver APIs provide building blocks for applications that communicate with a database server. Multiple client applications can communicate with a single server simultaneously. Enabled support of the SQLite user authentication extension. Added Visual Studio 2012 projects. Encryption and checksum can now be enabled with external files (formerly known as BLOBs). Note that only the data stored in the database will be encrypted and checksum protected. The data in the external files will not be encrypted or checksum protected. The BLOB files feature has been renamed external files to reduce confusion with the SQL BLOB datatype. The BLOB related functions have been deprecated, and replaced with new function names; for example, ext_file_threshold has replaced blob_threshold, and blob_threshold is deprecated. See the Upgrading section of the documentation for more details.
Diffstat (limited to 'databases/db6/buildlink3.mk')
-rw-r--r--databases/db6/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/db6/buildlink3.mk b/databases/db6/buildlink3.mk
index 6c4779d92b0..0b7f7f2597b 100644
--- a/databases/db6/buildlink3.mk
+++ b/databases/db6/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/01/01 18:52:52 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2017/01/26 11:03:17 adam Exp $
BUILDLINK_TREE+= db6
@@ -7,8 +7,8 @@ DB6_BUILDLINK3_MK:=
.include "../../mk/bsd.fast.prefs.mk"
-BUILDLINK_API_DEPENDS.db6+= db6>=6.1.19
-BUILDLINK_ABI_DEPENDS.db6+= db6>=6.1.19
+BUILDLINK_API_DEPENDS.db6+= db6>=6.2.23
+BUILDLINK_ABI_DEPENDS.db6+= db6>=6.2.23
BUILDLINK_PKGSRCDIR.db6?= ../../databases/db6
BUILDLINK_INCDIRS.db6?= include/db6
BUILDLINK_LDADD.db6= -ldb6