[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0rc1-44-g9f13955

Dan McGee dan at archlinux.org
Wed Aug 17 22:04:41 EDT 2011


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  9f139550f815e2970b8929094e50acfd8b4cc2b7 (commit)
       via  2dbdfe078847dc1247db77580655b387f746ba28 (commit)
       via  b9833838c673b2c86a7073e50522af483d7f01dd (commit)
       via  9cddc4ad80dbb52e30cdbcd168a4c19b73e30bbe (commit)
       via  3ceef97799da9ec938dbade9e08e624ebb5fcea7 (commit)
       via  b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (commit)
       via  b952a3b08c778e1505032b55476e8956c38aead8 (commit)
       via  c5c1a1349af5fc98766771cc1d9e61df50b8a44d (commit)
       via  b008193c1255639f724e3f6c62e50e6f2619e3c2 (commit)
       via  cea6d7eb13e548cd148e42faebd81f6f219b0fb0 (commit)
       via  70db02720424a6b674f39115cc0b1c22975a7491 (commit)
      from  f41dc7e8fac63dfb0b201e2aecec4b5bcc66749f (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 9f139550f815e2970b8929094e50acfd8b4cc2b7
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Aug 17 19:45:57 2011 -0400

    lib/dload: refactor deletion on failure
    
    This moves all the delete-on-fail logic to under cleanup label. This
    also implies should_unlink when a payload is received that doesn't allow
    resuming.
    
    Fixes .db.sig.part files leftover in the sync dir.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2dbdfe078847dc1247db77580655b387f746ba28
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Aug 17 17:57:47 2011 -0400

    lib/dload: avoid renaming download to 0 length destfile
    
    This leverages earlier work that avoids a rename when destfile is unset.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b9833838c673b2c86a7073e50522af483d7f01dd
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date:   Wed Aug 17 10:15:16 2011 +0200

    Avoid stat() on NULL path in curl_download_internal()
    
    stat()'s behaviour is undefined if the first argument is NULL and might
    be prone to segfault. Add an additional check to skip the stat()
    invocation if no destfile is used.
    
    Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 9cddc4ad80dbb52e30cdbcd168a4c19b73e30bbe
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date:   Wed Aug 17 16:45:35 2011 +0200

    Skip rename() on NULL destfile in curl_download_internal()
    
    Avoid a potential segfault that may occur if we use a temporary file and
    fail to build the destination file name from the effective URL.
    
    Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3ceef97799da9ec938dbade9e08e624ebb5fcea7
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Aug 17 16:56:07 2011 -0500

    Fix trailing whitespace in whole codebase
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a
Author: Sebastien Luttringer <seblu at seblu.net>
Date:   Tue Aug 16 09:21:56 2011 +0200

    Update PKGBUILD manpage about startdir deprecation
    
    Signed-off-by: Sebastien Luttringer <seblu at seblu.net>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b952a3b08c778e1505032b55476e8956c38aead8
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Aug 16 19:51:21 2011 -0500

    Fix compilation using --without-gpgme
    
    This function is used regardless of whether gpgme support is enabled, so
    make sure it is always accessible.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c5c1a1349af5fc98766771cc1d9e61df50b8a44d
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Jul 17 09:54:35 2011 +1000

    configure.ac: add checks for more types, functions and headers
    
    This covers most types, functions and headers that we use in the
    code base.  Currently we do not use any of these checks, but it
    is useful to have the configure output when looking at build issues
    on other peoples systems.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b008193c1255639f724e3f6c62e50e6f2619e3c2
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Aug 16 20:10:22 2011 -0400

    dload: zero out pm_errno in curl_download_internal
    
    This reverts some hacky behavior from 5fc3ec and resets the handle's
    pm_errno where it should be reset -- prior to each download. This
    prevents a transaction with a download from being aborted when a package
    is successfully grabbed from a secondary server.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit cea6d7eb13e548cd148e42faebd81f6f219b0fb0
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Aug 16 11:33:24 2011 -0500

    doc/PKGBUILD: fix Asciidoc formatting issues
    
    We had this gem:
        ⇐ (less than or equal to)
    
    Due to not ensuring we did literal printing of things like this. Fix it
    and a few other problems noticed scanning through both the HTML and
    manpage generated files.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 70db02720424a6b674f39115cc0b1c22975a7491
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Aug 16 11:40:16 2011 -0500

    Update authors and contributors
    
    * .mailmap: add mapping for Dave's two email addresses.
    * AUTHORS: clear out file, tell people to use `git shortlog -s` instead.
    * doc/footer.txt: "promote" Dave, put Xavier and Nagy in past contributors.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 .mailmap                      |    1 +
 AUTHORS                       |   17 +---------------
 NEWS                          |    6 ++--
 README                        |    2 +-
 configure.ac                  |   22 ++++++++++++++------
 contrib/zsh_completion.in     |    8 +++---
 doc/PKGBUILD.5.txt            |   13 ++++++-----
 doc/footer.txt                |    9 +++++--
 lib/libalpm/dload.c           |   27 +++++++++++++------------
 lib/libalpm/signing.c         |   43 ++++++++++++++++++++---------------------
 lib/libalpm/sync.c            |   13 ++---------
 scripts/makepkg.sh.in         |    6 ++--
 test/pacman/pactest.py        |    6 ++--
 test/pacman/pmdb.py           |    2 +-
 test/pacman/pmenv.py          |    2 +-
 test/pacman/pmfile.py         |    2 +-
 test/pacman/pmpkg.py          |   10 ++++----
 test/pacman/pmrule.py         |    2 +-
 test/pacman/pmtest.py         |    4 +-
 test/pacman/tests/epoch005.py |    2 +-
 test/pacman/tests/sync135.py  |    2 +-
 test/pacman/util.py           |    2 +-
 22 files changed, 96 insertions(+), 105 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list