[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (852d30a -> b1593c1)
From: |
guix-commits |
Subject: |
branch core-updates updated (852d30a -> b1593c1) |
Date: |
Sun, 16 Jun 2019 03:44:53 -0400 (EDT) |
mbakke pushed a change to branch core-updates
in repository guix.
from 852d30a self: Don't build (guix tests …).
new fefa75f gnu: freetype: Update to 2.10.0.
new 2489acc gnu: CMake: Update to 3.14.5.
new 755e81a gnu: curl: Update to 7.65.1.
new 731d471 gnu: harfbuzz: Update to 2.5.1.
new 7892edc gnu: GnuTLS: Update to 3.6.8.
new e208357 gnu: nghttp2: Update to 1.39.1.
new 549f409 gnu: libarchive: Update to 3.4.0.
new e9b27c7 gnu: texlive-bin: Remove GCC5 workaround.
new 1a753d5 gnu: poppler: Update to 0.77.0.
new e960c20 gnu: adb: Build against OpenSSL 1.0.
new b70ffe4 gnu: jbig2dec: Update to 0.16.
new 3f151d9 gnu: ghostscript: Update to 9.27.
new 871dbd6 gnu: cross-base: Fix C++ cross-compilation problems with
GCC 7.
new b1593c1 gnu: bison: Disable parallel build.
The 14 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:
gnu/local.mk | 4 +-
gnu/packages/android.scm | 2 +-
gnu/packages/backup.scm | 14 ++--
gnu/packages/bison.scm | 5 ++
gnu/packages/cmake.scm | 4 +-
gnu/packages/cross-base.scm | 10 ++-
gnu/packages/curl.scm | 4 +-
gnu/packages/fontutils.scm | 4 +-
gnu/packages/ghostscript.scm | 11 ++-
gnu/packages/gtk.scm | 6 +-
gnu/packages/image.scm | 6 +-
gnu/packages/inkscape.scm | 1 +
gnu/packages/patches/inkscape-poppler-0.76.patch | 36 +++++++++
.../patches/libarchive-CVE-2018-1000877.patch | 45 -----------
.../patches/libarchive-CVE-2018-1000878.patch | 86 ----------------------
.../patches/libarchive-CVE-2018-1000880.patch | 51 -------------
.../texlive-bin-luatex-poppler-compat.patch | 34 +++++++++
gnu/packages/pdf.scm | 4 +-
gnu/packages/scribus.scm | 29 +++++++-
gnu/packages/tex.scm | 13 ++--
gnu/packages/tls.scm | 13 +++-
gnu/packages/web.scm | 4 +-
22 files changed, 162 insertions(+), 224 deletions(-)
create mode 100644 gnu/packages/patches/inkscape-poppler-0.76.patch
delete mode 100644 gnu/packages/patches/libarchive-CVE-2018-1000877.patch
delete mode 100644 gnu/packages/patches/libarchive-CVE-2018-1000878.patch
delete mode 100644 gnu/packages/patches/libarchive-CVE-2018-1000880.patch
- branch core-updates updated (852d30a -> b1593c1),
guix-commits <=
- 02/14: gnu: CMake: Update to 3.14.5., guix-commits, 2019/06/16
- 05/14: gnu: GnuTLS: Update to 3.6.8., guix-commits, 2019/06/16
- 01/14: gnu: freetype: Update to 2.10.0., guix-commits, 2019/06/16
- 03/14: gnu: curl: Update to 7.65.1., guix-commits, 2019/06/16
- 11/14: gnu: jbig2dec: Update to 0.16., guix-commits, 2019/06/16
- 04/14: gnu: harfbuzz: Update to 2.5.1., guix-commits, 2019/06/16
- 13/14: gnu: cross-base: Fix C++ cross-compilation problems with GCC 7., guix-commits, 2019/06/16
- 10/14: gnu: adb: Build against OpenSSL 1.0., guix-commits, 2019/06/16
- 14/14: gnu: bison: Disable parallel build., guix-commits, 2019/06/16
- 06/14: gnu: nghttp2: Update to 1.39.1., guix-commits, 2019/06/16