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 965e1de2174148a7a6c0860a7514d9bb1969bf03 (commit) via fe0586e2400aa078f0b974ef8acc541ad9e95140 (commit) via b455bbc91db5a4cde0e6d581fa323cc8fb5b66df (commit) via 342f079f7e5c290e52deaf83700371c5ce217179 (commit) via 04821ea9cab4ecd34ad7b39ad36ffa667f70d4ee (commit) via 241d6b884a3a6c883b6c61a3b175d17e7d317fc5 (commit) via d5a6ce8ca124d1eea343314b23110e006eb313d5 (commit) via 5aaf5bcf830cb808de2484c0f3860a22a21a79b4 (commit) via 23f93118d05ff9219fa22b58a54e0f7d2c54ad86 (commit) via 163ba4016efb0628a16c4dd882fb6a2030b3efef (commit) via 495460d71737ade257d8a6a3c06d21f36c08e7dd (commit) via 6a804d55ddf150c8b716747f0c46750de06679b2 (commit) via dd3762edc4b1eb0cde2610164fd4f1a496e671b9 (commit) via 2616cb5fdce0c54e829a88318d671dd5032f0aac (commit) via 038b1815d0ab1a8c0aab4d6cfc18541df5c6cd33 (commit) via 60d258819294e7b84c7ec501d9bfe6fe6965d41c (commit) via 1dd3405813434e71ead02bdcb66b6da0544632c4 (commit) from 5186f702d3d426eec8a2c84bb2a8556ffa9e0736 (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 965e1de2174148a7a6c0860a7514d9bb1969bf03 Author: Danny George <dangets@gmail.com> Date: Thu Dec 13 07:53:37 2012 -0700 Add a -n option to repo-add to only add new packages Packages are already in the pkg db were given a warning, and then readded anyway. With -n specified, the warning is printed, but skips readding it. Signed-off-by: Danny George <dangets@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit fe0586e2400aa078f0b974ef8acc541ad9e95140 Author: William Giokas <1007380@gmail.com> Date: Thu Dec 13 09:56:11 2012 -0600 makepkg: Print out full version on pkgver update When building sources with a pkgver function, makepkg will print out the original version before pkgver() is run, claiming that that is the package that will be built. This patch simply re-prints the output later, after pkgver() has been run so people can see which package they are actually building. Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b455bbc91db5a4cde0e6d581fa323cc8fb5b66df Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 16 23:13:22 2012 +1000 Update Doxyfile A few parameters were outdated and this produced warnings from Doxygen Signed-off-by: Allan McRae <allan@archlinux.org> commit 342f079f7e5c290e52deaf83700371c5ce217179 Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 16 23:00:41 2012 +1000 doc: Fix section link in pacman-key man page Signed-off-by: Allan McRae <allan@archlinux.org> commit 04821ea9cab4ecd34ad7b39ad36ffa667f70d4ee Author: Danny George <dangets@gmail.com> Date: Fri Dec 14 07:20:06 2012 -0700 Fixed missing asciidoc id Generated webpage contained dead links to section 'Package and Database Signature Checking' commit 241d6b884a3a6c883b6c61a3b175d17e7d317fc5 Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 16 22:32:54 2012 +1000 makepkg: use --apparent-size when du supports it Amazingly, using "sleep 1" to convince btrfs to report correct file sizes is only a 90% fix. Sometimes more sleep is needed. Instead we use the --apparent-size argument to du to get actual file sizes. This is used only on Linux as the various BSDs do not support this argument. Signed-off-by: Allan McRae <allan@archlinux.org> commit d5a6ce8ca124d1eea343314b23110e006eb313d5 Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 16 22:05:49 2012 +1000 Remove checks for geteuid The geteuid function is defined in POSIX and we will not support any operating systems without it. Signed-off-by: Allan McRae <allan@archlinux.org> commit 5aaf5bcf830cb808de2484c0f3860a22a21a79b4 Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 16 22:03:51 2012 +1000 Remove Cygwin support Signed-off-by: Allan McRae <allan@archlinux.org> commit 23f93118d05ff9219fa22b58a54e0f7d2c54ad86 Author: Florian Pritz <bluewind@xinu.at> Date: Thu Dec 20 00:57:35 2012 +0100 pacdiff: update copyright notice Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit 163ba4016efb0628a16c4dd882fb6a2030b3efef Author: Florian Pritz <bluewind@xinu.at> Date: Wed Dec 19 23:22:22 2012 +0100 pacdiff: Add option to overwrite, clarify remove option Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit 495460d71737ade257d8a6a3c06d21f36c08e7dd Author: Florian Pritz <bluewind@xinu.at> Date: Wed Dec 19 23:21:56 2012 +0100 pacdiff: check cmp's exit code rather than output Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit 6a804d55ddf150c8b716747f0c46750de06679b2 Author: Florian Pritz <bluewind@xinu.at> Date: Wed Dec 19 23:21:06 2012 +0100 pacdiff: be more verbose if we rename or remove Doesn't hurt and reassures the user that we did the right thing. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit dd3762edc4b1eb0cde2610164fd4f1a496e671b9 Author: Florian Pritz <bluewind@xinu.at> Date: Wed Dec 19 23:20:13 2012 +0100 pacdiff: color filename and mention what we found Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit 2616cb5fdce0c54e829a88318d671dd5032f0aac Author: Dan McGee <dan@archlinux.org> Date: Thu Dec 27 02:53:51 2012 -0600 Use a defined constant in delta.c for num_matches This allows compiling in both clang and gcc without running into oddities regarding const vs. defined constant values. Signed-off-by: Dan McGee <dan@archlinux.org> commit 038b1815d0ab1a8c0aab4d6cfc18541df5c6cd33 Author: Dan McGee <dan@archlinux.org> Date: Thu Dec 27 02:38:11 2012 -0600 util/pactree: correctly free the deps list in walk_deps() If we are reversed, then we were correctly freeing both the list and the contained data. However, we were leaking a list in the case of a non-reversed traversal. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 60d258819294e7b84c7ec501d9bfe6fe6965d41c Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jan 1 22:43:20 2013 -0500 parseopts: remove superfluous continue/shift statements Fun fact about bash: the below is valid and will only ever print 'a'! fn() { continue 2 } for x in {1..5}; do for y in {a..e}; do echo "$y" fn done done Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 1dd3405813434e71ead02bdcb66b6da0544632c4 Author: Allan McRae <allan@archlinux.org> Date: Wed Jan 2 14:19:59 2013 +1000 Update copyright year for 2013 Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 11 +++++----- contrib/bacman.sh.in | 2 +- contrib/pacdiff.sh.in | 45 ++++++++++++++++++++++++++++++++--------- contrib/updpkgsums.sh.in | 4 ++-- doc/Doxyfile | 15 +++++++++----- doc/index.txt | 2 +- doc/pacman-key.8.txt | 4 ++-- doc/pacman.conf.5.txt | 2 +- doc/repo-add.8.txt | 4 ++++ lib/libalpm/add.c | 2 +- lib/libalpm/add.h | 2 +- lib/libalpm/alpm.c | 2 +- lib/libalpm/alpm.h | 2 +- lib/libalpm/alpm_list.c | 2 +- lib/libalpm/alpm_list.h | 2 +- lib/libalpm/backup.c | 2 +- lib/libalpm/backup.h | 2 +- lib/libalpm/be_local.c | 2 +- lib/libalpm/be_package.c | 2 +- lib/libalpm/be_sync.c | 2 +- lib/libalpm/conflict.c | 2 +- lib/libalpm/conflict.h | 2 +- lib/libalpm/db.c | 2 +- lib/libalpm/db.h | 2 +- lib/libalpm/delta.c | 11 ++++++---- lib/libalpm/delta.h | 2 +- lib/libalpm/deps.c | 2 +- lib/libalpm/deps.h | 2 +- lib/libalpm/diskspace.c | 2 +- lib/libalpm/diskspace.h | 2 +- lib/libalpm/dload.c | 2 +- lib/libalpm/dload.h | 2 +- lib/libalpm/error.c | 2 +- lib/libalpm/filelist.c | 2 +- lib/libalpm/filelist.h | 2 +- lib/libalpm/graph.c | 2 +- lib/libalpm/graph.h | 2 +- lib/libalpm/group.c | 2 +- lib/libalpm/group.h | 2 +- lib/libalpm/handle.c | 2 +- lib/libalpm/handle.h | 2 +- lib/libalpm/log.c | 2 +- lib/libalpm/log.h | 2 +- lib/libalpm/package.c | 2 +- lib/libalpm/package.h | 2 +- lib/libalpm/pkghash.c | 2 +- lib/libalpm/pkghash.h | 2 +- lib/libalpm/remove.c | 2 +- lib/libalpm/remove.h | 2 +- lib/libalpm/signing.c | 2 +- lib/libalpm/signing.h | 2 +- lib/libalpm/sync.c | 2 +- lib/libalpm/sync.h | 2 +- lib/libalpm/trans.c | 2 +- lib/libalpm/trans.h | 2 +- lib/libalpm/util.c | 2 +- lib/libalpm/util.h | 2 +- lib/libalpm/version.c | 2 +- scripts/Makefile.am | 1 + scripts/library/parseopts.sh | 6 +----- scripts/makepkg.sh.in | 13 +++++------- scripts/pacman-db-upgrade.sh.in | 4 ++-- scripts/pacman-key.sh.in | 4 ++-- scripts/pacman-optimize.sh.in | 4 ++-- scripts/repo-add.sh.in | 6 ++++++ src/pacman/callback.c | 2 +- src/pacman/callback.h | 2 +- src/pacman/check.c | 2 +- src/pacman/check.h | 2 +- src/pacman/conf.c | 2 +- src/pacman/conf.h | 2 +- src/pacman/database.c | 2 +- src/pacman/deptest.c | 2 +- src/pacman/package.c | 2 +- src/pacman/package.h | 2 +- src/pacman/pacman.c | 9 ++------- src/pacman/pacman.h | 2 +- src/pacman/query.c | 2 +- src/pacman/remove.c | 2 +- src/pacman/sync.c | 2 +- src/pacman/upgrade.c | 2 +- src/pacman/util.c | 2 +- src/pacman/util.h | 2 +- src/util/pactree.c | 4 +++- 84 files changed, 158 insertions(+), 123 deletions(-) hooks/post-receive -- The official pacman repository