Skip to content

Update rsync to v3.4.3#96

Merged
ribbons merged 2 commits into
masterfrom
update-version
May 21, 2026
Merged

Update rsync to v3.4.3#96
ribbons merged 2 commits into
masterfrom
update-version

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Updates the version of rsync to be built to v3.4.3.

@ribbons
Copy link
Copy Markdown
Owner

ribbons commented May 20, 2026

RsyncProject/rsync#901 opened upstream with fix for build error.

Compilation of v3.4.3 fails due to mkfifoat() being referenced but it is
not available on Android until API level 23 (we are targeting 21 and
above).

Add patch (submitted at RsyncProject/rsync#901
for the consideration of upstream) to test specifically for the
existence of mkfifoat() before trying to call it.

Extend the build script and workflow to automatically apply patches in
the root of the repository to the fetched source and reference the
number of patches in the version number of the release.
@ribbons ribbons merged commit c6e951d into master May 21, 2026
9 checks passed
@ribbons ribbons deleted the update-version branch May 21, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant