Automic VaultAutomic Vault

brew

librsync mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für librsync in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install librsync

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install librsync

MacPorts ports tree · net/librsync/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add librsync

Alpine Linux edge package indexes · librsync · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install librsync

Fedora Rawhide package metadata · librsync · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#librsync

nixpkgs package indexes · pkgs/by-name/li/librsync/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S librsync

Arch Linux sync databases · librsync · Quelle: geo.mirror.pkgbuild.com

Debian aptverifiziert · 92%
sudo apt install librsync-dev

Debian stable package indexes · librsync-dev · Quelle: deb.debian.org

openSUSE zypperverifiziert · 92%
sudo zypper install librsync-devel

openSUSE Tumbleweed package metadata · librsync-devel · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Library that implements the rsync remote-delta algorithm

Befehle und Aliase

  • rdiff

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 1999: Martin Pool and contributors began the code line credited in the project README.
  • 2015: Version 1.0.0 was published in January and version 2.0.0 was published in November.
  • 2017: Version 2.0.1 continued the post-2.0 release series.
  • 2020: Version 2.3.0 was published in April.
  • 2023: Version 2.3.4 was published in February.

Related projects

  • Related projects include rsync, rproxy, rdiff, rdiff-backup, Duplicity, and Dropbox.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 12 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
rdiffcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version2.3.4
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv2.3.4

https://github.com/librsync/librsync

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:librsync
Version2.3.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/librsync
Homepagehttps://librsync.github.io/
Repositoryhttps://github.com/librsync/librsync
Upstream-Dokumentationhttps://librsync.github.io/
LizenzLGPL-2.1-or-later
Quellarchivhttps://github.com/librsync/librsync/archive/refs/tags/v2.3.4.tar.gz
Abhängigkeitenpopt
Build-Abhängigkeitencmake
Bottleverfügbar (auf 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-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibrsync
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

librsync-dev 2.3.4-1.1+b1

rsync remote-delta algorithm library (development)

https://github.com/librsync/librsync

sudo apt install librsync-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: librsync
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Librsync
Debian stable package indexes · deb.debian.org · Debian stable package indexes: librsync-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

librsync2t64 2.3.4-1.1+b1

rsync remote-delta algorithm library

https://github.com/librsync/librsync

sudo apt install librsync2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: librsync
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Debian stable package indexes · deb.debian.org · Debian stable package indexes: librsync2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

rdiff 2.3.4-1.1+b1

Binary diff tool for signature-based differences

https://github.com/librsync/librsync

sudo apt install rdiff
  • Section: utils
  • Architecture: amd64
  • Source Package: librsync
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Librsync
Debian stable package indexes · deb.debian.org · Debian stable package indexes: rdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

librsync

nix profile install nixpkgs#librsync
  • normalized package name match
  • Abgeglichen nach: Librsync
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/librsync/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

librsync-dev 2.3.4-1.1ubuntu2

rsync remote-delta algorithm library (development)

https://github.com/librsync/librsync

sudo apt install librsync-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: librsync
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Librsync
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: librsync-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

librsync2t64 2.3.4-1.1ubuntu2

rsync remote-delta algorithm library

https://github.com/librsync/librsync

sudo apt install librsync2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: librsync
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: librsync2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

rdiff 2.3.4-1.1ubuntu2

Binary diff tool for signature-based differences

https://github.com/librsync/librsync

sudo apt install rdiff
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: librsync
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Librsync
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: rdiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

librsync 2.3.4-r1

librsync implements the rolling-checksum algorithm of rsync

https://github.com/librsync/librsync

sudo apk add librsync
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: librsync
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: librsync from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

librsync-dev 2.3.4-r1

librsync implements the rolling-checksum algorithm of rsync (development files)

https://github.com/librsync/librsync

sudo apk add librsync-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: librsync
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Librsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: librsync-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

librsync-doc 2.3.4-r1

librsync implements the rolling-checksum algorithm of rsync (documentation)

https://github.com/librsync/librsync

sudo apk add librsync-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: librsync
  • normalized package name match
  • Abgeglichen nach: Librsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: librsync-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

librsync 2.3.4-8.fc44

Rsync remote-delta algorithm library

https://librsync.github.io/

sudo dnf install librsync
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: librsync
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: librsync from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

librsync-devel 2.3.4-8.fc44

Headers and development libraries for librsync

https://librsync.github.io/

sudo dnf install librsync-devel
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: librsync
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: librsync-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

librsync-doc 2.3.4-8.fc44

Documentation files for librsync

https://librsync.github.io/

sudo dnf install librsync-doc
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: librsync
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: librsync-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

librsync 1:2.3.4-2

Library for calculating and applying network deltas

https://github.com/librsync/librsync

sudo pacman -S librsync
  • License: LGPL
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: librsync from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

librsync-devel 2.3.4-1.9

Development files for librsync

https://github.com/librsync/librsync

sudo zypper install librsync-devel
  • License: LGPL-2.1-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: librsync
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: librsync-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

librsync2 2.3.4-1.9

A Library for Generating Network Deltas

https://github.com/librsync/librsync

sudo zypper install librsync2
  • License: LGPL-2.1-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: librsync
  • 2 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Librsync
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: librsync2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment