guix_mirror_bot pushed a change to branch master
in repository guix.

    from cfb5331b36 gnu: python-parabam: Update to 3.0.1-0.be5bd35, fix build.
     new e945001f04 gnu: Add zstd-final.
     new 75d24fbfef gnu: %final-inputs: Use zstd-final.
     new 72a99ff1a7 gnu: Add pkg-config-final.
     new 0c1de511f8 gnu: binutils-final: Enable zstd support.
     new afe80d2a63 gnu: binutils: Fix indentation.
     new 3410d8bdc8 gnu: binutils: Do not compress debug sections.
     new 16f0f497cd gnu: binutils: Enable zstd compression.
     new 6f229017f5 gnu: binutils-boot0: Refactor arguments.
     new 87a23070f2 gnu: binutils: Use zstd compression level 19.
     new 88945309b2 gnu: Add dwz.
     new 7d5721de9a gnu: Add elfutils-final.
     new c97232c4d3 gnu: Add xxhash-final.
     new 4e2a5b27dd gnu: Add dwz-final.
     new 86b4c975e9 gnu %final-inputs: Add dwz-final.
     new 2ac2a4877d build/gnu: Do not attempt to strip Guile byte-compiled 
files.
     new 0688d27174 build/gnu: Add a compress-debug-info phase.
     new 6dec2fbccb gnu: xz: Update to 5.8.1.
     new 9cceaad44a gnu: readline: Update to 8.3.
     new 1d73b616a9 gnu: bash: Update to 5.3.
     new 7fc35b3465 gnu: ed: Update to 1.22.2.
     new 81fcd98bac gnu: m4: Update to 1.4.20.
     new 6faa102a04 gnu: flex: Apply a patch fixing a non-deterministic build 
failure.
     new c334cf0bb9 gnu: flex: Move bison-for-tests input to native inputs.
     new da8179893f gnu: libtool: Update to 2.5.4.
     new 6c3e5f1665 gnu: acl: Update to 2.3.2.
     new e6f3c37fa2 gnu: gettext-minimal: Update to 0.26.
     new 1fc884a374 gnu: help2man: Update to 1.49.3.
     new db051f5715 gnu: autoconf: Update to 2.72.
     new 36a90a1a04 gnu: hunspell: Update to 1.7.2.
     new e1994a0214 syscalls: Add mmap support.
     new 2c1fe0df11 Use mmap for the elf parser, reducing memory usage.
     new 11cf5b2fe4 elf: Remove bundled Guile source.
     new f4768a9a9d gnu: gcc-mesboot: Raise default timeout via property.

The 33 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:
 CODEOWNERS                                         |    1 -
 Makefile.am                                        |    2 +-
 etc/teams.scm                                      |    1 -
 gnu/build/linux-modules.scm                        |    2 +-
 gnu/local.mk                                       |    3 +-
 gnu/packages/acl.scm                               |    4 +-
 gnu/packages/autotools.scm                         |   18 +-
 gnu/packages/base.scm                              |  127 ++-
 gnu/packages/bash.scm                              |   54 +-
 gnu/packages/commencement.scm                      |  201 ++--
 gnu/packages/compression.scm                       |    4 +-
 gnu/packages/dbm.scm                               |    2 +-
 gnu/packages/elf.scm                               |   40 +
 gnu/packages/flex.scm                              |   41 +-
 gnu/packages/gettext.scm                           |    4 +-
 gnu/packages/gnuzilla.scm                          |   10 +-
 gnu/packages/hunspell.scm                          |    7 +-
 gnu/packages/librewolf.scm                         |    8 +-
 gnu/packages/m4.scm                                |    4 +-
 gnu/packages/man.scm                               |    4 +-
 .../patches/flex-fix-make-dependencies.patch       |   54 +
 gnu/packages/patches/libtool-grep-compat.patch     |   51 -
 gnu/packages/patches/libtool-skip-tests2.patch     |   33 -
 gnu/packages/readline.scm                          |   27 +-
 gnu/packages/sequoia.scm                           |    2 +-
 gnu/packages/text-editors.scm                      |    4 +-
 gnu/packages/tor-browsers.scm                      |    2 +-
 gnu/packages/version-control.scm                   |    2 +-
 guix/build-system/gnu.scm                          |    3 +-
 guix/build/debug-link.scm                          |   19 +-
 guix/build/gnu-build-system.scm                    |   79 +-
 guix/build/gremlin.scm                             |   64 +-
 guix/build/io.scm                                  |   58 ++
 guix/build/meson-build-system.scm                  |    2 +-
 guix/build/syscalls.scm                            |  112 ++-
 guix/elf.scm                                       | 1046 --------------------
 guix/grafts.scm                                    |    6 +-
 guix/scripts/pack.scm                              |   20 +-
 tests/debug-link.scm                               |  187 ++--
 tests/gremlin.scm                                  |   20 +-
 tests/syscalls.scm                                 |   70 +-
 41 files changed, 854 insertions(+), 1544 deletions(-)
 create mode 100644 gnu/packages/patches/flex-fix-make-dependencies.patch
 delete mode 100644 gnu/packages/patches/libtool-grep-compat.patch
 delete mode 100644 gnu/packages/patches/libtool-skip-tests2.patch
 create mode 100644 guix/build/io.scm
 delete mode 100644 guix/elf.scm

Reply via email to