Skip to content

borgbackup-fuse 1.4.4#47

Merged
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
m3nu:borgbackup-fuse-1.4.4
Mar 21, 2026
Merged

borgbackup-fuse 1.4.4#47
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
m3nu:borgbackup-fuse-1.4.4

Conversation

@m3nu
Copy link
Copy Markdown
Contributor

@m3nu m3nu commented Mar 19, 2026

Summary

  • Bump borgbackup 1.4.3 → 1.4.4
  • Fix stale openssl@1.1 references → openssl@3 in OsxfuseRequirement (fixes openssl 1.1 referenced by formula #37)
  • Bump llfuse 1.5.1 → 1.5.2
  • Bump packaging 25.0 → 26.0

Test plan

  • brew style passes with no offenses
  • brew install borgbackup/tap/borgbackup-fuse on macOS with macFUSE installed
  • borg --version reports 1.4.4

- Bump borgbackup 1.4.3 -> 1.4.4
- Fix openssl@1.1 -> openssl@3 in OsxfuseRequirement (fixes borgbackup#37)
- Bump llfuse 1.5.1 -> 1.5.2
- Bump packaging 25.0 -> 26.0
@m3nu
Copy link
Copy Markdown
Contributor Author

m3nu commented Mar 19, 2026

Tested locally

Built and installed successfully on macOS (Apple Silicon, Sequoia):

$ borg --version
borg 1.4.4

How to test locally

# Tap this fork
brew tap m3nu/tap https://github.com/m3nu/homebrew-tap

# If you have the official borgbackup installed, remove it first
brew uninstall borgbackup

# Install the updated formula
brew install m3nu/tap/borgbackup-fuse

# Verify
borg --version  # should print "borg 1.4.4"

@ThomasWaldmann ThomasWaldmann merged commit 81db448 into borgbackup:master Mar 21, 2026
2 checks passed
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.

openssl 1.1 referenced by formula

2 participants