Automic VaultAutomic Vault

brew

bsdiff mit Homebrew, apt, dnf, MacPorts, Nix, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install bsdiff

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install bsdiff

MacPorts ports tree · devel/bsdiff/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install bsdiff

Debian stable package indexes · bsdiff · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install bsdiff

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

Nixverifiziert · 92%
nix profile install nixpkgs#bsdiff

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

openSUSE zypperverifiziert · 92%
sudo zypper install bsdiff

openSUSE Tumbleweed package metadata · bsdiff · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Generate and apply patches to binary files

Befehle und Aliase

  • bsdiff

Verlauf

Projektgeschichte und Nutzung

bsdiff and bspatch are Colin Percival's binary diff and patch tools, best known for producing small patches for executable files. The package is tiny, old, and still important because binary delta updates remain a core packaging and updater trick.

Projektgeschichte

The official page describes bsdiff and bspatch as tools for building and applying binary patches. It explains that they use suffix sorting, specifically Larsson and Sadakane's qsufsort, and exploit the way executable files change to make much smaller patches than contemporary binary patch tools.

The same page says the programs were originally named `bdiff` and `bpatch`, but were renamed because many other programs used those names. It published version 4.3 as a tarball and identifies the BSDiff 4 algorithm with Percival's 2003 paper, `Naive differences of executable code`.

Adoptionsgeschichte

By the time version 4.2 was described on the official page, bsdiff was already in the FreeBSD, NetBSD, and OpenBSD ports trees, DarwinPorts, Gentoo, and as a Python extension module. The provided package facts show wider modern packaging across Homebrew, Debian, Fedora/dnf, MacPorts, Nix, Ubuntu, and openSUSE/zypper.

bsdiff also influenced the packaging and update world indirectly: binary delta algorithms of this style are natural fits for software update systems, where shaving patch size saves bandwidth and time.

Wie es verwendet wird

`bsdiff` compares an old file and a new file to produce a compact patch; `bspatch` applies that patch to reconstruct the new file. The package is most useful for compiled binaries and other files where line-oriented text diffs are ineffective.

The official page documents its resource profile: bsdiff is memory-hungry and runs in O((n+m) log n), while bspatch runs in O(n+m). That tradeoff is acceptable for many release pipelines because patch creation happens once, while patch application may happen many times.

Warum Paket-Nerds sich dafür interessieren

bsdiff is package-nerd famous because it is a small command with an outsized effect on binary distribution. It gives maintainers a simple way to ship deltas instead of whole files, and its paper made the algorithm understandable enough to reimplement and adapt.

It is also a classic example of a package whose upstream is not a modern forge repository. Package managers preserve the tool through tarballs, patches, and downstream maintenance even without a canonical GitHub-style source-control home.

Zeitleiste

  • 2003: Colin Percival describes the BSDiff 4 algorithm in `Naive differences of executable code`.
  • 2000s: Version 4.2 is available in FreeBSD, NetBSD, OpenBSD ports, DarwinPorts, Gentoo, and as a Python extension.
  • 2005: Version 4.3 is published on the official daemonology.net bsdiff page.
  • 2026: Provided package facts show bsdiff available across Homebrew, Debian, Fedora/dnf, MacPorts, Nix, Ubuntu, and openSUSE/zypper.

Related projects

  • bspatch is the companion patch-application utility shipped with bsdiff.
  • xdelta is the comparison tool named by the official page for binary delta compression.
  • RTPatch is the commercial binary patch tool named by the official page as another comparison point.
  • FreeBSD Update is historically associated with Colin Percival's binary-update work and the wider bsdiff ecosystem.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 13 Plattformziele verfügbar.
  • 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
bsdiffcliglobales 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-08
Manager-Version4.3
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.daemonology.net/bsdiff/

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoRelease/tag comparison is only available for GitHub repositories.https://www.daemonology.net/bsdiff/none Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:bsdiff
Version4.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/bsdiff
Homepagehttps://www.daemonology.net/bsdiff/
Upstream-Dokumentationhttps://www.daemonology.net/bsdiff
LizenzBSD-2-Clause
Quellarchivhttps://deb.debian.org/debian/pool/main/b/bsdiff/bsdiff_4.3.orig.tar.gz
Build-Abhängigkeitenbmake
Von macOS bereitgestellte Bibliothekenbzip2
Bottleverfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, 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 Namebsdiff
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%

bsdiff 4.3-23

generate/apply a patch between two binary files

https://www.daemonology.net/bsdiff

sudo apt install bsdiff
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bsdiff
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bsdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bsdiff

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

bsdiff 4.3-23

generate/apply a patch between two binary files

https://www.daemonology.net/bsdiff

sudo apt install bsdiff
  • Section: universe/utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bsdiff
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bsdiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

bsdiff 4.3-39.fc44

Binary diff/patch utility

http://www.daemonology.net/bsdiff/

sudo dnf install bsdiff
  • License: LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bsdiff
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bsdiff
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bsdiff from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

bsdiff 4.3-6.9

Tools for binary file patches

https://daemonology.net/bsdiff

sudo zypper install bsdiff
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bsdiff
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bsdiff
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bsdiff from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

bsdiff

sudo port install bsdiff
  • normalized package name match
  • Abgeglichen nach: Bsdiff
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/bsdiff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

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