summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/files/patch-af
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-03-12 18:06:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-03-12 18:06:24 +0000
commit52aabe4b3b1f44ed2f13e13721c393b0e2be7f61 (patch)
tree76090d82079cb5855ea5bcc819a00bbaadf46847 /ftp/ncftp3/files/patch-af
parentReadd patch from last commit. (diff)
Update to 3.1.5.
This update addresses http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5 PR: 47445 Submitted by: Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Diffstat (limited to '')
-rw-r--r--ftp/ncftp3/files/patch-af10
1 files changed, 4 insertions, 6 deletions
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af
index 0cfaf41463d2..eef95b492156 100644
--- a/ftp/ncftp3/files/patch-af
+++ b/ftp/ncftp3/files/patch-af
@@ -1,11 +1,9 @@
---- Strn/Makefile.in.orig Mon Jan 10 14:37:45 2000
-+++ Strn/Makefile.in Mon Jan 10 14:38:32 2000
-@@ -42,7 +42,7 @@
-
+--- Strn/Makefile.in.orig Sat Oct 12 17:01:11 2002
++++ Strn/Makefile.in Wed Mar 12 10:00:33 2003
+@@ -63,5 +63,5 @@
$(LIBSO): $(SOBJS)
- /bin/rm -f "$(LIBSO)"
+ /bin/rm -f "$(LIBSO)" "$(LIBSOS)"
- gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
+ $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
-@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"
-