Re: SA-16:03 and SA-16:04 on 9.3-RELEASE

2016-01-16 Thread Gleb Smirnoff
Robert, On Sat, Jan 16, 2016 at 12:34:18AM -0500, Robert Ames wrote: R> # cd /usr/src R> # patch < /path/to/patch R> # cd /usr/src/amd64/linux32 R> # make sysent R> # cd /usr/src/i386/linux R> # make sysent R> R> On my 9.3-RELEASE machine I don't have /usr/src/amd64 or /usr/src/i386. R> Are the

Re: SA-16:03 and SA-16:04 on 9.3-RELEASE

2016-01-16 Thread Dag-Erling Smørgrav
Robert Ames writes: > On my 9.3-RELEASE machine I don't have /usr/src/amd64 or /usr/src/i386. > Are the correct directories /usr/src/sys/amd64/linux32 and > /usr/src/sys/i386/linux? Yes. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-security@fr

SA-16:03 and SA-16:04 on 9.3-RELEASE

2016-01-16 Thread Robert Ames
Both SA-16:03 and SA-16:04 give the following instructions: # cd /usr/src # patch < /path/to/patch # cd /usr/src/amd64/linux32 # make sysent # cd /usr/src/i386/linux # make sysent On my 9.3-RELEASE machine I don't have /usr/src/amd64 or /usr/src/i386. Are the correct directories /usr/src/sys/amd6