Re: Update to go-1.18.2

2022-05-17 Thread Stuart Henderson
On 2022/05/16 21:30, Stuart Henderson wrote: > On 2022/05/17 05:41, Joel Sing wrote: > > > go/src/debug/elf/testdata/gcc-amd64-linux-exec > > > -go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj > > > +go/src/debug/elf/testdata/gcc-${MACHINE_ARCH}-openbsd-debug-with-rela.obj > > >

Re: Update to go-1.18.2

2022-05-16 Thread Stuart Henderson
On 2022/05/17 05:41, Joel Sing wrote: > > go/src/debug/elf/testdata/gcc-amd64-linux-exec > > -go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj > > +go/src/debug/elf/testdata/gcc-${MACHINE_ARCH}-openbsd-debug-with-rela.obj > > This chunk needs reverting. UPDATE_PLIST_ARGS= -i

Re: Update to go-1.18.2

2022-05-16 Thread Joel Sing
On 22-05-16 07:21:12, Daniel Jakots wrote: > Here's a patch for go-1.18.2 > > > go1.18.2 (released 2022-05-10) includes security fixes to the syscall > > package, as well as bug fixes to the compiler, runtime, the go > > command, and the crypto/x509, go/types, net/http/httptest, reflect, > > and

Update to go-1.18.2

2022-05-16 Thread Daniel Jakots
Hi, Here's a patch for go-1.18.2 > go1.18.2 (released 2022-05-10) includes security fixes to the syscall > package, as well as bug fixes to the compiler, runtime, the go > command, and the crypto/x509, go/types, net/http/httptest, reflect, > and sync/atomic packages. See the Go 1.18.2 milestone