[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch ungrafting updated (3eb34c66 -> f936a30)
From: |
guix-commits |
Subject: |
branch ungrafting updated (3eb34c66 -> f936a30) |
Date: |
Tue, 8 Dec 2020 16:59:20 -0500 (EST) |
mbakke pushed a change to branch ungrafting
in repository guix.
from 3eb34c66 gnu: nghttp2: Update to 1.41.0 and remove replacement.
new 18f10c0 gnu: node: Update to 10.22.1.
new 9337c16 gnu: ghostscript: Fix build with FreeType 2.10.4.
new 3bd218e gnu: ghostscript: Fix CVE-2020-15900.
new 4208046 gnu: libspiro: Update source URI.
new 0fa7a2d gnu: cURL: Update to 7.73.0 [fixes CVE-2020-8231].
new 6d9b23c gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].
new f936a30 gnu: Python: Fix CVE-2020-26116.
The 7 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 | 3 ++
gnu/packages/curl.scm | 4 +-
gnu/packages/fontutils.scm | 2 +-
gnu/packages/ghostscript.scm | 4 +-
gnu/packages/gnuzilla.scm | 4 +-
gnu/packages/node.scm | 22 +---------
.../patches/ghostscript-CVE-2020-15900.patch | 36 +++++++++++++++++
.../patches/ghostscript-freetype-compat.patch | 35 ++++++++++++++++
gnu/packages/patches/python-CVE-2020-26116.patch | 47 ++++++++++++++++++++++
gnu/packages/python.scm | 1 +
gnu/packages/tls.scm | 4 +-
11 files changed, 134 insertions(+), 28 deletions(-)
create mode 100644 gnu/packages/patches/ghostscript-CVE-2020-15900.patch
create mode 100644 gnu/packages/patches/ghostscript-freetype-compat.patch
create mode 100644 gnu/packages/patches/python-CVE-2020-26116.patch
- branch ungrafting updated (3eb34c66 -> f936a30),
guix-commits <=
- 06/07: gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971]., guix-commits, 2020/12/08
- 01/07: gnu: node: Update to 10.22.1., guix-commits, 2020/12/08
- 04/07: gnu: libspiro: Update source URI., guix-commits, 2020/12/08
- 07/07: gnu: Python: Fix CVE-2020-26116., guix-commits, 2020/12/08
- 03/07: gnu: ghostscript: Fix CVE-2020-15900., guix-commits, 2020/12/08
- 02/07: gnu: ghostscript: Fix build with FreeType 2.10.4., guix-commits, 2020/12/08
- 05/07: gnu: cURL: Update to 7.73.0 [fixes CVE-2020-8231]., guix-commits, 2020/12/08