Package: golang-github-pkg-term / 1.1.0-4~deb11u1

Metadata

Package Version Patches format
golang-github-pkg-term 1.1.0-4~deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix_ppc_build.patch | (download)

termios/termios_linux.go | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix termios constants on ppc architectures
0002 enotty newer kernels.patch | (download)

termios/termios_test.go | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 as of torvalds/linux@1b8b20868a6d64cfe8174a21b25b74367bdf0560,
 unsupported ioctls now return ENOTTY instead of EINVAL. This change was
 also backported to the 5.10 stable branch, so it's a problem on the
 current release of many Linux distros now.