Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chiark-really-6.0.4
@ 2019-10-20  3:39 voidlinux-github
  2019-10-20  5:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-20  3:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From f4b430a6c17824d548c5b8e26287097841cadf4c Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  5 +++++
 srcpkgs/chiark-really/template | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..649eb66a311
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	chmod +s /usr/bin/really
+	;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..cd6bf36cc4e
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,26 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
  2019-10-20  5:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-20  5:49 ` voidlinux-github
  2019-10-20  5:53 ` voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-20  5:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From be50111cad3c6cd8ba440aadf920391b652369f5 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  5 +++++
 srcpkgs/chiark-really/template | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..649eb66a311
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	chmod +s /usr/bin/really
+	;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..906392c7c9f
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,26 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+	vlicense COPYING GPL-3
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
@ 2019-10-20  5:49 ` voidlinux-github
  2019-10-20  5:49 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-20  5:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From be50111cad3c6cd8ba440aadf920391b652369f5 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  5 +++++
 srcpkgs/chiark-really/template | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..649eb66a311
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	chmod +s /usr/bin/really
+	;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..906392c7c9f
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,26 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+	vlicense COPYING GPL-3
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-20  5:53 ` voidlinux-github
@ 2019-10-20  5:53 ` voidlinux-github
  2019-10-23  0:41 ` voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-20  5:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From d1cd9c71b835630a9d02310e41186506c7872152 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  5 +++++
 srcpkgs/chiark-really/template | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..649eb66a311
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	chmod +s /usr/bin/really
+	;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..87215c2d766
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,25 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
  2019-10-20  5:49 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-20  5:49 ` voidlinux-github
@ 2019-10-20  5:53 ` voidlinux-github
  2019-10-20  5:53 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-20  5:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From d1cd9c71b835630a9d02310e41186506c7872152 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  5 +++++
 srcpkgs/chiark-really/template | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..649eb66a311
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	chmod +s /usr/bin/really
+	;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..87215c2d766
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,25 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-20  5:53 ` voidlinux-github
@ 2019-10-23  0:41 ` voidlinux-github
  2019-10-23  0:41 ` voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-23  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From 46f6af9aad6dc914d510863cc263298e55594c4d Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  3 +++
 srcpkgs/chiark-really/template | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..88ce2753bd8
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,3 @@
+case "${ACTION}" in
+	post) chmod +s /usr/bin/really ;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..87215c2d766
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,25 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-23  0:41 ` voidlinux-github
@ 2019-10-23  0:41 ` voidlinux-github
  2019-10-23  0:47 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-23  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From 46f6af9aad6dc914d510863cc263298e55594c4d Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  3 +++
 srcpkgs/chiark-really/template | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..88ce2753bd8
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,3 @@
+case "${ACTION}" in
+	post) chmod +s /usr/bin/really ;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..87215c2d766
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,25 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-23  0:41 ` voidlinux-github
@ 2019-10-23  0:47 ` voidlinux-github
  2019-10-23  0:47 ` voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-23  0:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From 914c1f0ee5ceccfe8b2fa7349acd9b7752324ed4 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  3 +++
 srcpkgs/chiark-really/template | 26 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..88ce2753bd8
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,3 @@
+case "${ACTION}" in
+	post) chmod +s /usr/bin/really ;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..0cdf0a470cc
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,26 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+archs='i686* x86_64*'
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: [PR PATCH] [Updated] New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-23  0:47 ` voidlinux-github
@ 2019-10-23  0:47 ` voidlinux-github
  2021-11-06 21:37 ` abenson
  2021-11-06 21:37 ` [PR PATCH] [Closed]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-10-23  0:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/KAction/void-packages chiark-really
https://github.com/void-linux/void-packages/pull/15634

New package: chiark-really-6.0.4
None

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

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

From 914c1f0ee5ceccfe8b2fa7349acd9b7752324ed4 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@disroot.org>
Date: Sun, 20 Oct 2019 03:37:21 +0000
Subject: [PATCH] New package: chiark-really-6.0.4

---
 srcpkgs/chiark-really/INSTALL  |  3 +++
 srcpkgs/chiark-really/template | 26 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/chiark-really/INSTALL
 create mode 100644 srcpkgs/chiark-really/template

diff --git a/srcpkgs/chiark-really/INSTALL b/srcpkgs/chiark-really/INSTALL
new file mode 100644
index 00000000000..88ce2753bd8
--- /dev/null
+++ b/srcpkgs/chiark-really/INSTALL
@@ -0,0 +1,3 @@
+case "${ACTION}" in
+	post) chmod +s /usr/bin/really ;;
+esac
diff --git a/srcpkgs/chiark-really/template b/srcpkgs/chiark-really/template
new file mode 100644
index 00000000000..0cdf0a470cc
--- /dev/null
+++ b/srcpkgs/chiark-really/template
@@ -0,0 +1,26 @@
+# Template file for 'chiark-really'
+pkgname=chiark-really
+version=6.0.4
+revision=1
+archs='i686* x86_64*'
+wrksrc=work
+build_style=gnu-configure
+short_desc="Tool for gaining privilege (simple, realistic sudo)"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.chiark.greenend.org.uk/ucgi/~ian/git/chiark-utils.git"
+distfiles="${DEBIAN_SITE}/main/c/chiark-utils/chiark-utils_${version}.tar.gz"
+checksum=67b310df2269a6a915d362ed07214ee42241057d2f831c5be006c13933f62e79
+
+do_configure() {
+	sed -i 's#/etc/inittab#/etc/runit/2#g' settings.make cprogs/really.8
+}
+
+do_build() {
+	make -C cprogs really
+}
+
+do_install() {
+	vbin cprogs/really
+	vman cprogs/really.8
+}

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

* Re: New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-23  0:47 ` voidlinux-github
@ 2021-11-06 21:37 ` abenson
  2021-11-06 21:37 ` [PR PATCH] [Closed]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2021-11-06 21:37 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/15634#issuecomment-962513244

Comment:
Thank you for your interest in Void Linux. Your request for this package has been rejected due to generally duplicated functionality already present in Void's repos, and concerns related to the security critical nature of the software.

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

* Re: [PR PATCH] [Closed]: New package: chiark-really-6.0.4
  2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
                   ` (8 preceding siblings ...)
  2021-11-06 21:37 ` abenson
@ 2021-11-06 21:37 ` abenson
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2021-11-06 21:37 UTC (permalink / raw)
  To: ml

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

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

New package: chiark-really-6.0.4
https://github.com/void-linux/void-packages/pull/15634

Description:
None

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

end of thread, other threads:[~2021-11-06 21:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20  3:39 [PR PATCH] New package: chiark-really-6.0.4 voidlinux-github
2019-10-20  5:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-20  5:49 ` voidlinux-github
2019-10-20  5:53 ` voidlinux-github
2019-10-20  5:53 ` voidlinux-github
2019-10-23  0:41 ` voidlinux-github
2019-10-23  0:41 ` voidlinux-github
2019-10-23  0:47 ` voidlinux-github
2019-10-23  0:47 ` voidlinux-github
2021-11-06 21:37 ` abenson
2021-11-06 21:37 ` [PR PATCH] [Closed]: " abenson

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