On 2/2/19 2:01 PM, morganamilo wrote: Mostly okay.
diff --git a/NEWS b/NEWS index a182d65e..6ae93a9d 100644 --- a/NEWS +++ b/NEWS @@ -167,7 +167,7 @@ VERSION DESCRIPTION - fix triggering of Install hooks (FS#47996) - fix handling of stdin scripts called by pacman - hook activity is logged - - documentataion updates for alpm-hooks (FS#48080) + - documentation updates for alpm-hooks (FS#48080) - makepkg: - increase robustness of variable array checks - makepkg -g does not perform current architecture checks @@ -259,9 +259,9 @@ VERSION DESCRIPTION - Fix removal of static libraries when the shared library uses the absolute path in symbolic links (FS#43395) - Improve Bazaar cloning (FS#43448) - - Fix issues with architecture dependant checksum + - Fix issues with architecture dependent checksum verification (FS#43192) - - Fix .SRCINFO file with architecture dependant fields + - Fix .SRCINFO file with architecture dependent fields (FS#43247) - Fix compatibility with older bash versions - Allow git checkouts to be downloaded into directory ending @@ -351,7 +351,7 @@ VERSION DESCRIPTION - checkupdates: rename CHECKUPDATE_DB to CHECKUPDATES_DB - pacdiff: add a "Quit" option, and many other improvements - pacsysclean is removed -4.1.2 - validate %FILEPATH% when parsing repos to prevent arbitary +4.1.2 - validate %FILEPATH% when parsing repos to prevent arbitrary file overwrites from malicious databases - makepkg: - restrict package name from starting with a dot @@ -816,7 +816,7 @@ VERSION DESCRIPTION - repo-add: use openssl instead of md5sum - simplify doc building process for ease of development - ensure correct handling of syscall interruptions - - readd missing newline on -Qi/-Si output (FS#11331) + - read missing newline on -Qi/-Si output (FS#11331)
This change is wrong. Current: readd (re-add) -- add something back after it went missing Proposed: read -- accept -Qi/-Si output as input to something else (but what?), look at it and correctly interpret that input regardless of whether there is a newline there or not -- Eli Schwartz Bug Wrangler and Trusted User