Re: [pacman-dev] [PATCH v8 01/12] bacman: allow for multiple packages as arguments

2016-09-08 Thread Allan McRae
On 05/09/16 03:37, Gordian Edenhofer wrote: > On Sun, 2016-09-04 at 11:21 -0500, Doug Newgard wrote: >> On Sun, 4 Sep 2016 18:13:56 +0200 >> Gordian Edenhofer wrote: >> >>> >>> To enable the creation of multiple packages with one command move >>> the >>> assembly process into its own function. >>

[pacman-dev] [PATCH] repo-add: fix error in directories with a space in their name

2016-09-08 Thread Allan McRae
From: Fabio Castell Fixes FS#50285 Signed-off-by: Allan McRae --- scripts/repo-add.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index d62f9c4..4da2c31 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @

[pacman-dev] [PATCH v2] lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memory

2016-09-08 Thread ivy . foster
From: Ivy Foster Signed-off-by: Ivy Foster --- lib/libalpm/be_sync.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c index 32a669d..06f9619 100644 --- a/lib/libalpm/be_sync.c +++ b/lib/libalpm/be_sync.c @@ -23

[pacman-dev] (no subject)

2016-09-08 Thread ivy . foster
For now, I'm just sending in the malloc patch (which, of course, now only frees variables that exist in the original source, not ones invented for the previous patches). To quickly recap an irc conversation with agregory, it looks like implementing checks before overwriting the db is more complic

Re: [pacman-dev] [PATCH 1/2] alpm: check for invalid sync db before replacing original

2016-09-08 Thread Ivy Foster
On 08 Sep 2016, at 12:55 pm -0400, Andrew Gregory wrote: > On 09/07/16 at 10:28pm, Ivy Foster wrote: > > On 07 Sep 2016, at 10:05 pm -0400, Andrew Gregory wrote: > > > This runs the risk of conflicting with another db if dbext is "" or > > > ".bak", for example, if I have repos core and core.bak,

Re: [pacman-dev] [PATCH 1/2] alpm: check for invalid sync db before replacing original

2016-09-08 Thread Andrew Gregory
On 09/07/16 at 10:28pm, Ivy Foster wrote: > On 07 Sep 2016, at 10:05 pm -0400, Andrew Gregory wrote: > > On 09/07/16 at 07:22pm, ivy.fos...@gmail.com wrote: > > > From: Ivy Foster > > > This is a step in the right direction, but the problem of downloading > > an invalid db over a valid one still