unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46599] [PATCH] gnu: lynis: Update to 3.0.3.
@ 2021-02-17 20:51 Vincent Legoll
  2021-02-20 18:36 ` bug#46599: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2021-02-17 20:51 UTC (permalink / raw)
  To: 46599; +Cc: Vincent Legoll

* 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(-)

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





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

* bug#46599: [PATCH] gnu: lynis: Update to 3.0.3.
  2021-02-17 20:51 [bug#46599] [PATCH] gnu: lynis: Update to 3.0.3 Vincent Legoll
@ 2021-02-20 18:36 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-20 18:36 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 46599-done

On Wed, Feb 17, 2021 at 09:51:31PM +0100, Vincent Legoll wrote:
> * gnu/packages/admin.scm (lynis): Update to 3.0.3.
> [native-inputs]: Update lynis-sdk accordingly.

Thanks! Pushed as 291cf6ede55b753ef7735fdcb38fcae06cf6c3cf




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

end of thread, other threads:[~2021-02-20 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 20:51 [bug#46599] [PATCH] gnu: lynis: Update to 3.0.3 Vincent Legoll
2021-02-20 18:36 ` bug#46599: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).