[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: opendoas: Update to 6.8.
From: |
guix-commits |
Subject: |
12/12: gnu: opendoas: Update to 6.8. |
Date: |
Sat, 14 Nov 2020 18:12:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8d2ee4c596dc6898ea5f7d414ac5a9e8068d2c90
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 00:11:47 2020 +0100
gnu: opendoas: Update to 6.8.
* gnu/packages/admin.scm (opendoas): Update to 6.8.
[arguments]: Adjust makefile name.
---
gnu/packages/admin.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a65d45a..4eaf38e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1494,7 +1494,7 @@ commands and their arguments.")
(define-public opendoas
(package
(name "opendoas")
- (version "6.6.1")
+ (version "6.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1503,7 +1503,7 @@ commands and their arguments.")
(file-name (git-file-name name version))
(sha256
(base32
- "07kkc5729p654jrgfsc8zyhiwicgmq38yacmwfvay2b3gmy728zn"))))
+ "1dlwnvy8r6slxcy260gfkximp1ms510wdslpfq9y6xvd2qi5izcb"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -1511,19 +1511,17 @@ commands and their arguments.")
(replace 'configure
;; The configure script doesn't accept most of the default flags.
(lambda* (#:key configure-flags #:allow-other-keys)
- ;; The configure script can only be told which compiler to use
+ ;; The configure script can be told which compiler to use only
;; through environment variables.
(setenv "CC" ,(cc-for-target))
(apply invoke "./configure" configure-flags)))
(add-before 'install 'fix-makefile
(lambda* (#:key outputs #:allow-other-keys)
- (substitute* "bsd.prog.mk"
+ (substitute* "GNUmakefile"
(("^\tchown.*$") ""))
#t)))
#:configure-flags
(list (string-append "--prefix=" (assoc-ref %outputs "out"))
- ;; Nothing is done with this value (yet?) but it's supported.
- ;; (string-append "--target=" (or ,(%current-target-system) ""))
"--with-timestamp")
;; Compiler choice is not carried over from the configure script.
#:make-flags
- branch master updated (1614419 -> 8d2ee4c), guix-commits, 2020/11/14
- 01/12: gnu: perl-www-curl: Fix build with curl@7.69.1., guix-commits, 2020/11/14
- 03/12: gnu: python-podcastparser: Update to 0.6.6., guix-commits, 2020/11/14
- 02/12: gnu: fio: Update to 3.24., guix-commits, 2020/11/14
- 04/12: gnu: qemu: Extend I/O test time-outs., guix-commits, 2020/11/14
- 06/12: gnu: Add stb-rect-pack., guix-commits, 2020/11/14
- 09/12: gnu: ogre: Update to 1.12.9., guix-commits, 2020/11/14
- 12/12: gnu: opendoas: Update to 6.8.,
guix-commits <=
- 08/12: gnu: Add dear-imgui., guix-commits, 2020/11/14
- 07/12: gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58., guix-commits, 2020/11/14
- 11/12: gnu: multipath-tools: Update to 0.8.5., guix-commits, 2020/11/14
- 05/12: gnu: perl-lwp-protocol-https: Update to 6.09., guix-commits, 2020/11/14
- 10/12: gnu: msmtp: Update to 1.8.13., guix-commits, 2020/11/14