[PATCH] gnu: libmspack: Update to 0.8 [fixes CVE-2018-{18584, 18585, 18586}].

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal
K
K
Kei Kebreau wrote on 25 Oct 2018 22:22
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20181025202229.26991-1-kkebreau@posteo.net
* gnu/packages/compression.scm (libmspack): Update to 0.8.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 5a151b486..464402ec6 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -645,13 +645,13 @@ sfArk file format to the uncompressed sf2 format.")
(package
(name "libmspack")
(home-page "https://cabextract.org.uk/libmspack/")
- (version "0.7.1")
+ (version "0.8")
(source
(origin
(method url-fetch)
(uri (string-append home-page name "-" version "alpha.tar.gz"))
(sha256
- (base32 "0zn4vwzk5ankgd0l88cipan19pzbzv0sm3fba17lvqwka3dp1acp"))))
+ (base32 "1byx98jajv927f0a7np0hvs8lxzccny6pj8vrrgmldv1jlp7jcq5"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.19.1
L
L
Ludovic Courtès wrote on 27 Oct 2018 15:50
(name . Kei Kebreau)(address . kkebreau@posteo.net)(address . 33156@debbugs.gnu.org)
87tvl7a47j.fsf@gnu.org
Hi Kei,

Kei Kebreau <kkebreau@posteo.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/compression.scm (libmspack): Update to 0.8.

LGTM, thanks!

Ludo’.
L
L
Ludovic Courtès wrote on 27 Oct 2018 15:50
control message for bug #33156
(address . control@debbugs.gnu.org)
87y3aja48a.fsf@gnu.org
tags 33156 security
K
K
Kei Kebreau wrote on 28 Oct 2018 02:46
Re: [bug#33156] [PATCH] gnu: libmspack: Update to 0.8 [fixes CVE-2018-{18584, 18585, 18586}].
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 33156-done@debbugs.gnu.org)
87efcanbia.fsf@posteo.net
ludo@gnu.org (Ludovic Courtès) writes:

Toggle quote (10 lines)
> Hi Kei,
>
> Kei Kebreau <kkebreau@posteo.net> skribis:
>
>> * gnu/packages/compression.scm (libmspack): Update to 0.8.
>
> LGTM, thanks!
>
> Ludo’.

Pushed! Thank you for reviewing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33156@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33156
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch