[pacman-dev] [PATCH] libalpm: free trans before databases

2020-01-19 Thread morganamilo
When releasing the handle, alpm tries to do some self clean up by freeing the databases and transaction. However, databases refuse to unregister is there is an in progress transaction. Causing them to leak if the handle is released while a transaction is active. diff --git a/lib/libalpm/alpm.c

Re: [pacman-dev] [PATCH] Increase maximum database size

2020-01-19 Thread Eli Schwartz
On 1/19/20 5:04 AM, Allan McRae wrote: > On 19/1/20 9:42 am, Allan McRae wrote: >> We previously has the maximum database size as 25MB. This was set in the >> days >> before repos had as many packages as they do now, and before we started >> distributing files databases. Increase this limit to

Re: [pacman-dev] [PATCH] Increase maximum database size

2020-01-19 Thread Allan McRae
On 19/1/20 9:42 am, Allan McRae wrote: > We previously has the maximum database size as 25MB. This was set in the days > before repos had as many packages as they do now, and before we started > distributing files databases. Increase this limit to 128MB. > > Signed-off-by: Allan McRae > --- >