- Update to 0.5.4
Changes: 0.5.4: - Do away with the single memofile size check at the beginning of the run and checks for valid memo record offsets every time one is requested. 0.5.3: - Fix an unsigned int comparison bug. PR: ports/152301 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
This commit is contained in:
parent
f28963c1a5
commit
a79870013b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264665
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pgdbf
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pgdbf-0.5.2.tar.gz) = 28cd890ca56b41894ebd4fddb493a1ebb06beed2723ca9a3ec1612215ec3a1cb
|
||||
SIZE (pgdbf-0.5.2.tar.gz) = 104916
|
||||
SHA256 (pgdbf-0.5.4.tar.gz) = f58dab9d6ace11e28145e460e54cdcccb720083ab72070b77732f8bddc7780b6
|
||||
SIZE (pgdbf-0.5.4.tar.gz) = 106736
|
||||
|
|
Loading…
Reference in a new issue