diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-19 10:27:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-19 10:27:25 +0000 |
commit | 15a79b97ac258fdb0b7309d00ef5bffcf8ac2f4b (patch) | |
tree | 5ba15972212caa0369ff0205d7dd28ddf944be9d /net/SSLtelnet/files/Makefile.patch | |
parent | Don't (badly) rewrite CFLAGS, assume the user knows what he/she is doing. (diff) |
Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability
described in FreeBSD-SA-01:49.telnetd
Submitted by: kondo hiroshi <kondo@ysyslab.co.jp>
PR: ports/42676
Notes
Notes:
svn path=/head/; revision=68324
Diffstat (limited to 'net/SSLtelnet/files/Makefile.patch')
-rw-r--r-- | net/SSLtelnet/files/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/SSLtelnet/files/Makefile.patch b/net/SSLtelnet/files/Makefile.patch new file mode 100644 index 000000000000..173a0d76f97d --- /dev/null +++ b/net/SSLtelnet/files/Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Aug 5 09:03:59 1999 ++++ Makefile Thu Aug 5 09:05:32 1999 +@@ -98,7 +98,7 @@ + + #BSD386 + CC += -DTERMCAP $(socksflags) +-LDADD = -ltermcap $(sockslib) ++LDADD = -L$(SSLTOP)/lib -lssl -lcrypto -lRSAglue -lrsaref -ltermcap $(sockslib) + + all: + @-mkdir bin 2>/dev/null |