mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Go back to 1.14 which seems to work better that 1.15:
$ db hash name.hash.db josk db: Error reading key `josk': Invalid argument $ db hash name.hash.db joska db: Error reading key `joska': Invalid argument $ db btree name.btree.db josk db: Unknown key `josk' $ db btree name.btree.db joska db: Unknown key `joska' It seems to happen due to the new design of db_get() in db.c, which I will try to decypher later on.
This commit is contained in:
parent
34d361776d
commit
9fd848146f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194208
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= db
|
||||
PORTVERSION= 1.15
|
||||
PORTVERSION= 1.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (db-1.15.tar.gz) = 76f5323551806293ac432fc712b9c32d
|
||||
SHA256 (db-1.15.tar.gz) = 6fc45e43e48ac9f01b0da4859f12a1b543d8ba8ab2d7e35fa453e6adc03dbb01
|
||||
SIZE (db-1.15.tar.gz) = 7042
|
||||
MD5 (db-1.14.tar.gz) = 43b380e4fae7f4ce67ac39c779263c88
|
||||
SHA256 (db-1.14.tar.gz) = 0c66fc7df0ddb70915bcd6d17cf5ed0049d8cff01fcaadd95069126722770e73
|
||||
SIZE (db-1.14.tar.gz) = 6908
|
||||
|
Loading…
Reference in New Issue
Block a user