[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (e543c8a -> 6524c1c)
From: |
Leo Famulari |
Subject: |
branch core-updates updated (e543c8a -> 6524c1c) |
Date: |
Mon, 3 Oct 2016 21:08:53 +0000 (UTC) |
lfam pushed a change to branch core-updates
in repository guix.
from e543c8a gnu: bash-minimal: Remove 'move-development-files' phase.
adds cfb7e26 gnu: xonsh: Remove bundled PLY.
adds 5a88b2d build: Improve Guile 2.2 compatibility.
adds bddf22b gnu: libreoffice: Update to 5.1.5.2.
adds ebb9b9a gnu: tmux: Update to 2.3.
adds df0e8a2 gnu: shroud: Wrap 'shroud' with
'GUILE_LOAD_COMPILED_PATH'.
adds f1b61e2 gnu: Add emacs-rudel.
adds c165591 gnu: Add python-i3-py.
adds 37356e0 gnu: Add quickswitch-i3.
adds 43f7af4 gnu: rpcbind-configuration: Rename pkg to nfs-utils
adds 917de25 gnu: gd: Fix CVE-2016-7568.
adds 9b72ce6 gnu: utf8proc: Update to 2.0.2.
adds d70f513 gnu: julia: Update to 0.5.0.
adds 89fa221 gnu: eigen: Update to 3.2.9.
adds 09a8619 gnu: guitarix: Update to 0.35.1.
adds 2bfa61c gnu: address@hidden: Update to 4.4.23.
adds 79992a3 gnu: linux-libre: Update to 4.7.6.
adds 10bc741 gnu: ffmpeg: Update to 3.1.4.
adds 4bdc3df gnu: vsearch: Update to 2.1.2.
adds 6a70397 gnu: libotf: Fix source URI.
adds c6ab73e gnu: Add r-viridislite.
adds a3c6445 gnu: Add r-purrr.
adds 88cf917 gnu: r-plotly: Update to 4.5.2.
adds 2d47cee gnu: Do not propagate inputs in haskell.scm.
adds d79e8f6 gnu: ghc-process: Replace reference to /bin/sh.
adds 92c03a8 services: Add rottlog.
adds d8f3128 services: openssh-service-type: Expose
'openssh-configuration'.
adds d5b0c90 tests: Add 'openssh-service-type' test.
adds 4d67ed7 services: rottlog: Improve default weekly rotations.
adds 26cfc41 services: rottlog: Add Rottlog to the global profile.
adds 0e59885 tests: ssh: Generalize.
adds 2b43638 tests: ssh: Add Dropbear test.
adds d223ac4 tests: Adjust 'guix build -S' test for source-less
packages.
adds 85358ae gnu: perl-dbd-mysql: Update to 4.037 [fixes
CVE-2016-1246].
adds b38e97e gnu: libarchive: Fix several security issues.
new 9c21307 Merge branch 'master' into core-updates
new 6524c1c gnu: libarchive: Incorporate grafted security patches.
The 2 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:
build-aux/compile-all.scm | 3 +
doc/guix.texi | 175 +++++--
gnu/local.mk | 10 +-
gnu/packages/algebra.scm | 4 +-
gnu/packages/audio.scm | 4 +-
gnu/packages/backup.scm | 5 +
gnu/packages/bioinformatics.scm | 4 +-
gnu/packages/databases.scm | 4 +-
gnu/packages/emacs.scm | 26 +-
gnu/packages/fontutils.scm | 5 +-
gnu/packages/gd.scm | 3 +-
gnu/packages/haskell.scm | 552 ++++++++++----------
gnu/packages/julia.scm | 142 +++--
gnu/packages/libreoffice.scm | 4 +-
gnu/packages/linux.scm | 12 +-
gnu/packages/password-utils.scm | 11 +
gnu/packages/patches/gd-CVE-2016-7568.patch | 44 ++
.../patches/libarchive-7zip-heap-overflow.patch | 77 +++
.../libarchive-fix-filesystem-attacks.patch | 445 ++++++++++++++++
.../patches/libarchive-fix-symlink-check.patch | 60 +++
.../libarchive-safe_fprintf-buffer-overflow.patch | 44 ++
.../patches/quickswitch-fix-dmenu-check.patch | 32 ++
gnu/packages/shells.scm | 12 +-
gnu/packages/statistics.scm | 61 ++-
gnu/packages/textutils.scm | 6 +-
gnu/packages/tmux.scm | 4 +-
gnu/packages/video.scm | 4 +-
gnu/packages/wm.scm | 89 ++++
gnu/services/admin.scm | 119 +++++
gnu/services/nfs.scm | 4 +-
gnu/services/ssh.scm | 51 +-
gnu/tests/ssh.scm | 193 +++++++
guix/build/pull.scm | 3 +
tests/guix-build.sh | 6 +-
34 files changed, 1770 insertions(+), 448 deletions(-)
create mode 100644 gnu/packages/patches/gd-CVE-2016-7568.patch
create mode 100644 gnu/packages/patches/libarchive-7zip-heap-overflow.patch
create mode 100644 gnu/packages/patches/libarchive-fix-filesystem-attacks.patch
create mode 100644 gnu/packages/patches/libarchive-fix-symlink-check.patch
create mode 100644
gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch
create mode 100644 gnu/packages/patches/quickswitch-fix-dmenu-check.patch
create mode 100644 gnu/services/admin.scm
create mode 100644 gnu/tests/ssh.scm
- branch core-updates updated (e543c8a -> 6524c1c),
Leo Famulari <=