untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ4cryj2ELe5IomTbKgPI18JZme4WueuBAnf/RdLPRg5Vj+pm63Jws8zy4u+6NuDYKZwoNVMYrQBTzpkqsiebGAo=
OpenBSD 6.0 errata 027, June 12, 2017:
Fix an integer overflow in two range checks of the sti(4) display driver.
This issue only affects the hppa architecture.
And then rebuild and install a new kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install