public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: "Jason Pyeron" <jpyeron@pdinc.us>
To: <cygwin-apps@cygwin.com>
Subject: RE: [ITP] aide 0.17.3
Date: Sun, 31 Oct 2021 10:37:21 -0400	[thread overview]
Message-ID: <65dc01d7ce64$d04eb6f0$70ec24d0$@pdinc.us> (raw)
In-Reply-To: <016f9850-f78d-dec7-412f-f74d6fb5b731@dronecode.org.uk>

[-- Attachment #1: Type: text/plain, Size: 2342 bytes --]

> -----Original Message-----
> From: Jon Turney
> Sent: Sunday, October 31, 2021 8:48 AM
> 
> On 29/09/2021 15:27, Jason Pyeron wrote:
> >> -----Original Message-----
> >> From: Jason Pyeron
> >> Sent: Friday, July 30, 2021 10:34 AM
> >>
> >> AIDE - Advanced Intrusion Detection Environment
> >>
> >> https://github.com/aide/aide/
> >>
> >> It is a GPL v2 tool for monitoring file system changes.
> >>
> >> There was no (mature?) Windows open source solution until AIDE was built and tested for
> >> Cygwin. This fills a long standing gap in needs.
> >>
> >> Closed source alternative - Trip Wire.
> >>
> >> It is packaged and shipped with most Linux distributions - I am most familiar with the
> >> RHEL packaging.
> >>
> >> I have built and tested the most recent stable and development versions.
> >>
> >> I will track the development versions for test package releases.
> >>
> >> Category Security.
> >>
> >> Thoughts?
> >
> > There has been no response. It has been in test locally for 2 months now.
> >
> > May I push the cygport to git and provide a test release?
> >
> > Upstream has expressed willingness to review/track patches, if needed.
> >
> 
> Hi,
> 
> Thanks for offering to package and maintain this package, and apologies
> for the delay in responding.
> 
> Notwithstanding [1] (which needs updating), I look for 2 things in an ITP:
> 
> - a statement that the software uses an acceptable open-source license

GPL v2, mentioned in the above original email.

> - the cygport file (as an attachemnt or link) so it can be reviewed and
> tested

The attached (with required patch) has been in testing on multiple windows servers since late July. They can also be reviewed on github [2].

> 
> If you're still interested in progressing this, please provide the
> cygport file for discussion.
> 
> [1] https://cygwin.com/packaging-contributors-guide.html#submitting

Interested, very interested. I am on the aide developers list to track updates, bugs, and patches.

v/r,

Jason Pyeron

2: https://github.com/pdinc-oss/aide/tree/cygport

--
Jason Pyeron  | Architect
PD Inc        | Certified SBA 8(a)
10 w 24th St  | Certified SBA HUBZone
Baltimore, MD | CAGE Code: 1WVR6
 
.mil: jason.j.pyeron.ctr@mail.mil
.com: jpyeron@pdinc.us
tel : 202-741-9397


[-- Attachment #2: aide.cygport --]
[-- Type: application/octet-stream, Size: 935 bytes --]

NAME=aide
VERSION=0.17.3
RELEASE=1

SUMMARY="Intrusion detection environment"

DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a file integrity checker and intrusion detection program."

CATEGORY="Admin Security System"
REQUIRES=""
REQUIRES+=" cygwin"
REQUIRES+=" libmhash2"
REQUIRES+=" libpcre1"
REQUIRES+=" zlib0"

BUILD_REQUIRES=""
BUILD_REQUIRES+=" bison"
BUILD_REQUIRES+=" cygwin-devel" #-lm
BUILD_REQUIRES+=" gcc-core"
BUILD_REQUIRES+=" libmhash-devel" #-lmhash
BUILD_REQUIRES+=" libpcre-devel" #-lpcre
BUILD_REQUIRES+=" make"
BUILD_REQUIRES+=" zlib-devel" #-lz

HOMEPAGE="https://aide.github.io/"
SRC_URI="
  https://github.com/aide/aide/releases/download/v${PV}/aide-${PV}.tar.gz
  https://github.com/aide/aide/releases/download/v${PV}/aide-${PV}.tar.gz.asc
"

PATCH_URI="
"

# todo, but I do not think static builds will be supportable here
CYGCONF_ARGS="--disable-static"


[-- Attachment #3: aide-0.17.3-1.cygwin.patch --]
[-- Type: text/plain, Size: 302 bytes --]

diff --git a/include/util.h b/include/util.h
index aaff780..d3472fa 100644
--- a/orig/include/util.h
+++ b/patched/include/util.h
@@ -21,6 +21,7 @@
 
 #ifndef _UTIL_H_INCLUDED
 #define _UTIL_H_INCLUDED
+#include "config.h"
 #include <string.h>
 #include <stdbool.h>
 #include <sys/types.h>

  reply	other threads:[~2021-10-31 14:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-30 14:34 Jason Pyeron
2021-09-29 14:27 ` Jason Pyeron
2021-09-30  0:07   ` Brian Inglis
2021-10-31 12:47   ` Jon Turney
2021-10-31 14:37     ` Jason Pyeron [this message]
2021-11-10 12:33       ` Jason Pyeron
2021-11-10 16:24         ` Brian Inglis
2021-11-12 12:48           ` Jason Pyeron
2021-11-12 16:49             ` Brian Inglis
2021-11-14  1:37               ` Jason Pyeron
2021-11-14  8:10                 ` ASSI
2021-11-14 14:39                   ` [PATCH} cygport src_fetch.cygpart PATCH_URI doc addition Brian Inglis
2021-11-14 12:49       ` [ITP] aide 0.17.3 Jon Turney
2021-11-14 16:36         ` Jason Pyeron
2021-11-14 17:00           ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='65dc01d7ce64$d04eb6f0$70ec24d0$@pdinc.us' \
    --to=jpyeron@pdinc.us \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).