Update to new upstream release 6.2.32.
<http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_2.html#idm140188017503984> This adds a new db_convert utility. It converts the byte order of all databases in database files.
This commit is contained in:
parent
f9c0696ee7
commit
6beb3b77de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447822
3 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= db6
|
||||
PORTVERSION= 6.2.23
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 6.2.32
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= http://download.oracle.com/berkeley-db/
|
||||
PKGNAMEPREFIX?=
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1464030344
|
||||
SHA256 (bdb/db-6.2.23.tar.gz) = 47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
|
||||
SIZE (bdb/db-6.2.23.tar.gz) = 44305964
|
||||
TIMESTAMP = 1502528680
|
||||
SHA256 (bdb/db-6.2.32.tar.gz) = a9c5e2b004a5777aa03510cfe5cd766a4a3b777713406b02809c17c8e0e7a8fb
|
||||
SIZE (bdb/db-6.2.32.tar.gz) = 45342417
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/db%%BDBMAJ%%/db_archive
|
||||
bin/db%%BDBMAJ%%/db_checkpoint
|
||||
bin/db%%BDBMAJ%%/db_convert
|
||||
bin/db%%BDBMAJ%%/db_deadlock
|
||||
bin/db%%BDBMAJ%%/db_dump
|
||||
bin/db%%BDBMAJ%%/db_dump185
|
||||
|
@ -18,6 +19,7 @@ bin/db%%BDBMAJ%%/db_verify
|
|||
%%SQL%%bin/db%%BDBMAJ%%/dbsql
|
||||
bin/db_archive-%%BDBVER%%
|
||||
bin/db_checkpoint-%%BDBVER%%
|
||||
bin/db_convert-%%BDBVER%%
|
||||
bin/db_deadlock-%%BDBVER%%
|
||||
bin/db_dump-%%BDBVER%%
|
||||
bin/db_dump185-%%BDBVER%%
|
||||
|
|
Loading…
Reference in a new issue