all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32745] [PATCH] gnu: OpenSC: Update to 0.19.0 [security fixes].
@ 2018-09-16 17:14 Leo Famulari
  2018-09-19 17:27 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-09-16 17:14 UTC (permalink / raw)
  To: 32745

Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424,
16425,16426,16427}.

* gnu/packages/security-token.scm (opensc): Update to 0.19.0.
---
 gnu/packages/security-token.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 4b748b664..2ebf09cfe 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -220,7 +220,7 @@ website for more information about Yubico and the YubiKey.")
 (define-public opensc
   (package
     (name "opensc")
-    (version "0.18.0")
+    (version "0.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -228,7 +228,7 @@ website for more information about Yubico and the YubiKey.")
                     version "/opensc-" version ".tar.gz"))
               (sha256
                (base32
-                "0mrpik6ifzh27ws7h0viv8nwgcdj3fp5whaldmj0zhfi1l1zzh4v"))))
+                "09jqzl18z5qfrf4vf2nvbpdm3mphpgfkl3ww1clkaxh2z56hwnic"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.19.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#32745] [PATCH] gnu: OpenSC: Update to 0.19.0 [security fixes].
  2018-09-16 17:14 [bug#32745] [PATCH] gnu: OpenSC: Update to 0.19.0 [security fixes] Leo Famulari
@ 2018-09-19 17:27 ` Marius Bakke
  2018-09-19 19:08   ` bug#32745: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2018-09-19 17:27 UTC (permalink / raw)
  To: Leo Famulari, 32745

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

Leo Famulari <leo@famulari.name> writes:

> Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424,
> 16425,16426,16427}.
>
> * gnu/packages/security-token.scm (opensc): Update to 0.19.0.

LGTM.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32745: [PATCH] gnu: OpenSC: Update to 0.19.0 [security fixes].
  2018-09-19 17:27 ` Marius Bakke
@ 2018-09-19 19:08   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-09-19 19:08 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 32745-done

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On Wed, Sep 19, 2018 at 07:27:52PM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
> 
> > Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424,
> > 16425,16426,16427}.
> >
> > * gnu/packages/security-token.scm (opensc): Update to 0.19.0.
> 
> LGTM.

Thanks! Pushed as 508d5c5fa883a3cee53f8da358d853d4b245496c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-19 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-16 17:14 [bug#32745] [PATCH] gnu: OpenSC: Update to 0.19.0 [security fixes] Leo Famulari
2018-09-19 17:27 ` Marius Bakke
2018-09-19 19:08   ` bug#32745: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.