guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: opendoas: Update to 6.8.2.


From: guix-commits
Subject: 02/03: gnu: opendoas: Update to 6.8.2.
Date: Wed, 16 Feb 2022 16:51:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a0a3ff72a22179f9b0532442450b5d5a4602143d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 13 01:00:02 2022 +0100

    gnu: opendoas: Update to 6.8.2.
    
    * gnu/packages/admin.scm (opendoas): Update to 6.8.2.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/admin.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e26458ae7e..5bb8840e94 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1802,7 +1802,7 @@ commands and their arguments.")
 (define-public opendoas
   (package
     (name "opendoas")
-    (version "6.8.1")
+    (version "6.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1811,7 +1811,7 @@ commands and their arguments.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gfcssm21vdfg6kcrcc7hz1h4jmhy2zv29rfqyrrj3a6r9b5ah8p"))))
+                "1qrin7x9vcprk5pwjbr3w8z2qj8hk6xbvxicdhlk27xr6vcr1qzn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -1820,7 +1820,7 @@ commands and their arguments.")
            (lambda* (#:key outputs #:allow-other-keys)
              (substitute* "GNUmakefile"
                (("^\tchown.*$") ""))
-             ;; OpenDoas look for binaries in safepath when a rule specify a
+             ;; OpenDoas looks for binaries in safepath when a rule specifies a
              ;; relative command, such as “permit keepenv :wheel cmd guix”.
              (substitute* "doas.c"
                (("safepath =" match)
@@ -1828,8 +1828,7 @@ commands and their arguments.")
                                "/run/setuid-programs:"
                                "/run/current-system/profile/bin:"
                                "/run/current-system/profile/sbin:"
-                               "\" ")))
-             #t))
+                               "\" ")))))
          (replace 'configure
            ;; The configure script doesn't accept most of the default flags.
            (lambda* (#:key configure-flags #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]