Displaying 2 results from an estimated 2 matches for "rupnp".
Did you mean:
upnp
2004 May 29
1
[patch] Filename conversion
...y
touches some other files, mostly flist.c and the addition/extension of
some utility functions. I took the opportunity to fix an argument
parsing buffer overflow bug in main.c. Note that you'll need to run
autoconf and 'make proto'.
Eran
-------------- next part --------------
diff -rupNP rsync-2.6.2/cleanup.c rsync-2.6.2-fnameconv.clean/cleanup.c
--- rsync-2.6.2/cleanup.c 2004-01-27 10:14:33.000000000 +0200
+++ rsync-2.6.2-fnameconv.clean/cleanup.c 2004-05-29 21:17:08.000000000 +0300
@@ -119,6 +119,7 @@ void _exit_cleanup(int code, const char
finish_transfer(cleanup_new_fname,...
2004 Feb 06
4
memory reduction
...le of new files so use patch -p1
and rerun ./configure after patching.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@pegasys.ws
Remember Cernan and Schmitt
-------------- next part --------------
diff -rupNP --exclude-from cvs/.ignore cvs/Makefile.in pool2/Makefile.in
--- cvs/Makefile.in Tue Feb 3 16:34:24 2004
+++ pool2/Makefile.in Tue Feb 3 16:33:00 2004
@@ -27,7 +27,7 @@ VERSION=@VERSION@
HEADERS=byteorder.h config.h errcode.h proto.h rsync.h
LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o...