[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (742effe -> 455859a)
From: |
Ludovic Courtès |
Subject: |
branch master updated (742effe -> 455859a) |
Date: |
Mon, 1 Aug 2016 21:39:53 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 742effe gnu: openssh: Update to 7.3p1.
new 455859a Merge branch 'core-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 | 19 +-
NEWS | 86 +++
configure.ac | 5 -
doc/guix.texi | 6 +-
gnu/local.mk | 21 +-
gnu/packages/autotools.scm | 3 +-
gnu/packages/backup.scm | 23 +-
gnu/packages/base.scm | 243 +++++----
gnu/packages/boost.scm | 80 +--
gnu/packages/bootstrap.scm | 2 +-
gnu/packages/c.scm | 2 +-
gnu/packages/check.scm | 8 +-
gnu/packages/cmake.scm | 112 ++--
gnu/packages/commencement.scm | 42 +-
gnu/packages/compression.scm | 6 +-
gnu/packages/conky.scm | 10 +-
gnu/packages/cross-base.scm | 37 +-
gnu/packages/cups.scm | 25 +-
gnu/packages/databases.scm | 37 +-
gnu/packages/dico.scm | 5 +-
gnu/packages/ed.scm | 16 +-
gnu/packages/emacs.scm | 8 -
gnu/packages/engineering.scm | 3 +-
gnu/packages/finance.scm | 4 +-
gnu/packages/fonts.scm | 4 +-
gnu/packages/fontutils.scm | 8 +-
gnu/packages/games.scm | 9 +-
gnu/packages/gcc.scm | 6 +-
gnu/packages/gettext.scm | 4 +-
gnu/packages/ghostscript.scm | 57 +-
gnu/packages/gl.scm | 4 +-
gnu/packages/gnupg.scm | 9 +-
gnu/packages/gnuzilla.scm | 10 +-
gnu/packages/graphics.scm | 4 +-
gnu/packages/guile.scm | 3 +-
gnu/packages/gv.scm | 4 +-
gnu/packages/hurd.scm | 87 ++-
gnu/packages/ld-wrapper.in | 6 +-
gnu/packages/linux.scm | 46 +-
gnu/packages/lisp.scm | 2 +-
gnu/packages/lout.scm | 5 +-
gnu/packages/mail.scm | 9 +-
gnu/packages/make-bootstrap.scm | 4 +-
gnu/packages/maths.scm | 23 +-
gnu/packages/mit-krb5.scm | 22 +-
gnu/packages/multiprecision.scm | 4 +-
gnu/packages/music.scm | 2 +-
gnu/packages/netpbm.scm | 117 ++--
gnu/packages/ocaml.scm | 1 +
gnu/packages/openldap.scm | 28 +-
.../patches/automake-test-gzip-warning.patch | 17 +
gnu/packages/patches/dealii-p4est-interface.patch | 62 ---
gnu/packages/patches/dico-idxgcide-bug.patch | 21 +
.../patches/expat-CVE-2015-1283-refix.patch | 27 +-
gnu/packages/patches/expat-CVE-2015-1283.patch | 89 ---
gnu/packages/patches/glibc-CVE-2015-7547.patch | 559 -------------------
.../patches/glibc-hurd-extern-inline.patch | 35 --
.../patches/glibc-locale-incompatibility.patch | 23 -
gnu/packages/patches/glibc-locales.patch | 6 +-
.../patches/libarchive-CVE-2013-0211.patch | 21 -
.../patches/libarchive-CVE-2016-1541.patch | 67 ---
gnu/packages/patches/libarchive-bsdtar-test.patch | 74 ---
.../patches/libarchive-fix-lzo-test-case.patch | 83 ---
.../libarchive-mtree-filename-length-fix.patch | 18 -
.../patches/libpthread-glibc-preparation.patch | 146 -----
gnu/packages/patches/libxslt-CVE-2015-7995.patch | 29 -
gnu/packages/patches/libxslt-generated-ids.patch | 173 ++++++
gnu/packages/patches/mit-krb5-CVE-2015-8629.patch | 51 --
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch | 81 ---
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch | 576 --------------------
.../mit-krb5-init-context-null-spnego.patch | 49 --
gnu/packages/patches/procps-non-linux.patch | 40 ++
gnu/packages/patches/rapicorn-isnan.patch | 87 +++
gnu/packages/patches/tar-d_ino_in_dirent-fix.patch | 33 --
gnu/packages/pcre.scm | 19 +-
gnu/packages/pdf.scm | 46 +-
gnu/packages/perl.scm | 39 +-
gnu/packages/plotutils.scm | 3 +-
gnu/packages/pulseaudio.scm | 7 +-
gnu/packages/python.scm | 124 +++--
gnu/packages/scheme.scm | 164 +++++-
gnu/packages/skribilo.scm | 3 +-
gnu/packages/swig.scm | 9 +-
gnu/packages/tex.scm | 22 +-
gnu/packages/texinfo.scm | 20 +-
gnu/packages/tls.scm | 95 ++--
gnu/packages/version-control.scm | 7 +-
gnu/packages/video.scm | 12 +-
gnu/packages/web.scm | 2 +-
gnu/packages/wine.scm | 4 +-
gnu/packages/xdisorg.scm | 4 +-
gnu/packages/xml.scm | 65 +--
gnu/packages/xorg.scm | 25 +-
gnu/packages/zsh.scm | 4 +-
gnu/system/install.scm | 2 +
gnu/system/shadow.scm | 23 -
guix/build/download.scm | 3 +-
guix/build/gnu-build-system.scm | 2 +-
guix/download.scm | 7 +
m4/guix.m4 | 13 -
tests/guix-environment-container.sh | 11 +-
101 files changed, 1563 insertions(+), 2820 deletions(-)
create mode 100644 gnu/packages/patches/automake-test-gzip-warning.patch
delete mode 100644 gnu/packages/patches/dealii-p4est-interface.patch
create mode 100644 gnu/packages/patches/dico-idxgcide-bug.patch
delete mode 100644 gnu/packages/patches/expat-CVE-2015-1283.patch
delete mode 100644 gnu/packages/patches/glibc-CVE-2015-7547.patch
delete mode 100644 gnu/packages/patches/glibc-hurd-extern-inline.patch
delete mode 100644 gnu/packages/patches/glibc-locale-incompatibility.patch
delete mode 100644 gnu/packages/patches/libarchive-CVE-2013-0211.patch
delete mode 100644 gnu/packages/patches/libarchive-CVE-2016-1541.patch
delete mode 100644 gnu/packages/patches/libarchive-bsdtar-test.patch
delete mode 100644 gnu/packages/patches/libarchive-fix-lzo-test-case.patch
delete mode 100644
gnu/packages/patches/libarchive-mtree-filename-length-fix.patch
delete mode 100644 gnu/packages/patches/libpthread-glibc-preparation.patch
delete mode 100644 gnu/packages/patches/libxslt-CVE-2015-7995.patch
create mode 100644 gnu/packages/patches/libxslt-generated-ids.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8629.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8630.patch
delete mode 100644 gnu/packages/patches/mit-krb5-CVE-2015-8631.patch
delete mode 100644 gnu/packages/patches/mit-krb5-init-context-null-spnego.patch
create mode 100644 gnu/packages/patches/procps-non-linux.patch
create mode 100644 gnu/packages/patches/rapicorn-isnan.patch
delete mode 100644 gnu/packages/patches/tar-d_ino_in_dirent-fix.patch
- branch master updated (742effe -> 455859a),
Ludovic Courtès <=