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

Dan McGee dan at archlinux.org
Tue Sep 6 09:47:14 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  29ad9e0a0a93a60a1118eb0e8cb6a14df147320f (commit)
       via  7ed54a99401f7a16edcba27725e92fb7474be240 (commit)
       via  a4e0d3e9302aa16b966ea5d84926664748ba9ae2 (commit)
       via  6c236277a3d5b444a30790702b8114b6658696a2 (commit)
       via  7054e37126cc476b88da7b57a6efa658d4765cf0 (commit)
       via  400942fedf35d4fc6b584b8f1552f1ec649136fe (commit)
       via  7ea1ea88bbca64514d5aad64fe199191f0f2eea1 (commit)
      from  7c956d5d4bdf89bfece1244baa56a92f83bd9161 (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 29ad9e0a0a93a60a1118eb0e8cb6a14df147320f
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Sep 6 09:29:52 2011 -0400

    makepkg: unset variables as per !{make,build}flags
    
    Don't just set the flag variables to zero length strings, actually unset
    them from the environment. This fixes issues with broken gnu Makefies
    that use ?= for assigment, where the presence of a var is enough to make
    this condition avoid assignment.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7ed54a99401f7a16edcba27725e92fb7474be240
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sat Sep 3 22:23:21 2011 -0400

    rankmirrors: properly sort resulting times
    
    - Properly read each sorted line into a new array, instead of breaking
      on every word.
    - LC_COLLATE should apply to the sort portion of the pipeline, not the
      printing.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit a4e0d3e9302aa16b966ea5d84926664748ba9ae2
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Sep 4 11:58:45 2011 -0400

    dload: abstract dload_interrupted reasons
    
    This gives us some amount of room to grow in case we ever find another
    reason that we might return with an error from the progress callback.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 6c236277a3d5b444a30790702b8114b6658696a2
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Sep 4 11:47:40 2011 -0400

    dload: improve debug output
    
    We lost some of this output in the fetch->curl conversion, but I also
    noticed in FS#25852 that we just lack some of this useful information
    along the way.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

commit 7054e37126cc476b88da7b57a6efa658d4765cf0
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Sep 5 13:16:07 2011 -0400

    sync: add missing newline in warning message
    
    Dan: fix the other missing one too.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 400942fedf35d4fc6b584b8f1552f1ec649136fe
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Sun Sep 4 14:59:17 2011 -0400

    avoid blowing out the filecache list when using tmpdir
    
    _alpm_filecache_setup() destroys the list of cachedirs when it finds no
    writeable directories in the config. This put us in an awkward situation
    where _alpm_filecache_find() would locate a downloaded file in a r/o
    cachedir, but then fail to install it after _alpm_filecache_setup() is
    called (with a NULL argument). Change this behavior to merely prepend
    the temporary directory to the list of available cachedirs.
    
    Dan exposed it in e07547ee4ed4, as now a package can be found in a
    directory we may not be able to actually store packages in.
    
    Reported-by: Rémy Oudompheng <remy at archlinux.org>
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7ea1ea88bbca64514d5aad64fe199191f0f2eea1
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Sep 2 22:07:06 2011 -0500

    More package operations cleanup
    
    Neither deltas nor filename attributes are ever present in the local
    database, so we can remove all of the indirection for accessing these
    attributes.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/be_local.c    |   14 --------------
 lib/libalpm/delta.c       |    5 +----
 lib/libalpm/dload.c       |   27 ++++++++++++++++++++++-----
 lib/libalpm/package.c     |   11 ++++-------
 lib/libalpm/package.h     |    7 -------
 lib/libalpm/signing.c     |    2 +-
 lib/libalpm/sync.c        |   18 ++++++------------
 lib/libalpm/util.c        |    6 ++----
 scripts/makepkg.sh.in     |    6 ++----
 scripts/rankmirrors.sh.in |    3 ++-
 src/pacman/query.c        |    2 +-
 src/pacman/sync.c         |    2 +-
 12 files changed, 42 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list