[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch security-updates updated (2c9f0b0 -> a3b84f7)
From: |
Mark H. Weaver |
Subject: |
branch security-updates updated (2c9f0b0 -> a3b84f7) |
Date: |
Tue, 15 Mar 2016 16:41:05 +0000 |
mhw pushed a change to branch security-updates
in repository guix.
from 2c9f0b0 Merge branch 'master' into security-updates
adds eb4f2cd gnu: glpk: Update to 4.59.
adds acd6217 gnu: git-modes: Update to 1.2.1.
adds e2a3d69 gnu: manaplus: Update to 1.6.3.12.
adds 29f9abb gnu: font-ubuntu: Update to 0.83.
adds edca4cb gnu: jrnl: Update to 1.9.7.
adds 5c85c72 gnu: libuninameslist: Update to 0.5.20150701.
adds 7ff165d gnu: frescobaldi: Update to 2.18.2.
adds 03422bf gnu: libmbim: Use HTTPS URL.
adds 1bb4005 gnu: abcde: Update to 2.7.1.
adds 7df8579 gnu: abcde: Use 'modify-phases'.
adds 036fd4f gnu: dvdisaster: Update to 0.79.5.
adds 03aef4a gnu: libcddb: Update to 1.3.2.
adds bea6d94 gnu: python-hypothesis: Update to 3.1.0.
adds 36455a9 gnu: vdirsyncer: Update 0.9.2.
adds b6ecac9 gnu: Add Google Noto font.
adds 467c498 gnu: Add Dutch Aspell dictionary.
adds aae6b4b gnu: Add font-un.
adds 9bb6d18 gnu: Add python2-atomicwrites.
adds d3b2931 gnu: python2-pyicu: Update to 1.9.2.
adds ed07b08 gnu: Split python2-pyicu into python-pyicu and
python2-pyicu.
adds eed1a61 gnu: Add python-vobject.
adds 61c30e9 gnu: Add khard.
adds 388e05e gnu: enlightenment: Update to 0.20.6.
adds 846e340 gnu: Add pyicoteo.
adds e1a5615 build: reset-timestamps: Include directories.
adds 535e2a2 gnu: ant: Update source URL.
adds 5f7a1a4 build: Add Ant build system.
adds 10b4a96 gnu: htsjdk: Use ant-build-system.
adds 1e3fbf3 gnu: Add crossguid.
adds 680b54c gnu: Add dcadec.
adds 9ced12d gnu: kodi: Update to 16.0.
adds 6e6a040 doc: Fix incorrect use of @xref.
adds 3667bb6 size: Disable grafts.
adds f09aea1 store: 'references/substitutes' caches its results.
adds cc27dbc substitute: Remove dead code.
adds d262a0f http-client: Add #:keep-alive? parameter.
adds 026ca50 substitute: Keep the initial connection alive.
adds 264fded grafts: Update the narinfo cache before building a
derivation.
adds 3a099d1 gnu: libgit2: Update to 0.24.0.
adds b65195c gnu: shflags: Update to 1.2.0.
adds 20109e0 gnu: gitolite: Update to 3.6.5.
adds e3009f6 doc: Add "Hardware Considerations" node.
adds 4d343a1 doc: Clarify and consolidate modify-services
documentation.
adds 75b314a gnu: linux-libre: Update to 4.5, while preserving
linux-libre-4.4.
adds c29e5fd gnu: Add xfce4-power-manager.
adds 20095cc gnu: xfce: Add xfce4-power-manager.
new a3b84f7 Merge branch 'master' into security-updates
The 1 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:
Makefile.am | 8 +-
doc/guix.texi | 175 +++++++++---
gnu-system.am | 1 -
gnu/build/install.scm | 2 +-
gnu/packages/aspell.scm | 8 +
gnu/packages/audio.scm | 35 +++
gnu/packages/bioinformatics.scm | 66 +++-
gnu/packages/cdrom.scm | 89 +++---
gnu/packages/dav.scm | 26 +-
gnu/packages/emacs.scm | 4 +-
gnu/packages/enlightenment.scm | 4 +-
gnu/packages/fonts.scm | 120 +++++++-
gnu/packages/fontutils.scm | 5 +-
gnu/packages/freedesktop.scm | 2 +-
gnu/packages/games.scm | 4 +-
gnu/packages/java.scm | 5 +-
gnu/packages/jrnl.scm | 8 +-
gnu/packages/kodi.scm | 59 ++++-
...x-libre-i686.conf => linux-libre-4.4-i686.conf} | 0
...bre-x86_64.conf => linux-libre-4.4-x86_64.conf} | 0
...x-libre-i686.conf => linux-libre-4.5-i686.conf} | 310 +++++++++++++-------
...bre-x86_64.conf => linux-libre-4.5-x86_64.conf} | 316 +++++++++++++-------
gnu/packages/linux.scm | 27 ++-
gnu/packages/mail.scm | 47 +++-
gnu/packages/maths.scm | 4 +-
gnu/packages/music.scm | 4 +-
.../patches/gitolite-openssh-6.8-compat.patch | 25 --
gnu/packages/python.scm | 64 ++++-
gnu/packages/version-control.scm | 23 +-
gnu/packages/xfce.scm | 36 +++
gnu/services.scm | 5 +-
guix/build-system/{waf.scm => ant.scm} | 94 ++++---
guix/build/ant-build-system.scm | 160 ++++++++++
guix/grafts.scm | 6 +
guix/http-client.scm | 9 +-
guix/scripts/size.scm | 33 ++-
guix/scripts/substitute.scm | 110 +++++---
guix/store.scm | 18 +-
38 files changed, 1401 insertions(+), 511 deletions(-)
copy gnu/packages/{linux-libre-i686.conf => linux-libre-4.4-i686.conf} (100%)
copy gnu/packages/{linux-libre-x86_64.conf => linux-libre-4.4-x86_64.conf}
(100%)
rename gnu/packages/{linux-libre-i686.conf => linux-libre-4.5-i686.conf} (98%)
rename gnu/packages/{linux-libre-x86_64.conf => linux-libre-4.5-x86_64.conf}
(97%)
delete mode 100644 gnu/packages/patches/gitolite-openssh-6.8-compat.patch
copy guix/build-system/{waf.scm => ant.scm} (61%)
create mode 100644 guix/build/ant-build-system.scm
- branch security-updates updated (2c9f0b0 -> a3b84f7),
Mark H. Weaver <=