Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lynis-3.0.6
@ 2021-10-23  7:39 jhe2
  2021-10-23  7:49 ` [PR PATCH] [Updated] " jhe2
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jhe2 @ 2021-10-23  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages lynis
https://github.com/void-linux/void-packages/pull/33710

New package: lynis-3.0.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e320cd8509806e688a7bf6fb5103cb39dfc32f43 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sat, 23 Oct 2021 09:36:49 +0200
Subject: [PATCH] New package: lynis-3.0.6

---
 srcpkgs/lynis/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/lynis/template

diff --git a/srcpkgs/lynis/template b/srcpkgs/lynis/template
new file mode 100644
index 000000000000..0b129378d7fc
--- /dev/null
+++ b/srcpkgs/lynis/template
@@ -0,0 +1,28 @@
+# Template file for 'lynis'
+pkgname=lynis
+version=3.0.6
+revision=1
+depends="gawk"
+short_desc="System and security auditing tool"
+maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
+license="GPL-3.0-only"
+homepage="https://cisofy.com/lynis/"
+distfiles="https://github.com/CISOfy/lynis/archive/refs/tags/${version}.tar.gz"
+checksum=584ed6f6fa9dedeea1b473d888a4fe92fa9716400284fe41c92aed09cf10ec3e
+
+do_install() {
+	vmkdir etc/lynis
+	vinstall default.prf 0644 etc/lynis
+	vmkdir usr/share/lynis
+	vcopy include usr/share/lynis/
+	vcopy plugins usr/share/lynis/
+	vcopy db usr/share/lynis/
+	vbin lynis
+	vman lynis.8
+	vmkdir /usr/share/doc/lynis
+	vinstall CHANGELOG.md 0644 /usr/share/doc/lynis
+	vinstall FAQ 0644 /usr/share/doc/lynis
+	vinstall INSTALL 0644 /usr/share/doc/lynis
+	vinstall README 0644 /usr/share/doc/lynis
+	vcompletion extras/bash_completion.d/lynis bash
+}

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

* Re: [PR PATCH] [Updated] New package: lynis-3.0.6
  2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
@ 2021-10-23  7:49 ` jhe2
  2021-10-23 19:56 ` [PR REVIEW] " Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jhe2 @ 2021-10-23  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages lynis
https://github.com/void-linux/void-packages/pull/33710

New package: lynis-3.0.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From c661c5923c5516120e40d372fad657ef383a1fab Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sat, 23 Oct 2021 09:36:49 +0200
Subject: [PATCH] New package: lynis-3.0.6

---
 srcpkgs/lynis/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/lynis/template

diff --git a/srcpkgs/lynis/template b/srcpkgs/lynis/template
new file mode 100644
index 000000000000..ffb3c3dcbdf3
--- /dev/null
+++ b/srcpkgs/lynis/template
@@ -0,0 +1,28 @@
+# Template file for 'lynis'
+pkgname=lynis
+version=3.0.6
+revision=1
+depends="gawk"
+short_desc="System and security auditing tool"
+maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
+license="GPL-3.0-only"
+homepage="https://cisofy.com/lynis/"
+distfiles="https://github.com/CISOfy/lynis/archive/refs/tags/${version}.tar.gz"
+checksum=584ed6f6fa9dedeea1b473d888a4fe92fa9716400284fe41c92aed09cf10ec3e
+
+do_install() {
+	vmkdir etc/lynis
+	vinstall default.prf 0644 etc/lynis
+	vmkdir usr/share/lynis
+	vcopy include usr/share/lynis/
+	vcopy plugins usr/share/lynis/
+	vcopy db usr/share/lynis/
+	vbin lynis
+	vman lynis.8
+	vmkdir usr/share/doc/lynis
+	vinstall CHANGELOG.md 0644 usr/share/doc/lynis
+	vinstall FAQ 0644 usr/share/doc/lynis
+	vinstall INSTALL 0644 usr/share/doc/lynis
+	vinstall README 0644 usr/share/doc/lynis
+	vcompletion extras/bash_completion.d/lynis bash
+}

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

* Re: [PR REVIEW] New package: lynis-3.0.6
  2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
  2021-10-23  7:49 ` [PR PATCH] [Updated] " jhe2
@ 2021-10-23 19:56 ` Piraty
  2021-10-24  7:01 ` [PR PATCH] [Updated] " jhe2
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-10-23 19:56 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/33710#discussion_r735008114

Comment:
minor nitpick: gawk is part of base-system and all akin, so no real need to explicitly depend on it

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

* Re: [PR PATCH] [Updated] New package: lynis-3.0.6
  2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
  2021-10-23  7:49 ` [PR PATCH] [Updated] " jhe2
  2021-10-23 19:56 ` [PR REVIEW] " Piraty
@ 2021-10-24  7:01 ` jhe2
  2021-10-24  7:03 ` [PR REVIEW] " jhe2
  2021-10-25 19:54 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: jhe2 @ 2021-10-24  7:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages lynis
https://github.com/void-linux/void-packages/pull/33710

New package: lynis-3.0.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 3cbdbef8a8f6f7339875c3c5ca565ef527fb53c8 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sat, 23 Oct 2021 09:36:49 +0200
Subject: [PATCH] New package: lynis-3.0.6

---
 srcpkgs/lynis/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/lynis/template

diff --git a/srcpkgs/lynis/template b/srcpkgs/lynis/template
new file mode 100644
index 000000000000..17940cdf5138
--- /dev/null
+++ b/srcpkgs/lynis/template
@@ -0,0 +1,27 @@
+# Template file for 'lynis'
+pkgname=lynis
+version=3.0.6
+revision=1
+short_desc="System and security auditing tool"
+maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
+license="GPL-3.0-only"
+homepage="https://cisofy.com/lynis/"
+distfiles="https://github.com/CISOfy/lynis/archive/refs/tags/${version}.tar.gz"
+checksum=584ed6f6fa9dedeea1b473d888a4fe92fa9716400284fe41c92aed09cf10ec3e
+
+do_install() {
+	vmkdir etc/lynis
+	vinstall default.prf 0644 etc/lynis
+	vmkdir usr/share/lynis
+	vcopy include usr/share/lynis/
+	vcopy plugins usr/share/lynis/
+	vcopy db usr/share/lynis/
+	vbin lynis
+	vman lynis.8
+	vmkdir usr/share/doc/lynis
+	vinstall CHANGELOG.md 0644 usr/share/doc/lynis
+	vinstall FAQ 0644 usr/share/doc/lynis
+	vinstall INSTALL 0644 usr/share/doc/lynis
+	vinstall README 0644 usr/share/doc/lynis
+	vcompletion extras/bash_completion.d/lynis bash
+}

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

* Re: [PR REVIEW] New package: lynis-3.0.6
  2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
                   ` (2 preceding siblings ...)
  2021-10-24  7:01 ` [PR PATCH] [Updated] " jhe2
@ 2021-10-24  7:03 ` jhe2
  2021-10-25 19:54 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: jhe2 @ 2021-10-24  7:03 UTC (permalink / raw)
  To: ml

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

New review comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33710#discussion_r735073981

Comment:
Thanks for taking a look. I have removed the gawk dependency.

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

* Re: [PR PATCH] [Closed]: New package: lynis-3.0.6
  2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
                   ` (3 preceding siblings ...)
  2021-10-24  7:03 ` [PR REVIEW] " jhe2
@ 2021-10-25 19:54 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-10-25 19:54 UTC (permalink / raw)
  To: ml

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

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

New package: lynis-3.0.6
https://github.com/void-linux/void-packages/pull/33710

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-25 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23  7:39 [PR PATCH] New package: lynis-3.0.6 jhe2
2021-10-23  7:49 ` [PR PATCH] [Updated] " jhe2
2021-10-23 19:56 ` [PR REVIEW] " Piraty
2021-10-24  7:01 ` [PR PATCH] [Updated] " jhe2
2021-10-24  7:03 ` [PR REVIEW] " jhe2
2021-10-25 19:54 ` [PR PATCH] [Closed]: " Piraty

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