SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgdbm6-1.23-3.43.x86_64.rpm :

* Wed Dec 06 2023 kukukAATTsuse.com- libgdbm_compat4: Fix libgdbm version of Conflicts [bsc#1217727]
* Tue Aug 08 2023 danilo.spinellaAATTsuse.com- Fix bsc#1209583, gdbm_load and gdbm_dump receive a SEGFAULT if run without arguments bsc1209583.patch
* Sun Feb 06 2022 andreas.stiegerAATTgmx.de- update to 1.23:
* Bucket cache switched from balanced tree to hash table
* Speed up flushing the changed buckets on disk
* New option codes for gdbm_setopt
* Enable or disable automatic cache adjustment- remove obsolete texinfo packaging macros
* Mon Dec 13 2021 pgajdosAATTsuse.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 09 2021 pgajdosAATTsuse.com- version update to 1.20
* New bucket cache The bucket cache support has been rewritten from scratch. The new bucket cache code provides for significant speed up of search operations.
* Change mmap prereading strategy Pre-reading of the memory mapper regions, introduced in version 1.19 can be advantageous only when doing intensive look-ups on a read-only database. It degrades performance otherwise, especially if doing multiple inserts. Therefore, this version introduces a new flag to gdbm_open: GDBM_PREREAD. When given, it enables pre-reading of memory mapped regions.- modified patches % gdbm-no-build-date.patch (refreshed)
* Mon Dec 28 2020 pgajdosAATTsuse.com- version update to 1.19
* Pre-read the memory mapped regions on systems that support it. This speeds up operations on big databases.
* gdbmtool: tagged initialization of structured data Initializers for structured data can be given in tagged form, e.g.: store somekey { status=2, id={a,u,x}, name=\"foo\" }
* Bugfixes:
*
* Preserve locking type during database reorganization- modified patches % gdbm-no-build-date.patch (refreshed)- deleted patches - gdbm-no-common.patch (upstreamed)
* Sat Feb 22 2020 bjorn.lieAATTgmail.com- No longer recommend -lang: supplements are in use. Also add a explicit %%{name] = %%{version} Provides to aid supplements to do the right thing. We will lose the lang package Recommends for the compat package, but normally nobody will have only the compat package installed without the current package.
* Mon Jan 20 2020 pgajdosAATTsuse.com- added patches Build with -no-common, [bsc#1160872] + gdbm-no-common.patch
* Wed Oct 31 2018 pgajdosAATTsuse.com- update to 1.18.1:
* Fix debian bug 910911: This restores backward compatibility with databases created by version 1.8 (and some later versions, with mmapped I/O disabled).
* Wed Aug 22 2018 astiegerAATTsuse.com- update to 1.18:
* Fix directory entry validation
* Fix improper use of GDBM_DEBUG macro
* Fix spurious error from gdbm_dump and gdbm_export
* Make sure gdbm_sync always returns a meaningful value- includes changes from 1.17:
* Fix bug in gdbm_dump function, it did not clear the GDBM_ITEM_NOT_FOUND error marker, which is set upon its normal termination- changes upstreamed:
* gdbm_close() and gdbm_sync() now return 0 on success. On error, they return -1 and set gdbm_errno and errno to the appropriate error codes - drop gdbm-close-and-sync-return-value.patch
* Mon Jul 16 2018 pgajdosAATTsuse.com- update to 1.16:
* Fix typo
* New gdbmtool variables: coalesce and centfree
* src/falloc.c (avail_lookup): Remove the start parameter. (_gdbm_put_av_elem): Rewrite the \"can_merge\" loop.- added gdbm-close-and-sync-return-value.patch see https://puszcza.gnu.org.ua/bugs/index.php?399
* Sun Jun 17 2018 astiegerAATTsuse.com- update to 1.15:
* Extensive database consistency checking
* Improved error checking
* Removed gdbm-1.8.3 compatibility layer
* Commands can be given to gdbmtool in the command line
* Fixed data conversion bugs in storing structured keys or content
* New member in the gdbm_recovery structure: duplicate_keys
* New error codes
* Wed May 23 2018 tchvatalAATTsuse.com- Version update to 1.14.1:
* Manpage formating issues
* Make gdbm_error thread-safe
* Improve database reproducibility
* Fix build with --enable-gdbm-export- Rebase patch gdbm-no-build-date.patch
* Fri May 18 2018 jengelhAATTinai.de- Fix boilerplate summary.
* Fri May 18 2018 tchvatalAATTsuse.com- Fix missing dash in baselibs.conf
* Mon May 14 2018 tchvatalAATTsuse.com- Revert to release 1.13 to allow migration to split compat package first. Otherwise OBS can\'t get heads or tails on conflicts
* Mon May 14 2018 tchvatalAATTsuse.com- Fix baselibs.conf that got hammered with the compat split from main library
* Mon May 14 2018 tchvatalAATTsuse.com- Put back ndbm compat as the perl testuite seem to have hard time without it- Require both compat and base in develpkg
* Fri May 11 2018 tchvatalAATTsuse.com- Version update to 1.14.1:
* Manpage formating issues
* Make gdbm_error thread-safe
* Improve database reproducibility
* Fix build with --enable-gdbm-export- Rebase patch gdbm-no-build-date.patch
* Tue Mar 27 2018 kukukAATTsuse.de- Use %license instead of %doc [bsc#1082318]- Move docu to -devel subpackage, where it fits better
* Mon Jul 10 2017 jengelhAATTinai.de- Fix RPM groups.
* Wed Jun 28 2017 tchvatalAATTsuse.com- Version update to 1.13:
* Various few fixes- Cleanup the spec a bit- Refresh patch gdbm-no-build-date.patch- Remove chinese language support patched in house, if anything it should be merged in the upstream git repo- Drop the ndbm compats as it is not provided by any other distro
* Wed May 18 2016 mpluskalAATTsuse.com- Update to version 1.12
* New configuration variable COMPATINCLUDEDIR- Small spec file cleanups
* Sun Feb 22 2015 mpluskalAATTsuse.com- Clenup spec file with spec-cleaner- Update project and download url- Add gpg signature- Enable checks
* Mon Aug 18 2014 fcrozatAATTsuse.com- Add obsoletes to baselibs.conf.
* Mon Mar 31 2014 pgajdosAATTsuse.com- update to 1.11:
* Improved dump format.
* New function: gdbm_count.
* New utilities: gdbm_dump and gdbm_load.
* gdbmtool
* Wed Mar 06 2013 jengelhAATTinai.de- Specify exact version requirements for build
* Mon Mar 04 2013 pgajdosAATTsuse.com- buildrequire makeinfo
* Wed Feb 06 2013 cfarrellAATTsuse.com- license update: GPL-3.0+ See the COPYING file
* Fri Feb 01 2013 cooloAATTsuse.com- update license to new format
* Mon Sep 24 2012 iAATTmarguerite.su- update baselibs.conf
* Sun Sep 23 2012 iAATTmarguerite.su- update to 1.10
* fully internationalized. available in Finnish ,German, Japanese, Polish and Ukrainian
* Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs)
* Improved testgdbm command system
* Fixed Bug #150, should handle read(2) returning less data
* Fixed Bug #151, uses uninitialized memory content
* Fixed handling of NDBM databases in read-only mode- add zh_CN translation
* manually add. will submit to upstream.- drop gdbm-1.8.3.diff (Patch0)
* seems this one is useless.- regenerate and change gdbm-1.8.3-no-build-date.patch (Patch4) to gdbm-no-build-date.patch
* its an universal solution no matter the version.- drop gdbm-protoize_dbm_headers.patch (Patch1)
* upstream fixed.- drop gdbm-prototype_static_functions.patch (Patch2)
* upstream fixed.- drop gdbm-fix_testprogs.patch (Patch3)
* upstream code change. now useless.
* Fri Mar 02 2012 andrea.turriniAATTgmail.com- Fixed typos in gdbm.spec descriptions
* Tue Feb 07 2012 cooloAATTsuse.com- fix baselibs.conf
* Sun Feb 05 2012 jengelhAATTmedozas.de- Name library package according to shlib policy- Update description, source text from GNU homepage
* Sun Feb 05 2012 jengelhAATTmedozas.de- Remove redundant tags/sections- Replace /usr/%_lib by simpler %_libdir
* Sat Oct 01 2011 cooloAATTsuse.com- add libtool as buildrequire to make the spec file more reliable
* Tue Sep 21 2010 pgajdosAATTsuse.cz- fixed wrong header of dbmclose() in our protoize_dbm_headers.patch [bnc#640700]
* Sun Aug 29 2010 cristian.rodriguezAATTopensuse.org- DO not include a compile date in the resulting binaries
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Sun Dec 13 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Sun Dec 06 2009 jengelhAATTmedozas.de- Enable parallel building for gdbm package
* Wed Dec 10 2008 olhAATTsuse.de- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)
* Mon Nov 24 2008 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Thu Feb 28 2008 pthAATTsuse.de- Add ANSI prototypes to dbm.h and ndbm.h (protected by macros)- Provide full prototype for static function.- Fix test
* apps by including appropriate headers and calling fgets instead of gets.
* Wed Dec 26 2007 crrodriguezAATTsuse.de- both libgdbm.la and libgdbm_compat.la had empty dependency_libs and has been removed.- fix library-without-ldconfig-post
* errors
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Wed Aug 24 2005 kukukAATTsuse.de- Don\'t reuse old temporary files in gdbm_reorganize [#105763]
* Mon Aug 30 2004 schwabAATTsuse.de- Fix uses of libtool.
* Fri Nov 21 2003 kukukAATTsuse.de- Compile with no execstack- Build as normal user
* Wed Jul 02 2003 kukukAATTsuse.de- Remove man from buildsystem
* Mon May 12 2003 kukukAATTsuse.de- Use defattr
* Thu Apr 24 2003 roAATTsuse.de- fix install_info --delete call and move from preun to postun
* Fri Feb 07 2003 roAATTsuse.de- added install_info macros
* Fri Jan 10 2003 kukukAATTsuse.de- Use fcntl instead of flock for locking
* Mon Dec 02 2002 kukukAATTsuse.de- Update to gdbm 1.8.3 (lot of bug fixes)
* Fri Aug 09 2002 kukukAATTsuse.de- Fix requires for gdbm-devel [Bug #17543]
* Thu May 30 2002 olhAATTsuse.de- use aclocal + autoreconf --force --install, fix for ppc64
* Wed Apr 17 2002 kukukAATTsuse.de- Remove gdbm 1.7.3
* Tue Dec 11 2001 frohAATTsuse.de- the Makefile.in of gdbm 1.7 is missing AATTlibdirAATT, instead of patching that we follow sparc64 and ia64 and just ommit gdbm 1.7 on s390x.
* Thu Mar 22 2001 roAATTsuse.de- added split-aliases as provides
* Fri Oct 27 2000 kukukAATTsuse.de- Create devel subpackage
* Mon Sep 25 2000 kukukAATTsuse.de- Use BuildRoot
* Thu Jun 01 2000 kukukAATTsuse.de- Add group tag
* Tue Apr 04 2000 kukukAATTsuse.de- Add ltconfig fix
* Tue Apr 04 2000 kukukAATTsuse.de- Add automake to need for build
* Mon Apr 03 2000 bkAATTsuse.de- s390 team added config.{sub,guess} update macros for s390
* Thu Feb 03 2000 schwabAATTsuse.de- Update config.{guess,sub} to latest version.
* Fri Jan 21 2000 kukukAATTsuse.de- Move /usr/{info,man} -> /usr/share/{info,man}
* Mon Oct 18 1999 kukukAATTsuse.de- gdbm 1.8.0: Fix memory leak
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Aug 27 1999 kukukAATTsuse.de- Fix file list
* Thu Aug 26 1999 kukukAATTsuse.de- Add libgdbm 1.8.0 as default
* Mon Jun 28 1999 kukukAATTsuse.de- Add libndbm.so and libndbm.a link
* Mon Mar 01 1999 roAATTsuse.de- added ndbm.h for glibc-2.1
* Mon Feb 22 1999 roAATTsuse.de- link explicitly with -lc
* Fri Dec 18 1998 roAATTsuse.de- respect alpha in specfile
* Mon Dec 07 1998 roAATTsuse.de- pack ndbm.h only for libc5
* Mon Oct 20 1997 roAATTsuse.de- ready for autobuild
* Thu Jan 02 1997 florianAATTsuse.de- add ndbm.h header files
 
ICM