guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (3342a11 -> 3a1c364)


From: guix-commits
Subject: branch core-updates updated (3342a11 -> 3a1c364)
Date: Thu, 26 Mar 2020 08:14:54 -0400 (EDT)

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

    from 3342a11  gnu: make-bootstrap: Use _IOLBF on Guile 2.0 only.
     new 6741f54  gnu: bootstrap: Add support for the Hurd.
     new 9820d6e  gnu: java-jansi-native: Compile fix for the Hurd.
     new 846f5da  gnu: make: Support for the Hurd.
     new a50bbf4  gnu: commencement: gnumach-headers-boot0: Build from tarball.
     new c9c5e03  gnu: commencement: hurd-headers-boot0: Build from tarball.
     new 0c7b63e  gnu: commencement: hurd-minimal-boot0: Build from tarball.
     new 05a852d  gnu: commencement: glibc-intermediate: Build fixes for the 
Hurd.
     new 61249ba  gnu: commencement: hurd-source: Update to latest git.
     new 1320885  gnu: commencement: gnumach-headers-boot0: Update to 
1.8-116-g28b53508.
     new aaa4cb0  gnu: commencement: glibc-final: Allow gnumach-headers 
references.
     new 496d607  gnu: hurd: Update to hurd-headers version: 0.9-91a51672.
     new 9c3b28b  daemon: Do not use clone on the Hurd.
     new d0ed201  daemon: Avoid kill -1 bug on the Hurd.
     new 7baa8c7  gnu: less: Build fix for the Hurd.
     new 9dd9e8f  gnu: fontconfig: Build fix for the Hurd.
     new 1a9b3fa  gnu: shadow: Add linux-pam dependency for the Hurd.
     new 22ee720  gnu: pciutils: Build fixes for the Hurd.
     new c0a5cd1  gnu: shepherd: Build fix for the Hurd.
     new 3d3ca76  gnu: inetutils: Support for the Hurd.
     new 3da54cc  gnu: screen: Build fix for the Hurd.
     new 7f31bd2  gnu: shadow: Build fix for the Hurd.
     new 770ea94  gnu: mit-krb5: Supprt for the Hurd.
     new 3a1c364  llvm: Add support for the Hurd.

The 23 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                                       |  10 +-
 gnu/packages/admin.scm                             |  27 +-
 gnu/packages/base.scm                              |   6 +-
 gnu/packages/bootstrap.scm                         |  41 +-
 gnu/packages/commencement.scm                      |  72 ++-
 gnu/packages/fontutils.scm                         |   1 +
 gnu/packages/hurd.scm                              |  18 +-
 gnu/packages/java.scm                              |   4 +-
 gnu/packages/kerberos.scm                          |   5 +-
 gnu/packages/less.scm                              |   3 +
 gnu/packages/linux.scm                             |   2 +
 gnu/packages/llvm.scm                              |   3 +-
 .../patches/fontconfig-hurd-path-max.patch         |  17 +
 gnu/packages/patches/hurd-cross.patch              |  33 ++
 .../hurd-fix-eth-multiplexer-dependency.patch      |  26 -
 gnu/packages/patches/inetutils-hurd.patch          | 583 +++++++++++++++++++++
 gnu/packages/patches/less-hurd-path-max.patch      |  36 ++
 gnu/packages/patches/mit-krb5-hurd.patch           | 165 ++++++
 gnu/packages/patches/pciutils-hurd-configure.patch |  35 ++
 gnu/packages/patches/screen-hurd-path-max.patch    |  42 ++
 gnu/packages/patches/shadow-hurd-pctrl.patch       |  16 +
 gnu/packages/patches/shepherd-hurd.patch           |  44 ++
 gnu/packages/pciutils.scm                          |  10 +-
 gnu/packages/screen.scm                            |   2 +
 guix/packages.scm                                  |   4 +-
 nix/libstore/build.cc                              |  11 +-
 nix/libutil/util.cc                                |   8 +
 27 files changed, 1148 insertions(+), 76 deletions(-)
 create mode 100644 gnu/packages/patches/fontconfig-hurd-path-max.patch
 create mode 100644 gnu/packages/patches/hurd-cross.patch
 delete mode 100644 
gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch
 create mode 100644 gnu/packages/patches/inetutils-hurd.patch
 create mode 100644 gnu/packages/patches/less-hurd-path-max.patch
 create mode 100644 gnu/packages/patches/mit-krb5-hurd.patch
 create mode 100644 gnu/packages/patches/pciutils-hurd-configure.patch
 create mode 100644 gnu/packages/patches/screen-hurd-path-max.patch
 create mode 100644 gnu/packages/patches/shadow-hurd-pctrl.patch
 create mode 100644 gnu/packages/patches/shepherd-hurd.patch



reply via email to

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