macOS
brew install hesiodlocal Homebrew formula metadata
安装
brew install hesiodlocal Homebrew formula metadata
sudo apt install hesiodDebian stable package indexes · hesiod · 来源: deb.debian.org
概览
Library for the simple string lookup service built on top of DNS
历史
Hesiod is a DNS-based name service from MIT Project Athena, packaged today as a small C library and `hesinfo`-style lookup tooling. Its historical importance is much larger than the modern package size: it represents an early Unix campus-computing approach to distributing user, group, mail, printer, service, and locker metadata through DNS.
MIT's Athena Technical Plan lists the Hesiod Name Service section as July 22, 1987, by Steven P. Dyer and Felix S. Hsu. RFC 1035's bibliography references an April 1987 Project Athena Hesiod name-service document and notes that it describes the fundamentals of the Hesiod name service.
The MIT Athena description explains Hesiod as a simple string lookup service on top of DNS: a client combines a name and type into a DNS name such as `name.type.ns.athena.mit.edu`, queries TXT records, and receives one or more result strings.
The maintained GitHub package identifies itself as release 3.2.1 of the Hesiod name service library, says Hesiod can provide general name service for many applications, and notes its basis in the Berkeley Internet Name Daemon. The repository was created on March 28, 2013, preserving the library in a conventional autotools-style source tree.
Hesiod's first adoption context was Project Athena, MIT's distributed workstation environment. MIT's own Athena overview says Athena used Hesiod for user account information, locker information, post office box information, workstation cluster information, and printer information.
The DNS protocol itself records Hesiod's historical footprint: IANA's DNS parameters registry assigns DNS class 4 to Hesiod (HS), citing the Project Athena name-service work. The modern library later moved its wire protocol toward class IN for deployability, but the HS class remains part of DNS history.
In package-manager terms, Hesiod survived as a niche but instructive Unix networking library. It appears in Homebrew, Debian, and Ubuntu not because most sites deploy it broadly, but because old Athena-style environments, compatibility code, and network-service historians still need a maintained implementation.
The README documents client configuration through `hesiod.conf`, with `rhs` and `lhs` values that build the DNS lookup suffix. It notes `/usr/local/etc/hesiod.conf` as the default sysconfdir path in that build configuration and explains that `HES_DOMAIN` can override the right-hand side at run time.
Administrators publish Hesiod data by making name servers authoritative for a domain such as `ns.your.domain` and adding TXT and CNAME records for data types like groups, service locations, and IDs. Clients then use the library or utilities to translate `(name, type)` pairs into strings.
The library's NEWS file documents evolution from imake to Autoconf, reentrant interfaces, a context-based `hesiod_*` API, shared-library installation, Debian packaging, automake, pkg-config metadata, and relicensing MIT material under the 2-clause BSD license.
Hesiod is package-nerd catnip because it is a tiny package with a deep systems lineage. It shows how DNS was once stretched into campus directory service, before LDAP, NSS modules, cloud identity providers, and configuration-management systems took over many of the same roles.
It also demonstrates a recurring packaging theme: old infrastructure survives when a clean library, man pages, and distribution packaging keep it buildable. The Homebrew package is therefore less about trendy usage and more about preserving a historically important network abstraction in a form modern Unix systems can compile.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
hesinfo | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/achernya/hesiod
安装元数据
| 软件包键 | brew:hesiod |
|---|---|
| 版本 | 3.2.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/hesiod |
| 主页 | https://github.com/achernya/hesiod |
| 仓库 | https://github.com/achernya/hesiod |
| 上游文档 | https://github.com/achernya/hesiod#readme |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/achernya/hesiod/archive/refs/tags/hesiod-3.2.1.tar.gz |
| 依赖 | libidn |
| 构建依赖 | autoconf, automake, libtool |
| 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hesiod |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
hesiod 3.2.1-5
Project Athena's DNS-based directory service - utilities
sudo apt install hesiodlibhesiod-dev 3.2.1-5
Project Athena's DNS-based directory service - development files
sudo apt install libhesiod-devlibhesiod0 3.2.1-5
Project Athena's DNS-based directory service - libraries
sudo apt install libhesiod0hesiod 3.2.1-4build1
Project Athena's DNS-based directory service - utilities
sudo apt install hesiodlibhesiod-dev 3.2.1-4build1
Project Athena's DNS-based directory service - development files
sudo apt install libhesiod-devlibhesiod0 3.2.1-4build1
Project Athena's DNS-based directory service - libraries
sudo apt install libhesiod0来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.