nuageninit: modify the test to show the issue fixed inc316ec259011
Ensure the script used is invalid when parsed by libyaml which
highlight the issue revealed in PR295062
while at here validate the mode of the file is properly changed
PR: 295062
MFC After: 1 day
(cherry picked from commit 2a86992ab5019b4997ccadf7427011ba44e33c97)
nuageinit: only parse user_data as yaml when necessary
This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used
PR: 295062
Reported by: Ross McKelvie <ross at exitzero.uk>
MFC After: 1 day
(cherry picked from commit c316ec259011e9e22e40eaa72d834f3bfac95c28)
nuageinit: only parse user_data as yaml when necessary
This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used
PR: 295062
Reported by: Ross McKelvie <ross at exitzero.uk>
MFC After: 1 day
(cherry picked from commit c316ec259011e9e22e40eaa72d834f3bfac95c28)
nuageninit: modify the test to show the issue fixed inc316ec259011
Ensure the script used is invalid when parsed by libyaml which
highlight the issue revealed in PR295062
while at here validate the mode of the file is properly changed
PR: 295062
MFC After: 1 day
(cherry picked from commit 2a86992ab5019b4997ccadf7427011ba44e33c97)
ftp/freebsd-ftpd: v20260507 Uses USE_BLOCKLIST
Upstream (maintained by me) replaced USE_BLACKLIST with USE_BLOCKLIST.
I may not have communicated this clearly.
PR: 295080
Fixes: fbe86c4decb6
ftp/freebsd-ftpd: Use blocklist
Starting from FreeBSD version 1500000, prefer the new blocklist
nomenclature.
Once older versions are no longer supported, we should use blocklist
exclusively.
While here, move USES higher to appease portlint (USE_* seen before
USES).
PR: 295080
Reviewed by: cy