[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-570-g8fe8233

Allan McRae allan at archlinux.org
Tue Feb 12 20:54:00 EST 2013


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  8fe8233dfa9c7827371168158784311cffb97556 (commit)
       via  87ffc648b7bce35dcc55dd43dce832669f83e894 (commit)
       via  1d0a69c655ccdeb1b87e0d2ebbe401acd7925351 (commit)
       via  3fa2830829de2e3aa4bb916f164ae2fd75542ef3 (commit)
       via  05b0d7e799416b48bb8b40ea199896e2b988698c (commit)
       via  42b492b2fd04ed33cfe95a0a3883d78e82ddec90 (commit)
       via  bafee395a661ae69e2987cf1d84d864013bbbf80 (commit)
       via  572b1a5de7a2e44bc269733870fbf0bfc5e6b5e7 (commit)
      from  390b08f18b4ef550230f9f4749fb52254ccba6e5 (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 8fe8233dfa9c7827371168158784311cffb97556
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Feb 11 14:19:27 2013 +1000

    Fix registering database with non-gpgme builds
    
    We record whether the default SigLevel is set in order to add upon
    it for the *FileSigLevel entries.  When using the only valid value
    of "SigLevel = Never" with non-gpgme builds, we need to ignore
    the ALPM_SIG_PACKAGE_SET flag when determining if we have a valid
    value for the database SigLevel.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 87ffc648b7bce35dcc55dd43dce832669f83e894
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Feb 11 13:39:57 2013 +1000

    Fix --without-gpgme build
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 1d0a69c655ccdeb1b87e0d2ebbe401acd7925351
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Feb 11 13:28:04 2013 +1000

    Fix gpgme detection
    
    The gpgme detection had a couple of issues which are fixed:
    
    1) In some cases it would not error out when gpgme was missing and
    --with-gpgme was passed.
    
    2) In some cases, the CFLAGS/LDFLAGS etc would not be properly
    restored.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 3fa2830829de2e3aa4bb916f164ae2fd75542ef3
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Feb 10 16:47:39 2013 +1000

    Add format attributes to all required functions
    
    Fixes all clang warnings with -Wformat-literal.
    
    Also, fix genuine formating issue discovered once adding these attributes
    and add a cast to prevent a gcc warning.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 05b0d7e799416b48bb8b40ea199896e2b988698c
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Feb 10 11:55:04 2013 +1000

    Fix --enable-warningflags
    
    gcc gives an error on an unknown warning flag, but clang just gives a
    warning.  Upgrade the warning in clang to an error by activating
    -Werror=unknown-warning-option if available.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 42b492b2fd04ed33cfe95a0a3883d78e82ddec90
Author: William Giokas <1007380 at gmail.com>
Date:   Sat Feb 9 12:57:39 2013 -0600

    makepkg: fix -r and --needed conflict
    
    In makepkg, passing -sr --needed causes there to be a conflict when
    pacman goes to remove the dependencies, as the --needed flag is not an
    option for pacman -R. This patch makes --needed not get added to the
    PACMAN_OPTS array, but it acts like ASDEPS, and is only added to an
    install function.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit bafee395a661ae69e2987cf1d84d864013bbbf80
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Feb 10 11:08:36 2013 +1000

    Fix compilation error on clang
    
    This also lead me to notice that in _alpm_gpgme_checksig many things
    were not being cleaned up.  Fix this by having CHECK_ERR goto gpg_error
    and make the required adjustments.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 572b1a5de7a2e44bc269733870fbf0bfc5e6b5e7
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Feb 10 01:04:21 2013 +1000

    makepkg: add lrzip compression support
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 configure.ac            |  9 +++++----
 doc/makepkg.conf.5.txt  |  8 +++++---
 lib/libalpm/alpm.h      |  3 ++-
 lib/libalpm/be_sync.c   |  2 +-
 lib/libalpm/log.c       |  4 ++--
 lib/libalpm/signing.c   | 16 ++++++++--------
 lib/libalpm/sync.c      |  2 ++
 lib/libalpm/trans.c     |  4 ++--
 lib/libalpm/util.h      |  5 ++++-
 m4/acinclude.m4         |  4 ++++
 scripts/makepkg.sh.in   | 16 ++++++++++------
 src/pacman/callback.h   |  1 +
 src/pacman/util.c       |  5 +++--
 src/pacman/util.h       |  6 +++---
 src/util/cleanupdelta.c |  1 +
 src/util/testdb.c       |  1 +
 src/util/testpkg.c      |  1 +
 17 files changed, 55 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list