all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Add AIDE.
@ 2016-03-23  5:35 Ricardo Wurmus
  2016-03-23  6:04 ` Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-03-23  5:35 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-AIDE.patch --]
[-- Type: text/x-patch, Size: 2221 bytes --]

From 212175f24c6624f93e95be721d713a97a9bac624 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Wed, 23 Mar 2016 06:34:45 +0100
Subject: [PATCH] gnu: Add AIDE.

* gnu/packages/admin.scm (aide): New variable.
---
 gnu/packages/admin.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 69802e9..76187ae 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -53,6 +53,7 @@
   #:use-module (gnu packages flex)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages openldap)
+  #:use-module (gnu packages mcrypt)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages popt)
   #:use-module (gnu packages texinfo)
@@ -66,6 +67,37 @@
   #:use-module (gnu packages man)
   #:use-module (gnu packages autotools))
 
+(define-public aide
+  (package
+    (name "aide")
+    (version "0.15.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/aide/aide/"
+                                  version "/aide-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1vsrc0s62kv1i84skm6k6zy868gayjck268qwj38rpspc8c5qgih"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("bison" ,bison)
+       ("flex" ,flex)))
+    (inputs
+     `(("libgcrypt" ,libgcrypt)
+       ("libgpg-error" ,libgpg-error)
+       ("libmhash" ,libmhash)
+       ("zlib" ,zlib)))
+    (synopsis "File and directory integrity checker")
+    (description
+     "AIDE (Advanced Intrusion Detection Environment) is a file and directory
+integrity checker.  It creates a database from the regular expression rules
+that it finds from its configuration files.  Once this database is initialized
+it can be used to verify the integrity of the files.  It has several message
+digest algorithms that are used to check the integrity of files.  All of the
+usual file attributes can be checked for inconsistencies.")
+    (home-page "http://aide.sourceforge.net/")
+    (license license:gpl2+)))
+
 (define-public dmd
   ;; Deprecated.  Kept around "just in case."
   (let ((base-version "0.2")
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add AIDE.
  2016-03-23  5:35 [PATCH] Add AIDE Ricardo Wurmus
@ 2016-03-23  6:04 ` Eric Bavier
  2016-03-23  7:34   ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2016-03-23  6:04 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

On Wed, 23 Mar 2016 06:35:29 +0100
Ricardo Wurmus <rekado@elephly.net> wrote:

> From 212175f24c6624f93e95be721d713a97a9bac624 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Wed, 23 Mar 2016 06:34:45 +0100
> Subject: [PATCH] gnu: Add AIDE.
> 
> * gnu/packages/admin.scm (aide): New variable.
> ---
>  gnu/packages/admin.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)

LGTM.

`~Eric

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add AIDE.
  2016-03-23  6:04 ` Eric Bavier
@ 2016-03-23  7:34   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2016-03-23  7:34 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel


Eric Bavier <ericbavier@openmailbox.org> writes:

> On Wed, 23 Mar 2016 06:35:29 +0100
> Ricardo Wurmus <rekado@elephly.net> wrote:
>
>> From 212175f24c6624f93e95be721d713a97a9bac624 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <rekado@elephly.net>
>> Date: Wed, 23 Mar 2016 06:34:45 +0100
>> Subject: [PATCH] gnu: Add AIDE.
>> 
>> * gnu/packages/admin.scm (aide): New variable.
>> ---
>>  gnu/packages/admin.scm | 32 ++++++++++++++++++++++++++++++++
>>  1 file changed, 32 insertions(+)
>
> LGTM.

Thanks.  Pushed as c1f7356.

~~ Ricardo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-23  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-23  5:35 [PATCH] Add AIDE Ricardo Wurmus
2016-03-23  6:04 ` Eric Bavier
2016-03-23  7:34   ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.