4 Jan
2019
4 Jan
'19
1:20 a.m.
On 28/12/18 9:15 am, Eli Schwartz wrote:
Our sed parser for xdelta3 headers will greedily match on ":" which coincidentally is also the character we use to define a version with an epoch.
While we are at it, simply use sed for the whole pipeline, rather than using both grep and sed.
Fixes FS#61195
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
OK. As an aside, the fact we are rewriting package version parsing code in bash highlights again that repo-add really should be converted to a libalpm program. Allan