Package: kind / 0.27.0-1

Metadata

Package Version Patches format
kind 0.27.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Workaround shellescape package name change.patch | (download)

pkg/build/nodeimage/internal/kube/source.go | 2 1 + 1 - 0 !
pkg/cluster/internal/create/create.go | 2 1 + 1 - 0 !
pkg/cluster/internal/logs/logs.go | 2 1 + 1 - 0 !
pkg/exec/helpers.go | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 workaround shellescape package name change

The shellescape package has changed its upstream name and thus
the import path has changed. The packaging in debian still uses
the old import path; so patch the source code until we have the
new library packaged in debian.

Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101060

Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>