GNU bug report logs -
#72222
[PATCH] gnu: Update fossil to 2.25.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72222 in the body.
You can then email your comments to 72222 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#72222
; Package
guix-patches
.
(Sun, 21 Jul 2024 06:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 21 Jul 2024 06:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (fossil): Update to 2.25.
Change-Id: Id6bbd12d8289049abcd1570c4086b9513198be53
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3267a541a1..9dbcdf92af 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3080,7 +3080,7 @@ (define-public git-annex-remote-rclone
(define-public fossil
(package
(name "fossil")
- (version "2.20")
+ (version "2.25")
(source
(origin
(method url-fetch)
@@ -3090,7 +3090,7 @@ (define-public fossil
"/fossil-src-" version ".tar.gz"))
;; XXX: Currently the above hash must be manually updated.
(sha256
- (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
+ (base32 "1b7f0pc8naic6kagiqagq2v785fjs4xml7z22pqiiwr4mdm2dy94"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "compat"))))
base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
--
2.45.2
Information forwarded
to
public <at> thanosapollo.org, guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Sun, 21 Jul 2024 07:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 72222 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (fossil): Update to 2.23.
Change-Id: Id964b1e9295c0861db3d7ee7c8a22cce40f55d73
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3267a541a1..cd99727990 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3080,17 +3080,17 @@ (define-public git-annex-remote-rclone
(define-public fossil
(package
(name "fossil")
- (version "2.20")
+ (version "2.23")
(source
(origin
(method url-fetch)
(uri (string-append
"https://www.fossil-scm.org/home/tarball/"
- "210e89a0597f225f49722b096cf5563bf193e920e02a9bd38503a906deacd416"
+ "47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29"
"/fossil-src-" version ".tar.gz"))
;; XXX: Currently the above hash must be manually updated.
(sha256
- (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
+ (base32 "1r1kabvmlhc0qgyq8g9zhq8i0123x9dba9b71j4xc71k14kfqjm9"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "compat"))))
base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
--
2.45.2
Information forwarded
to
public <at> thanosapollo.org, guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Sun, 21 Jul 2024 07:35:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 72222 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/sqlite (sqlite): Update sqlite to 3.46.0.
Change-Id: I41b6dae752c56cf4b03f2c1c6a40bbe1e7efc1a4
---
gnu/packages/sqlite.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index dd21db0921..39253c06c0 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -64,14 +64,14 @@ (define (sqlite-uri version year)
(define-public sqlite
(package
(name "sqlite")
- (version "3.39.3")
+ (version "3.46.0")
(source (origin
(method url-fetch)
- (uri (sqlite-uri version 2022))
+ (uri (sqlite-uri version 2024))
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
- "1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))
+ "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))
(build-system gnu-build-system)
(inputs (list readline))
(outputs '("out" "static"))
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Sun, 21 Jul 2024 07:41:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 72222 <at> debbugs.gnu.org (full text, mbox):
Version 2.24+ fails to pass the tests, needs further investigation.
Updated sqlite to 3.46 and used version 2.23 instead.
Cheers,
--
Thanos Apollo
https://thanosapollo.org
62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Thu, 01 Aug 2024 22:32:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 72222 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Just came across your issue report[0], as I updated my issue report[1].
If you have a moment, would you like to give it a shot ?
Also, I do not see anywhere that fossil 2.25 is out.
References:
[0] https://issues.guix.gnu.org/72222
[1] https://issues.guix.gnu.org/70389
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Sun, 04 Aug 2024 05:20:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 72222 <at> debbugs.gnu.org (full text, mbox):
Ashish SHUKLA <ashish.is <at> lostca.se> writes:
> Hi,
>
> Just came across your issue report[0], as I updated my issue report[1].
> If you have a moment, would you like to give it a shot ?
LGTM, but it'd be preferable to use sqlite instead of sqlite-next,
thus we should update sqlite to the latest version.
--
Thanos Apollo
https://thanosapollo.org
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72222
; Package
guix-patches
.
(Sun, 04 Aug 2024 10:16:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 72222 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, Aug 04, 2024 at 08:19:01AM +0300, Thanos Apollo wrote:
> Ashish SHUKLA <ashish.is <at> lostca.se> writes:
>
> > Hi,
> >
> > Just came across your issue report[0], as I updated my issue report[1].
> > If you have a moment, would you like to give it a shot ?
>
> LGTM, but it'd be preferable to use sqlite instead of sqlite-next,
> thus we should update sqlite to the latest version.
Thanks for taking a look.
I believe updating sqlite will trigger a few rebuilds, why is why I
decided to just go for sqlite-next which is already there.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 16 Oct 2024 17:28:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
bug acknowledged by developer.
(Wed, 16 Oct 2024 17:28:01 GMT)
Full text and
rfc822 format available.
Message #28 received at 72222-done <at> debbugs.gnu.org (full text, mbox):
Thanos Apollo <public <at> thanosapollo.org> skribis:
> * gnu/packages/version-control.scm (fossil): Update to 2.23.
>
> Change-Id: Id964b1e9295c0861db3d7ee7c8a22cce40f55d73
Finally applied, with ‘sqlite’ changed to ‘sqlite-next’ as Ashish
suggested.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 14 Nov 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.