[PR #943] dehydrated#910 hexdump not always available #970

Open
opened 2025-12-29 02:18:48 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/943
Author: @bahamat
Created: 8/6/2024
Status: 🔄 Open

Base: masterHead: use_od


📝 Commits (1)

  • 2140d74 dehydrated#910 hexdump not always available

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 dehydrated (+2 -2)

📄 Description

Fixes #910 by switching from hexdump which may not be available on Debian, Ubuntu, or some Unix systems to od, which is is part of coreutils on Linux and is part of the base operating system on Unix (macOS, *BSD, illumos) systems.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/943 **Author:** [@bahamat](https://github.com/bahamat) **Created:** 8/6/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `use_od` --- ### 📝 Commits (1) - [`2140d74`](https://github.com/dehydrated-io/dehydrated/commit/2140d744dc582a438a0ca56c64e022103ae975f5) dehydrated#910 hexdump not always available ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+2 -2) </details> ### 📄 Description Fixes #910 by switching from `hexdump` which may not be available on Debian, Ubuntu, or some Unix systems to `od`, which is is part of coreutils on Linux and is part of the base operating system on Unix (macOS, *BSD, illumos) systems. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:18:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#970