File tree 39 files changed +44
-44
lines changed
39 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 2
2
* Routines to authenticate access to a daemon (hosts allow/deny).
3
3
*
4
4
* Copyright (C) 1998 Andrew Tridgell
5
- * Copyright (C) 2004-2020 Wayne Davison
5
+ * Copyright (C) 2004-2021 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2006-2020 Wayne Davison
6
+ * Copyright (C) 2006-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 2
2
* Backup handling code.
3
3
*
4
4
* Copyright (C) 1999 Andrew Tridgell
5
- * Copyright (C) 2003-2020 Wayne Davison
5
+ * Copyright (C) 2003-2021 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1992-2001 Andrew Tridgell <tridge@samba.org>
5
5
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
6
- * Copyright (C) 2002-2020 Wayne Davison
6
+ * Copyright (C) 2002-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
5
5
* Copyright (C) 2001-2002 Martin Pool <mbp@samba.org>
6
- * Copyright (C) 2002-2020 Wayne Davison
6
+ * Copyright (C) 2002-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) Andrew Tridgell 1996
5
5
* Copyright (C) Paul Mackerras 1996
6
- * Copyright (C) 2004-2020 Wayne Davison
6
+ * Copyright (C) 2004-2022 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
6
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7
- * Copyright (C) 2002-2020 Wayne Davison
7
+ * Copyright (C) 2002-2021 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
* Copyright (C) 1996-2000 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
6
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
7
- * Copyright (C) 2003-2020 Wayne Davison
7
+ * Copyright (C) 2003-2021 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/* Inline functions for rsync.
2
2
*
3
- * Copyright (C) 2007-2020 Wayne Davison
3
+ * Copyright (C) 2007-2021 Wayne Davison
4
4
*
5
5
* This program is free software; you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
* Copyright (C) 1996-2001 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
6
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7
- * Copyright (C) 2003-2020 Wayne Davison
7
+ * Copyright (C) 2003-2022 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/* Inline functions for rsync.
2
2
*
3
- * Copyright (C) 2007-2020 Wayne Davison
3
+ * Copyright (C) 2007-2021 Wayne Davison
4
4
*
5
5
* This program is free software; you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
- #define LATEST_YEAR "2020 "
1
+ #define LATEST_YEAR "2022 "
Original file line number Diff line number Diff line change 2
2
* Extended attribute support for rsync.
3
3
*
4
4
* Copyright (C) 2004 Red Hat, Inc.
5
- * Copyright (C) 2003-2019 Wayne Davison
5
+ * Copyright (C) 2003-2020 Wayne Davison
6
6
* Written by Jay Fenlason.
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
5
5
* Copyright (C) 2000-2001 Martin Pool <mbp@samba.org>
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
* Copyright (C) 1996-2001 Andrew Tridgell <tridge@samba.org>
5
5
* Copyright (C) 1996 Paul Mackerras
6
6
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7
- * Copyright (C) 2003-2020 Wayne Davison
7
+ * Copyright (C) 2003-2021 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
5
5
* Copyright (C) 2000, 2001, 2002 Martin Pool <mbp@samba.org>
6
- * Copyright (C) 2002-2020 Wayne Davison
6
+ * Copyright (C) 2002-2022 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
Summary: A fast, versatile, remote (and local ) file-copying tool
2
2
Name: rsync
3
- Version: 3.2.3
4
- %define fullversion %{version }
5
- Release: 1
6
- %define srcdir src
3
+ Version: 3.2.4
4
+ %define fullversion %{version }pre1
5
+ Release: 0.1.pre1
6
+ %define srcdir src-previews
7
7
Group: Applications/Internet
8
8
License: GPL
9
9
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir }/rsync-%{fullversion }.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
79
79
%dir /etc/rsync-ssl/certs
80
80
81
81
%changelog
82
- * Thu Aug 06 2020 Wayne Davison <wayne@opencoder.net>
83
- Released 3.2.3 .
82
+ * Sun Jan 02 2022 Wayne Davison <wayne@opencoder.net>
83
+ Released 3.2.4pre1 .
84
84
85
85
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
86
86
Added installation of /etc/xinetd.d/rsync file and some commented-out
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996-2000 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 2
2
* Copyright (C) 1996, 2000 Andrew Tridgell
3
3
* Copyright (C) 1996 Paul Mackerras
4
4
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
5
- * Copyright (C) 2003-2020 Wayne Davison
5
+ * Copyright (C) 2003-2021 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# Copyright (C) 2001, 2002 by Martin Pool <mbp@samba.org>
4
- # Copyright (C) 2003-2020 Wayne Davison
4
+ # Copyright (C) 2003-2021 Wayne Davison
5
5
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License version
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
*
5
5
* Copyright (C) 1998 Andrew Tridgell
6
6
* Copyright (C) 2002 Martin Pool
7
- * Copyright (C) 2003-2020 Wayne Davison
7
+ * Copyright (C) 2003-2021 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
* functions, so that module test harnesses can run standalone.
4
4
*
5
5
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2004-2020 Wayne Davison
3
+ # Copyright (C) 2004-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2004-2020 Wayne Davison
3
+ # Copyright (C) 2004-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2004-2020 Wayne Davison
3
+ # Copyright (C) 2004-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2004-2020 Wayne Davison
3
+ # Copyright (C) 2004-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2005-2020 Wayne Davison
3
+ # Copyright (C) 2005-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2003-2020 Wayne Davison
3
+ # Copyright (C) 2003-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2005-2020 Wayne Davison
3
+ # Copyright (C) 2005-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2005-2020 Wayne Davison
3
+ # Copyright (C) 2005-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2004-2020 Wayne Davison
3
+ # Copyright (C) 2004-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Copyright (C) 2003-2020 Wayne Davison
3
+ # Copyright (C) 2003-2021 Wayne Davison
4
4
5
5
# This program is distributable under the terms of the GNU GPL (see
6
6
# COPYING).
Original file line number Diff line number Diff line change 2
2
* Trivial ls for comparing two directories after running an rsync.
3
3
*
4
4
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
5
- * Copyright (C) 2003-2020 Wayne Davison
5
+ * Copyright (C) 2003-2021 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
* Copyright (C) 1996-2000 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
6
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7
- * Copyright (C) 2003-2020 Wayne Davison
7
+ * Copyright (C) 2003-2021 Wayne Davison
8
8
*
9
9
* This program is free software; you can redistribute it and/or modify
10
10
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
- #define RSYNC_VERSION "3.2.4dev "
1
+ #define RSYNC_VERSION "3.2.4pre1 "
Original file line number Diff line number Diff line change 3
3
* Written by Jay Fenlason, vaguely based on the ACLs patch.
4
4
*
5
5
* Copyright (C) 2004 Red Hat, Inc.
6
- * Copyright (C) 2006-2020 Wayne Davison
6
+ * Copyright (C) 2006-2021 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments