From 841c1f338872ca37d9fe8c699336823222dba5da Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Fri, 24 Apr 2020 11:23:14 -0700 Subject: [PATCH] Remove blurb about fixed in go1.11 in patch file This blurb exists because we reused the same commit from an old patch, and thus got the commit message with it. However the message is confusing in this context. It was suggested in review that we should remove the confusing message. Signed-off-by: Brian Goff --- .../0001-archive-tar-do-not-populate-user-group-names.patch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/patches/0001-archive-tar-do-not-populate-user-group-names.patch b/patches/0001-archive-tar-do-not-populate-user-group-names.patch index ebf86a673f..0af43b3fcb 100644 --- a/patches/0001-archive-tar-do-not-populate-user-group-names.patch +++ b/patches/0001-archive-tar-do-not-populate-user-group-names.patch @@ -11,10 +11,6 @@ on NULL pointer dereference). For much more details, see https://github.com/golang/go/issues/23265 -This is ultimately fixed in Go 1.11 (provided that "osusergo" build tag -is set (see https://github.com/golang/go/commit/62f0127d81). In the -meantime, let's use this fork. - Signed-off-by: Kir Kolyshkin --- src/archive/tar/stat_unix.go | 26 +++-----------------------