[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (3a1c364 -> b12acff)
From: |
guix-commits |
Subject: |
branch core-updates updated (3a1c364 -> b12acff) |
Date: |
Thu, 26 Mar 2020 17:40:23 -0400 (EDT) |
mbakke pushed a change to branch core-updates
in repository guix.
from 3a1c364 llvm: Add support for the Hurd.
new ad8254c gnu: OpenSSL: Remove replacement package.
new 159b62d gnu: ghostscript: Update to 9.52.
new 235a4d6 gnu: GLib: Update to 2.62.6.
new daf87c7 gnu: perl: Update to 5.30.2.
new 8595c7b gnu: bison: Update to 3.5.3.
new 736d772 gnu: gd: Update to 2.3.0.
new 814ad50 gnu: xcb-proto: Update to 1.14.
new eac7966 gnu: libxcb: Update to 1.14.
new 447f9ac gnu: python-xmlschema: Update to 1.1.2.
new bf11589 gnu: python-fonttools: Update to 4.6.0.
new d9ff6ad gnu: potrace: Update to 1.16.
new 2b9b854 gnu: libgsf: Update to 1.14.47.
new 0eb56cc gnu: libsigc++: Update to 2.10.3.
new 2c5bc95 gnu: ImageMagick: Build reproducibly.
new b12acff gnu: xkbcomp: Update to 1.4.3.
The 15 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 | 7 +-
gnu/packages/bison.scm | 4 +-
gnu/packages/fontutils.scm | 5 +-
gnu/packages/gd.scm | 20 +-
gnu/packages/ghostscript.scm | 30 +-
gnu/packages/glib.scm | 8 +-
gnu/packages/gnome.scm | 4 +-
gnu/packages/imagemagick.scm | 6 +-
gnu/packages/patches/gd-CVE-2018-1000222.patch | 87 ------
gnu/packages/patches/gd-CVE-2018-5711.patch | 61 -----
gnu/packages/patches/gd-CVE-2019-6977.patch | 36 ---
gnu/packages/patches/gd-CVE-2019-6978.patch | 301 ---------------------
gnu/packages/patches/gd-brect-bounds.patch | 63 +++++
gnu/packages/patches/gd-fix-tests-on-i686.patch | 2 +-
.../patches/gd-freetype-test-failure.patch | 59 ----
gnu/packages/patches/potrace-tests.patch | 50 ----
gnu/packages/perl.scm | 4 +-
gnu/packages/python-xyz.scm | 4 +-
gnu/packages/tls.scm | 23 +-
gnu/packages/xml.scm | 4 +-
gnu/packages/xorg.scm | 18 +-
21 files changed, 107 insertions(+), 689 deletions(-)
delete mode 100644 gnu/packages/patches/gd-CVE-2018-1000222.patch
delete mode 100644 gnu/packages/patches/gd-CVE-2018-5711.patch
delete mode 100644 gnu/packages/patches/gd-CVE-2019-6977.patch
delete mode 100644 gnu/packages/patches/gd-CVE-2019-6978.patch
create mode 100644 gnu/packages/patches/gd-brect-bounds.patch
delete mode 100644 gnu/packages/patches/gd-freetype-test-failure.patch
delete mode 100644 gnu/packages/patches/potrace-tests.patch
- branch core-updates updated (3a1c364 -> b12acff),
guix-commits <=
- 01/15: gnu: OpenSSL: Remove replacement package., guix-commits, 2020/03/26
- 02/15: gnu: ghostscript: Update to 9.52., guix-commits, 2020/03/26
- 05/15: gnu: bison: Update to 3.5.3., guix-commits, 2020/03/26
- 03/15: gnu: GLib: Update to 2.62.6., guix-commits, 2020/03/26
- 09/15: gnu: python-xmlschema: Update to 1.1.2., guix-commits, 2020/03/26
- 04/15: gnu: perl: Update to 5.30.2., guix-commits, 2020/03/26
- 07/15: gnu: xcb-proto: Update to 1.14., guix-commits, 2020/03/26
- 08/15: gnu: libxcb: Update to 1.14., guix-commits, 2020/03/26
- 10/15: gnu: python-fonttools: Update to 4.6.0., guix-commits, 2020/03/26
- 12/15: gnu: libgsf: Update to 1.14.47., guix-commits, 2020/03/26