From 69eae8644576c63b20200a1f1978f352fd1d01b0 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 2 Oct 2022 11:54:34 +1000 Subject: [PATCH] Update NEWS for pacman-6.0.2 release Signed-off-by: Allan McRae --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index b01bf8bc..58088c32 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +6.0.2 - Fix potential content injection during PGP import (FS#73703) + - Fix potential segfault during PGP key import (FS#73534) + - Fix potential information leak while parsing badly formed + download header (FS#73704) + - Translation fixes to avoid segfault (FS#75680) + - makepkg: + - Fix compatability with bash 5.2 (FS#76035) + - Fix behaviour while attempting stripping of readonly files + (FS#74486) + - Use debugedit instead of awk for identifying source files + for debug packages + - Use -ffile-prefix-map instead of -fdebug-prefix-map to + capture all source files in debug packages + - Add -flto to LDFLAGS for clang 6.0.1 - Prevent download error pages ending up in package files (FS#71083) - Give -U downloads a random .part file name if needed