Bug 2295389

Summary: gdbm-1.26 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: gdbmAssignee: Filip Januš <fjanus>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fjanus, hhorak, kasal, osloup
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Update to 1.24 (#2295389)
none
Update to 1.25 (#2295389)
none
Update to 1.26 (#2295389) none

Description Upstream Release Monitoring 2024-07-03 11:16:35 UTC
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

Comment 1 Upstream Release Monitoring 2024-07-03 11:16:40 UTC
Created attachment 2038753 [details]
Update to 1.24 (#2295389)

Comment 2 Upstream Release Monitoring 2024-07-03 11:23:23 UTC
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

Comment 3 Xose Vazquez Perez 2024-08-28 14:42:57 UTC
(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.

Comment 4 Upstream Release Monitoring 2025-03-22 15:53:01 UTC
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

Comment 5 Upstream Release Monitoring 2025-03-22 15:53:04 UTC
Created attachment 2081365 [details]
Update to 1.25 (#2295389)

Comment 6 Upstream Release Monitoring 2025-03-22 16:00:07 UTC
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

Comment 7 Xose Vazquez Perez 2025-03-23 18:26:28 UTC
(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

Comment 8 Upstream Release Monitoring 2025-07-30 12:01:08 UTC
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

Comment 9 Upstream Release Monitoring 2025-07-30 12:01:28 UTC
Created attachment 2099728 [details]
Update to 1.26 (#2295389)

Comment 10 Upstream Release Monitoring 2025-07-30 12:06:59 UTC
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

Comment 11 Xose Vazquez Perez 2025-07-30 13:39:07 UTC
(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