[pacman-dev] [PATCH] lock file may be left behind when a signal arrives while in cleanup

2020-08-11 Thread lilydjwg
When a SIGINT or SIGHUP arrives before alpm_unlock (in alpm_release) but after remove_soft_interrupt_handler, the lock file will be left behind. Signed-off-by: lilydjwg --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pacman/pacman.c

Re: [pacman-dev] [PATCH] Disable embedded signatures by default

2020-08-11 Thread Eli Schwartz
On 8/11/20 9:24 AM, Allan McRae wrote: > On 11/8/20 7:44 am, Eli Schwartz wrote: >> On 8/10/20 5:34 PM, Anatol Pomozov wrote: >>> Switching from embedded to detached signatures is a big change. This >>> feature needs to be thoroughly tested before embedded signatures will be >>> completely removed

Re: [pacman-dev] [PATCH] remove more autotools files

2020-08-11 Thread Allan McRae
On 11/8/20 10:52 am, Eli Schwartz wrote: > We forgot to remove m4/ in commit 454ea024383eab60295e4c4fdf2c329475887b2c > and now it's tragically reminding me of autotools! > > Also take this opportunity to drop some symlinks in lib/libalpm/ for > libcommon source files. In autotools these were

Re: [pacman-dev] [PATCH] Disable embedded signatures by default

2020-08-11 Thread Allan McRae
On 11/8/20 7:44 am, Eli Schwartz wrote: > On 8/10/20 5:34 PM, Anatol Pomozov wrote: >> Switching from embedded to detached signatures is a big change. This >> feature needs to be thoroughly tested before embedded signatures will be >> completely removed from the database. >> >> To help with