[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.5.0-26-g7b60a63

Dan McGee dan at archlinux.org
Mon Mar 21 20:31:29 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  7b60a639d19ddacd62dcac82d6538907bf4b1a9f (commit)
       via  110eb314f0d8b4d28b9ff68ddd5bb5b07a1f8407 (commit)
       via  834ba4da932f9e196e06baf724e0bd379092ded5 (commit)
      from  b0bb4f9024712adcee5e2baf6cebe73c966d7d7f (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 7b60a639d19ddacd62dcac82d6538907bf4b1a9f
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Mar 21 09:02:03 2011 -0500

    Minor code cleanups
    
    Wrap lines of long length, noticed while creating and messing around
    with some of the other maint branch patches.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 110eb314f0d8b4d28b9ff68ddd5bb5b07a1f8407
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Mar 21 08:59:59 2011 -0500

    Ensure package removal list does not contain duplicates
    
    Noticed with the openoffice/libreoffice replacement scheme where many
    packages are listed as replacements to one package, thus electing it for
    removal multiple times. Ensure a given package is not already present
    before placing it in the removal list.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 834ba4da932f9e196e06baf724e0bd379092ded5
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Mar 21 08:52:24 2011 -0500

    Fix line_offset not being reset in _alpm_archive_fgets()
    
    This is a rather serious data corruption issue that luckily manifested
    itself today in a noticable way. A package in testing had replaces
    entries read in as ["%RE pkgname", "%RE"] which was clearly wrong. This
    happens when we hit the end of an archive block, do not have a newline,
    and have to continue reading from the next block to complete the line.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/sync.c |   15 +++++++++++----
 lib/libalpm/util.c |    3 +++
 2 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list