[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f920e79 -> 002c3e6)
From: |
Mark H. Weaver |
Subject: |
branch master updated (f920e79 -> 002c3e6) |
Date: |
Fri, 21 Apr 2017 00:05:13 -0400 (EDT) |
mhw pushed a change to branch master
in repository guix.
from f920e79 gnu: hypre: Delete unused patches.
new bab9a8b gnu: graphite2: Add fixes for CVE-2017-5436 and other
bugs.
new 1aa9e42 gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461].
new 6be43d9 gnu: nss: Disable long b64 tests.
new fe18e25 gnu: Add address@hidden
new 002c3e6 gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR
52.1.
The 5 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 | 7 +-
gnu/packages/autotools.scm | 31 +-
gnu/packages/fontutils.scm | 22 +
gnu/packages/gnuzilla.scm | 270 ++--
gnu/packages/patches/graphite2-CVE-2017-5436.patch | 25 +
.../patches/graphite2-check-code-point-limit.patch | 50 +
.../graphite2-fix-32-bit-wrap-arounds.patch | 93 ++
.../graphite2-non-linear-classes-even-number.patch | 26 +
.../patches/icecat-avoid-bundled-libraries.patch | 37 +-
gnu/packages/patches/icecat-binutils.patch | 40 -
gnu/packages/patches/icecat-bug-1299500-pt10.patch | 1639 ++++++++++++++++++++
.../patches/nss-disable-long-b64-tests.patch | 34 +
12 files changed, 2108 insertions(+), 166 deletions(-)
create mode 100644 gnu/packages/patches/graphite2-CVE-2017-5436.patch
create mode 100644 gnu/packages/patches/graphite2-check-code-point-limit.patch
create mode 100644 gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch
create mode 100644
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch
delete mode 100644 gnu/packages/patches/icecat-binutils.patch
create mode 100644 gnu/packages/patches/icecat-bug-1299500-pt10.patch
create mode 100644 gnu/packages/patches/nss-disable-long-b64-tests.patch
- branch master updated (f920e79 -> 002c3e6),
Mark H. Weaver <=
- 02/05: gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461]., Mark H. Weaver, 2017/04/21
- 04/05: gnu: Add address@hidden, Mark H. Weaver, 2017/04/21
- 03/05: gnu: nss: Disable long b64 tests., Mark H. Weaver, 2017/04/21
- 01/05: gnu: graphite2: Add fixes for CVE-2017-5436 and other bugs., Mark H. Weaver, 2017/04/21
- 05/05: gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR 52.1., Mark H. Weaver, 2017/04/21