>Synopsis: Syspatch fails silently if no patches are available
>Category: Syspatch
>Environment:
System : OpenBSD 6.3
Details : OpenBSD 6.3 (GENERIC) #100: Sat Mar 24 14:17:45 MDT 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC
Architecture: OpenBSD.amd64
Machine : amd64
>Description:
At time of writing, there are no syspatches available for OpenBSD 6.3.
My /etc/installurl is set to https://ftp.eu.openbsd.org/pub/OpenBSD
When running syspatch -c, syspatch tries to download the following URL:
https://ftp.eu.openbsd.org/pub/OpenBSD/syspatch/6.3/amd64/SHA256.sig
around line 161 and fails.
Result: The command fails (return code 1) with no output.
Expected result: return code 0, no output?
>How-To-Repeat:
On OpenBSD 6.3, set /etc/installurl to
https://ftp.eu.openbsd.org/pub/OpenBSD
and run syspatch -c
--
Yann Hamon
[email protected]