From 2db0b247a5c35dd5ac2ee04fe4dbd94eefa1f753 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 25 Sep 1999 05:27:58 +0000 Subject: Upgrade to 1.0 r10. Remove patches integrated since r9. 1/2 of patch-aa was integrated, the second half has been retained. Add new patch (patch-ak) from web site for s5fakehost files. Add new patch (patch-al) to fix long standing telnet failure to build (it is a kludge, so hasn't been submitted to the socks maintainers). --- net/socks5/files/patch-al | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/socks5/files/patch-al (limited to 'net/socks5/files/patch-al') diff --git a/net/socks5/files/patch-al b/net/socks5/files/patch-al new file mode 100644 index 000000000000..1b7660110396 --- /dev/null +++ b/net/socks5/files/patch-al @@ -0,0 +1,10 @@ +--- clients/telnet/telnet.c.org Fri Sep 24 23:18:34 1999 ++++ clients/telnet/telnet.c Fri Sep 24 23:18:58 1999 +@@ -596,6 +596,7 @@ + else return(unknown); + } + ++#undef HAVE_SETUPTERM /* GROSS KLUDGE XXX -- imp */ + #ifndef HAVE_SETUPTERM + extern int tgetent(char *, char *); + char termbuf[1024]; -- cgit v1.2.3