[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.1-230-ga897599f

Allan McRae allan at archlinux.org
Wed Oct 9 05:49:33 UTC 2019


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  a897599fa54813ea2a225271eacd9fb6e1a6762e (commit)
       via  e8d4228614e4f45f74a5233eb7a322494429fd22 (commit)
       via  379f7151056e804ba61caa6c72407ffa79c6649a (commit)
      from  d5c3ed129c80c7a0676994d06c140f5e67b8b07d (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 a897599fa54813ea2a225271eacd9fb6e1a6762e
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Mon Oct 7 17:18:11 2019 -0400

    makepkg: do not save fflags when creating packages
    
    Saving fflages breaks reproducible builds due to encoding information
    specific to the filesystem that was used to build the package. This
    information is not needed for packaging purposes anyway.
    
    Including fflags also means that attempting to extract a package file as
    root (or fakeroot) might result in angry warnings being printed to the
    console by bsdtar, followed by a non-zero exit code, unless the user
    remembers to use --no-fflags during extraction. This is unpleasant UI, even
    if pacman itself won't care about these.
    
    Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit e8d4228614e4f45f74a5233eb7a322494429fd22
Author: Christian Hesse <mail at eworm.de>
Date:   Mon Oct 7 15:35:28 2019 +0200

    signing: handle unknown uid in key import
    
    With unknown uid pacman crashed. Return with error from email_from_uid()
    if uid is NULL.
    
    Signed-off-by: Christian Hesse <mail at eworm.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 379f7151056e804ba61caa6c72407ffa79c6649a
Author: Christian Hesse <mail at eworm.de>
Date:   Mon Oct 7 16:00:56 2019 +0200

    signing: modify question text with unknwon uid
    
    If the key's uid is unknown (for example with db signatures) the
    question was:
    
    :: Import PGP key 02FD1C7A934E614545849F19A6234074498E9CEE, "(null)"? [Y/n]
    
    Let's display a modified question for unknown uid.
    
    Signed-off-by: Christian Hesse <mail at eworm.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 lib/libalpm/signing.c |  5 +++++
 scripts/makepkg.sh.in |  4 ++--
 src/pacman/callback.c | 10 ++++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list