diff --git a/openrc.yaml b/openrc.yaml index 447e38881fc..d2efe4a41fc 100644 --- a/openrc.yaml +++ b/openrc.yaml @@ -1,7 +1,7 @@ # Generated from https://git.alpinelinux.org/aports/plain/main/openrc/APKBUILD package: name: openrc - version: "0.62.10" + version: "0.63" epoch: 0 description: OpenRC is a dependency-based init system that works with the system provided init program. copyright: @@ -25,13 +25,9 @@ pipeline: - uses: git-checkout with: repository: https://github.com/OpenRC/openrc - expected-commit: bc502c511325a12c87026e50cc0a4d51678cb049 + expected-commit: e50e4a8189fd9f58c28343da7fee4f1ee47fe6f1 tag: ${{package.version}} - - uses: patch - with: - patches: start-stop-daemon-help.patch - - uses: meson/configure with: opts: | diff --git a/openrc/start-stop-daemon-help.patch b/openrc/start-stop-daemon-help.patch deleted file mode 100644 index d92379cf47b..00000000000 --- a/openrc/start-stop-daemon-help.patch +++ /dev/null @@ -1,17 +0,0 @@ -This patch (a) fixes a segfault on arm64 by aligning `longopts_help`'s length -with `longopts`', and (b) fixes help output (which is otherwise misaligned -after `--notify`). This has been submitted upstream in -https://github.com/OpenRC/openrc/pull/860 --- -diff --git a/src/start-stop-daemon/start-stop-daemon.c b/src/start-stop-daemon/start-stop-daemon.c -index dc67c126..05e28aa4 100644 ---- a/src/start-stop-daemon/start-stop-daemon.c -+++ b/src/start-stop-daemon/start-stop-daemon.c -@@ -171,6 +171,7 @@ const char * const longopts_help[] = { - "Print dots each second while waiting", - "Set process scheduler", - "Set process scheduler priority", -+ "Configures experimental notification behaviour", - longopts_help_COMMON - }; - const char *usagestring = NULL;