[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: libksba: Update to 1.3.2 [security fix].
From: |
Ludovic Courtès |
Subject: |
07/09: gnu: libksba: Update to 1.3.2 [security fix]. |
Date: |
Tue, 25 Nov 2014 17:02:46 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 6eef465eeaf762d99301a94a8a95670356c39778
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 25 15:58:27 2014 +0100
gnu: libksba: Update to 1.3.2 [security fix].
* gnu/packages/gnupg.scm (libksba): Update to 1.3.2.
---
gnu/packages/gnupg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ecbb178..6b0f35a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -132,7 +132,7 @@ provided.")
(define-public libksba
(package
(name "libksba")
- (version "1.3.0")
+ (version "1.3.2")
(source
(origin
(method url-fetch)
@@ -141,7 +141,7 @@ provided.")
version ".tar.bz2"))
(sha256
(base32
- "0w8rfb6yhcwkwzvjafrashcygy4hd9xwwmvlnkfd1m2h0paywqas"))))
+ "01l4hvcknk9nb4bvyb6aqaid19jg0wv3ik54j1b89hnzamwm75gb"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libgpg-error" ,libgpg-error)))
- branch master updated (e6c1e91 -> 77c9286), Ludovic Courtès, 2014/11/25
- 02/09: gnu: Add mp3info., Ludovic Courtès, 2014/11/25
- 01/09: import: gnu: Write the hash in nix-base32 format., Ludovic Courtès, 2014/11/25
- 04/09: gnu: Add TagLib., Ludovic Courtès, 2014/11/25
- 03/09: licenses: Add MPL 1.1., Ludovic Courtès, 2014/11/25
- 05/09: install: Add wpa-supplicant to the image., Ludovic Courtès, 2014/11/25
- 06/09: build: Bump version number., Ludovic Courtès, 2014/11/25
- 08/09: file-systems: 'file-system-needed-for-boot?' always returns #t for "/"., Ludovic Courtès, 2014/11/25
- 07/09: gnu: libksba: Update to 1.3.2 [security fix].,
Ludovic Courtès <=
- 09/09: gnu: Add EMMS., Ludovic Courtès, 2014/11/25