unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: nik gaffney via Guix-patches via <guix-patches@gnu.org>
To: 70422@debbugs.gnu.org
Cc: nik gaffney <nik@fo.am>
Subject: [bug#70422] [PATCH 1/1] gnu: lynis: update to 3.1.1
Date: Tue, 16 Apr 2024 14:47:58 +0200	[thread overview]
Message-ID: <29bc49043e1dc0edc20d46a989f42b453e02254d.1713268486.git.nik@fo.am> (raw)

Change-Id: I3d06c9ca6472da63eda0bf809c83d7fd521789ff
---
 gnu/packages/admin.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b60857b264..59ce57ab2e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4740,16 +4740,16 @@ (define-public lynis
   (package
     (name "lynis")
     ;; Also update the ‘lynis-sdk’ input to the commit matching this release.
-    (version "3.0.9")
+    (version "3.1.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/CISOfy/lynis")
-             (commit version)))
+             (commit "60afce6d8110ee9e88ac9e9d0e0346b1cf222b5e")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rgiifbzlk9lfjhbgxy6pqza5kxpr5rsr8vj9fcqvqihzdb5izj1"))
+        (base32 "05bh16i916xz9w8p8fz8flzj9ayyzg7wpbi7q61ylrlahhc03nqd"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -4765,10 +4765,10 @@ (define-public lynis
            (method git-fetch)
            (uri (git-reference
                  (url "https://github.com/CISOfy/lynis-sdk")
-                 (commit "92522b3ec39ad4cdef4756dc303d99741ec7fe20")))
+                 (commit "f4f885f1f049f59940487a6ffc2d53806c729d12")))
            (file-name (git-file-name "lynis-sdk" version))
            (sha256
-            (base32 "05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja"))))))
+            (base32 "09d98wmvan7nlchm056kls5xm939d1231pwsvlp4q2aznz8cmg42"))))))
     (arguments
      (list
       #:phases

base-commit: 4d67912265aa921084040d633238ca30c7dc4199
-- 
2.41.0





                 reply	other threads:[~2024-04-16 15:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29bc49043e1dc0edc20d46a989f42b453e02254d.1713268486.git.nik@fo.am \
    --to=guix-patches@gnu.org \
    --cc=70422@debbugs.gnu.org \
    --cc=nik@fo.am \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).