guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ff208b4b62 -> d17879cd0d)


From: guix-commits
Subject: branch master updated (ff208b4b62 -> d17879cd0d)
Date: Thu, 13 Jul 2023 13:02:35 -0400 (EDT)

jpoiret pushed a change to branch master
in repository guix.

    from ff208b4b62 gnu: arpack-ng: Update to 3.9.0.
     new 85ebfcf4ff gnu: glibc/hurd-headers: Properly cross-build.
     new c2bb342b5f gnu: gnumach-headers: Cross-build without relying on x86.
     new 0613df90dd gnu: hurd: Update supported systems.
     new 0dd293b4d9 gnu: Add libc-for-target and glibc/hurd.
     new 2edd67d34b gnu: gnumach: Update to 1.8+git20221224.
     new 999a6ac0cf gnu: mig: Update to 1.8+git20230520.
     new 1f19387ca7 gnu: hurd: Update to v0.9.git20230216.
     new 5ffdcb3aa1 gnu: Add libpciaccess-0.17.
     new 18757f1a25 gnu: hurd: Update libpciaccess to 0.17.
     new f86de02dde gnu: Add rumpkernel.
     new c8799fafa4 gnu: hurd-minimal: Include libshouldbeinlibc and libstore.
     new 451b2db3df gnu: parted: Support building for the Hurd.
     new 5981e99f0a gnu: hurd: Add rumpkernel.
     new fe873fb417 hurd-boot: Setup pci-arbiter and rumpdisk translators.
     new 09657f3ee7 services: childhurd: Bump default qemu memory to 2048MB.
     new 7f86dad611 system: hurd: Boot with pci.arbiter and rumpdisk.
     new c22c29b0c4 bootloader: grub: Use rumpdisk-style root when booting with 
"noide".
     new bbfb41ed9d gnu: gnumach: Support "noide" argument.
     new 37256c02a2 gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1.
     new 030b15d466 hurd-boot: Cater for netdde.
     new cefcf0fb04 system: hurd: Add netdde to %base-packages/hurd.
     new 9c1957921a services: static-networking: Support netdde for the Hurd.
     new b4fe82bd8a gnu: gnumach: Disable builtin networking.
     new d17879cd0d guix: platform: Use srfi-34's raise instead of 
raise-exception.

The 24 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:
 doc/guix.texi                                      |  24 +-
 gnu/bootloader/grub.scm                            |  20 +-
 gnu/build/hurd-boot.scm                            |  37 +-
 gnu/local.mk                                       |   8 +-
 gnu/packages/base.scm                              |  51 ++-
 gnu/packages/commencement.scm                      | 251 +++++++------
 gnu/packages/cross-base.scm                        |  55 ++-
 gnu/packages/disk.scm                              |  30 +-
 gnu/packages/hurd.scm                              | 414 ++++++++++++++++-----
 .../glibc-2.37-hurd-clock_t_centiseconds.patch     |  61 +++
 ...c-2.37-hurd-local-clock_gettime_MONOTONIC.patch | 135 +++++++
 ...th.patch => glibc-2.37-versioned-locpath.patch} |  64 +++-
 ...missing-const_mach_port_name_array_t-type.patch |  32 --
 gnu/packages/patches/gnumach-support-noide.patch   |  25 ++
 gnu/packages/patches/hurd-fix-rumpdisk-build.patch |  41 ++
 gnu/packages/patches/hurd-rumpdisk-no-hd.patch     |  26 ++
 gnu/packages/patches/netdde-build-fix.patch        |  28 ++
 gnu/packages/xorg.scm                              |  17 +
 gnu/services/base.scm                              |   9 +-
 gnu/services/virtualization.scm                    |   4 +-
 gnu/system.scm                                     |  25 +-
 gnu/system/examples/bare-hurd.tmpl                 |   4 +-
 gnu/system/hurd.scm                                |   4 +-
 guix/build-system/gnu.scm                          |   6 +-
 guix/platform.scm                                  |  12 +-
 guix/scripts/refresh.scm                           |   3 +-
 26 files changed, 1047 insertions(+), 339 deletions(-)
 create mode 100644 
gnu/packages/patches/glibc-2.37-hurd-clock_t_centiseconds.patch
 create mode 100644 
gnu/packages/patches/glibc-2.37-hurd-local-clock_gettime_MONOTONIC.patch
 copy gnu/packages/patches/{glibc-versioned-locpath.patch => 
glibc-2.37-versioned-locpath.patch} (82%)
 delete mode 100644 
gnu/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch
 create mode 100644 gnu/packages/patches/gnumach-support-noide.patch
 create mode 100644 gnu/packages/patches/hurd-fix-rumpdisk-build.patch
 create mode 100644 gnu/packages/patches/hurd-rumpdisk-no-hd.patch
 create mode 100644 gnu/packages/patches/netdde-build-fix.patch



reply via email to

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