[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d8c66da -> ad22748)
From: |
Ludovic Courtès |
Subject: |
branch master updated (d8c66da -> ad22748) |
Date: |
Thu, 26 Nov 2015 22:21:38 +0000 |
civodul pushed a change to branch master
in repository guix.
from d8c66da import: hackage: Assume current 'ghc' package version.
new 8a5063f http-client: 'http-fetch' and 'http-fetch/cached' support
HTTPS.
new 0eef755 Add (guix cve).
new 5432734 lint: Add "cve" checker.
new ad22748 Add 'guix-daemon.conf' job for Upstart.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
Makefile.am | 3 +
daemon.am | 16 +-
doc/guix.texi | 15 +-
etc/guix-daemon.conf.in | 12 +
guix/cve.scm | 177 ++++++++++++++
guix/http-client.scm | 5 +-
guix/scripts/lint.scm | 35 +++
tests/cve-sample.xml | 616 +++++++++++++++++++++++++++++++++++++++++++++++
tests/cve.scm | 69 ++++++
tests/lint.scm | 17 ++
11 files changed, 961 insertions(+), 5 deletions(-)
create mode 100644 etc/guix-daemon.conf.in
create mode 100644 guix/cve.scm
create mode 100644 tests/cve-sample.xml
create mode 100644 tests/cve.scm
- branch master updated (d8c66da -> ad22748),
Ludovic Courtès <=