[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-193-g5780350
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 578035075108a90d20f084f077badf05d1c8527c (commit) via ae97082e98b6c3984799ba9f3f6ccc6ef5da6034 (commit) via 48f4efd9a18966509bd599684e77d3ad49d5b082 (commit) via ccd3a3eb9fad7b4c311a6bfb57b69a7a1a13c46a (commit) via 1ee2032b7f4a7aa6de973d7671fc6af135cef9b5 (commit) via 2d0e2bf2558698db242fbc382675ee00044c0d76 (commit) via b8c9385b8bbe9ad8a904e4cc27966f1029e67765 (commit) via 877578762cf47a9820bcc3cabbc138fe19ce3365 (commit) via 8566034866615f1acee6f3ed447ca88f01105b2e (commit) from deac9731884a83ad91eab9f27b288f406f56c87b (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 578035075108a90d20f084f077badf05d1c8527c Author: Sebastian Lackner <sebastian@fds-team.de> Date: Sat Jul 4 18:39:42 2015 +0200 libalpm: Force update when database is marked as corrupted. When a database and its signature is updated non-atomically on a server, there is a window where a user may update the database but grab the old signature. The database is marked as invalid by libalpm, which can be fixed by forcing a refresh (assuming the server has caught up and the user realizes what has happened) or with a future update of the repo. Work around this by forcing a repository refresh whenever a database is invalid. Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Allan McRae <allan@archlinux.org> commit ae97082e98b6c3984799ba9f3f6ccc6ef5da6034 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jul 16 19:05:34 2015 -0400 fill in name_hash for assumeinstalled options alpm_depend_t is an exposed data type. Front-ends may opt for alloc'ing one and filling the fields manually, but alpm's _alpm_hash_sdbm is not exposed, making it impossible for them to fill in the name_hash field. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 48f4efd9a18966509bd599684e77d3ad49d5b082 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jul 16 19:05:33 2015 -0400 copy assumeinstalled options All other option setters copy their input. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ccd3a3eb9fad7b4c311a6bfb57b69a7a1a13c46a Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jul 16 19:05:32 2015 -0400 check assumeinstalled for meaningful mod assumeinstalled options are used as provisions for which MOD_EQ and MOD_ANY are the only meaningful settings. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 1ee2032b7f4a7aa6de973d7671fc6af135cef9b5 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jul 16 19:05:31 2015 -0400 check dep versions before calling strcmp Fixes a segfault when trying to remove an assumeinstalled option without a version. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 2d0e2bf2558698db242fbc382675ee00044c0d76 Author: Rikard Falkeborn <rikard.falkeborn@gmail.com> Date: Mon Jul 20 21:34:10 2015 +0200 pacman/util.c: Fix memory leak if realloc fails Signed-off-by: Allan McRae <allan@archlinux.org> commit b8c9385b8bbe9ad8a904e4cc27966f1029e67765 Author: Allan McRae <allan@archlinux.org> Date: Sat Aug 8 10:32:23 2015 +1000 Remove ko_KR translation The "ko_KR" locale is the same as the "ko" locale. Remove the "ko_KR" variant as it is incomplete and has been superseded by "ko" on transifex. Signed-off-by: Allan McRae <allan@archlinux.org> commit 877578762cf47a9820bcc3cabbc138fe19ce3365 Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 20 14:50:52 2015 +1000 libmakepkg: move color settings to function Signed-off-by: Allan McRae <allan@archlinux.org> commit 8566034866615f1acee6f3ed447ca88f01105b2e Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 20 13:41:36 2015 +1000 pacman/files.c: fix memory leak on regex error Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/be_sync.c | 5 + lib/libalpm/handle.c | 28 +- lib/libalpm/po/LINGUAS | 1 - lib/libalpm/po/ko_KR.po | 817 ----------------- scripts/libmakepkg/util/message.sh | 20 + scripts/makepkg.sh.in | 22 +- scripts/po/LINGUAS | 1 - scripts/po/ko_KR.po | 1761 ------------------------------------ src/pacman/conf.c | 2 +- src/pacman/files.c | 1 + src/pacman/po/LINGUAS | 1 - src/pacman/po/ko_KR.po | 1625 --------------------------------- src/pacman/util.c | 7 +- 13 files changed, 61 insertions(+), 4230 deletions(-) delete mode 100644 lib/libalpm/po/ko_KR.po delete mode 100644 scripts/po/ko_KR.po delete mode 100644 src/pacman/po/ko_KR.po hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org