[PATCH] gnu: lynis: Update to 3.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210217205131.24376-1-vincent.legoll@gmail.com
* gnu/packages/admin.scm (lynis): Update to 3.0.3.
[native-inputs]: Update lynis-sdk accordingly.
---
gnu/packages/admin.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 282a513320..edd1202329 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3922,7 +3922,7 @@ Logitech Unifying Receiver.")
(package
(name "lynis")
;; Also update the ‘lynis-sdk’ input to the commit matching this release.
- (version "2.7.5")
+ (version "3.0.3")
(source
(origin
(method git-fetch)
@@ -3931,7 +3931,7 @@ Logitech Unifying Receiver.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1lkkbvxm0rgrrlx0szaxmf8ghc3d26wal96sgqk84m37mvs1f7p0"))
+ (base32 "0sdjh2f1563qalp740vkaaxdxl56ny98h168cggpm10h2yq366gr"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3948,10 +3948,10 @@ Logitech Unifying Receiver.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/CISOfy/lynis-sdk")
- (commit "bf1c1d95121da9ca79a9eac5a15ed8d81e34094d")))
+ (commit "ea7a39774fbd71113a1955cf1a4937b489935174")))
(file-name (git-file-name "lynis-sdk" version))
(sha256
- (base32 "1ndz5v0039dqa87cva2dk55a8hkw0fibsw8hh2ddmny9qkr4l3dp"))))))
+ (base32 "0q5j2myshjkz9qwvcg8n7c33yw2cp80yvzhckd60qmzabv4g4qb5"))))))
(arguments
`(#:phases
(modify-phases %standard-phases
--
2.30.0
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46599-done@debbugs.gnu.org)
YDFWylnC1qJMRoTq@jasmine.lan
On Wed, Feb 17, 2021 at 09:51:31PM +0100, Vincent Legoll wrote:
Toggle quote (3 lines)
> * gnu/packages/admin.scm (lynis): Update to 3.0.3.
> [native-inputs]: Update lynis-sdk accordingly.

Thanks! Pushed as 291cf6ede55b753ef7735fdcb38fcae06cf6c3cf
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46599@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46599
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help