[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.0-44-gcd5b029

Dan McGee dan at archlinux.org
Mon Sep 7 16:18:28 EDT 2009


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  cd5b029e934476e8ea6dade5798bfa3d6b6ceafd (commit)
       via  43e16b373be50ca142e2b39055906194049c3686 (commit)
       via  cb1d4195bf7436240dbcc865113f3be19354aa34 (commit)
       via  2e7c569950f3a6f651fb4850cb320068e2261198 (commit)
       via  814cd7aee1f526479a24b62b01b24e25cd656d2b (commit)
       via  2f190726324c44f314e8966f0068dea0b013d968 (commit)
       via  845f21207c53c36c02f14343dcf4dbbca5462ce0 (commit)
       via  f53d2ac471a28e65e765a85251ba4cb6cf67cdbb (commit)
      from  0845b2f13cef6db23a4a281976ec1374e93b7c4e (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 cd5b029e934476e8ea6dade5798bfa3d6b6ceafd
Merge: 43e16b373be50ca142e2b39055906194049c3686 2e7c569950f3a6f651fb4850cb320068e2261198
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Sep 7 15:17:47 2009 -0500

    Merge branch 'maint'

commit 43e16b373be50ca142e2b39055906194049c3686
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Mon Sep 7 01:15:39 2009 +0200

    rewrite strreplace
    
    * just do one malloc call
    
    * p = realloc(p, new_size) was not good
    (see http://www.iso-9899.info/wiki/Why_not_realloc)
    
    * use more efficient strncpy instead of strncat
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit cb1d4195bf7436240dbcc865113f3be19354aa34
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Mon Sep 7 01:14:09 2009 +0200

    use strreplace in the xfercommand code
    
    this operation was re-implemented using static strings, instead of using the
    existing strreplace function
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2f190726324c44f314e8966f0068dea0b013d968
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Mon Sep 7 01:50:36 2009 +0200

    fix small memleak in an error case
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 845f21207c53c36c02f14343dcf4dbbca5462ce0
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Mon Sep 7 01:13:24 2009 +0200

    libalpm/util.c : remove _alpm_strreplace
    
    This function is unused since commit
    358cc5804a2df873180e6d9ef2420ab3247f8437.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    [Dan: also kill from util.h]
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 contrib/PKGBUILD.vim |    2 +-
 doc/PKGBUILD.5.txt   |    3 +-
 doc/index.txt        |    1 +
 doc/makepkg.8.txt    |    3 +-
 lib/libalpm/util.c   |   45 ---------------------------
 lib/libalpm/util.h   |    1 -
 src/pacman/pacman.c  |   36 ++++++++--------------
 src/pacman/util.c    |   81 ++++++++++++++++++++++++++++++-------------------
 8 files changed, 68 insertions(+), 104 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list