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 c0e9be7973be6c81b22fde91516fb8991e7bb07b (commit) via e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f (commit) via 40391c564a97b10362ee7cbcf07faac03549d2ca (commit) via 2883b869c72102bf00b4dc14f663c2f322736bc0 (commit) via 9adb0d5b37df7ca668e23877e85431dabeea005e (commit) via 377d47142f7aaa01ca782e6587f2d4caf663865b (commit) via 298bcf7986ca5500c8891ec412d65d8a8f5b9a4f (commit) via e03752e6adc86cbb4cb4f52a38f6e3e98cbe9dd5 (commit) via 0113214db9a9e9ae48bffa3c3e7b39be16e8272a (commit) from d197d8ab82cf10650487518fb968067897a12775 (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 c0e9be7973be6c81b22fde91516fb8991e7bb07b Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 2 18:57:20 2019 +1000 Remove support for deltas from libalpm Signed-off-by: Allan McRae <allan@archlinux.org> commit e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 2 18:40:19 2019 +1000 Make pacman forget deltas exist Dummy callbacks are still present to prevent compiler warnings until libalpm is delta free. Also remove Delta parsing from pacman.conf. Signed-off-by: Allan McRae <allan@archlinux.org> commit 40391c564a97b10362ee7cbcf07faac03549d2ca Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 2 15:41:25 2019 +1000 Remove cleanupdelta Signed-off-by: Allan McRae <allan@archlinux.org> commit 2883b869c72102bf00b4dc14f663c2f322736bc0 Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 2 15:38:50 2019 +1000 Remove pkgdelta Signed-off-by: Allan McRae <allan@archlinux.org> commit 9adb0d5b37df7ca668e23877e85431dabeea005e Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 2 15:34:56 2019 +1000 Remove delta support from repo-add Signed-off-by: Allan McRae <allan@archlinux.org> commit 377d47142f7aaa01ca782e6587f2d4caf663865b Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Thu Feb 21 13:20:19 2019 +0100 doc: add man page for pacman-conf Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org> commit 298bcf7986ca5500c8891ec412d65d8a8f5b9a4f Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Thu Feb 21 13:22:31 2019 +0100 doc: set rootdir correctly in man pages If an alternative rootdir is specified in either meson or configure it's not respected in the generated man pages. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org> commit e03752e6adc86cbb4cb4f52a38f6e3e98cbe9dd5 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Fri Feb 15 11:38:18 2019 -0500 makepkg: add new checksum algorithm via coreutils b2sum coreutils 8.26 in December 2016 added this new hashing method which is compatible with the existing md5sum and sha*sum tool usage, while using the blake2 hash algorithm. makepkg uses coreutils to provide source file integrity checks via ${integ}sum binaries and it makes sense to offer this as an additional option. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0113214db9a9e9ae48bffa3c3e7b39be16e8272a Author: morganamilo <morganamilo@gmail.com> Date: Wed Mar 6 22:52:19 2019 +0000 pacman: fix segfault when Usage is specified without a value And extract all the common code to a macro. Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: README | 1 - doc/Makefile.am | 8 +- doc/PKGBUILD.5.asciidoc | 2 +- doc/index.asciidoc | 1 - doc/makepkg.conf.5.asciidoc | 2 +- doc/meson.build | 3 +- doc/pacman-conf.8.asciidoc | 67 +++++++ doc/pacman.8.asciidoc | 2 +- doc/pacman.conf.5.asciidoc | 8 - doc/pkgdelta.8.asciidoc | 53 ----- doc/repo-add.8.asciidoc | 22 +-- etc/makepkg.conf.in | 2 +- etc/pacman.conf.in | 1 - lib/libalpm/Makefile.am | 1 - lib/libalpm/alpm.h | 53 ----- lib/libalpm/be_sync.c | 21 +- lib/libalpm/delta.c | 361 ----------------------------------- lib/libalpm/delta.h | 33 ---- lib/libalpm/error.c | 5 - lib/libalpm/handle.c | 20 -- lib/libalpm/handle.h | 5 - lib/libalpm/meson.build | 1 - lib/libalpm/package.c | 14 -- lib/libalpm/package.h | 2 - lib/libalpm/po/POTFILES.in | 1 - lib/libalpm/sync.c | 207 +------------------- meson.build | 8 - scripts/.gitignore | 1 - scripts/Makefile.am | 3 - scripts/libmakepkg/util/schema.sh.in | 2 +- scripts/makepkg.sh.in | 2 +- scripts/meson.build | 1 - scripts/pkgdelta.sh.in | 234 ----------------------- scripts/po/POTFILES.in | 1 - scripts/repo-add.sh.in | 168 +--------------- src/pacman/callback.c | 19 -- src/pacman/conf.c | 63 ++---- src/pacman/conf.h | 1 - src/pacman/pacman-conf.c | 13 -- src/pacman/po/POTFILES.in | 1 - src/pacman/sync.c | 5 +- src/util/.gitignore | 2 - src/util/Makefile.am | 5 +- src/util/cleanupdelta.c | 135 ------------- src/util/meson.build | 1 - 45 files changed, 126 insertions(+), 1435 deletions(-) create mode 100644 doc/pacman-conf.8.asciidoc delete mode 100644 doc/pkgdelta.8.asciidoc delete mode 100644 lib/libalpm/delta.c delete mode 100644 lib/libalpm/delta.h delete mode 100644 scripts/pkgdelta.sh.in delete mode 100644 src/util/cleanupdelta.c hooks/post-receive -- The official pacman repository