GNU bug report logs -
#63705
[PATCH 0/2] Update cabextract.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 24 May 2023 18:13:01 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 63705 in the body.
You can then email your comments to 63705 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#63705
; Package
guix-patches
.
(Wed, 24 May 2023 18:13:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 24 May 2023 18:13:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Greg Hogan (2):
gnu: libmspack: Update to 0.11.
gnu: cabextract: Update to 1.11.
gnu/packages/compression.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63705
; Package
guix-patches
.
(Wed, 24 May 2023 18:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63705 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm (cabextract): Update to 1.11.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 29c5b467bb..b91db62e6c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1063,13 +1063,13 @@ (define-public cabextract
(package
(name "cabextract")
(home-page "https://cabextract.org.uk/")
- (version "1.9.1")
+ (version "1.11")
(source (origin
(method url-fetch)
(uri (string-append home-page "cabextract-" version ".tar.gz"))
(sha256
(base32
- "19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"))
+ "1iis7a19n26dax3gsnrw9kb0vwq46rbpicnlyf7p2k2y2nqnsm5m"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63705
; Package
guix-patches
.
(Wed, 24 May 2023 18:15:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63705 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm (libmspack): Update to 0.11.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 8a8b94c07b..29c5b467bb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -809,13 +809,13 @@ (define-public libmspack
(package
(name "libmspack")
(home-page "https://cabextract.org.uk/libmspack/")
- (version "0.10.1")
+ (version "0.11")
(source
(origin
(method url-fetch)
(uri (string-append home-page name "-" version "alpha.tar.gz"))
(sha256
- (base32 "13janaqsvm7aqc4agjgd4819pbgqv50j88bh5kci1z70wvg65j5s"))))
+ (base32 "06x2xq73lchw5lcq386sx9wk05v21s2f38bi3dwkdk5fy2r1zpbh"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.40.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 01 Jul 2023 21:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Sat, 01 Jul 2023 21:22:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63705-done <at> debbugs.gnu.org (full text, mbox):
Greg Hogan <code <at> greghogan.com> skribis:
> gnu: libmspack: Update to 0.11.
> gnu: cabextract: Update to 1.11.
Hi! Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Jul 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.