From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] rsync: Update to 3.2.4 Date: Mon, 18 Apr 2022 20:54:35 +0000 Message-ID: <868f0e5c-7f6e-5321-a0fd-eea2a9d56437@ipfire.org> In-Reply-To: <20220418091243.106851-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7324310700954158481==" List-Id: --===============7324310700954158481== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://download.samba.org/pub/rsync/NEWS#3.2.4 >=20 > Signed-off-by: Matthias Fischer > --- > lfs/rsync | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/rsync b/lfs/rsync > index 7422a5d13..f40c28ce2 100644 > --- a/lfs/rsync > +++ b/lfs/rsync > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # 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 = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Versatile tool for fast incremental file transfer > =20 > -VER =3D 3.2.3 > +VER =3D 3.2.4 > =20 > THISAPP =3D rsync-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D rsync > -PAK_VER =3D 13 > +PAK_VER =3D 14 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 085adb55d0d7e3d063fa198912fd09df67b63800a65baff5315c= cb7dfc0e9d703eef30a7f2e72e3b271162c280abd9809b3f736704752c1663eed65ad8e0ac25 > +$(DL_FILE)_BLAKE2 =3D a67fcb9619874f1c5346a876138e59f4bf508a90736f830fb2b4= eaf180ab11f15a0a7db9b3b28c3b990b77c2b0973d8e668bf509e4134f464159ed3172f53d80 > =20 > install : $(TARGET) > =20 --===============7324310700954158481==--