[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: capnproto: Update to 0.5.3.1 [security fixes].
From: |
Leo Famulari |
Subject: |
01/01: gnu: capnproto: Update to 0.5.3.1 [security fixes]. |
Date: |
Mon, 17 Apr 2017 16:00:47 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 3a0cfe675f7e18e3fb2c83657b5129e2c03a3f17
Author: Leo Famulari <address@hidden>
Date: Mon Apr 17 15:55:31 2017 -0400
gnu: capnproto: Update to 0.5.3.1 [security fixes].
See this document for more information about the security issues fixed in
this
release:
<https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2017-04-17-0-apple-clang-elides-bounds-check.md>
* gnu/packages/serialization.scm (capnproto): Update to 0.5.3.1.
---
gnu/packages/serialization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 9e073b7..eb3cb26 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -262,7 +262,7 @@ it a convenient format to store user input files.")
(define-public capnproto
(package
(name "capnproto")
- (version "0.5.3")
+ (version "0.5.3.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -270,7 +270,7 @@ it a convenient format to store user input files.")
version ".tar.gz"))
(sha256
(base32
- "1yvaadhgakskqq5wpv53hd6fc3pp17mrdldw4i5cvgck4iwprcfd"))))
+ "06wi4fcxx58nc7pr2xga20hn11psk56b0yhna5bx2pw90mlcbd84"))))
(build-system gnu-build-system)
(arguments
`(#:phases