diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 00:27:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 00:27:19 +0000 |
commit | 7b8cf3e381071cb863d0eb1fc1a25ac3d99a14ce (patch) | |
tree | 6a032e0d0d10258c35494ae3b2b337fda871bed0 /net/netcat | |
parent | Update to version 4.9.10. (diff) |
Enable `TELNET' and `GAPING_SECURITY_HOLE'.
Requested by: ru (GAPING_SECURITY_HOLE)
Notes
Notes:
svn path=/head/; revision=32013
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/netcat/files/patch-ab b/net/netcat/files/patch-ab index ccbfcea2abfd..36b9f832b4b6 100644 --- a/net/netcat/files/patch-ab +++ b/net/netcat/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 20 13:46:06 1996 -+++ Makefile Sun Apr 11 16:36:21 1999 +--- Makefile.orig Tue Mar 19 19:16:06 1996 ++++ Makefile Sat Jul 24 13:30:04 1999 @@ -9,12 +9,12 @@ # pick gcc if you'd rather , and/or do -g instead of -O if debugging # debugging @@ -24,3 +24,12 @@ nc-dos: @echo "DOS?! Maybe someday, but not now" +@@ -81,7 +81,7 @@ + + # virtually the same as netbsd/bsd44lite/whatever + freebsd: +- make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD' STATIC=-static ++ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET' STATIC=-static + + bsdi: + make -e $(ALL) $(MFLAGS) XFLAGS='-DBSDI' STATIC=-Bstatic |