[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.0-12-g020bdb4

Dan McGee dan at archlinux.org
Fri Oct 14 09:18:54 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, maint has been updated
       via  020bdb4298cd1bc53df7ca4d911cda7aaa65329c (commit)
       via  185cbb8a44d9e084580d6a9f4ca004c20ee90103 (commit)
       via  5b5b250443ed416a2c2315c28a034501603cd003 (commit)
       via  86bc36412e2619e0e05d61cf6216ef68814cf1cd (commit)
       via  1ebe5dc1979e90c37d6534d6b1e0173a884326b1 (commit)
       via  43cad9c871f32da7a5342ba8b68aa316d7e47e9e (commit)
      from  04fd320e97770911894fb06ba98f3c17fc30c7d9 (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 020bdb4298cd1bc53df7ca4d911cda7aaa65329c
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Oct 13 17:26:17 2011 -0500

    makepkg: don't attach traps until after argument parsing
    
    Nothing we do in our traps is necessary this early in the script. This
    fixes FS#26196.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 185cbb8a44d9e084580d6a9f4ca004c20ee90103
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Oct 14 07:38:58 2011 -0500

    Add missing #ifdef around cURL error code in download struct
    
    Thanks to Eduardo Tongson on the mailing list.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5b5b250443ed416a2c2315c28a034501603cd003
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Oct 13 12:30:31 2011 -0500

    Coding style cleanups
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 86bc36412e2619e0e05d61cf6216ef68814cf1cd
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Oct 13 12:53:56 2011 -0500

    curl_gethost() potential bug fixups
    
    This is in the realm of "probably not going to happen", but if someone
    were to translate "disk" to a string longer than 256 characters, we
    would have a smashed/corrupted stack due to our unchecked strcpy() call.
    Rework the function to always length-check the value we copy into the
    hostname buffer, and do it with memcpy rather than the more cumbersome
    and unnecessary snprintf.
    
    Finally, move the magic 256 value into a constant and pass it into the
    function which is going to get inlined anyway.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1ebe5dc1979e90c37d6534d6b1e0173a884326b1
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Oct 13 14:54:49 2011 -0500

    doc/index.txt: Reformat past releases chart
    
    This makes it a three-column deal with releases all the way back to 1.0.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 43cad9c871f32da7a5342ba8b68aa316d7e47e9e
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Oct 13 14:49:48 2011 -0500

    doc: update .gitignore, add CSS override for new tables usage
    
    * Make all docs depend on Makefile; if we change flags here we want them
      rebuilt.
    * Add explicit filenames to .gitignore so we can add our own CSS
      override file, and add an asciidoc-override.css resource.
    * Adjust a few asciidoc options when generating HTML.
    * Remove asciidoc-manpage.css; apparantly this doesn't exist anymore.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 doc/.gitignore            |    4 +-
 doc/Makefile.am           |   12 ++--
 doc/asciidoc-override.css |    7 ++
 doc/index.txt             |  135 +++++++++++++++++++++++++++++++--------------
 lib/libalpm/dload.c       |   24 +++++---
 lib/libalpm/dload.h       |    2 +
 scripts/makepkg.sh.in     |   20 +++----
 src/pacman/util.c         |   10 ++--
 8 files changed, 141 insertions(+), 73 deletions(-)
 create mode 100644 doc/asciidoc-override.css


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list