Re: [pacman-dev] [PATCH] repo-add: add --include-sigs option

2020-09-20 Thread Andrew Gregory
On 09/21/20 at 03:19pm, Allan McRae wrote: > On 4/9/20 12:55 pm, Allan McRae wrote: > > On 4/9/20 12:40 pm, Eli Schwartz wrote: > >> On 9/2/20 11:02 PM, Allan McRae wrote: > >>> Pacman now downloads the signature files for all packages when present in > >>> a > >>> repository. That makes distribu

Re: [pacman-dev] [PATCH] repo-add: add --include-sigs option

2020-09-20 Thread Allan McRae
On 4/9/20 12:55 pm, Allan McRae wrote: > On 4/9/20 12:40 pm, Eli Schwartz wrote: >> On 9/2/20 11:02 PM, Allan McRae wrote: >>> Pacman now downloads the signature files for all packages when present in a >>> repository. That makes distributing signatures within repository databases >>> redundant an

Re: [pacman-dev] [PATCH v2] util.c: table_print_line: properly align texts involving CJK

2020-09-20 Thread Allan McRae
On 13/9/20 6:41 pm, Chih-Hsuan Yen wrote: > For printf in C, width is counted as bytes rather than Unicode width. [1] > >> If the precision is specified, no more than that many bytes are written. > > [1] Section 7.21.6, N2176, final draft for ISO/IEC 9899:2017 (C18) > > Thanks Andrew Gregory for

Re: [pacman-dev] [PATCH] FS#66472: Remove *.sig file if package corrupted

2020-09-20 Thread Allan McRae
On 15/9/20 11:52 am, Anatol Pomozov wrote: > In case if a package corrupted (e.g. signature or hash is invalid) > pacman tries to remove the package file to redownload it anew the next time. > Remove *.sig file as well to make sure no data is left for the invalid > package. > > Signed-off-by: Anat