[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Tue Jun 16 15:49:47 UTC 2020
The branch, master has been updated
via cd50745e Remove the new $< use from the Makefile.
via ae94e3db Tweak my email.
from 6efaa74d More spelling fixes from Fossies
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit cd50745e1c6baa6b44acd0c1003953177e49d065
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 16 08:46:44 2020 -0700
Remove the new $< use from the Makefile.
commit ae94e3db4b66d6e7a379b1e9371aca2bd6249cff
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 16 07:55:42 2020 -0700
Tweak my email.
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 8 ++++----
packaging/lsb/rsync.spec | 4 ++--
support/rrsync | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
Changeset truncated at 500 lines:
diff --git a/Makefile.in b/Makefile.in
index 5e5038d7..a4766650 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,8 +103,8 @@ options.o: latest-year.h help-rsync.h help-rsyncd.h
flist.o: rounding.h
-help-rsync.h help-rsyncd.h: rsync.1.md
- awk -f $(srcdir)/help-from-md.awk -v helpfile=$@ $(srcdir)/$<
+help-rsync.h help-rsyncd.h: rsync.1.md help-from-md.awk
+ awk -f $(srcdir)/help-from-md.awk -v helpfile=$@ $(srcdir)/rsync.1.md
rounding.h: rounding.c rsync.h proto.h
@for r in 0 1 3; do \
@@ -125,10 +125,10 @@ rounding.h: rounding.c rsync.h proto.h
@rm -f rounding.out
simd-checksum-x86_64.o: simd-checksum-x86_64.cpp
- $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $<
+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp
lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.s
- $(CC) -c -o $@ $<
+ $(CC) -c -o $@ $(srcdir)/lib/md5-asm-x86_64.s
tls$(EXEEXT): $(TLS_OBJ)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS)
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index 9176ee86..829bfe40 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -79,9 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/rsync-ssl/certs
%changelog
-* Mon Jun 15 2020 Wayne Davison <wayned at samba.org>
+* Mon Jun 15 2020 Wayne Davison <wayne at opencoder.net>
Released 3.2.0pre2.
-* Fri Mar 21 2008 Wayne Davison <wayned at samba.org>
+* Fri Mar 21 2008 Wayne Davison <wayne at opencoder.net>
Added installation of /etc/xinetd.d/rsync file and some commented-out
lines that demonstrate how to use the rsync-patches tar file.
diff --git a/support/rrsync b/support/rrsync
index c9bf39f3..a0ba074d 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -2,7 +2,7 @@
# Name: /usr/local/bin/rrsync (should also have a symlink in /usr/bin)
# Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys
# Author: Joe Smith <js-cgi at inwap.com> 30-Sep-2004
-# Modified by: Wayne Davison <wayned at samba.org>
+# Modified by: Wayne Davison <wayne at opencoder.net>
use strict;
use Socket;
--
The rsync repository.
More information about the rsync-cvs
mailing list