[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (3957013 -> b9c7ed7)
From: |
Ludovic Courtès |
Subject: |
branch master updated (3957013 -> b9c7ed7) |
Date: |
Wed, 25 Nov 2015 11:00:10 +0000 |
civodul pushed a change to branch master
in repository guix.
from 3957013 gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].
new b6094b1 gnu: dico: Sort entries in .a files deterministically.
new 851b6f6 gexp: Build text derivations locally.
new fae685b services: dmd: Add 'modules' and 'imported-modules'
fields.
new 479b417 services: dmd: Strip the default list of modules.
new 3177149 doc: Remove mention of monadic services.
new b9c7ed7 services: dmd: Spawn a REPL upon failure to load a
service definition.
The 6 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:
doc/guix.texi | 13 +++-
gnu-system.am | 1 +
gnu/packages/dico.scm | 5 +-
.../patches/dico-libtool-deterministic.patch | 15 ++++
gnu/services/base.scm | 9 ++-
gnu/services/dmd.scm | 85 ++++++++++++++------
guix/gexp.scm | 7 +-
7 files changed, 105 insertions(+), 30 deletions(-)
create mode 100644 gnu/packages/patches/dico-libtool-deterministic.patch
- branch master updated (3957013 -> b9c7ed7),
Ludovic Courtès <=
- 02/06: gexp: Build text derivations locally., Ludovic Courtès, 2015/11/25
- 01/06: gnu: dico: Sort entries in .a files deterministically., Ludovic Courtès, 2015/11/25
- 04/06: services: dmd: Strip the default list of modules., Ludovic Courtès, 2015/11/25
- 06/06: services: dmd: Spawn a REPL upon failure to load a service definition., Ludovic Courtès, 2015/11/25
- 05/06: doc: Remove mention of monadic services., Ludovic Courtès, 2015/11/25
- 03/06: services: dmd: Add 'modules' and 'imported-modules' fields., Ludovic Courtès, 2015/11/25