From e822f7b8e93171b4ec7d61f8f0ffb04bf4559da5716c1af4bfb3ba0f3ba13cc2 Mon Sep 17 00:00:00 2001 From: Angel Yankov Date: Fri, 17 Jan 2025 15:38:05 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=203.4.1=20=20=20*=20BUG=20FIXES?= =?UTF-8?q?:=20=20=20=20=20-=20fixed=20handling=20of=20-=E2=81=A0H=20flag?= =?UTF-8?q?=20with=20conflict=20in=20internal=20flag=20values=20=20=20=20?= =?UTF-8?q?=20-=20fixed=20a=20user=20after=20free=20in=20logging=20of=20fa?= =?UTF-8?q?iled=20rename=20=20=20=20=20-=20fixed=20build=20on=20systems=20?= =?UTF-8?q?without=20openat()=20=20=20=20=20-=20removed=20dependency=20on?= =?UTF-8?q?=20alloca()=20in=20bundled=20popt=20=20=20*=20DEVELOPER=20RELAT?= =?UTF-8?q?ED:=20=20=20=20=20-=20fix=20to=20permissions=20handling=20in=20?= =?UTF-8?q?the=20developer=20release=20script=20-=20Drop=20705.patch,=20be?= =?UTF-8?q?cause=20now=20in=20upstream.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=134 --- rsync.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rsync.changes b/rsync.changes index a609ce7..6ae6a45 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 17 08:26:55 UTC 2025 - ecsos + +- Update to 3.4.1 + * BUG FIXES: + - fixed handling of -⁠H flag with conflict in internal flag values + - fixed a user after free in logging of failed rename + - fixed build on systems without openat() + - removed dependency on alloca() in bundled popt + * DEVELOPER RELATED: + - fix to permissions handling in the developer release script +- Drop 705.patch, because now in upstream. + ------------------------------------------------------------------- Thu Jan 16 17:26:53 UTC 2025 - Andreas Stieger