Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] runit-void: update to 20210314.
@ 2021-03-14 17:48 ahesford
  2021-03-14 18:39 ` heliocat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2021-03-14 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages runit
https://github.com/void-linux/void-packages/pull/29462

runit-void: update to 20210314.
Fixes since last tag:
* core-services/00-pseudofs
  - Configurable v1/v2/hybrid cgroup mounts
* core-services/03-filesystems
  - Respect auto-activation when activating LVM devices
  - Load any needed encryption keys when mounting ZFS datasets
* vlogger(8)
  - Behave like logger(1) when arvg[0] is "logger"
  - Pass empty tag to /etc/vlogger when tag is NULL
  - Default to daemon.notice if linked as runit log service
* halt(8)
  - Relax argv[0] comparisons when determining behavior
* services/agetty-generic
  - Use `chpst -P` to avoid backgrounding session leaders
* modules-load
  - Use global substitution to replace all commas in /proc/cmdline
* Documentation fixes

A patch file from https://github.com/void-linux/void-packages/pull/29462.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-runit-29462.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 642a34ff00bb344dc018363d52293ef55cb8cf7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 14 Mar 2021 13:20:51 -0400
Subject: [PATCH] runit-void: update to 20210314.

---
 srcpkgs/runit-void/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index c495a45a3def..2ac215c253f1 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,6 +1,6 @@
 # Template file for 'runit-void'
 pkgname=runit-void
-version=20200720
+version=20210314
 revision=1
 wrksrc="void-runit-${version}"
 build_style=gnu-makefile
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="CC0-1.0"
 homepage="https://github.com/void-linux/void-runit"
 distfiles="https://github.com/void-linux/void-runit/archive/${version}.tar.gz"
-checksum=706ed491315bd75b4b4ca07bc04af97369f8ef8820e9fa1931dae6939ea2e2db
+checksum=9ac95a14b5e1aedfcf0b093b8992b08316448ac1afb7fd26501ac43c4ebf3847
 
 depends="virtual?awk procps-ng runit"
 conf_files="

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: runit-void: update to 20210314.
  2021-03-14 17:48 [PR PATCH] runit-void: update to 20210314 ahesford
@ 2021-03-14 18:39 ` heliocat
  2021-03-14 18:48 ` heliocat
  2021-03-17 13:40 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: heliocat @ 2021-03-14 18:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/pull/29462#issuecomment-798957320

Comment:
Can we merge the template adjustments in void-packages#29115 for alternatives at the same time to avoid a near-immediate revision increase to 2?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: runit-void: update to 20210314.
  2021-03-14 17:48 [PR PATCH] runit-void: update to 20210314 ahesford
  2021-03-14 18:39 ` heliocat
@ 2021-03-14 18:48 ` heliocat
  2021-03-17 13:40 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: heliocat @ 2021-03-14 18:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/pull/29462#issuecomment-798957320

Comment:
Can we merge the template adjustments in void-packages#29115 for alternatives at the same time to avoid a near-immediate revision increase to 2?

Actually, never mind. I think doing it in two steps is the right thing to do. One step to provide new functionality, a second to take advantage of it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: runit-void: update to 20210314.
  2021-03-14 17:48 [PR PATCH] runit-void: update to 20210314 ahesford
  2021-03-14 18:39 ` heliocat
  2021-03-14 18:48 ` heliocat
@ 2021-03-17 13:40 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-03-17 13:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

There's a closed pull request on the void-packages repository

runit-void: update to 20210314.
https://github.com/void-linux/void-packages/pull/29462

Description:
Fixes since last tag:
* core-services/00-pseudofs
  - Configurable v1/v2/hybrid cgroup mounts
* core-services/03-filesystems
  - Respect auto-activation when activating LVM devices
  - Load any needed encryption keys when mounting ZFS datasets
* vlogger(8)
  - Behave like logger(1) when arvg[0] is "logger"
  - Pass empty tag to /etc/vlogger when tag is NULL
  - Default to daemon.notice if linked as runit log service
* halt(8)
  - Relax argv[0] comparisons when determining behavior
* services/agetty-generic
  - Use `chpst -P` to avoid backgrounding session leaders
* modules-load
  - Use global substitution to replace all commas in /proc/cmdline
* Documentation fixes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-17 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 17:48 [PR PATCH] runit-void: update to 20210314 ahesford
2021-03-14 18:39 ` heliocat
2021-03-14 18:48 ` heliocat
2021-03-17 13:40 ` [PR PATCH] [Closed]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).