[oe-commits] org.oe.dev ftpd-topfield: Updated to 0.7.5 and added the syslog patch

rwhitby commit oe at amethyst.openembedded.net
Fri Mar 28 04:17:38 UTC 2008


ftpd-topfield: Updated to 0.7.5 and added the syslog patch

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: dd15f7f49322c01bcd6b9e0738b3452ab727d348
ViewMTN: http://monotone.openembedded.org/revision/info/dd15f7f49322c01bcd6b9e0738b3452ab727d348
Files:
1
packages/ftpd-topfield/ftpd-topfield_0.7.4.bb
packages/ftpd-topfield/ftpd-topfield_0.7.5.bb
packages/ftpd-topfield/files/syslog.patch
Diffs:

#
# mt diff -rab9b6229419038d1cd565f287223b27e8a0ab406 -rdd15f7f49322c01bcd6b9e0738b3452ab727d348
#
#
#
# rename "packages/ftpd-topfield/ftpd-topfield_0.7.4.bb"
#     to "packages/ftpd-topfield/ftpd-topfield_0.7.5.bb"
# 
# add_file "packages/ftpd-topfield/files/syslog.patch"
#  content [49ea172de784d2eac6f5f6d268eab53dca579f66]
# 
# patch "packages/ftpd-topfield/ftpd-topfield_0.7.5.bb"
#  from [139094f9c7f3a47d4880ca6843b5ae81ca3bc526]
#    to [286b7cb59ed33da44eda89da11f94c7bb318c481]
#
============================================================
--- packages/ftpd-topfield/files/syslog.patch	49ea172de784d2eac6f5f6d268eab53dca579f66
+++ packages/ftpd-topfield/files/syslog.patch	49ea172de784d2eac6f5f6d268eab53dca579f66
@@ -0,0 +1,26 @@
+--- ftpd-topfield/ftpd.c~	2008-02-16 09:49:30.000000000 +1030
++++ ftpd-topfield/ftpd.c	2008-03-24 21:45:15.000000000 +1030
+@@ -1190,6 +1190,7 @@
+ 		if (debug) {
+ 			fprintf(stderr, "Transfer failed %lld bytes %s\n", (long long)current, srcpath);
+ 		}
++		syslog(LOG_INFO, "retrieve: Failed transfer of %s @%Ld", srcpath, (long long)current);
+ 		perror_reply (550, name);
+ 	}
+ 
+@@ -1363,6 +1364,7 @@
+ #endif
+ 
+ 	if (ret != 0) {
++		syslog(LOG_INFO, "store: Failed transfer of %s @%Ld", destpath, (long long)current);
+ 		perror_reply (553, name);
+ 
+ 		LOGCMD (*mode == 'w' ? "put" : "append", name);
+@@ -1451,6 +1453,7 @@
+ 				}
+ 			}
+ 
++			syslog(LOG_INFO, "store: Failed transfer of %s @%Ld", destpath, (long long)current);
+ 			/* Failed to cancel the put, so give up */
+ 			perror_reply (426, "Data Connection");
+ 		}
============================================================
--- packages/ftpd-topfield/ftpd-topfield_0.7.4.bb	139094f9c7f3a47d4880ca6843b5ae81ca3bc526
+++ packages/ftpd-topfield/ftpd-topfield_0.7.5.bb	286b7cb59ed33da44eda89da11f94c7bb318c481
@@ -3,9 +3,11 @@ LICENSE = "MIT"
 HOMEPAGE = "http://sourceforge.net/projects/puppy"
 SECTION = "net"
 LICENSE = "MIT"
+PR = "r1"
 
-SRC_URI = "cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_7_4 \
-	   cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_7_4 \
+SRC_URI = "cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_7_5 \
+	   cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_7_5 \
+	   file://syslog.patch;patch=1 \
 	   file://init"
 
 # The source will end up in the subdirectory 'ftpd-topfield' - no release name






More information about the Openembedded-commits mailing list