Fedora Account System
Red Hat Associate
Red Hat Customer
Releases retrieved: 1.24 Upstream release that is considered latest: 1.24 Current version/release in rawhide: 1.23-6.fc40 URL: http://www.gnu.org/software/gdbm/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/882/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm
Created attachment 2038753 [details] Update to 1.24 (#2295389)
the-new-hotness/release-monitoring.org's scratch build of gdbm-1.24-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=119934419
(In reply to Upstream Release Monitoring from comment #0) > Releases retrieved: 1.24 > Upstream release that is considered latest: 1.24 > Current version/release in rawhide: 1.23-6.fc40 > URL: http://www.gnu.org/software/gdbm/ > Based on the information from Anitya: https://release-monitoring.org/project/882/ > To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm Changelog: Version 1.24, 2024-07-02 * New gdbm_load option: --update The --update (-U) option instructs gdbm_load to update an existing database. * Fix semantics of gdbm_load -r The --replace (-r) is valid only when used together with --update. * Use getline in gdbmtool shell. * New function: gdbm_load_from_file_ext In contrast to gdbm_load and gdbm_load_from_file, which derive the value of the flag parameter for gdbm_open from the value of their "replace" argument, this function allows the caller to specify it explicitly. The prototype is: int gdbm_load_from_file_ext (GDBM_FILE *pdbf, FILE *fp, int flags, int replace, int meta_mask, unsigned long *line); * Bugfixes ** Fix binary dump format for key and/or data of zero size. (see https://puszcza.gnu.org.ua/bugs/?565) ** Fix location tracking and recover command in gdbtool. (see https://puszcza.gnu.org.ua/bugs/?566) ** Fix possible buffer underflow in gdbmload. ** Ensure any padding bytes in avail_elem structure are filled with 0. (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031276) ** Improve the documentation.
Releases retrieved: 1.25 Upstream release that is considered latest: 1.25 Current version/release in rawhide: 1.23-9.fc42 URL: http://www.gnu.org/software/gdbm/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/882/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm
Created attachment 2081365 [details] Update to 1.25 (#2295389)
the-new-hotness/release-monitoring.org's scratch build of gdbm-1.25-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=130605680
(In reply to Upstream Release Monitoring from comment #4) > Releases retrieved: 1.25 > Upstream release that is considered latest: 1.25 > Current version/release in rawhide: 1.23-9.fc42 > URL: http://www.gnu.org/software/gdbm/ > Based on the information from Anitya: https://release-monitoring.org/project/882/ > To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm Changelog: Version 1.25, 2025-03-22 * New function: gdbm_open_ext This function provides a general-purpose interface for opening and creating GDBM files. It combines the possibilities of gdbm_open and gdbm_fd_open and provides detailed control over database file locking. * New gdbmtool command: collisions The command prints the collision chains for the current bucket, or for the buckets identified by its arguments: collisions Display collisions for the current bucket. collisions N Display collisions for bucket N. collisions N0 N1 Display collisions for the range of buckets [N0, N1]. * Pipelines in gdbmtool The output of a gdbmtool command can be connected to the input of a shell command using the traditional pipeline syntax. * Fix a bug in block coalescing code * Other bugfixes
Releases retrieved: 1.26 Upstream release that is considered latest: 1.26 Current version/release in rawhide: 1.23-10.fc43 URL: http://www.gnu.org/software/gdbm/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/882/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm
Created attachment 2099728 [details] Update to 1.26 (#2295389)
the-new-hotness/release-monitoring.org's scratch build of gdbm-1.26-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=135483023
(In reply to Upstream Release Monitoring from comment #8) > Releases retrieved: 1.26 > Upstream release that is considered latest: 1.26 > Current version/release in rawhide: 1.23-10.fc43 > URL: http://www.gnu.org/software/gdbm/ > Based on the information from Anitya: https://release-monitoring.org/project/882/ > To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/gdbm Version 1.26, 2025-07-30 * Fixed build on musl libc * Fixed build on MacOS * Improved testsuite