[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Jun 28 04:29:04 UTC 2020


The branch, master has been updated
       via  dcbe005a Preparing for release of 3.2.2pre1
       via  af57b55b Some misc cleanup
      from  967e6426 Improve the NSTR differentiation idiom.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dcbe005a6a557294ceba3fd3d8a22ecf62d47e54
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jun 27 21:22:49 2020 -0700

    Preparing for release of 3.2.2pre1

commit af57b55bdbcc832bdd7da28febe2c9a5c882c9cb
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jun 27 21:19:52 2020 -0700

    Some misc cleanup
    
    Remove some extraneous vars, update some years, add an  rrsync opt, &
    ensure some less options are set right when running release-rsync.

-----------------------------------------------------------------------

Summary of changes:
 batch.c                  |  3 ---
 configure.ac             |  2 +-
 getgroups.c              |  2 +-
 ifuncs.h                 |  2 +-
 packaging/lsb/rsync.spec | 12 ++++++------
 packaging/release-rsync  |  1 +
 support/rrsync           |  1 +
 t_stub.c                 |  2 +-
 8 files changed, 12 insertions(+), 13 deletions(-)


Changeset truncated at 500 lines:

diff --git a/batch.c b/batch.c
index 582c8c16..a9711c56 100644
--- a/batch.c
+++ b/batch.c
@@ -38,13 +38,10 @@ extern int do_compression;
 extern int inplace;
 extern int append_mode;
 extern int write_batch;
-extern int xfersum_type;
 extern int protocol_version;
 extern int raw_argc, cooked_argc;
 extern char **raw_argv, **cooked_argv;
 extern char *batch_name;
-extern const char *checksum_choice;
-extern const char *compress_choice;
 #ifdef ICONV_OPTION
 extern char *iconv_opt;
 #endif
diff --git a/configure.ac b/configure.ac
index bf04e99d..9275ce75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([rsync],[3.2.2dev],[https://rsync.samba.org/bugtracking.html])
+AC_INIT([rsync],[3.2.2pre1],[https://rsync.samba.org/bugtracking.html])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([byteorder.h])
diff --git a/getgroups.c b/getgroups.c
index 1ccbc781..8a37ed0b 100644
--- a/getgroups.c
+++ b/getgroups.c
@@ -3,7 +3,7 @@
  * `id -G` on Linux, but it's too hard to find a portable equivalent.
  *
  * Copyright (C) 2002 Martin Pool
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as
diff --git a/ifuncs.h b/ifuncs.h
index 099fd07d..b9490588 100644
--- a/ifuncs.h
+++ b/ifuncs.h
@@ -1,6 +1,6 @@
 /* Inline functions for rsync.
  *
- * Copyright (C) 2007-2019 Wayne Davison
+ * Copyright (C) 2007-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index 22ae1ce5..be36f731 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
-Version: 3.2.1
-%define fullversion %{version}
-Release: 1
-%define srcdir src
+Version: 3.2.2
+%define fullversion %{version}pre1
+Release: 0.1.pre1
+%define srcdir src-previews
 Group: Applications/Internet
 License: GPL
 Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir /etc/rsync-ssl/certs
 
 %changelog
-* Mon Jun 22 2020 Wayne Davison <wayne at opencoder.net>
-Released 3.2.1.
+* Sat Jun 27 2020 Wayne Davison <wayne at opencoder.net>
+Released 3.2.2pre1.
 
 * Fri Mar 21 2008 Wayne Davison <wayne at opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
diff --git a/packaging/release-rsync b/packaging/release-rsync
index 2ae5eb4c..629ee25d 100755
--- a/packaging/release-rsync
+++ b/packaging/release-rsync
@@ -13,6 +13,7 @@ sys.path = ['packaging'] + sys.path
 
 from pkglib import *
 
+os.environ['LESS'] = 'mqeiXR'; # Make sure that -F is turned off and -R is turned on.
 dest = os.environ['HOME'] + '/samba-rsync-ftp'
 ORIGINAL_PATH = os.environ['PATH']
 
diff --git a/support/rrsync b/support/rrsync
index 34e62300..eabec3dc 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -111,6 +111,7 @@ our %long_opt = (
   'list-only' => 0,
   'log-file' => $only eq 'r' ? -1 : 3,
   'log-format' => 1,
+  'max-alloc' => 1,
   'max-delete' => 1,
   'max-size' => 1,
   'min-size' => 1,
diff --git a/t_stub.c b/t_stub.c
index 5a9bad55..954b86da 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -33,7 +33,7 @@ int preserve_xattrs = 0;
 int preserve_perms = 0;
 int preserve_executability = 0;
 int open_noatime = 0;
-size_t max_alloc = 1024*1024*1024;
+size_t max_alloc = 1024*1024*1024; /* max_alloc is needed when combined with util2.o */
 char *partial_dir;
 char *module_dir;
 filter_rule_list daemon_filter_list;


-- 
The rsync repository.



More information about the rsync-cvs mailing list