Re: [ITP] aide 0.17.3

2021-11-14 Thread Achim Gratz
Jason Pyeron writes:
> Given this is the first release for aide on Cygwin, should this be
> posted as a test, package? Note: we (work) have been testing it for
> the past few months.

Nothing depends on it, so what purpose would it have to make this a test
version?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


RE: [ITP] aide 0.17.3

2021-11-14 Thread Jason Pyeron
> -Original Message-
> From: Jon Turney
> Sent: Sunday, November 14, 2021 7:49 AM
> 
> On 31/10/2021 14:37, Jason Pyeron wrote:
> >
> > Interested, very interested. I am on the aide developers list to track 
> > updates, bugs,
> and patches.
> >
> 
> Thanks.
> 
> I've added 'aide' to your list of packages.

Given this is the first release for aide on Cygwin, should this be posted as a 
test, package? Note: we (work) have been testing it for the past few months.

-Jason




Re: [ITP] aide 0.17.3

2021-11-14 Thread Jon Turney

On 31/10/2021 14:37, Jason Pyeron wrote:


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



Thanks.

I've added 'aide' to your list of packages.



Re: [ITP] aide 0.17.3

2021-11-14 Thread ASSI
Jason Pyeron writes:
> Not sure I understand this, that file is explicitly patched to build. See:
>
> A   aide-0.17.3-1.cygwin.patch

Give that patch file a different name (just changing the . before cygwin
to a - would suffice) and add it to PATCH_URI in the cygport file
instead.  ${PVR}.{cygwin,src}.patch files are special to cygport.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


RE: [ITP] aide 0.17.3

2021-11-13 Thread Jason Pyeron
> -Original Message-
> From: Brian Inglis
> Sent: Friday, November 12, 2021 11:50 AM
> 
> On 2021-11-12 05:48, Jason Pyeron wrote:
> >> -Original Message-
> >> From: Brian Inglis
> >> Sent: Wednesday, November 10, 2021 11:25 AM
> >>
> >> On 2021-11-10 05:33, Jason Pyeron wrote:
> >>> On Sunday, October 31, 2021 10:37 AM, Jason Pyeron wrote:
>  On Sunday, October 31, 2021 8:48 AM, Jon Turney wrote:
> > On 29/09/2021 15:27, Jason Pyeron wrote:
> >> On Friday, July 30, 2021 10:34 AM, Jason Pyeron wrote:
> >>> 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.
> > ...
> >> Upstream has expressed willingness to review/track patches, if
> >> needed.
> >>
> >> Good idea to submit patches upstream, as it reduces the number of
> >> patches you have to maintain and rebase, and they may have a better idea
> >> of how to achieve the same goal with more generality having their
> >> knowledge of the package source and build.
> >>
> > ...
>  The attached (with required patch) has been in testing on multiple
>  windows servers since late July. They can also be reviewed on
>  github [2].
> >> Using github is an issue for some: gitlab, bitbucket, etc. may or may
> >> not be.
> >>
> >> That is why it is a good idea to checkout your repo on a playground
> >> branch, then force push your repo to:
> >>
> >>ssh://cyg...@cygwin.com/git/cygwin-packages/playground
> >>
> >> and post the jobs.cgi, run, and log links.
> >
> > Run 3524: https://cygwin.com/cgi-bin2/jobs.cgi?id=3524
> >
> > x86, x86_64 build logs: 
> > https://github.com/cygwin/scallywag/actions/runs/1453082339
> 
> To suppress source patch generation at the end of source packaging:
> 
>   >>> Creating source patches
>include/util.h |1 +
>1 file changed, 1 insertion(+)
> 
> need to add near the end of your definitions:
> 
>   DIFF_EXCLUDES=include/util.h

Not sure I understand this, that file is explicitly patched to build. See:

commit e4818534fa1165ba4dc066ff90b78d0885a61fac
Author: Jason Pyeron 
Date:   Tue Aug 3 11:10:17 2021 -0400

cygport file and patch to build Aide 0.17.3 on Cygwin

A   aide-0.17.3-1.cygwin.patch


-Jason



Re: [ITP] aide 0.17.3

2021-11-12 Thread Brian Inglis

On 2021-11-12 05:48, Jason Pyeron wrote:

-Original Message-
From: Brian Inglis
Sent: Wednesday, November 10, 2021 11:25 AM

On 2021-11-10 05:33, Jason Pyeron wrote:

On Sunday, October 31, 2021 10:37 AM, Jason Pyeron wrote:

On Sunday, October 31, 2021 8:48 AM, Jon Turney wrote:

On 29/09/2021 15:27, Jason Pyeron wrote:

On Friday, July 30, 2021 10:34 AM, Jason Pyeron wrote:

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.

...

Upstream has expressed willingness to review/track patches, if
needed.


Good idea to submit patches upstream, as it reduces the number of
patches you have to maintain and rebase, and they may have a better idea
of how to achieve the same goal with more generality having their
knowledge of the package source and build.


...

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

Using github is an issue for some: gitlab, bitbucket, etc. may or may
not be.

That is why it is a good idea to checkout your repo on a playground
branch, then force push your repo to:

ssh://cyg...@cygwin.com/git/cygwin-packages/playground

and post the jobs.cgi, run, and log links.


Run 3524: https://cygwin.com/cgi-bin2/jobs.cgi?id=3524

x86, x86_64 build logs: 
https://github.com/cygwin/scallywag/actions/runs/1453082339


To suppress source patch generation at the end of source packaging:

>>> Creating source patches
 include/util.h |1 +
 1 file changed, 1 insertion(+)

need to add near the end of your definitions:

DIFF_EXCLUDES=include/util.h

With that change made, LGTM.


those out and reports them at the end of your build. You should be
seeing those package names duplicated at the end of your cygport ...
{package,pkg,{,almost}all}{,-test} run e.g.:

  >>> aide requires: cygwin libmhash2 libpcre1 zlib0 cygwin libmhash2
libpcre1 zlib0

Please also ensure that the package builds cleanly on both arches.


Done! Thanks for the feedback.

Great job on the CI infrastructure.


Think that's Jon Turney's great idea and initiative first in Appveyor 
then GH actions.


--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]


RE: [ITP] aide 0.17.3

2021-11-12 Thread Jason Pyeron
> -Original Message-
> From: Brian Inglis
> Sent: Wednesday, November 10, 2021 11:25 AM
> 
> On 2021-11-10 05:33, Jason Pyeron wrote:
> > On Sunday, October 31, 2021 10:37 AM, Jason Pyeron wrote:
> >> On Sunday, October 31, 2021 8:48 AM, Jon Turney wrote:
> >>> On 29/09/2021 15:27, Jason Pyeron wrote:
>  On Friday, July 30, 2021 10:34 AM, Jason Pyeron wrote:
> > 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.
...
>  Upstream has expressed willingness to review/track patches, if
>  needed.
> 
> Good idea to submit patches upstream, as it reduces the number of
> patches you have to maintain and rebase, and they may have a better idea
> of how to achieve the same goal with more generality having their
> knowledge of the package source and build.
> 
...
> >> The attached (with required patch) has been in testing on multiple
> >> windows servers since late July. They can also be reviewed on
> >> github [2].
> Using github is an issue for some: gitlab, bitbucket, etc. may or may
> not be.
> 
> That is why it is a good idea to checkout your repo on a playground
> branch, then force push your repo to:
> 
>   ssh://cyg...@cygwin.com/git/cygwin-packages/playground
> 
> and post the jobs.cgi, run, and log links.

Run 3524: https://cygwin.com/cgi-bin2/jobs.cgi?id=3524

x86, x86_64 build logs: 
https://github.com/cygwin/scallywag/actions/runs/1453082339

...
> those out and reports them at the end of your build. You should be
> seeing those package names duplicated at the end of your cygport ...
> {package,pkg,{,almost}all}{,-test} run e.g.:
> 
>  >>> aide requires: cygwin libmhash2 libpcre1 zlib0 cygwin libmhash2
> libpcre1 zlib0
> 
> Please also ensure that the package builds cleanly on both arches.

Done! Thanks for the feedback.

Great job on the CI infrastructure.

-Jason



Re: [ITP] aide 0.17.3

2021-11-10 Thread Brian Inglis

On 2021-11-10 05:33, Jason Pyeron wrote:

On Sunday, October 31, 2021 10:37 AM, Jason Pyeron wrote:

On Sunday, October 31, 2021 8:48 AM, Jon Turney wrote:

On 29/09/2021 15:27, Jason Pyeron wrote:

On Friday, July 30, 2021 10:34 AM, Jason Pyeron wrote:

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.


Good idea to submit patches upstream, as it reduces the number of 
patches you have to maintain and rebase, and they may have a better idea 
of how to achieve the same goal with more generality having their 
knowledge of the package source and build.



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].
Using github is an issue for some: gitlab, bitbucket, etc. may or may 
not be.


That is why it is a good idea to checkout your repo on a playground 
branch, then force push your repo to:


ssh://cyg...@cygwin.com/git/cygwin-packages/playground

and post the jobs.cgi, run, and log links.

You may also add this as another remote e.g. playground to your repo in 
your .git/config e.g.:


[remote "playground"]
url = ssh://cyg...@cygwin.com/git/cygwin-packages/playground
fetch = +refs/heads/playground:refs/remotes/playground/*
[branch "playground"]
remote = playground
merge = refs/heads/playground

or equivalent using commands (that I never learned about).

Or copy your cygport, patches, source and both arch build hints and 
tarballs, including debuginfo if generated, to a storage site folder, 
and post the access link.



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.



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



Anyone interested in reviewing? Can I put this out there as a test
package - there are many not on this mailing list that would test but
would not build it.
You should be able to drop the explicit REQUIRES. You only need to 
specify those not directly used by the executables, as cygport figures 
those out and reports them at the end of your build. You should be 
seeing those package names duplicated at the end of your cygport ... 
{package,pkg,{,almost}all}{,-test} run e.g.:


>>> aide requires: cygwin libmhash2 libpcre1 zlib0 cygwin libmhash2 
libpcre1 zlib0


Please also ensure that the package builds cleanly on both arches.

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]


RE: [ITP] aide 0.17.3

2021-11-10 Thread Jason Pyeron
> -Original Message-
> From: Jason Pyeron
> Sent: Sunday, October 31, 2021 10:37 AM
> 
> > -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

Anyone interested in reviewing? Can I put this out there as a test package - 
there are many not on this mailing list that would test but would not build it.

-Jason



RE: [ITP] aide 0.17.3

2021-10-31 Thread Jason Pyeron
> -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@mail.mil
.com: jpye...@pdinc.us
tel : 202-741-9397



aide.cygport
Description: Binary data
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 
 #include 
 #include 


Re: [ITP] aide 0.17.3

2021-10-31 Thread Jon Turney

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
- the cygport file (as an attachemnt or link) so it can be reviewed and 
tested


If you're still interested in progressing this, please provide the 
cygport file for discussion.


[1] https://cygwin.com/packaging-contributors-guide.html#submitting


Re: [ITP] aide 0.17.3

2021-09-29 Thread Brian Inglis

On 2021-09-29 08:27, Jason Pyeron wrote:

On Friday, July 30, 2021 10:34 AM, Jason Pyeron wrote:

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?


Good idea for those in commercial or exposed environments.


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.


Normally you provide a link to a net location holding copies of the 
package cygport and any patches, source package tarball and hint, binary 
package tarballs and hints for both arches.


Now you can also add those to a local package git repo playground 
branch, and force push it to the playground branch of remote repo
ssh://cyg...@cygwin.com/git/cygwin-packages/playground and provide links 
to the CI job:


https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=playground

and scallywag run logs:

https://github.com/cygwin/scallywag/actions/runs/...

Have a look at my recent submissions for an idea of what is expected, 
and feel free to reply with comments and hopefully a +1! ;^>


--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]


RE: [ITP] aide 0.17.3

2021-09-29 Thread Jason Pyeron
> -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.

v/r,

Jason Pyeron