[pacman-dev] [GIT] The official pacman repository branch, master, updated. v6.0.0alpha1-118-ge176b8ec

Allan McRae allan at archlinux.org
Wed May 19 09:06:20 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".

The branch, master has been updated
       via  e176b8ec198ef34ae70a1f46b7b7fe998aa0c475 (commit)
       via  0e655dd4923495ffcf478e2e695f402670e5ac7b (commit)
       via  7464062ad6b3a60be6f11e080f11a6b091e496f9 (commit)
       via  58fde8666896639e5cfb3923fbbfd52d166bffe7 (commit)
       via  17ccc2f9c22914d1c20b4f7849130c4171fed54b (commit)
      from  618fa4f675594798825a01bd0a3462903dda6ef7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e176b8ec198ef34ae70a1f46b7b7fe998aa0c475
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed May 19 03:23:51 2021 -0400

    makepkg: squelch readelf warnings from debug stripping
    
    readelf --debug-dump sometimes reports inscrutable warnings which don't
    actually affect our extraction of source filenames. For example:
    
    readelf: Warning: There is a hole [0xd3d - 0xd89] in .debug_loc section.
    
    Now gcc 11 seems to have dramatically increased the number of warnings:
    
    readelf: Warning: Corrupt offset (0x0000008e) in range entry 9
    [...]
    readelf: Warning: Corrupt offset (0x000010f0) in range entry 250
    
    The resulting debuginfo created by the very same toolchain works fine,
    as does the list of source filenames. But the warnings are quite
    noisy... send them to /dev/null since they are not actionable in the
    context of getting source files
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0e655dd4923495ffcf478e2e695f402670e5ac7b
Author: Allan McRae <allan at archlinux.org>
Date:   Tue May 18 21:00:03 2021 +1000

    Update README for pacman-6.0
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 7464062ad6b3a60be6f11e080f11a6b091e496f9
Author: Allan McRae <allan at archlinux.org>
Date:   Mon May 17 20:13:48 2021 +1000

    Update maintainers list
    
    Update to relflect the current state of affairs. Add Morgan, drop Dave.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 58fde8666896639e5cfb3923fbbfd52d166bffe7
Author: Allan McRae <allan at archlinux.org>
Date:   Mon May 17 20:02:17 2021 +1000

    Use attribute to declare case statement fallthroughs
    
    Clang does not recognise the comment style notification of expected
    case statement fallthrough.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 17ccc2f9c22914d1c20b4f7849130c4171fed54b
Author: Allan McRae <allan at archlinux.org>
Date:   Mon May 17 17:09:18 2021 +1000

    Silence new warning with gcc-11
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 README                              | 34 +++++++++++++++++++++++++++++++---
 doc/footer.asciidoc                 |  3 ++-
 lib/libalpm/sync.c                  |  2 +-
 scripts/libmakepkg/tidy/strip.sh.in |  2 +-
 src/pacman/callback.c               |  2 +-
 src/pacman/pacman.c                 |  5 +++--
 src/pacman/util.c                   |  1 +
 7 files changed, 40 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list