Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: consolelocker-1.1.0
@ 2023-12-03  5:16 m0bcy
  2023-12-03  5:24 ` [PR PATCH] [Updated] " m0bcy
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: m0bcy @ 2023-12-03  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 1764 bytes --]

From 42833fc0905d9347f31394fe2d70ba8198d86842 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 .../consolelocker/files/consolelockerd/run    |  3 +++
 srcpkgs/consolelocker/template                | 22 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..8ef28d68ebc71
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,22 @@
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+makedepends=help2man
+depends=kbd
+
+do_install() {
+    vinstall consolelock 755 usr/bin/
+    vinstall consolelocker 755 usr/bin/
+    # Helper program and script
+    vmkdir usr/libexec/consolelocker 755
+    vinstall vlocka 700 usr/libexec/consolelocker/
+    vman consolelocker.8
+    vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
@ 2023-12-03  5:24 ` m0bcy
  2023-12-03  5:26 ` m0bcy
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-03  5:24 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 1746 bytes --]

From 82d54a94d682f2e6f66f2d168cb8177a49aa8d40 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 .../consolelocker/files/consolelockerd/run    |  3 +++
 srcpkgs/consolelocker/template                | 23 +++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..7dd7f8f5129c2
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,23 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+makedepends=help2man
+depends=kbd
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman consolelocker.8
+	vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
  2023-12-03  5:24 ` [PR PATCH] [Updated] " m0bcy
@ 2023-12-03  5:26 ` m0bcy
  2023-12-03  5:36 ` m0bcy
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-03  5:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 1746 bytes --]

From 596203a116df2a7480a12859332b9d46e76b0b5b Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 .../consolelocker/files/consolelockerd/run    |  3 +++
 srcpkgs/consolelocker/template                | 23 +++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..71f8e9a47729e
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,23 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+makedepends=help2man
+depends=kbd
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman consolelocker.8
+	vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
  2023-12-03  5:24 ` [PR PATCH] [Updated] " m0bcy
  2023-12-03  5:26 ` m0bcy
@ 2023-12-03  5:36 ` m0bcy
  2023-12-04  4:52 ` m0bcy
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-03  5:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 1750 bytes --]

From 7f9ea0eb93dfddf9d9833bf9eee3313af84b73b3 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 .../consolelocker/files/consolelockerd/run    |  3 +++
 srcpkgs/consolelocker/template                | 23 +++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..8ec3f6ef5d47b
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,23 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends=help2man
+depends=kbd
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman consolelocker.8
+	vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (2 preceding siblings ...)
  2023-12-03  5:36 ` m0bcy
@ 2023-12-04  4:52 ` m0bcy
  2023-12-11  2:58 ` m0bcy
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-04  4:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 3757 bytes --]

From 73d14304ca4cc706812ab1cc4523bbf9659d2fe9 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 srcpkgs/consolelocker/files/consolelocker.8   | 47 +++++++++++++++++++
 .../consolelocker/files/consolelockerd/run    |  3 ++
 srcpkgs/consolelocker/template                | 27 +++++++++++
 3 files changed, 77 insertions(+)
 create mode 100644 srcpkgs/consolelocker/files/consolelocker.8
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelocker.8 b/srcpkgs/consolelocker/files/consolelocker.8
new file mode 100644
index 0000000000000..e16aa6a5c479f
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelocker.8
@@ -0,0 +1,47 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.2.
+.TH \FBCONSOLELOCKER\FR "8" "August 2023" "consolelocker version 1.0.0" "System Administration Utilities"
+.SH NAME
+\fBconsolelocker\fR \- virtual console lock daemon
+.SH SYNOPSIS
+.B consolelocker
+[\fI\,OPTIONS\/\fR]
+.SH DESCRIPTION
+This is a program to lock sessions on the Linux console
+and virtual consoles. After startup it open FIFO to read
+events from console user.
+This program is simple wrapper for vlock(1).
+.SH OPTIONS
+.TP
+\fB\-g\fR, \fB\-\-group\fR=\fI\,NAME\/\fR
+make socket group writable
+.TP
+\fB\-p\fR, \fB\-\-pidfile\fR=\fI\,FILE\/\fR
+pidfile location;
+.TP
+\fB\-l\fR, \fB\-\-loglevel\fR=\fI\,LVL\/\fR
+set logging level;
+.TP
+\fB\-f\fR, \fB\-\-foreground\fR
+stay in the foreground;
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+print program version and exit.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+output a brief help message.
+.SH FILES
+.TP
+.I /var/run/consolelocker
+.TP
+\fI/var/run/consolelocker.pid
+.SH AUTHOR
+Written by Alexey Gladkov <legion@altlinux.org>
+.SH COPYRIGHT
+Copyright \(co 2006\-2018  Alexey Gladkov <legion@altlinux.org>
+.PP
+.br
+This is free software; see the source for copying conditions.
+There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+.BR vlock (1),
+.BR pam_console (8).
diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..23dac5c13653b
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,27 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+# Disable manpage generation for now as the program uses help2man(1) to
+# generate a man page. help2man(1) executes binary to get the help message.
+# This causes issues with cross compiled binaries. It could be solved by using
+# binfmt but let's bundle the manpage.
+make_build_args="MAN8PAGES="
+depends=kbd
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman "${FILESDIR}/consolelocker.8"
+	vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (3 preceding siblings ...)
  2023-12-04  4:52 ` m0bcy
@ 2023-12-11  2:58 ` m0bcy
  2023-12-11  5:14 ` m0bcy
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-11  2:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 8409 bytes --]

From c7254419240e8d95c12212f2410637e10b6da7d7 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 srcpkgs/consolelocker/files/consolelocker.8   |  47 +++++
 .../consolelocker/files/consolelockerd/run    |   3 +
 .../patches/0001-Port-to-musl-libc.patch      | 169 ++++++++++++++++++
 srcpkgs/consolelocker/template                |  27 +++
 4 files changed, 246 insertions(+)
 create mode 100644 srcpkgs/consolelocker/files/consolelocker.8
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/patches/0001-Port-to-musl-libc.patch
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelocker.8 b/srcpkgs/consolelocker/files/consolelocker.8
new file mode 100644
index 0000000000000..e16aa6a5c479f
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelocker.8
@@ -0,0 +1,47 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.2.
+.TH \FBCONSOLELOCKER\FR "8" "August 2023" "consolelocker version 1.0.0" "System Administration Utilities"
+.SH NAME
+\fBconsolelocker\fR \- virtual console lock daemon
+.SH SYNOPSIS
+.B consolelocker
+[\fI\,OPTIONS\/\fR]
+.SH DESCRIPTION
+This is a program to lock sessions on the Linux console
+and virtual consoles. After startup it open FIFO to read
+events from console user.
+This program is simple wrapper for vlock(1).
+.SH OPTIONS
+.TP
+\fB\-g\fR, \fB\-\-group\fR=\fI\,NAME\/\fR
+make socket group writable
+.TP
+\fB\-p\fR, \fB\-\-pidfile\fR=\fI\,FILE\/\fR
+pidfile location;
+.TP
+\fB\-l\fR, \fB\-\-loglevel\fR=\fI\,LVL\/\fR
+set logging level;
+.TP
+\fB\-f\fR, \fB\-\-foreground\fR
+stay in the foreground;
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+print program version and exit.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+output a brief help message.
+.SH FILES
+.TP
+.I /var/run/consolelocker
+.TP
+\fI/var/run/consolelocker.pid
+.SH AUTHOR
+Written by Alexey Gladkov <legion@altlinux.org>
+.SH COPYRIGHT
+Copyright \(co 2006\-2018  Alexey Gladkov <legion@altlinux.org>
+.PP
+.br
+This is free software; see the source for copying conditions.
+There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+.BR vlock (1),
+.BR pam_console (8).
diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/patches/0001-Port-to-musl-libc.patch b/srcpkgs/consolelocker/patches/0001-Port-to-musl-libc.patch
new file mode 100644
index 0000000000000..8e7f009e21279
--- /dev/null
+++ b/srcpkgs/consolelocker/patches/0001-Port-to-musl-libc.patch
@@ -0,0 +1,169 @@
+From eb6b7f701e4a5206844ac4597d848ce38bd79798 Mon Sep 17 00:00:00 2001
+From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
+Date: Sun, 10 Dec 2023 20:52:24 -0600
+Subject: [PATCH] Port to musl libc
+
+---
+ consolelocker.c | 26 ++++++++++++++++++++++++--
+ pidfile.c       |  1 +
+ sockets.h       |  9 +++++++++
+ vlocka.c        | 15 +++++++++++++--
+ xmalloc.c       |  7 ++++++-
+ 5 files changed, 53 insertions(+), 5 deletions(-)
+
+diff --git a/consolelocker.c b/consolelocker.c
+index 53282cc..0c4bc64 100644
+--- a/consolelocker.c
++++ b/consolelocker.c
+@@ -42,8 +42,17 @@
+ #include <grp.h>
+ #include <fcntl.h>
+ #include <errno.h>
+-#include <error.h>
+-
++#ifdef __GLIBC__
++# include <error.h>
++#else // Consider musl
++# define program_invocation_short_name __progname
++extern char *__progname;
++// logging.h defined err() function thus let's not use err.h from musl and
++// define our error() function which will use verr() from musl.
++# include <stdarg.h>
++_Noreturn void verr(int status, const char *fmt, va_list ap);
++_Noreturn static void error(int status, int errnum __attribute__((unused)), const char *fmt, ...);
++#endif
+ #include "logging.h"
+ #include "pidfile.h"
+ #include "epoll.h"
+@@ -75,6 +84,15 @@ static struct option long_options[] = {
+ 	{ 0, 0, 0, 0 }
+ };
+ 
++#ifndef __GLIBC__
++_Noreturn static void error(int status, int errnum __attribute__((unused)), const char *fmt, ...) {
++	va_list ap;
++	va_start(ap, fmt);
++	verr(status, fmt, ap);
++	va_end(ap);
++}
++#endif
++
+ static void __attribute__((noreturn))
+ print_help(int ret)
+ {
+@@ -106,11 +124,13 @@ print_version(void)
+ 	exit(EXIT_SUCCESS);
+ }
+ 
++#ifdef __GLIBC__
+ static void
+ my_error_print_progname(void)
+ {
+ 	fprintf(stderr, "%s: ", program_invocation_short_name);
+ }
++#endif
+ 
+ static int
+ handle_signal(uint32_t signo)
+@@ -225,7 +245,9 @@ int main(int argc, char **argv)
+ 	int fd_signal = -1;
+ 	int fd_conn   = -1;
+ 
++#ifdef __GLIBC__
+ 	error_print_progname = my_error_print_progname;
++#endif
+ 
+ 	while ((i = getopt_long(argc, argv, "fhVg:p:l:", long_options, NULL)) != -1) {
+ 		switch (i) {
+diff --git a/pidfile.c b/pidfile.c
+index bf135e7..bc10606 100644
+--- a/pidfile.c
++++ b/pidfile.c
+@@ -31,6 +31,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <signal.h>
++#include <fcntl.h>
+ 
+ #include "pidfile.h"
+ 
+diff --git a/sockets.h b/sockets.h
+index d39b7a1..b6ad873 100644
+--- a/sockets.h
++++ b/sockets.h
+@@ -17,6 +17,15 @@
+ #ifndef _SOCKETS_H_
+ #define _SOCKETS_H_
+ 
++#ifndef __GLIBC__
++# define TEMP_FAILURE_RETRY(expression) \
++  (__extension__							      \
++    ({ long int __result;						      \
++       do __result = (long int) (expression);				      \
++       while (__result == -1L && errno == EINTR);			      \
++       __result; }))
++#endif
++
+ int unix_listen(const char *, const char *);
+ int unix_connect(const char *, const char *);
+ 
+diff --git a/vlocka.c b/vlocka.c
+index ffadec7..5750a0d 100644
+--- a/vlocka.c
++++ b/vlocka.c
+@@ -28,13 +28,22 @@
+ #include <signal.h>
+ #include <pwd.h>
+ #include <errno.h>
+-#include <error.h>
+-
++#ifdef __GLIBC__
++# include <error.h>
++#else // Consider musl
++# define program_invocation_short_name __progname
++extern char *__progname;
++# include <err.h>
++# define error(status, errnum, ...) err(status, __VA_ARGS__)
++#endif
++
++#ifdef __GLIBC__
+ static void
+ my_error_print_progname(void)
+ {
+ 	fprintf(stderr, "%s: ", program_invocation_short_name);
+ }
++#endif
+ 
+ static inline void
+ clear(void)
+@@ -66,7 +75,9 @@ main(int argc, char ** argv)
+ 	int noclear = 0;
+ 	struct passwd *pw = NULL;
+ 
++#ifdef __GLIBC__
+ 	error_print_progname = my_error_print_progname;
++#endif
+ 
+ 	if (argc < 2)
+ 		error(EXIT_FAILURE, 0, "Usage: %s <uid>", program_invocation_short_name);
+diff --git a/xmalloc.c b/xmalloc.c
+index 4c57d18..e4874f3 100644
+--- a/xmalloc.c
++++ b/xmalloc.c
+@@ -21,7 +21,12 @@
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <errno.h>
+-#include <error.h>
++#ifdef __GLIBC__
++# include <error.h>
++#else
++# include <err.h>
++# define error(status, errnum, ...) err(status, __VA_ARGS__)
++#endif
+ #include <limits.h>
+ 
+ #include "xmalloc.h"
+-- 
+2.42.0
+
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..23dac5c13653b
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,27 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+# Disable manpage generation for now as the program uses help2man(1) to
+# generate a man page. help2man(1) executes binary to get the help message.
+# This causes issues with cross compiled binaries. It could be solved by using
+# binfmt but let's bundle the manpage.
+make_build_args="MAN8PAGES="
+depends=kbd
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman "${FILESDIR}/consolelocker.8"
+	vsv consolelockerd
+}

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

* Re: [PR PATCH] [Updated] New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (4 preceding siblings ...)
  2023-12-11  2:58 ` m0bcy
@ 2023-12-11  5:14 ` m0bcy
  2023-12-12 15:34 ` m0bcy
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-11  5:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m0bcy against master on the void-packages repository

https://github.com/m0bcy/void-packages consolelocker-1.1.0_1
https://github.com/void-linux/void-packages/pull/47544

New package: consolelocker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for, x86_64-glibc, x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-consolelocker-1.1.0_1-47544.patch --]
[-- Type: text/x-diff, Size: 9415 bytes --]

From 96fb7f09aec6f09e3e4a19a13e014f11541063f9 Mon Sep 17 00:00:00 2001
From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
Date: Sat, 2 Dec 2023 23:12:43 -0600
Subject: [PATCH] New package: consolelocker-1.1.0

---
 srcpkgs/consolelocker/files/consolelocker.8   |  47 +++++
 .../consolelocker/files/consolelockerd/run    |   3 +
 ...01-Bump-VERSION-to-1.1.0-in-Makefile.patch |  23 +++
 .../patches/0002-Port-to-musl-libc.patch      | 169 ++++++++++++++++++
 srcpkgs/consolelocker/template                |  27 +++
 5 files changed, 269 insertions(+)
 create mode 100644 srcpkgs/consolelocker/files/consolelocker.8
 create mode 100755 srcpkgs/consolelocker/files/consolelockerd/run
 create mode 100644 srcpkgs/consolelocker/patches/0001-Bump-VERSION-to-1.1.0-in-Makefile.patch
 create mode 100644 srcpkgs/consolelocker/patches/0002-Port-to-musl-libc.patch
 create mode 100644 srcpkgs/consolelocker/template

diff --git a/srcpkgs/consolelocker/files/consolelocker.8 b/srcpkgs/consolelocker/files/consolelocker.8
new file mode 100644
index 0000000000000..e16aa6a5c479f
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelocker.8
@@ -0,0 +1,47 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.2.
+.TH \FBCONSOLELOCKER\FR "8" "August 2023" "consolelocker version 1.0.0" "System Administration Utilities"
+.SH NAME
+\fBconsolelocker\fR \- virtual console lock daemon
+.SH SYNOPSIS
+.B consolelocker
+[\fI\,OPTIONS\/\fR]
+.SH DESCRIPTION
+This is a program to lock sessions on the Linux console
+and virtual consoles. After startup it open FIFO to read
+events from console user.
+This program is simple wrapper for vlock(1).
+.SH OPTIONS
+.TP
+\fB\-g\fR, \fB\-\-group\fR=\fI\,NAME\/\fR
+make socket group writable
+.TP
+\fB\-p\fR, \fB\-\-pidfile\fR=\fI\,FILE\/\fR
+pidfile location;
+.TP
+\fB\-l\fR, \fB\-\-loglevel\fR=\fI\,LVL\/\fR
+set logging level;
+.TP
+\fB\-f\fR, \fB\-\-foreground\fR
+stay in the foreground;
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+print program version and exit.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+output a brief help message.
+.SH FILES
+.TP
+.I /var/run/consolelocker
+.TP
+\fI/var/run/consolelocker.pid
+.SH AUTHOR
+Written by Alexey Gladkov <legion@altlinux.org>
+.SH COPYRIGHT
+Copyright \(co 2006\-2018  Alexey Gladkov <legion@altlinux.org>
+.PP
+.br
+This is free software; see the source for copying conditions.
+There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+.BR vlock (1),
+.BR pam_console (8).
diff --git a/srcpkgs/consolelocker/files/consolelockerd/run b/srcpkgs/consolelocker/files/consolelockerd/run
new file mode 100755
index 0000000000000..aed511823193b
--- /dev/null
+++ b/srcpkgs/consolelocker/files/consolelockerd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec consolelocker -g wheel -f
diff --git a/srcpkgs/consolelocker/patches/0001-Bump-VERSION-to-1.1.0-in-Makefile.patch b/srcpkgs/consolelocker/patches/0001-Bump-VERSION-to-1.1.0-in-Makefile.patch
new file mode 100644
index 0000000000000..4fd221dcbf8b4
--- /dev/null
+++ b/srcpkgs/consolelocker/patches/0001-Bump-VERSION-to-1.1.0-in-Makefile.patch
@@ -0,0 +1,23 @@
+From 2d434a5d6c189e6a9f8e96b5cb04d1650052c76d Mon Sep 17 00:00:00 2001
+From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
+Date: Sun, 10 Dec 2023 23:11:23 -0600
+Subject: [PATCH 1/2] Bump VERSION to 1.1.0 in Makefile
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b0006d7..810a7ae 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ PROJECT = consolelocker
+-VERSION = 1.0.0
++VERSION = 1.1.0
+ 
+ MAN8PAGES = consolelocker.8
+ 
+-- 
+2.42.0
+
diff --git a/srcpkgs/consolelocker/patches/0002-Port-to-musl-libc.patch b/srcpkgs/consolelocker/patches/0002-Port-to-musl-libc.patch
new file mode 100644
index 0000000000000..7bcdc54bae914
--- /dev/null
+++ b/srcpkgs/consolelocker/patches/0002-Port-to-musl-libc.patch
@@ -0,0 +1,169 @@
+From 2647af44bb181006bc6335d2369bf7837bec099f Mon Sep 17 00:00:00 2001
+From: Nikita Ermakov <sh1r4s3@mail.si-head.nl>
+Date: Sun, 10 Dec 2023 20:52:24 -0600
+Subject: [PATCH 2/2] Port to musl libc
+
+---
+ consolelocker.c | 26 ++++++++++++++++++++++++--
+ pidfile.c       |  1 +
+ sockets.h       |  9 +++++++++
+ vlocka.c        | 15 +++++++++++++--
+ xmalloc.c       |  7 ++++++-
+ 5 files changed, 53 insertions(+), 5 deletions(-)
+
+diff --git a/consolelocker.c b/consolelocker.c
+index 53282cc..0c4bc64 100644
+--- a/consolelocker.c
++++ b/consolelocker.c
+@@ -42,8 +42,17 @@
+ #include <grp.h>
+ #include <fcntl.h>
+ #include <errno.h>
+-#include <error.h>
+-
++#ifdef __GLIBC__
++# include <error.h>
++#else // Consider musl
++# define program_invocation_short_name __progname
++extern char *__progname;
++// logging.h defined err() function thus let's not use err.h from musl and
++// define our error() function which will use verr() from musl.
++# include <stdarg.h>
++_Noreturn void verr(int status, const char *fmt, va_list ap);
++_Noreturn static void error(int status, int errnum __attribute__((unused)), const char *fmt, ...);
++#endif
+ #include "logging.h"
+ #include "pidfile.h"
+ #include "epoll.h"
+@@ -75,6 +84,15 @@ static struct option long_options[] = {
+ 	{ 0, 0, 0, 0 }
+ };
+ 
++#ifndef __GLIBC__
++_Noreturn static void error(int status, int errnum __attribute__((unused)), const char *fmt, ...) {
++	va_list ap;
++	va_start(ap, fmt);
++	verr(status, fmt, ap);
++	va_end(ap);
++}
++#endif
++
+ static void __attribute__((noreturn))
+ print_help(int ret)
+ {
+@@ -106,11 +124,13 @@ print_version(void)
+ 	exit(EXIT_SUCCESS);
+ }
+ 
++#ifdef __GLIBC__
+ static void
+ my_error_print_progname(void)
+ {
+ 	fprintf(stderr, "%s: ", program_invocation_short_name);
+ }
++#endif
+ 
+ static int
+ handle_signal(uint32_t signo)
+@@ -225,7 +245,9 @@ int main(int argc, char **argv)
+ 	int fd_signal = -1;
+ 	int fd_conn   = -1;
+ 
++#ifdef __GLIBC__
+ 	error_print_progname = my_error_print_progname;
++#endif
+ 
+ 	while ((i = getopt_long(argc, argv, "fhVg:p:l:", long_options, NULL)) != -1) {
+ 		switch (i) {
+diff --git a/pidfile.c b/pidfile.c
+index bf135e7..bc10606 100644
+--- a/pidfile.c
++++ b/pidfile.c
+@@ -31,6 +31,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <signal.h>
++#include <fcntl.h>
+ 
+ #include "pidfile.h"
+ 
+diff --git a/sockets.h b/sockets.h
+index d39b7a1..b6ad873 100644
+--- a/sockets.h
++++ b/sockets.h
+@@ -17,6 +17,15 @@
+ #ifndef _SOCKETS_H_
+ #define _SOCKETS_H_
+ 
++#ifndef __GLIBC__
++# define TEMP_FAILURE_RETRY(expression) \
++  (__extension__							      \
++    ({ long int __result;						      \
++       do __result = (long int) (expression);				      \
++       while (__result == -1L && errno == EINTR);			      \
++       __result; }))
++#endif
++
+ int unix_listen(const char *, const char *);
+ int unix_connect(const char *, const char *);
+ 
+diff --git a/vlocka.c b/vlocka.c
+index ffadec7..5750a0d 100644
+--- a/vlocka.c
++++ b/vlocka.c
+@@ -28,13 +28,22 @@
+ #include <signal.h>
+ #include <pwd.h>
+ #include <errno.h>
+-#include <error.h>
+-
++#ifdef __GLIBC__
++# include <error.h>
++#else // Consider musl
++# define program_invocation_short_name __progname
++extern char *__progname;
++# include <err.h>
++# define error(status, errnum, ...) err(status, __VA_ARGS__)
++#endif
++
++#ifdef __GLIBC__
+ static void
+ my_error_print_progname(void)
+ {
+ 	fprintf(stderr, "%s: ", program_invocation_short_name);
+ }
++#endif
+ 
+ static inline void
+ clear(void)
+@@ -66,7 +75,9 @@ main(int argc, char ** argv)
+ 	int noclear = 0;
+ 	struct passwd *pw = NULL;
+ 
++#ifdef __GLIBC__
+ 	error_print_progname = my_error_print_progname;
++#endif
+ 
+ 	if (argc < 2)
+ 		error(EXIT_FAILURE, 0, "Usage: %s <uid>", program_invocation_short_name);
+diff --git a/xmalloc.c b/xmalloc.c
+index 4c57d18..e4874f3 100644
+--- a/xmalloc.c
++++ b/xmalloc.c
+@@ -21,7 +21,12 @@
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <errno.h>
+-#include <error.h>
++#ifdef __GLIBC__
++# include <error.h>
++#else
++# include <err.h>
++# define error(status, errnum, ...) err(status, __VA_ARGS__)
++#endif
+ #include <limits.h>
+ 
+ #include "xmalloc.h"
+-- 
+2.42.0
+
diff --git a/srcpkgs/consolelocker/template b/srcpkgs/consolelocker/template
new file mode 100644
index 0000000000000..23dac5c13653b
--- /dev/null
+++ b/srcpkgs/consolelocker/template
@@ -0,0 +1,27 @@
+# Template file for 'consolelocker'
+pkgname=consolelocker
+version=1.1.0
+revision=1
+build_style=gnu-makefile
+# Disable manpage generation for now as the program uses help2man(1) to
+# generate a man page. help2man(1) executes binary to get the help message.
+# This causes issues with cross compiled binaries. It could be solved by using
+# binfmt but let's bundle the manpage.
+make_build_args="MAN8PAGES="
+depends=kbd
+short_desc="Lock sessions on the Linux console and virtual consoles"
+maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/legionus/consolelocker"
+distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
+checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"
+
+do_install() {
+	vbin consolelock
+	vbin consolelocker
+	# Helper program and script
+	vmkdir usr/libexec/consolelocker 755
+	vinstall vlocka 700 usr/libexec/consolelocker/
+	vman "${FILESDIR}/consolelocker.8"
+	vsv consolelockerd
+}

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

* Re: New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (5 preceding siblings ...)
  2023-12-11  5:14 ` m0bcy
@ 2023-12-12 15:34 ` m0bcy
  2024-03-12  1:44 ` github-actions
  2024-03-12  3:31 ` sh1r4s3
  8 siblings, 0 replies; 10+ messages in thread
From: m0bcy @ 2023-12-12 15:34 UTC (permalink / raw)
  To: ml

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

New comment by m0bcy on void-packages repository

https://github.com/void-linux/void-packages/pull/47544#issuecomment-1852279604

Comment:
Made a port to musl lib, did a test inside chroot with musl libc.

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

* Re: New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (6 preceding siblings ...)
  2023-12-12 15:34 ` m0bcy
@ 2024-03-12  1:44 ` github-actions
  2024-03-12  3:31 ` sh1r4s3
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-03-12  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47544#issuecomment-1989764450

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: consolelocker-1.1.0
  2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
                   ` (7 preceding siblings ...)
  2024-03-12  1:44 ` github-actions
@ 2024-03-12  3:31 ` sh1r4s3
  8 siblings, 0 replies; 10+ messages in thread
From: sh1r4s3 @ 2024-03-12  3:31 UTC (permalink / raw)
  To: ml

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

New comment by sh1r4s3 on void-packages repository

https://github.com/void-linux/void-packages/pull/47544#issuecomment-1990045417

Comment:
bemp

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

end of thread, other threads:[~2024-03-12  3:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03  5:16 [PR PATCH] New package: consolelocker-1.1.0 m0bcy
2023-12-03  5:24 ` [PR PATCH] [Updated] " m0bcy
2023-12-03  5:26 ` m0bcy
2023-12-03  5:36 ` m0bcy
2023-12-04  4:52 ` m0bcy
2023-12-11  2:58 ` m0bcy
2023-12-11  5:14 ` m0bcy
2023-12-12 15:34 ` m0bcy
2024-03-12  1:44 ` github-actions
2024-03-12  3:31 ` sh1r4s3

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).