[PR #618] [CLOSED] require only basic RE of sed(1) and no POSIX character classes #877

Closed
opened 2025-12-29 01:29:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/618
Author: @mirabilos
Created: 12/19/2018
Status: Closed

Base: masterHead: basic-re


📝 Commits (4)

  • 3d11d99 support mksh as executing shell
  • d5ca390 require only basic RE of sed(1) and no POSIX character classes
  • 29f53e5 Merge tag 'v0.6.5' into basic-re
  • 24f8ec4 Merge branch 'master' of github.com:dehydrated-io/dehydrated into basic-re

📊 Changes

1 file changed (+35 additions, -40 deletions)

View changed files

📝 dehydrated (+35 -40)

📄 Description

this is for portability but not as well-tested as my other changes, although it works for me (obviously) on MirBSD; the extra #' line is to repair my editor’s syntax highlighting after a crazy line

for simplicity, I based this off the code after PR #617 was applied, as it would otherwise have context conflicts (directly adjacent lines are changed by these two PRs), and I thought #617 pretty indisputable and trivial to apply anyway


🔄 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/618 **Author:** [@mirabilos](https://github.com/mirabilos) **Created:** 12/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `basic-re` --- ### 📝 Commits (4) - [`3d11d99`](https://github.com/dehydrated-io/dehydrated/commit/3d11d99e57982fe08d1190b6b356304b09326ba2) support mksh as executing shell - [`d5ca390`](https://github.com/dehydrated-io/dehydrated/commit/d5ca39034a11466faafb8585039a904e5cc362a3) require only basic RE of sed(1) and no POSIX character classes - [`29f53e5`](https://github.com/dehydrated-io/dehydrated/commit/29f53e59636bf21aa01fe8a4ad9f5417fc6b837a) Merge tag 'v0.6.5' into basic-re - [`24f8ec4`](https://github.com/dehydrated-io/dehydrated/commit/24f8ec40f9d2e3d2ef7314eddeac93d3c4f1fb30) Merge branch 'master' of github.com:dehydrated-io/dehydrated into basic-re ### 📊 Changes **1 file changed** (+35 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+35 -40) </details> ### 📄 Description this is for portability but not as well-tested as my other changes, although it works for me (obviously) on MirBSD; the extra `#'` line is to repair my editor’s syntax highlighting after a crazy line for simplicity, I based this off the code after PR #617 was applied, as it would otherwise have context conflicts (directly adjacent lines are changed by these two PRs), and I thought #617 pretty indisputable and trivial to apply anyway --- <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 01:29:47 +01:00
adam closed this issue 2025-12-29 01:29:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#877