[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.1-74-gf7895cc
Dan McGee
dan at archlinux.org
Mon Sep 27 10:25:52 EDT 2010
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 f7895cc188e221c064aac475908a09d2f50b8d38 (commit)
via dff06a817016996f414b547fa8db011436bbc63f (commit)
via 900605912b32d08ece7a3e80e4c6b258485676b7 (commit)
via 28c662e7a422314475cca61663695dd31fd86546 (commit)
via 879fed50985e511bba153c94d133f376e8f96484 (commit)
via f489e969f0ca65fe210678844fabddd29a7597e1 (commit)
via 413508c6fa54f465cdcf021a59ee7e6a38d5b1e7 (commit)
via af31fd6494994fa76f26b94423109b4b21a1f663 (commit)
via 541f183cd680737d638fdb2fa5e46aa824cd5f3f (commit)
via d2ff8f4b962b34bb4a9f07f8d7823e65bba0958f (commit)
via fd38319106789e2239d2d31208e463aad8e11a8e (commit)
from d201d1f312308b91eff78cb20a148146c3f1188c (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 f7895cc188e221c064aac475908a09d2f50b8d38
Merge: dff06a8 fd38319
Author: Dan McGee <dan at archlinux.org>
Date: Mon Sep 27 09:24:28 2010 -0500
Merge branch 'maint'
commit dff06a817016996f414b547fa8db011436bbc63f
Merge: 9006059 f489e96
Author: Dan McGee <dan at archlinux.org>
Date: Mon Sep 27 09:21:02 2010 -0500
Merge branch 'build-system'
commit 900605912b32d08ece7a3e80e4c6b258485676b7
Author: Allan McRae <allan at archlinux.org>
Date: Mon Sep 27 16:04:10 2010 +1000
Add FORTIFY_SOURCE support
Adds a check for the minimum mainline GCC version for FORTIFY_SOURCE
support and enables -D_FORTIFY_SOURCE=2 by default when building with
--enable-debug.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 28c662e7a422314475cca61663695dd31fd86546
Author: Allan McRae <allan at archlinux.org>
Date: Mon Sep 27 15:30:39 2010 +1000
Add wrapper around asprintf calls
Not checking the return value of asprintf calls reuslts in a warning
when using -D_FORTIRFY_SOURCE=2. This adds a simple wrapper around
asprintf calls which checks the return value.
Currently the check does nothing more than outputing a message to stderr
on failure, but that is at least an improvement over silent failures.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 879fed50985e511bba153c94d133f376e8f96484
Author: Allan McRae <allan at archlinux.org>
Date: Sun Aug 8 11:54:33 2010 +1000
repo-add: make --quiet output more quiet
Fixes FS#20403.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit f489e969f0ca65fe210678844fabddd29a7597e1
Author: Dan McGee <dan at archlinux.org>
Date: Thu Sep 23 09:10:47 2010 -0500
Update build system (automake, autoconf, libtool)
Unfortunately this patch is hard to split up into smaller chunks. Our build
system and the associated automake/autoconf/libtool macros has been left
untouched for a while, and could use a refresher.
* Upgrade ltmain.sh to the latest version
* Move away from a huge acinclude.m4 directory to using individual files in
the m4/ subdirectory, suggested by upstream automake documentation
* Update all macros to their latest available version
* Adjust Makefile.am and autogen.sh to accommodate m4/ subdirectory
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 413508c6fa54f465cdcf021a59ee7e6a38d5b1e7
Author: Dan McGee <dan at archlinux.org>
Date: Thu Sep 23 09:08:28 2010 -0500
Update more supplementary build scripts
Signed-off-by: Dan McGee <dan at archlinux.org>
commit af31fd6494994fa76f26b94423109b4b21a1f663
Author: Dan McGee <dan at archlinux.org>
Date: Tue Jul 27 17:54:55 2010 -0500
Update config.guess and config.sub
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 541f183cd680737d638fdb2fa5e46aa824cd5f3f
Author: Dan McGee <dan at archlinux.org>
Date: Tue Jul 27 17:50:22 2010 -0500
Clean up root .gitignore
We had a few files listed in here that we have checked in to our repo, which
doesn't make a whole lot of sense. Also alphabetize the list while we are at
it.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit d2ff8f4b962b34bb4a9f07f8d7823e65bba0958f
Author: Dan McGee <dan at archlinux.org>
Date: Tue Jul 27 17:43:00 2010 -0500
Update gettext Makefiles to 0.18
Signed-off-by: Dan McGee <dan at archlinux.org>
commit fd38319106789e2239d2d31208e463aad8e11a8e
Author: Allan McRae <allan at archlinux.org>
Date: Wed Sep 15 23:36:57 2010 +1000
bacman: unify package creation with makepkg
Currently bacman always compresses with gzip now matter what PKGEXT is
set to. Rework the entire package creation process to be similar to
that in makepkg. This also make the explicit assumption that PKGEXT is
defined in makepkg.conf.
Thanks to Nelson Chan <khcha.n.el at gmail.com> for the original patch to
fix the incorrect package compression.
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 27 +-
Makefile.am | 2 +
acinclude.m4 | 4895 +--------------
autogen.sh | 2 +-
config.guess | 255 +-
config.sub | 159 +-
configure.ac | 3 +-
contrib/bacman | 44 +-
depcomp | 116 +-
install-sh | 237 +-
lib/libalpm/po/Makefile.in.in | 167 +-
ltmain.sh |14812 ++++++++++++++++++++++++-----------------
m4/gettext.m4 | 383 ++
m4/iconv.m4 | 214 +
m4/intlmacosx.m4 | 51 +
m4/lib-ld.m4 | 110 +
m4/lib-link.m4 | 774 +++
m4/lib-prefix.m4 | 224 +
m4/libtool.m4 | 7831 ++++++++++++++++++++++
m4/ltoptions.m4 | 369 +
m4/ltsugar.m4 | 123 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 98 +
m4/nls.m4 | 32 +
m4/po.m4 | 449 ++
m4/progtest.m4 | 92 +
missing | 49 +-
mkinstalldirs | 5 +-
po/Makefile.in.in | 167 +-
scripts/repo-add.sh.in | 1 +
src/pacman/util.c | 38 +-
src/pacman/util.h | 1 +
32 files changed, 20353 insertions(+), 11400 deletions(-)
mode change 100644 => 100755 ltmain.sh
create mode 100644 m4/gettext.m4
create mode 100644 m4/iconv.m4
create mode 100644 m4/intlmacosx.m4
create mode 100644 m4/lib-ld.m4
create mode 100644 m4/lib-link.m4
create mode 100644 m4/lib-prefix.m4
create mode 100644 m4/libtool.m4
create mode 100644 m4/ltoptions.m4
create mode 100644 m4/ltsugar.m4
create mode 100644 m4/ltversion.m4
create mode 100644 m4/lt~obsolete.m4
create mode 100644 m4/nls.m4
create mode 100644 m4/po.m4
create mode 100644 m4/progtest.m4
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list