guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (ba0e140 -> a82e6fa)


From: guix-commits
Subject: branch core-updates updated (ba0e140 -> a82e6fa)
Date: Wed, 8 Jan 2020 15:58:42 -0500 (EST)

mbakke pushed a change to branch core-updates
in repository guix.

    from ba0e140  gnu: mingetty: Fix cross-compilation.
     new 0d58d1a  Revert "gnu: poppler: Update to 0.83.0."
     new f09948f  gnu: libfaketime: Fix failing test.
     new 84f1e12  gnu: python-pyopenssl: Fix test failure.
     new eb5f3ea  gnu: WebkitGTK: Fix build failure with ICU 65.
     new 46c3a08  gnu: dconf: Fix build failure with Meson 0.52.
     new 12818a0  gnu: network-manager: Fix build with glibc 2.30.
     new cc41e2b  gnu: libsm: Do not build static library.
     new 25a2f2e  gnu: sbcl-cffi: Update to 0.20.1.
     new c6af97b  gnu: libfreehand: Fix build with ICU 65.
     new a1badf8  gnu: lcms: Do not build static library.
     new 2fc865d  gnu: gd: Do not build static library.
     new bd0af90  gnu: libXpm: Gettext is a native input.
     new 6a66709  gnu: libXpm: Update to 3.5.13.
     new 9039f0b  gnu: CMake: Update to 3.16.2.
     new 343139d  gnu: cURL: Update to 7.68.0.
     new b9f71df  gnu: fribidi: Update to 1.0.8.
     new 972a3e0  gnu: mit-krb5: Update to 1.17.1.
     new ef2782d  gnu: libarchive: Update to 3.4.1.
     new ceaf180  gnu: libjpeg-turbo: Update to 2.0.4.
     new 5184cbe  gnu: meson: Update to 0.53.0.
     new e468843  gnu: RHash: Do not use unstable source tarball.
     new 23c883e  gnu: RHash: Update to 1.3.9.
     new b34c125  gnu: doxygen: Update to 1.8.17.
     new f62df4c  gnu: libpaper: Do not build the static library.
     new 9d2c24d  gnu: teckit: Do not build the static library.
     new 02fef96  gnu: Boost: Update to 1.72.0.
     new 2ac164a  gnu: Boost: Use Python 3 by default.
     new a82e6fa  gnu: vigra: Build with Python 3.

The 28 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                                       |   8 +-
 gnu/packages/backup.scm                            |   8 +-
 gnu/packages/boost.scm                             | 125 +++++++++------------
 gnu/packages/build-tools.scm                       |   4 +-
 gnu/packages/check.scm                             |   6 +
 gnu/packages/cmake.scm                             |   4 +-
 gnu/packages/crypto.scm                            |  18 ++-
 gnu/packages/curl.scm                              |   4 +-
 gnu/packages/documentation.scm                     |  14 +--
 gnu/packages/fontutils.scm                         |   2 +
 gnu/packages/fribidi.scm                           |   5 +-
 gnu/packages/gd.scm                                |   1 +
 gnu/packages/ghostscript.scm                       |   5 +-
 gnu/packages/gnome.scm                             |   4 +-
 gnu/packages/image.scm                             |  19 ++--
 gnu/packages/kerberos.scm                          |   4 +-
 gnu/packages/libreoffice.scm                       |  11 ++
 gnu/packages/lisp-xyz.scm                          |   6 +-
 gnu/packages/patches/boost-dumpversion.patch       |  24 ----
 gnu/packages/patches/dconf-meson-0.52.patch        |  19 ++++
 gnu/packages/patches/doxygen-1.8.17-runtests.patch |  73 ++++++++++++
 gnu/packages/patches/doxygen-test.patch            |   4 +-
 gnu/packages/patches/fribidi-CVE-2019-18397.patch  |  26 -----
 .../patches/libjpeg-turbo-CVE-2019-2201.patch      |  31 -----
 gnu/packages/patches/network-manager-gettid.patch  |  20 ++++
 gnu/packages/patches/vigra-python-compat.patch     |  18 +++
 gnu/packages/patches/webkitgtk-icu-65.patch        |  47 ++++++++
 gnu/packages/pdf.scm                               |   4 +-
 gnu/packages/python-crypto.scm                     |  10 +-
 gnu/packages/webkit.scm                            |   1 +
 gnu/packages/xorg.scm                              |  12 +-
 31 files changed, 322 insertions(+), 215 deletions(-)
 delete mode 100644 gnu/packages/patches/boost-dumpversion.patch
 create mode 100644 gnu/packages/patches/dconf-meson-0.52.patch
 create mode 100644 gnu/packages/patches/doxygen-1.8.17-runtests.patch
 delete mode 100644 gnu/packages/patches/fribidi-CVE-2019-18397.patch
 delete mode 100644 gnu/packages/patches/libjpeg-turbo-CVE-2019-2201.patch
 create mode 100644 gnu/packages/patches/network-manager-gettid.patch
 create mode 100644 gnu/packages/patches/vigra-python-compat.patch
 create mode 100644 gnu/packages/patches/webkitgtk-icu-65.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]