mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: aide: Update to 0.19.
* gnu/packages/admin.scm (aide): Update to 0.19. [arguments]<#:configure-flags>: Add "--without-fstype" flag to disable the support for Linux-only file system type restricted rules. [inputs]: Remove libmhash; add nettle. Change-Id: I067157438f4c0e50ba0a57688adc4f10e705f086
This commit is contained in:
parent
93f4a0db06
commit
fd12c7de45
1 changed files with 5 additions and 4 deletions
|
@ -218,20 +218,21 @@
|
||||||
(define-public aide
|
(define-public aide
|
||||||
(package
|
(package
|
||||||
(name "aide")
|
(name "aide")
|
||||||
(version "0.18.8")
|
(version "0.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/aide/aide/releases/download/v"
|
(uri (string-append "https://github.com/aide/aide/releases/download/v"
|
||||||
version "/aide-" version ".tar.gz"))
|
version "/aide-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0q1sp0vwrwbmw6ymw1kwd4i8walijwppa0dq61b2qzni6b32srhn"))))
|
(base32 "1r55mf4nl6ydb7zwzkz4689j9v9kaabz5gsrcgbrj4p09chs1yz7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "--with-posix-acl"
|
(list #:configure-flags #~(list "--with-posix-acl"
|
||||||
"--with-selinux"
|
"--with-selinux"
|
||||||
"--with-xattr"
|
"--with-xattr"
|
||||||
"--with-config-file=/etc/aide.conf")))
|
"--with-config-file=/etc/aide.conf"
|
||||||
|
"--without-fstype")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex pkg-config))
|
(list bison flex pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -239,8 +240,8 @@
|
||||||
attr
|
attr
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libgpg-error
|
libgpg-error
|
||||||
libmhash
|
|
||||||
libselinux
|
libselinux
|
||||||
|
nettle
|
||||||
pcre2
|
pcre2
|
||||||
`(,zlib "static")
|
`(,zlib "static")
|
||||||
zlib))
|
zlib))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue