Run newvers.sh with umask 007 to work around permission issues that
authortb <tb@openbsd.org>
Tue, 6 Feb 2018 08:42:33 +0000 (08:42 +0000)
committertb <tb@openbsd.org>
Tue, 6 Feb 2018 08:42:33 +0000 (08:42 +0000)
commit5253372b256ca8b6fb736e62fd4972386fe335e8
tree28bb6d3f9eb6fc8145caf11e83f82e628eb567e8
parent5e8c0e3fb1f9258d2c713823093af9c696a76d67
Run newvers.sh with umask 007 to work around permission issues that
cause 'make release' fail the first time around after building GENERIC
if /usr/obj/ wasn't cleaned out properly. The proper fix would be to
implement privdrop for kernel builds but this is trickier than it looks
at first sight.

discussed with deraadt
share/man/man8/release.8
sys/conf/newvers.sh