From 8b6e5067596d4cfc26cd92f7d598e8e9b8f09af6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Jan 2025 11:16:46 -0400 Subject: [PATCH] rsync security fix for bundled builds I have updated all linux builds. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index d7ca6e3d15..6cc48df27d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,7 @@ git-annex (10.20250103) UNRELEASED; urgency=medium that correspond to the post-update-annex and pre-commit-annex hooks. * Added annex.pre-init-command git config and pre-init-annex hook that is run before git-annex repository initialization. + * Linux standalone builds bundled rsync updated to fix security holes. -- Joey Hess Fri, 03 Jan 2025 14:30:38 -0400