GNU bug report logs -
#77199
[PATCH core-packages-team] gnu: gdbm: Update to 1.25.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 23 Mar 2025 03:22:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77199 in the body.
You can then email your comments to 77199 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77199
; Package
guix-patches
.
(Sun, 23 Mar 2025 03:22:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Mar 2025 03:22:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dbm.scm (gdbm): Update to 1.25.
Change-Id: I205f5e1e26475f4c9920b200b578d30ee91f3ebb
---
gnu/packages/dbm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 433d469ae83..f93e0f454ab 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -180,14 +180,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.23")
+ (version "1.25")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
+ "1v4kycs1n9x0pczm9ny6m16gfgpmj8gwv0bvh7w7gn3fjb2v6bfh"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")
,@(if (target-loongarch64?)
base-commit: 127ac3c19073828c089349c7b22b218227f8ce8f
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77199
; Package
guix-patches
.
(Wed, 16 Apr 2025 07:51:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77199 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dbm.scm (gdbm): Update to 1.25.
Change-Id: I205f5e1e26475f4c9920b200b578d30ee91f3ebb
---
gnu/packages/dbm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 433d469ae8..f93e0f454a 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -180,14 +180,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.23")
+ (version "1.25")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
+ "1v4kycs1n9x0pczm9ny6m16gfgpmj8gwv0bvh7w7gn3fjb2v6bfh"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")
,@(if (target-loongarch64?)
base-commit: b862ec2176fbfe609b16b801e3c91907ea232577
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77199
; Package
guix-patches
.
(Sat, 19 Apr 2025 20:43:05 GMT)
Full text and
rfc822 format available.
Message #11 received at 77199 <at> debbugs.gnu.org (full text, mbox):
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/dbm.scm (gdbm): Update to 1.25.
>
> Change-Id: I205f5e1e26475f4c9920b200b578d30ee91f3ebb
This patch doesn’t apply on current ‘core-packages-team’. Could you
take a look?
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77199
; Package
guix-patches
.
(Sun, 20 Apr 2025 05:46:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 77199 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dbm.scm (gdbm): Update to 1.25.
Change-Id: I94771e420cf5752d45d1c3a98f688b9f45ab4be2
---
gnu/packages/dbm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 91e6f7b39a..883c867dff 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -182,14 +182,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.24")
+ (version "1.25")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1gwd5cyp4jblwm1wkzm48dwiifgxdizbq41r2czm2qzpzlkrhpk9"))))
+ "1v4kycs1n9x0pczm9ny6m16gfgpmj8gwv0bvh7w7gn3fjb2v6bfh"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")
,@(if (target-loongarch64?)
base-commit: d478fd3f60647a8d3cb833b1fac0b4936500c029
--
2.43.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 22 Apr 2025 15:25:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Tue, 22 Apr 2025 15:25:03 GMT)
Full text and
rfc822 format available.
Message #19 received at 77199-done <at> debbugs.gnu.org (full text, mbox):
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/dbm.scm (gdbm): Update to 1.25.
>
> Change-Id: I94771e420cf5752d45d1c3a98f688b9f45ab4be2
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 21 May 2025 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.