guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (d9dc32b871 -> 35b208cb22)


From: guix-commits
Subject: branch core-updates updated (d9dc32b871 -> 35b208cb22)
Date: Thu, 30 Mar 2023 06:46:58 -0400 (EDT)

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

    from d9dc32b871 gnu: python-pyqtwebengine: Update to 5.15.9.
     new 065d766f09 gnu: glibc: Work around broken GNU Mach header detection.
     new bbb849f11f gnu: cross-base: Use gexps for 'cross-gcc-arguments'.
     new 6cdd444a56 gnu: gcc@11: Patch libpthread on GNU/Hurd.
     new a16a9c5a7b gnu: cross-base: Factor out cross-mig.
     new 9a787edb9c gnu: cross-base: Add cross arguments to hurd derivatives.
     new 5661f75d49 gnu: cross-base: Removed useless inputs to 
xhurd-core-headers.
     new c78fd5a25d gnu: mig: Update to 1.8+git20220827.
     new 6cd532c9f4 gnu: gnumach: Update to 1.8+git20220827.
     new 2447fe8814 gnu: hurd: Update to 3ff7053.
     new 4b62a031a2 gnu: hurd: Remove useless glibc/hurd-headers input.
     new d509aab230 gnu: gnumach, hurd-headers, hurd: Switch to using cross-mig.
     new 99f6cc0e54 gnu: hurd: Update DDE and use libdde_linux26.
     new 2756d662aa gnu: mig/32-bit: Remove.
     new fda221c469 system: hurd: Use shepherd-0.8 in the package list.
     new 1c179980fa gnu: linux-pam: Switch to gexps.
     new 83125dbc94 gnu: linux-pam: Allow compilation on GNU/Hurd.
     new ca7b1e2fd7 gnu: guile-static: Switch to gexps.
     new b37825934e gnu: guile: Switch to gexps.
     new 0b2d1fd410 gnu: guile-readline: Switch to gexps.
     new 14cd517e0c gnu: guile: Fix 'posix_spawn' usage for GNU/Hurd.
     new 35b208cb22 maint: Re-add IceCat to '%system-packages'.

The 21 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:
 etc/release-manifest.scm                           |   4 +-
 gnu/local.mk                                       |   9 +-
 gnu/packages/base.scm                              |  19 +-
 gnu/packages/cross-base.scm                        | 225 +++---
 gnu/packages/gcc.scm                               |  13 +-
 gnu/packages/guile.scm                             | 198 ++---
 gnu/packages/hurd.scm                              | 298 ++++---
 gnu/packages/linux.scm                             |  55 +-
 gnu/packages/make-bootstrap.scm                    |  68 +-
 .../patches/gcc-11-libstdc++-hurd-libpthread.patch |  62 ++
 ...missing-const_mach_port_name_array_t-type.patch |  32 +
 gnu/packages/patches/guile-hurd-posix-spawn.patch  |  44 +
 .../hurd-add-without-rump-configure-option.patch   |  82 ++
 gnu/packages/patches/hurd-cross.patch              |  33 -
 ...pes-of-read-write-and-readables-methods-2.patch | 155 ++++
 ...types-of-read-write-and-readables-methods.patch | 891 +++++++++++++++++++++
 gnu/packages/patches/hurd-xattr.patch              |  53 --
 gnu/packages/patches/mig-cpu.h-generation.patch    |  16 +
 gnu/system/hurd.scm                                |   2 +-
 19 files changed, 1783 insertions(+), 476 deletions(-)
 create mode 100644 gnu/packages/patches/gcc-11-libstdc++-hurd-libpthread.patch
 create mode 100644 
gnu/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch
 create mode 100644 gnu/packages/patches/guile-hurd-posix-spawn.patch
 create mode 100644 
gnu/packages/patches/hurd-add-without-rump-configure-option.patch
 delete mode 100644 gnu/packages/patches/hurd-cross.patch
 create mode 100644 
gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch
 create mode 100644 
gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch
 delete mode 100644 gnu/packages/patches/hurd-xattr.patch
 create mode 100644 gnu/packages/patches/mig-cpu.h-generation.patch



reply via email to

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