search for: rsync_version

Displaying 17 results from an estimated 17 matches for "rsync_version".

2019 Nov 05
1
Segmentation fault using rsync client on Android device
I've compiled rsync for my rooted Android (armeabi-v7a, 32-bit) device using these instructions: ``` clone_or_update rsync master git://git.samba.org/rsync.git cd rsync ./prepare-source ./configure \ --prefix=$INSTALL_ROOT/rsync \ --host=$AUTOCONF_PLATFORM \ CFLAGS="$CFLAGS -static" make -j8 && make install cd - ``` Best place for instructions to build I could find
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file: http://lists.samba.org/pipermail/rsync/2002-January/005726.html, but i still getting the error: cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) thanks for any advice Martin Sigilfredo _________________________________________________________________ Join the world’s
2015 Apr 08
10
Build-system cleanups
Hi everyone Following are a number of build-system cleanup patches. Some of them are prep-work for a possible upcoming automake/gnulib introduction. Best regards, Tiziano
2003 Jun 25
3
patch draft for extended attributes on linux
....cvsignore -x dummy -x .svn -x ID -x TAGS rsync-2.5.6/configure.in xa/configure.in --- rsync-2.5.6/configure.in 2003-01-28 16:27:40.000000000 +1100 +++ xa/configure.in 2003-06-24 20:27:45.000000000 +1000 @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.52) -RSYNC_VERSION=2.5.6 +RSYNC_VERSION=2.5.6-xa AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) @@ -267,6 +267,7 @@ AC_CHECK_HEADERS(glob.h mcheck.h sys/sys AC_CHECK_HEADERS(netdb.h) AC_CHECK_HEADERS(malloc.h) AC_CHECK_HEADERS(float.h) +AC_CHECK_HEADERS(attr/xattr.h) AC_CHECK_SIZE...
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
...emented this. I have also implemented an experimental --compare-auto which decides which file to match against using a rule. Instructions for patch: 1. Install rsync-2.5.6 source 2. "patch -p1 < rsync-2.5.6-arh1.patch" (the code below) 3. edit configure to add "arh1" to the RSYNC_VERSION string and run ./configure, or if you've already run this, edit config.h to add "arh1" to the RSYNC_VERSION string. 4. "make proto" - to update proto.h file 5. "make" Here's rsync-2.5.6-arh1.patch: -----cut here----- diff -aur rsync-2.5.6/generator.c rsync-ar...
2002 Oct 21
0
daemon and absolute sym-links
...y on the daemon end; the leading 'slash' is stripped off. To 'fix' this behavior, the following 3 changes can be made (to version 2.5.5): flist.c:63 add: extern int am_daemon; flist.c:538 (was 537) modify: if (sanitize_paths && !am_daemon) { config.h:316 modify: #define RSYNC_VERSION "2.5.6" I'm incredibly busy (aren't we all....) and don't currently have time to research how to do an 'official' patch, or how to submit official fixes, or even figure out if this 'fix' has any side effects. All I know is that it seems to fix the problem, wi...
2006 Jan 02
0
Getting Cannot compute sizeof (int) on rsync-2.6.6
...See `config.log' for more details. In the config.log it shows the following: #define PACKAGE_VERSION "" #define RSYNCD_SYSCONF "/etc/rsyncd.conf" #define RSYNC_PATH "rsync" #define RSYNC_RSH "ssh" #define RSYNC_VERSION "2.6.6" #define TIME_WITH_SYS_TIME 1 #define WORDS_BIGENDIAN 1 #define _GNU_SOURCE 1 #define _LARGE_FILES 1 configure: exit 1 The configure and compile worded fine on...
2008 Feb 20
0
universal binary won't compile
...h:2301: $? = 1 configure.sh:2339: result: configure.sh: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define RSYNC_VERSION "3.0.0pre10" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure.sh:2346: error: C compiler cannot create executables See `config.log' for more details.
2008 Mar 03
2
DO NOT REPLY [Bug 5301] New: rsync 3.0.0 copyright dates not updated to 2008
...copyright date range does not yet include 2008 :) Trivial patch: --- options.c.orig 2008-02-18 19:48:20.000000000 -0500 +++ options.c 2008-03-03 10:19:19.000000000 -0500 @@ -259,7 +259,7 @@ rprintf(f, "%s version %s protocol version %d%s\n", RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol); - rprintf(f, "Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others.\n"); + rprintf(f, "Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.\n"); rprintf(f, "Web site: http://rsync.samba....
2006 Jan 02
0
SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6
...See `config.log' for more details. In the config.log it shows the following: #define PACKAGE_VERSION "" #define RSYNCD_SYSCONF "/etc/rsyncd.conf" #define RSYNC_PATH "rsync" #define RSYNC_RSH "ssh" #define RSYNC_VERSION "2.6.6" #define TIME_WITH_SYS_TIME 1 #define WORDS_BIGENDIAN 1 #define _GNU_SOURCE 1 #define _LARGE_FILES 1 configure: exit 1 The configure and compile worded fine on...
2002 Jul 12
0
Installation
..._env_target_alias_set= ac_cv_env_target_alias_value= ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define RSYNC_VERSION "2.5.5" configure: exit 1 -------------- next part -------------- # Makefile for rsync. This is processed by configure to produce the final # Makefile prefix=/usr/local exec_prefix=${prefix} bindir=${exec_prefix}/bin mandir=${prefix}/man LIBS=-lresolv -lsocket -lnsl CC=cc CFLAGS=-g -D...
2020 May 20
0
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
...kefile.in > @@ -12,6 +12,9 @@ LIBS=@LIBS@ > CC=@CC@ > CFLAGS=@CFLAGS@ > CPPFLAGS=@CPPFLAGS@ > +CXX=@CXX@ > +CXXFLAGS=@CXXFLAGS@ > +CXXUSED=@CXXUSED@ > EXEEXT=@EXEEXT@ > LDFLAGS=@LDFLAGS@ > LIBOBJDIR=lib/ > @@ -27,7 +30,11 @@ SHELL=/bin/sh > VERSION=@RSYNC_VERSION@ > > .SUFFIXES: > -.SUFFIXES: .c .o > +ifeq ($(CXXUSED),yes) > + .SUFFIXES: .c .cpp .o > +else > + .SUFFIXES: .c .o > +endif > > GENFILES=configure.sh aclocal.m4 config.h.in proto.h proto.h-tstamp > rsync.1 rsync-ssl.1 rsyncd.conf.5 > HEADERS=byteorde...
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
...efile.in index 59649562..0953e601 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,6 +12,9 @@ LIBS=@LIBS@ CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ +CXX=@CXX@ +CXXFLAGS=@CXXFLAGS@ +CXXUSED=@CXXUSED@ EXEEXT=@EXEEXT@ LDFLAGS=@LDFLAGS@ LIBOBJDIR=lib/ @@ -27,7 +30,11 @@ SHELL=/bin/sh VERSION=@RSYNC_VERSION@ .SUFFIXES: -.SUFFIXES: .c .o +ifeq ($(CXXUSED),yes) + .SUFFIXES: .c .cpp .o +else + .SUFFIXES: .c .o +endif GENFILES=configure.sh aclocal.m4 config.h.in proto.h proto.h-tstamp rsync.1 rsync-ssl.1 rsyncd.conf.5 HEADERS=byteorder.h config.h errcode.h proto.h rsync.h ifuncs.h itypes.h inum...
2020 May 18
3
[PATCH] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
What do you base this on? Per https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html : "For the x86-32 compiler, you must use -march=cpu-type, -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 compiler, these extensions are enabled by default." That reads to me like we're fine for SSE2. As stated in my comments, SSSE3 support must be
2008 Feb 15
4
Revised flags patch
...i Feb 15 19:35:16 2008 @@ -52,6 +52,7 @@ int preserve_hard_links = 0; int preserve_acls = 0; int preserve_xattrs = 0; int preserve_perms = 0; +int preserve_fileflags = 0; int preserve_executability = 0; int preserve_devices = 0; int preserve_specials = 0; @@ -223,6 +224,7 @@ static void print_rsync_version(enum log char const *links = "no "; char const *iconv = "no "; char const *ipv6 = "no "; + char const *fileflags = "no "; STRUCT_STAT *dumstat; #if SUBPROTOCOL_VERSION != 0 @@ -252,6 +254,9 @@ static void print_rsync_version(enum log #ifdef ICONV_...
2020 May 22
2
[PATCH] Optimized assembler version of md5_process() for x86-64
...lib/md5_asm_x86_64.s | 693 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 712 insertions(+), 1 deletion(-) create mode 100644 lib/md5_asm_x86_64.s diff --git a/Makefile.in b/Makefile.in index af5aaa56..fbe22ccc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,8 +33,10 @@ VERSION=@RSYNC_VERSION@ .SUFFIXES: .c .o CXXOBJ= +ASMOBJ= ifeq ($(SIMD),x86-64) CXXOBJ=checksum_simd_x86_64.o + ASMOBJ=lib/md5_asm_x86_64.o endif GENFILES=configure.sh aclocal.m4 config.h.in proto.h proto.h-tstamp rsync.1 rsync-ssl.1 rsyncd.conf.5 @@ -52,7 +54,7 @@ OBJS3=progress.o pipe.o DAEMON_OBJ = par...
2020 Feb 09
2
[RFC PATCH] Add SHA1 support
...), 45 deletions(-) create mode 100644 lib/md32_common.h create mode 100644 lib/sha1.c create mode 100644 lib/sha1.h create mode 100644 lib/sha_local.h diff --git a/Makefile.in b/Makefile.in index 9bb977eb6b0a8..a390afe4ed829 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,7 +32,7 @@ VERSION=@RSYNC_VERSION@ GENFILES=configure.sh aclocal.m4 config.h.in proto.h proto.h-tstamp rsync.1 rsyncd.conf.5 HEADERS=byteorder.h config.h errcode.h proto.h rsync.h ifuncs.h itypes.h inums.h \ lib/pool_alloc.h -LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o \ +LIBOBJ=lib/wildmatch.o lib...