3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Leo Famulari 2017-04-17 15:55:31 -04:00
parent 794223bc77
commit 3a0cfe675f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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