[PR #974] Replace hexdump but the more available od command #981

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/974
Author: @simondeziel
Created: 8/4/2025
Status: 🔄 Open

Base: masterHead: replace-hexdump-by-od


📝 Commits (1)

  • bf20071 Replace hexdump but the more available od command

📊 Changes

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

View changed files

📝 dehydrated (+2 -2)

📄 Description

od is specified by POSIX and is probably more readily available. On Linux systems, it typically comes with the coreutils package.

This should avoid needing to pull the bsdextrautils package on Debian systems at least (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088049).


🔄 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/974 **Author:** [@simondeziel](https://github.com/simondeziel) **Created:** 8/4/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `replace-hexdump-by-od` --- ### 📝 Commits (1) - [`bf20071`](https://github.com/dehydrated-io/dehydrated/commit/bf20071dc5a09c4369158d5cdbefe757528301a8) Replace `hexdump` but the more available `od` command ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+2 -2) </details> ### 📄 Description `od` is specified by POSIX and is probably more readily available. On Linux systems, it typically comes with the `coreutils` package. This should avoid needing to pull the `bsdextrautils` package on Debian systems at least (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088049). --- <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:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#981