[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (bbd1e4e -> acb9277)
From: |
guix-commits |
Subject: |
branch core-updates updated (bbd1e4e -> acb9277) |
Date: |
Sat, 15 Feb 2020 16:08:58 -0500 (EST) |
mbakke pushed a change to branch core-updates
in repository guix.
from bbd1e4e gnu: cairo: Add support for XML.
new 4a894c2 gnu: linux-libre: Remove obsolete workaround.
new 6388bed gnu: efivar: Remove obsolete workaround.
new 87d3e94 gnu: efibootmgr: Remove obsolete workaround.
new 429243a gnu: linux-libre-headers: Update to 5.4.20.
new 645772e gnu: dnsmasq: Fix build with linux-libre-headers >= 5.2.
new 3e3a37b gnu: binutils: Update to 2.34.
new a493a52 gnu: ath9k-htc-firmware: Build with binutils@2.33.1.
new a33eac0 gnu: glibc: Update to 2.31.
new fedce7b gnu: libfaketime: Fix build with glibc 2.31.
new 6457ae1 gnu: telepathy-glib: Fix test failure.
new 5d8a435 gnu: isl: Move the static library to a separate output.
new 9742001 gnu: python2-more-itertools: Do not depend on
'python2-minimal'.
new 087c940 gnu: OpenBLAS: Update to 0.3.8.
new 9640cd9 gnu: libgpg-error: Update to 1.37.
new 32d3f81 gnu: mit-krb5: Update to 1.18.
new 62852fa gnu: bison: Update to 3.5.2.
new 717c433 gnu: ncurses: Update to 6.2.
new f9dcc39 gnu: CMake: Do not use source files from system libarchive.
new 7e3533a gnu: libarchive: Update to 3.4.2.
new c37f9be gnu: CMake: Update to 3.16.4.
new d317d3d gnu: readline: Update to 8.0.4.
new acb9277 gnu: bash: Update to 5.0.16.
The 22 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 | 4 +-
gnu/packages/base.scm | 74 ++++++++--
gnu/packages/bash.scm | 7 +-
gnu/packages/bison.scm | 4 +-
gnu/packages/check.scm | 4 +
gnu/packages/cmake.scm | 96 ++++++-------
gnu/packages/commencement.scm | 15 +-
gnu/packages/cross-base.scm | 6 +-
gnu/packages/dns.scm | 14 +-
gnu/packages/firmware.scm | 9 +-
gnu/packages/gcc.scm | 27 +++-
gnu/packages/glib.scm | 1 +
gnu/packages/gnupg.scm | 13 +-
gnu/packages/kerberos.scm | 4 +-
gnu/packages/linux.scm | 45 +-----
gnu/packages/make-bootstrap.scm | 7 +-
gnu/packages/maths.scm | 4 +-
gnu/packages/ncurses.scm | 18 +--
.../patches/gcc-4.9-libsanitizer-mode-size.patch | 52 +++++++
.../patches/gcc-6-libsanitizer-mode-size.patch | 53 +++++++
.../patches/gcc-7-libsanitizer-mode-size.patch | 53 +++++++
.../patches/gcc-8-libsanitizer-mode-size.patch | 56 ++++++++
.../patches/gcc-9-libsanitizer-mode-size.patch | 58 ++++++++
...es.patch => glibc-2.29-supported-locales.patch} | 0
gnu/packages/patches/glibc-supported-locales.patch | 11 +-
.../patches/libgpg-error-gawk-compat.patch | 155 ---------------------
.../telepathy-glib-channel-memory-leak.patch | 19 +++
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/readline.scm | 5 +-
30 files changed, 519 insertions(+), 305 deletions(-)
create mode 100644 gnu/packages/patches/gcc-4.9-libsanitizer-mode-size.patch
create mode 100644 gnu/packages/patches/gcc-6-libsanitizer-mode-size.patch
create mode 100644 gnu/packages/patches/gcc-7-libsanitizer-mode-size.patch
create mode 100644 gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch
create mode 100644 gnu/packages/patches/gcc-9-libsanitizer-mode-size.patch
copy gnu/packages/patches/{glibc-supported-locales.patch =>
glibc-2.29-supported-locales.patch} (100%)
delete mode 100644 gnu/packages/patches/libgpg-error-gawk-compat.patch
create mode 100644
gnu/packages/patches/telepathy-glib-channel-memory-leak.patch
- branch core-updates updated (bbd1e4e -> acb9277),
guix-commits <=
- 01/22: gnu: linux-libre: Remove obsolete workaround., guix-commits, 2020/02/15
- 02/22: gnu: efivar: Remove obsolete workaround., guix-commits, 2020/02/15
- 03/22: gnu: efibootmgr: Remove obsolete workaround., guix-commits, 2020/02/15
- 04/22: gnu: linux-libre-headers: Update to 5.4.20., guix-commits, 2020/02/15
- 05/22: gnu: dnsmasq: Fix build with linux-libre-headers >= 5.2., guix-commits, 2020/02/15
- 06/22: gnu: binutils: Update to 2.34., guix-commits, 2020/02/15
- 09/22: gnu: libfaketime: Fix build with glibc 2.31., guix-commits, 2020/02/15
- 11/22: gnu: isl: Move the static library to a separate output., guix-commits, 2020/02/15
- 12/22: gnu: python2-more-itertools: Do not depend on 'python2-minimal'., guix-commits, 2020/02/15
- 13/22: gnu: OpenBLAS: Update to 0.3.8., guix-commits, 2020/02/15