[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (11a5ffb -> 7cf79d7)
From: |
guix-commits |
Subject: |
branch core-updates updated (11a5ffb -> 7cf79d7) |
Date: |
Sat, 14 Mar 2020 07:03:50 -0400 (EDT) |
mbakke pushed a change to branch core-updates
in repository guix.
from 11a5ffb gnu: coreutils: Remove libcap dependency for the Hurd.
new 53402d4 gnu: wesnoth: Remove obsolete workaround.
new e22c2c7 gnu: libtorrent-rasterbar: Build with Python 3.
new 5afffbe gnu: fifengine: Fix build with newer Swig and Python.
new 9663015 gnu: c-ares: Update to 1.16.0.
new 635b14f gnu: cURL: Update to 7.69.1.
new eceaa46 gnu: LibUV: Update to 1.35.0.
new 8d425d7 gnu: icu4c: Update to 66.1.
new 3db5a01 gnu: libuninameslist: Update to 20200313.
new 704f1b5 gnu: pcre: Update to 8.44.
new 3fd74c4 gnu: jbig2dec: Update to 0.18.
new af2f11f gnu: ghostscript: Update to 9.51.
new ef4c5a4 gnu: gimp: Do not run gtk-update-icon-cache during the build
process.
new 75ca2cd gnu: innoextract: Fix build failure with recent Boost and
CMake.
new 641b9c5 gnu: log4cpp: Fix build with glibc 2.31.
new e59d958 gnu: mit-krb5: Fix segfault in gsasl test suite.
new 7cf79d7 gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change.
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 4 +-
gnu/packages/adns.scm | 4 +-
gnu/packages/bittorrent.scm | 2 +-
gnu/packages/compression.scm | 12 +-----
gnu/packages/curl.scm | 4 +-
gnu/packages/fontutils.scm | 4 +-
gnu/packages/games.scm | 23 ++++-------
gnu/packages/ghostscript.scm | 39 +++++++++++++-----
gnu/packages/gimp.scm | 5 +++
gnu/packages/icu4c.scm | 4 +-
gnu/packages/image.scm | 25 ++++++++---
gnu/packages/kerberos.scm | 1 +
gnu/packages/libevent.scm | 4 +-
gnu/packages/logging.scm | 12 ++++++
gnu/packages/patches/fifengine-swig-compat.patch | 17 ++++++++
.../patches/ghostscript-CVE-2019-14869.patch | 48 ----------------------
.../patches/ghostscript-no-header-uuid.patch | 12 +++---
.../patches/jbig2dec-ignore-testtest.patch | 16 --------
.../patches/mit-krb5-qualify-short-hostnames.patch | 29 +++++++++++++
gnu/packages/pcre.scm | 4 +-
20 files changed, 141 insertions(+), 128 deletions(-)
create mode 100644 gnu/packages/patches/fifengine-swig-compat.patch
delete mode 100644 gnu/packages/patches/ghostscript-CVE-2019-14869.patch
delete mode 100644 gnu/packages/patches/jbig2dec-ignore-testtest.patch
create mode 100644 gnu/packages/patches/mit-krb5-qualify-short-hostnames.patch
- branch core-updates updated (11a5ffb -> 7cf79d7),
guix-commits <=
- 01/16: gnu: wesnoth: Remove obsolete workaround., guix-commits, 2020/03/14
- 02/16: gnu: libtorrent-rasterbar: Build with Python 3., guix-commits, 2020/03/14
- 06/16: gnu: LibUV: Update to 1.35.0., guix-commits, 2020/03/14
- 04/16: gnu: c-ares: Update to 1.16.0., guix-commits, 2020/03/14
- 05/16: gnu: cURL: Update to 7.69.1., guix-commits, 2020/03/14
- 03/16: gnu: fifengine: Fix build with newer Swig and Python., guix-commits, 2020/03/14
- 09/16: gnu: pcre: Update to 8.44., guix-commits, 2020/03/14
- 12/16: gnu: gimp: Do not run gtk-update-icon-cache during the build process., guix-commits, 2020/03/14
- 10/16: gnu: jbig2dec: Update to 0.18., guix-commits, 2020/03/14
- 11/16: gnu: ghostscript: Update to 9.51., guix-commits, 2020/03/14