Automic VaultAutomic Vault

brew

bsdiff を Homebrew, apt, dnf, MacPorts, Nix, zypper でインストール

bsdiff のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install bsdiff

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install bsdiff

MacPorts ports tree · devel/bsdiff/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install bsdiff

Debian stable package indexes · bsdiff · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install bsdiff

Fedora Rawhide package metadata · bsdiff · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#bsdiff

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

openSUSE zypper確認済み · 92%
sudo zypper install bsdiff

openSUSE Tumbleweed package metadata · bsdiff · ソース: download.opensuse.org

概要

パッケージ概要

Generate and apply patches to binary files

コマンドとエイリアス

  • bsdiff

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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`.

採用の歴史

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.

使われ方

`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.

パッケージ好きにとっての重要性

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
bsdiffcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版4.3
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

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

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.daemonology.net/bsdiff/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bsdiff
バージョン4.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bsdiff
ホームページhttps://www.daemonology.net/bsdiff/
上流ドキュメントhttps://www.daemonology.net/bsdiff
ライセンスBSD-2-Clause
ソースアーカイブhttps://deb.debian.org/debian/pool/main/b/bsdiff/bsdiff_4.3.orig.tar.gz
ビルド依存関係bmake
macOS 提供ライブラリbzip2
Bottle利用可能 (対象 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-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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