- version update to 1.22

* Fix file header validation
  * Fix key verification in sequential access
  * Fix testing with DejaGNU 1.6.3
  * Fix stack overflow in print_usage
  * Fix a leak of avail entry on pushing a new avail block
  * New gdbmtool variables: errorexit, errormask, trace, timing
  * etc. see CHANGES
- modified patches
  % gdbm-no-build-date.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=68
This commit is contained in:
Petr Gajdos 2021-12-13 09:34:02 +00:00 committed by Git OBS Bridge
parent 7bf3dab3ec
commit 4a11e2a826
7 changed files with 29 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aeac05648b3482a10a2da986b9f3a380a29ad650be80b9817a435fb8114a292
size 987628

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAmDLI6AACgkQNgKwf1XQxzJeIgCdE68/Oclk2DaZ5edqmUolawHi
EhwAoIPOnWpnx/PVewnu2QqDh5w/DBHa
=U7eB
-----END PGP SIGNATURE-----

3
gdbm-1.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f366c823a6724af313b6bbe975b2809f9a157e5f6a43612a72949138d161d762
size 1090100

7
gdbm-1.22.tar.gz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAmFuVBoACgkQNgKwf1XQxzJOrgCePtjSnNh64nbxYYlUAQXTNjJP
r6YAniI1KeHkDzMNmesmioJG54lNSf77
=4SJH
-----END PGP SIGNATURE-----

View File

@ -1,11 +1,11 @@
Index: gdbm-1.20/src/version.c
Index: gdbm-1.22/src/version.c
===================================================================
--- gdbm-1.20.orig/src/version.c 2021-08-09 16:11:00.444941421 +0200
+++ gdbm-1.20/src/version.c 2021-08-09 16:11:18.649067219 +0200
--- gdbm-1.22.orig/src/version.c 2021-12-13 10:29:13.471179586 +0100
+++ gdbm-1.22/src/version.c 2021-12-13 10:29:53.399511924 +0100
@@ -24,9 +24,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"17/06/2021"
"19/10/2021"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 13 09:32:07 UTC 2021 - pgajdos@suse.com
- version update to 1.22
* Fix file header validation
* Fix key verification in sequential access
* Fix testing with DejaGNU 1.6.3
* Fix stack overflow in print_usage
* Fix a leak of avail entry on pushing a new avail block
* New gdbmtool variables: errorexit, errormask, trace, timing
* etc. see CHANGES
- modified patches
% gdbm-no-build-date.patch (refreshed)
-------------------------------------------------------------------
Mon Aug 9 14:12:45 UTC 2021 - pgajdos@suse.com

View File

@ -19,7 +19,7 @@
%define lname libgdbm6
%define lcompat libgdbm_compat4
Name: gdbm
Version: 1.20
Version: 1.22
Release: 0
Summary: GNU dbm key/data database
License: GPL-3.0-or-later