[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.1-89-g4a3cd36
Dan McGee
dan at archlinux.org
Sun Mar 27 21:49:53 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 4a3cd364d00b6889b24a16542618f1e2c14b86ac (commit)
via 3f269503d53811cf45037022a263f2447e427a0b (commit)
via 630b7b94c39ddc60d4e2b3c80d5d9f3101049b93 (commit)
via 43dacceb6bba837aceba331c31ed8d8ee7a9e1d5 (commit)
via c02556e2905dc1801d751db8cc3e96ccbedb76ab (commit)
via a9fb4d9d5b065560f7e42378ad1ee3d2f7b19911 (commit)
via 98c8ab18ff7f48bb2074d821ad93b009fd4bac4c (commit)
via 33c08ac91e32e1c1fe135c42030f1a2b64a63a54 (commit)
via fd64988c8085a410a80851e2b4b6b62ea59139c2 (commit)
via 55f790ebe49ebf5a7d2084682735fd75f6d4903b (commit)
via 283bf7e87cab1fa187334830fe2d05dd28bc5b77 (commit)
via ea216d3f5a84814c512ab51ac37a4055b82032c3 (commit)
via 68701a98aff46821e7e3440d5db233adbe249770 (commit)
via 3bc3999bd25647f9b64ea4b4995cad54a8066cc1 (commit)
via 5a9a570dda81148fd9ce8ea46b3c57befa8535fe (commit)
via c40fc6b80d4a97e3333afab6d2ce8290aaa29c46 (commit)
via 7f480ccc0de9438ef499685088a49b3c5964606b (commit)
via e214b260efcba299611688bdbbc02b7391632d43 (commit)
from 86e7f6075671e08c456f389d8ecba47190c03f0f (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 4a3cd364d00b6889b24a16542618f1e2c14b86ac
Author: Dan McGee <dan at archlinux.org>
Date: Sun Mar 27 20:48:26 2011 -0500
Temporary fix for new warnings from gcc 4.6
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 3f269503d53811cf45037022a263f2447e427a0b
Merge: 630b7b9 ea216d3
Author: Dan McGee <dan at archlinux.org>
Date: Sun Mar 27 20:41:23 2011 -0500
Merge branch 'maint'
Conflicts:
lib/libalpm/deps.c
commit 630b7b94c39ddc60d4e2b3c80d5d9f3101049b93
Author: Ray Kohler <ataraxia937 at gmail.com>
Date: Fri Mar 25 19:25:38 2011 -0400
Sign database even if empty
Move the create_signature() call outside the case of non-empty
databases, so it will be called regardless.
Signed-off-by: Ray Kohler <ataraxia937 at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 43dacceb6bba837aceba331c31ed8d8ee7a9e1d5
Author: Ray Kohler <ataraxia937 at gmail.com>
Date: Fri Mar 25 21:32:21 2011 -0400
makepkg: allow PKGEXT and SRCEXT to be overridden by env variables
Signed-off-by: Ray Kohler <ataraxia937 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c02556e2905dc1801d751db8cc3e96ccbedb76ab
Author: Dave Reisner <d at falconindy.com>
Date: Thu Mar 24 10:10:05 2011 -0400
Rely on the return value of type instead of its output
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit a9fb4d9d5b065560f7e42378ad1ee3d2f7b19911
Author: Dave Reisner <d at falconindy.com>
Date: Fri Mar 25 09:15:30 2011 -0400
lib/dload: abstract out helper function to set utimes
This greatly simplifies the cleanup fallthrough in our download function
and we'll be able to reuse this for signatures.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 98c8ab18ff7f48bb2074d821ad93b009fd4bac4c
Author: Dave Reisner <d at falconindy.com>
Date: Fri Mar 25 08:49:13 2011 -0400
lib/dload: remove proxy debug output
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 33c08ac91e32e1c1fe135c42030f1a2b64a63a54
Author: Dave Reisner <d at falconindy.com>
Date: Fri Mar 25 08:45:54 2011 -0400
lib/dload: code simplification
Based on the fact that localf always points to the same file, there's no
need to code in multiple fopen calls with varying results. Instead,
track the desired file open mode and make a single call to fopen.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit fd64988c8085a410a80851e2b4b6b62ea59139c2
Author: Dave Reisner <d at falconindy.com>
Date: Fri Mar 25 08:37:02 2011 -0400
lib/dload: merge get_{destfile,tempfile} into get_fullpath
Create a more general function that allows appending a suffix to a
filepath.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 55f790ebe49ebf5a7d2084682735fd75f6d4903b
Author: Dave Reisner <d at falconindy.com>
Date: Thu Mar 17 18:33:34 2011 -0400
pacman/pacman.c: fix setting of useragent string
libcurl doesn't natively honor the HTTP_USER_AGENT environment variable.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 283bf7e87cab1fa187334830fe2d05dd28bc5b77
Author: Dave Reisner <d at falconindy.com>
Date: Mon Mar 21 16:54:00 2011 -0400
lib/dload: pass a struct with filename and size to curl_progress
This lets us determine the real size of the file on disk so that we can
properly bump the progress bar when we're resuming a download.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
contrib/pacscripts.in | 2 +-
lib/libalpm/be_package.c | 5 +-
lib/libalpm/db.c | 1 +
lib/libalpm/deps.c | 176 ++++++++++++++++++++-------------------
lib/libalpm/deps.h | 6 --
lib/libalpm/dload.c | 135 +++++++++++++++---------------
lib/libalpm/dload.h | 6 ++
lib/libalpm/package.c | 16 ++--
scripts/makepkg.sh.in | 8 ++-
scripts/pacman-db-upgrade.sh.in | 6 +-
scripts/repo-add.sh.in | 7 +-
src/pacman/pacman.c | 17 ++--
test/util/vercmptest.sh | 2 +-
13 files changed, 201 insertions(+), 186 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list