Index | Thread | Search

From:
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
Subject:
Re: UPDATE security/plaso and it's myriad of dependencies, and take MAINTAINER
To:
Stuart Henderson <stu@spacehopper.org>
Cc:
ports <ports@openbsd.org>
Date:
Thu, 26 Feb 2026 21:49:08 +0100

Download raw body.

Thread
Hi,

On Wed, Feb 25, 2026 at 8:42 PM Sebastian Reitenbach <
sebastia@l00-bugdead-prods.de> wrote:

> Hi,
>
> On Wed, Feb 25, 2026 at 2:18 PM Stuart Henderson <stu@spacehopper.org>
> wrote:
>
>> re plaso_and_deps_updates.diff, I skimmed through it, couple of things
>> I noticed;
>>
>> - your tree isn't up to date, there are some files from 2020 or so
>> in there which have been updated more recently
>>
>
> I work on it since about two weeks or so depending how time permits, I'll
> check them all to ensure patches are on latest.
>

Here's an updated version of the updated ports. I went through all with
"cvs up -Pd" and only found 1 with conflicting Makefile, and one, where it
seems I must have deleted CVS subdirs,
those were fixed. All others only contained M files.
Updates also have dependencies for the new libyal ports to
sysutils/libyal/libABCDE changed.



>
>
>>
>> - py-artifacts, filenames in /usr/local/bin are getting a bit too
>> generic (stats.py -> stats, validator.py -> validator), can they
>> be renamed (or are they needed at all? i don't see them in docs)
>>
>
> I noticed the renaming as well, but you're absolutely right, this is quite
> generic.
> I'll have a look what they are good for, maybe re-add the .py extension, or
> @comment them in PLIST.
>

these two are for printing out some more or less useful statistics about
artifacts repositories, and can validate them, so seem to be useful to me.
I renamed the scripts to artifacts-stats and artifacts-validator, as that
made more sense to me than adding the .py suffix.

updated diff attached.

Sebastian