[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.2-147-g2b2fdd4
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.2-147-g2b2fdd4 |
Date: |
Tue, 02 Jul 2013 23:18:44 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 2b2fdd45bb2470765c3a9e54aac7cc56969685be (commit)
via 423002544d7f1b57c361445c65dfcdd905b07ac2 (commit)
via b0fad8a2d45a47138e202644c542adbd6d5ee684 (commit)
via 69927e78de91b11d1fa93ffbf9a7cf915827b6e3 (commit)
from 72626a71a96b02fccb2281713c1fdcd09aa194c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b2fdd45bb2470765c3a9e54aac7cc56969685be
Author: Ludovic Courtès <address@hidden>
Date: Wed Jul 3 01:04:57 2013 +0200
gnu: qemu: Upgrade to 1.5.1.
* gnu/packages/qemu.scm (qemu-kvm): Add `--cc' configure option.
Add PIXMAN and ALSA-LIB as inputs.
(qemu): Upgrade to 1.5.1 Remove autotool hack for pixman. Patch
tests/libqtest.c. Remove Autoconf, Automake, and Libtool from the
inputs. Fix `home-page'.
commit 423002544d7f1b57c361445c65dfcdd905b07ac2
Author: Ludovic Courtès <address@hidden>
Date: Tue Jul 2 22:58:50 2013 +0200
Update `NEWS' and `TODO'.
commit b0fad8a2d45a47138e202644c542adbd6d5ee684
Author: Ludovic Courtès <address@hidden>
Date: Wed Jul 3 01:17:11 2013 +0200
Use `port-sha256' and `open-sha256-port'.
* guix/derivations.scm (derivation-hash): Add comment as to why we keep
the plain `sha256' call.
* guix/scripts/download.scm (guix-download): Use `port-sha256' instead
of (compose sha256 get-bytevector-all).
* guix/scripts/refresh.scm (update-package): Likewise.
commit 69927e78de91b11d1fa93ffbf9a7cf915827b6e3
Author: Ludovic Courtès <address@hidden>
Date: Tue Jul 2 22:38:03 2013 +0200
hash: Add `open-sha256-port'.
* guix/hash.scm (GCRY_MD_SHA256): New macro.
(sha256): Use it.
(open-sha256-md, md-write, md-read, md-close, open-sha256-port,
port-sha256): New procedures.
* tests/hash.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
NEWS | 7 +++
TODO | 4 --
gnu/packages/qemu.scm | 30 +++++---------
guix/derivations.scm | 4 ++
guix/hash.scm | 96 +++++++++++++++++++++++++++++++++++++++++---
guix/scripts/download.scm | 2 +-
guix/scripts/refresh.scm | 2 +-
tests/hash.scm | 74 ++++++++++++++++++++++++++++++++++
9 files changed, 187 insertions(+), 33 deletions(-)
create mode 100644 tests/hash.scm
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.2-147-g2b2fdd4,
Ludovic Courtès <=