summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files/patch-al
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-30 17:00:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-30 17:00:56 +0000
commit624195f0764367c99cc3c640d7fcda1f86a322e4 (patch)
tree453a32509d088cc39a5467b701a4ef68bbd788da /ftp/wu-ftpd/files/patch-al
parentUpdate (diff)
Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes.
Notes
Notes: svn path=/head/; revision=5473
Diffstat (limited to 'ftp/wu-ftpd/files/patch-al')
-rw-r--r--ftp/wu-ftpd/files/patch-al25
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/wu-ftpd/files/patch-al b/ftp/wu-ftpd/files/patch-al
new file mode 100644
index 000000000000..91414fc3ef3e
--- /dev/null
+++ b/ftp/wu-ftpd/files/patch-al
@@ -0,0 +1,25 @@
+*** support/makefiles/Makefile.fbs.bak Fri Feb 17 20:36:56 1995
+--- support/makefiles/Makefile.fbs Thu Jan 30 16:32:32 1997
+***************
+*** 4,13 ****
+ LIBC = /usr/lib/libc.a
+ IFLAGS =
+ LFLAGS =
+! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
+
+! SRCS = fnmatch.c strcasestr.c authuser.c ftw.c
+! OBJS = fnmatch.o strcasestr.o authuser.o ftw.o
+
+ all: $(OBJS)
+ -rm -f libsupport.a
+--- 4,13 ----
+ LIBC = /usr/lib/libc.a
+ IFLAGS =
+ LFLAGS =
+! CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
+
+! SRCS = strcasestr.c authuser.c ftw.c
+! OBJS = strcasestr.o authuser.o ftw.o
+
+ all: $(OBJS)
+ -rm -f libsupport.a