ports/security/putty/files/patch-unix_uxpty.c
Matthias Andree 4c5a117abd Update security/putty to 0.71 security fix release
Unfortunately, this new release breaks GSSAPI_NONE, which is removed
for now. Bug has been reported upstream.

Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

MFH:		2019Q1
Security:	46e1ece5-48bd-11e9-9c40-080027ac955c
2019-03-17 14:17:26 +00:00

10 lines
221 B
C

--- unix/uxpty.c.orig 2019-03-16 12:26:38 UTC
+++ unix/uxpty.c
@@ -13,7 +13,6 @@
#include <fcntl.h>
#include <termios.h>
#include <grp.h>
-#include <utmp.h>
#include <pwd.h>
#include <time.h>
#include <sys/types.h>