CVS: moonbase/ftp/wu-ftpd BUILD,NONE,1.1 DETAILS,1.1,1.2

Terry Chan tchan at lunar-linux.org
Sat Dec 6 03:43:53 GMT 2003


Update of /var/cvs/lunar/moonbase/ftp/wu-ftpd
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3309

Modified Files:
	DETAILS 
Added Files:
	BUILD 
Log Message:
Fixed wu-ftpd to compile again.  The wu-ftpd devs have a corrupted file
named src/ftpcmd.y (a bison input file).  I also added the two security
patches named on the front of the wu-ftpd website.  Compiled and tested with
gcc-3.2.3, glibc-2.3.2.


--- NEW FILE: BUILD ---
(

  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
  patch_it $SOURCE_CACHE/$SOURCE3 0 &&
  # NOTE: this sedit is to fix the extra TAB followed by "=" signs in the
  # bison file src/ftpcmd.y  Stupid devs have corrupted source!!!
  sedit 's/^\t=//' src/ftpcmd.y &&
  default_build
  
) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/wu-ftpd/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	8 Oct 2002 13:23:43 -0000	1.1
+++ DETAILS	6 Dec 2003 03:43:51 -0000	1.2
@@ -1,11 +1,20 @@
           MODULE=wu-ftpd
          VERSION=2.6.2
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=realpath.patch
+         SOURCE3=connect-dos.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://ftp.wu-ftpd.org/pub/$MODULE/$SOURCE
+  SOURCE2_URL[0]=ftp://ftp.wu-ftpd.org/pub/$MODULE/patches/apply_to_2.6.2/$SOURCE2
+  SOURCE3_URL[0]=ftp://ftp.wu-ftpd.org/pub/$MODULE/patches/apply_to_2.6.2/$SOURCE3
+      SOURCE_VFY=md5:b3c271f02aadf663b8811d1bff9da3f6
+     SOURCE2_VFY=md5:ec7f87e527efdb5bcc0d2edcb29800c4
+     SOURCE3_VFY=md5:28baacb281dfb8f784b68a7db88f12cb
         WEB_SITE=http://www.wu-ftpd.org/
          ENTERED=20021008
-         UPDATED=20021008
-           SHORT="WU-ftpd"
+         UPDATED=20031205
+           SHORT="replacement ftp daemon"
 cat <<EOF
+WU-FTPD, is a replacement ftp daemon for Unix systems developed at Washington
+University St. Louis.
 EOF




More information about the Lunar-commits mailing list