[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch security-updates updated (c1ee70c -> c7783d2)
From: |
Mark H. Weaver |
Subject: |
branch security-updates updated (c1ee70c -> c7783d2) |
Date: |
Sun, 14 Feb 2016 13:37:10 +0000 |
mhw pushed a change to branch security-updates
in repository guix.
from c1ee70c Merge branch 'master' into security-updates
adds e57127f Revert "gnu: nginx: Update to 1.9.11. [fixes
CVE-2016-{0742, 0746, 0747}]"
adds fc686f9 gnu: Add btrfs-progs.
adds 3a9cfba install: Add btrfs-progs to the image.
adds 1eb6bbd gnu: gnunet: Add gstreamer and plugins to inputs.
adds 3ccdd43 gnu: Add gnunet-gtk.
adds 1b96f06 gnu: python-pandas: Update to 0.16.2.
adds ef9b4c0 gnu: python-numpy-bootstrap: Update to 1.10.4.
adds 3f2e967 gnu: python2-pysnptools: Update to 0.3.5.
adds b074e7d gnu: python2-fastlmm: Update to 0.2.21.
adds 43ec07f gnu: macs: Use "pypi-uri".
adds 0d0bcaa gnu: macs: Update to 2.1.0.20151222.
adds 98a7b52 store: Add monadic access to '%current-system'.
adds e5f04c2 profiles: Add #:system argument to profile-derivation.
adds 779aa00 scripts: environment: Build environments as profiles.
adds d29f647 licenses: Add tcl/tk license.
adds e4c3858 gnu: tcl: Use tcl/tk license.
adds 50fe318 gnu: Add tcllib.
adds 519e2f4 gnu: python-cryptography: Define 'python2-variant'.
adds a14600e gnu: python-jsonschema: Define 'python2-variant'.
adds 8ad4ae2 gnu: python-wheel: Define 'python2-variant'.
adds 6cefd53 gnu: Split acme into python-acme and python2-acme.
adds 511539a gnu: Add tclxml.
adds 3a7261b gnu: gnupg: Add upstream fix for test failures on x86_64.
adds a747bab gnu: Add ocaml-findlib.
adds 6372e33 gnu: ocaml: Set search path.
adds 8c1088b gnu: lablgtk: Build cmxa libraries.
adds ec4130b gnu: gnuplot: Update to 5.0.2.
adds a42d99f gnu: calibre: Update to 2.51.0.
adds b53e44f gnu: iproute: Use 'modify-phases'.
adds 75cd4b0 gnu: iproute: Update to 4.4.0.
adds f97c917 doc: Correct typos.
adds cb34dc6 gnu: Add python-wtforms
adds aa0edd3 gnu: Add pianobar.
adds 3c697ff gnu: Add baobab.
adds 8826fb2 gnu: postgresql: Update to 9.3.11. [fixes
CVE-2015-{5288,5289},CVE-2016-{0766,0773}]
adds 38b2091 gnu: openbox: Update to 3.6.1.
new c7783d2 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:
doc/guix.texi | 494 ++++++++++----------
gnu-system.am | 3 +
gnu/packages/bioinformatics.scm | 8 +-
gnu/packages/databases.scm | 4 +-
gnu/packages/ebook.scm | 4 +-
gnu/packages/gnome.scm | 33 ++
gnu/packages/gnunet.scm | 37 ++
gnu/packages/gnupg.scm | 7 +-
gnu/packages/linux.scm | 66 ++-
gnu/packages/maths.scm | 4 +-
gnu/packages/music.scm | 38 ++
gnu/packages/ocaml.scm | 57 +++
gnu/packages/openbox.scm | 7 +-
gnu/packages/openstack.scm | 18 +-
...gnupg-simple-query-ignore-status-messages.patch | 142 ++++++
.../patches/ocaml-findlib-make-install.patch | 20 +
gnu/packages/patches/tclxml-3.2-install.patch | 17 +
gnu/packages/python.scm | 100 +++--
gnu/packages/tcl.scm | 75 +++-
gnu/packages/tls.scm | 34 +-
gnu/packages/web.scm | 5 +-
gnu/system/install.scm | 1 +
guix/licenses.scm | 6 +
guix/profiles.scm | 10 +-
guix/scripts/environment.scm | 239 ++++++-----
guix/store.scm | 16 +-
tests/guix-environment-container.sh | 2 +-
tests/guix-environment.sh | 104 +++--
tests/store.scm | 11 +-
29 files changed, 1061 insertions(+), 501 deletions(-)
create mode 100644
gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch
create mode 100644 gnu/packages/patches/ocaml-findlib-make-install.patch
create mode 100644 gnu/packages/patches/tclxml-3.2-install.patch
- branch security-updates updated (c1ee70c -> c7783d2),
Mark H. Weaver <=