macOS
brew install librsynclocal Homebrew formula metadata
sudo port install librsyncMacPorts ports tree · net/librsync/Portfile · 来源: api.github.com
安装
brew install librsynclocal Homebrew formula metadata
sudo port install librsyncMacPorts ports tree · net/librsync/Portfile · 来源: api.github.com
sudo apk add librsyncAlpine Linux edge package indexes · librsync · 来源: dl-cdn.alpinelinux.org
sudo dnf install librsyncFedora Rawhide package metadata · librsync · 来源: dl.fedoraproject.org
nix profile install nixpkgs#librsyncnixpkgs package indexes · pkgs/by-name/li/librsync/package.nix · 来源: api.github.com
sudo pacman -S librsyncArch Linux sync databases · librsync · 来源: geo.mirror.pkgbuild.com
sudo apt install librsync-devDebian stable package indexes · librsync-dev · 来源: deb.debian.org
sudo zypper install librsync-developenSUSE Tumbleweed package metadata · librsync-devel · 来源: download.opensuse.org
概览
Library that implements the rsync remote-delta algorithm
历史
librsync packages the rsync remote-delta idea as a reusable C library and the rdiff command-line tool. It is historically tied to efficient file transfer, backup, and binary-patch workflows rather than to the rsync network protocol itself.
The project README credits Martin Pool and contributors from 1999 onward and says librsync was originally written for rproxy, an experiment in delta-compression for HTTP. The library exposes the core signature, delta, and patch operations so other programs can compute and apply network deltas without embedding the rsync protocol.
The modern GitHub release series shows 1.0.0 and 2.0.0 releases in 2015, with later 2.x releases continuing the library and rdiff tool as a small, reusable delta-compression component.
The official README lists Dropbox, rdiff-backup, Duplicity, and others as users. That adoption pattern explains librsync's packaging footprint: backup and synchronization tools depend on the library behavior while presenting their own network, metadata, and policy layers.
Library users generate a signature of an old file, compute a delta against a new file, and apply that delta with the old file to reproduce the new file. The rdiff executable exposes the same operations for shell pipelines and package-maintainer tests.
librsync is a good example of a package that is not the famous program named in the algorithm. It deliberately does not implement the rsync wire protocol, file metadata handling, SSH transport, or directory synchronization; it packages the transferable delta primitive that higher-level tools build around.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
rdiff | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/librsync/librsync
安装元数据
| 软件包键 | brew:librsync |
|---|---|
| 版本 | 2.3.4 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/librsync |
| 主页 | https://librsync.github.io/ |
| 仓库 | https://github.com/librsync/librsync |
| 上游文档 | https://librsync.github.io/ |
| 许可证 | LGPL-2.1-or-later |
| 源码归档 | https://github.com/librsync/librsync/archive/refs/tags/v2.3.4.tar.gz |
| 依赖 | popt |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | librsync |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
librsync-dev 2.3.4-1.1+b1
rsync remote-delta algorithm library (development)
https://github.com/librsync/librsync
sudo apt install librsync-devlibrsync2t64 2.3.4-1.1+b1
rsync remote-delta algorithm library
https://github.com/librsync/librsync
sudo apt install librsync2t64rdiff 2.3.4-1.1+b1
Binary diff tool for signature-based differences
https://github.com/librsync/librsync
sudo apt install rdifflibrsync
nix profile install nixpkgs#librsynclibrsync-dev 2.3.4-1.1ubuntu2
rsync remote-delta algorithm library (development)
https://github.com/librsync/librsync
sudo apt install librsync-devlibrsync2t64 2.3.4-1.1ubuntu2
rsync remote-delta algorithm library
https://github.com/librsync/librsync
sudo apt install librsync2t64rdiff 2.3.4-1.1ubuntu2
Binary diff tool for signature-based differences
https://github.com/librsync/librsync
sudo apt install rdifflibrsync 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync
https://github.com/librsync/librsync
sudo apk add librsynclibrsync-dev 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync (development files)
https://github.com/librsync/librsync
sudo apk add librsync-devlibrsync-doc 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync (documentation)
https://github.com/librsync/librsync
sudo apk add librsync-doclibrsync 2.3.4-8.fc44
Rsync remote-delta algorithm library
sudo dnf install librsynclibrsync-devel 2.3.4-8.fc44
Headers and development libraries for librsync
sudo dnf install librsync-devellibrsync-doc 2.3.4-8.fc44
Documentation files for librsync
sudo dnf install librsync-doclibrsync 1:2.3.4-2
Library for calculating and applying network deltas
https://github.com/librsync/librsync
sudo pacman -S librsynclibrsync-devel 2.3.4-1.9
Development files for librsync
https://github.com/librsync/librsync
sudo zypper install librsync-devellibrsync2 2.3.4-1.9
A Library for Generating Network Deltas
https://github.com/librsync/librsync
sudo zypper install librsync2来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.