[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v3 11/17] gnu: bolt: Update to 0.9.8.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v3 11/17] gnu: bolt: Update to 0.9.8. |
Date: |
Fri, 8 Nov 2024 19:02:34 +0100 |
* gnu/packages/linux.scm (bolt): Update to 0.9.8.
[arguments]<#:phases>: Update phase 'replace-directories.
[properties]: Add lint-hidden-cpe-vendors property.
---
gnu/packages/linux.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 992790188a..6b79efa91f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3366,7 +3366,7 @@ (define-public iptables-nft
(define-public bolt
(package
(name "bolt")
- (version "0.9.5")
+ (version "0.9.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3375,7 +3375,7 @@ (define-public bolt
(file-name (git-file-name name version))
(sha256
(base32
- "1b9z0sfrz6bj0mddng9s0dx59g9239zmrl03hxx2x88mb7r0wmcg"))))
+ "1i9nyvx3qcf4m607qmpklpl9xqzsh423k8y3fr6c5n0k4ajy4cxh"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags '(list "--localstatedir=/var")
@@ -3384,12 +3384,11 @@ (define-public bolt
(add-after 'unpack 'replace-directories
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "meson.build"
- (("udev.get_pkgconfig_variable..udevdir..")
- (string-append "'"
- #$output "/lib/udev'")))
- (substitute* "scripts/meson-install.sh"
- (("mkdir.*")
- ""))))
+ (("udev.get_variable\\(pkgconfig: 'udevdir'\\)")
+ (string-append "'" #$output "/lib/udev'"))
+ ;; Don't install in /var
+ (("not systemd\\.found\\(\\)")
+ "false"))))
(add-before 'install 'no-polkit-magic
(lambda* (#:key outputs #:allow-other-keys)
(setenv "PKEXEC_UID" "something"))))))
@@ -3411,6 +3410,7 @@ (define-public bolt
@command{boltd}. It can list devices, monitor changes, and initiate
authorization of devices.")
(home-page "https://gitlab.freedesktop.org/bolt/bolt")
+ (properties `((lint-hidden-cpe-vendors . ("boltcms" "puppet"))))
(license license:gpl2+)))
(define-public jitterentropy-rngd
--
2.46.0
[bug#74034] [PATCH v3 08/17] gnu: cli: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 11/17] gnu: bolt: Update to 0.9.8.,
Nicolas Graves <=
[bug#74034] [PATCH v3 03/17] gnu: halibut: Add cpe-vendor property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 04/17] gnu: portfolio: Update to 1.0.1., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 06/17] gnu: spectra: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 07/17] gnu: express: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 09/17] gnu: h2c: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 10/17] gnu: xenon: Update to 0.9.3., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 05/17] gnu: folders: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 16/17] gnu: immer: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 12/17] gnu: bwm-ng: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/08
[bug#74034] [PATCH v3 13/17] gnu: onedrive: Update to 2.5.2., Nicolas Graves, 2024/11/08