Re: switch uncrustify to python3 and update

2021-03-10 Thread Remi Pointel

Le 07-03-2021 21:43, Daniel Dickman a écrit :

Here's an update of uncrustify to a newer release.

This port seems to work fine with python3 too.

Tested on amd64 where all regress tests pass.

ok?


Hello,

sounds good to me, ok rpointel@.

Thank you.

Cheers,

Remi.



Re: fix gdb python helper

2021-03-10 Thread Remi Pointel

Le 06-03-2021 19:27, Stuart Henderson a écrit :

Python has a gdb helper that allows doing python backtraces from gdb
and other such things. We currently don't install it in Python 
packages,

and also gdb looks in a bogus directory "${prefix}/share/auto-load" (!)
to find autoload files:


Hello Stuart,

sounds good to me, thanks.

Best regards,

Remi.



[UPDATE] textproc/uncrustify

2020-12-21 Thread Remi Pointel

Hi,

this is the diff to update uncrustify to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/textproc/uncrustify/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- Makefile	21 Jun 2020 07:17:08 -	1.25
+++ Makefile	21 Dec 2020 11:00:20 -
@@ -2,7 +2,7 @@
 
 COMMENT =		source code beautifier
 
-DISTNAME =		uncrustify-0.71.0
+DISTNAME =		uncrustify-0.72.0
 
 CATEGORIES =		textproc devel
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/uncrustify/distinfo,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 distinfo
--- distinfo	21 Jun 2020 07:17:08 -	1.14
+++ distinfo	21 Dec 2020 11:00:20 -
@@ -1,2 +1,2 @@
-SHA256 (uncrustify-0.71.0.tar.gz) = G3Zd/TbJhbtB6NLajSJq6Ldpvnn7Lh4sYKeLm64jqMM=
-SIZE (uncrustify-0.71.0.tar.gz) = 1703222
+SHA256 (uncrustify-0.72.0.tar.gz) = 7vifR4WGANE9MYwNPW2FUHXtuk5PG6pvBzPub5UNY9M=
+SIZE (uncrustify-0.72.0.tar.gz) = 1529996
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/uncrustify/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST	21 Jun 2020 07:17:08 -	1.5
+++ pkg/PLIST	21 Dec 2020 11:00:20 -
@@ -2,6 +2,12 @@
 @bin bin/uncrustify
 @man man/man1/uncrustify.1
 share/doc/uncrustify/
+share/doc/uncrustify/AUTHORS
+share/doc/uncrustify/BUGS
+share/doc/uncrustify/COPYING
+share/doc/uncrustify/ChangeLog
+share/doc/uncrustify/HELP
+share/doc/uncrustify/README.md
 share/doc/uncrustify/examples/
 share/doc/uncrustify/examples/MS-calling_conventions.cfg
 share/doc/uncrustify/examples/amxmodx.cfg


Re: New? Python 3.9.0

2020-10-07 Thread Remi Pointel

On 10/5/20 9:00 PM, Kurt Mosiejczuk wrote:

On Fri, Oct 02, 2020 at 02:46:09PM -0400, Kurt Mosiejczuk wrote:

I took a stab at Python 3.9.0rc2. I don't think it is worth importing before
the final release of 3.9.0, but figured if anyone wants to do some testing
that this could be useful.



(tarball starts with a 3.9 directory to be placed under lang/python)


3.9.0 was released today. It was largely identical to rc2 (just a couple
files with the version number changed).

--Kurt


Hello,

sounds good to me.

Thank you,

Remi.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/10/06 14:29:16

Modified files:
databases/py-redis: Makefile distinfo 

Log message:
update to 3.5.3.
ok solene@.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/10/06 14:27:45

Modified files:
security/regripper: Makefile distinfo 
security/regripper/patches: patch-rip_pl 
security/regripper/pkg: PLIST 
Removed files:
security/regripper/patches: patch-plugins_shellbags_test_pl 

Log message:
update regripper to 3.0.
ok solene@.



[UPDATE] security/regripper

2020-10-06 Thread Remi Pointel

Hi,

this is the diff to update regripper to latest release.

Ok?

Cheers,

Remi.
? 2zVN
Index: Makefile
===
RCS file: /cvs/ports/security/regripper/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile	12 Jul 2019 20:49:36 -	1.7
+++ Makefile	6 Oct 2020 19:44:29 -
@@ -2,7 +2,7 @@
 
 COMMENT =		Windows Registry data extraction tool
 
-DISTNAME =		regripper-2.8pl4
+DISTNAME =		regripper-3.0
 
 CATEGORIES =		security
 
@@ -14,8 +14,8 @@ MAINTAINER =		Remi Pointel  "USRCLASS\.DAT",
- 			hivemask  => 32,
Index: patches/patch-rip_pl
===
RCS file: /cvs/ports/security/regripper/patches/patch-rip_pl,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-rip_pl
--- patches/patch-rip_pl	28 Oct 2015 09:55:17 -	1.1.1.1
+++ patches/patch-rip_pl	6 Oct 2020 19:44:29 -
@@ -1,31 +1,26 @@
 $OpenBSD: patch-rip_pl,v 1.1.1.1 2015/10/28 09:55:17 rpointel Exp $
 rip.pl.orig	Mon Sep 14 14:39:32 2015
-+++ rip.pl	Wed Oct 21 21:12:44 2015
+Index: rip.pl
+--- rip.pl.orig
 rip.pl
 @@ -1,4 +1,4 @@
 -#! c:\perl\bin\perl.exe
 +#! /usr/bin/perl
  #-
  # Rip - RegRipper, CLI version
  # Use this utility to run a plugins file or a single plugin against a Reg
-@@ -60,7 +60,7 @@ $str =~ s/($path[scalar(@path) - 1])//;
- #push(@INC,$str);
- 
+@@ -65,7 +65,7 @@ $str =~ s/($path[scalar(@path) - 1])//;
+ # code updated 20190318
+ my $plugindir;
+ ($^O eq "MSWin32") ? ($plugindir = $str."plugins/")
+-   : ($plugindir = File::Spec->catfile("plugins"));
++   : ($plugindir = File::Spec->catfile("${TRUEPREFIX}/share/regripper/plugins"));
  #my $plugindir = $str."plugins/";
--my $plugindir = File::Spec->catfile("plugins");
-+my $plugindir = File::Spec->catfile("${TRUEPREFIX}/share/regripper/plugins/");
+ #my $plugindir = File::Spec->catfile("plugins");
  #print "Plugins Dir = ".$plugindir."\n";
- # End code update
- my $VERSION = "2\.8_20130801";
-@@ -201,9 +201,9 @@ Parse Windows Registry files, using either a single mo
-   -u usernameUser name (TLN support)
-   -h.Help (print this information)
-   
--Ex: C:\\>rip -r c:\\case\\system -f system
--C:\\>rip -r c:\\case\\ntuser.dat -p userassist
--C:\\>rip -l -c
-+Ex: \$ rip.pl -r system -f system
-+\$ rip.pl -r ntuser.dat -p userassist
-+\$ rip.pl -l -c
- 
- All output goes to STDOUT; use redirection (ie, > or >>) to output to a file\.
-   
+@@ -557,4 +557,4 @@ sub getDateFromEpoch {
+ 	my ($sec,$min,$hour,$mday,$mon,$year) = gmtime($epoch);
+ 	my $fmt = sprintf("%04d-%02d-%02d %02d:%02d:%02d",(1900 + $year),($mon + 1),$mday,$hour,$min,$sec);
+ 	return $fmt;
+-}
+\ No newline at end of file
++}
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/regripper/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST	30 May 2018 14:03:05 -	1.6
+++ pkg/PLIST	6 Oct 2020 19:44:29 -
@@ -1,158 +1,106 @@
 @comment $OpenBSD: PLIST,v 1.6 2018/05/30 14:03:05 rpointel Exp $
 bin/rip.pl
 ${P5SITE}/regripper/
-${P5SITE}/regripper/shellitems.pl
 share/regripper/
 share/regripper/plugins/
-share/regripper/plugins/acmru.pl
-share/regripper/plugins/adoberdr.pl
-share/regripper/plugins/ahaha.pl
-share/regripper/plugins/aim.pl
+share/regripper/plugins/adobe.pl
 share/regripper/plugins/all
+share/regripper/plugins/allowedenum.pl
 share/regripper/plugins/amcache
 share/regripper/plugins/amcache.pl
 share/regripper/plugins/amcache_tln.pl
-share/regripper/plugins/angelfire.pl
-share/regripper/plugins/aports.pl
+share/regripper/plugins/appassoc.pl
 share/regripper/plugins/appcertdlls.pl
 share/regripper/plugins/appcompatcache.pl
 share/regripper/plugins/appcompatcache_tln.pl
 share/regripper/plugins/appcompatflags.pl
 share/regripper/plugins/appinitdlls.pl
+share/regripper/plugins/appkeys.pl
+share/regripper/plugins/appkeys_tln.pl
 share/regripper/plugins/applets.pl
 share/regripper/plugins/applets_tln.pl
 share/regripper/plugins/apppaths.pl
 share/regripper/plugins/apppaths_tln.pl
 share/regripper/plugins/appspecific.pl
-share/regripper/plugins/ares.pl
+share/regripper/plugins/appx.pl
+share/regripper/plugins/appx_tln.pl
 share/regripper/plugins/arpcache.pl
-share/regripper/plugins/assoc.pl
 share/regripper/plugins/at.pl
 share/regripper/plugins/at_tln.pl
 share/regripper/plugins/attachmgr.pl
 share/regripper/plugins/attachmgr_tln.pl
 share/regripper/plugins/audiodev.pl
-share/regripper/plugins/auditfail.pl
 share/regripper/plugins/auditpol.pl
-share/regripper/plugins/auditpol_xp.pl
-share/regripper/plugins/autoendtasks.pl
-share/regripper/plug

Re: Remove Python 3.7

2020-10-06 Thread Remi Pointel

On 10/5/20 8:58 PM, Kurt Mosiejczuk wrote:

We stopped building packages for Python 3.7 for 6.8. It has been
vestigial. Remove it?

If desired, I could submit a version to bring in Python 3.9.0, which
got released today.

(cc maintainer)



Hello,

ok for me to remove Python 3.7.

Thank you,

Remi.



Re: [update] deve/py-llvmlite to 0.34.0

2020-10-03 Thread Remi Pointel

On 9/29/20 1:03 AM, Aisha Tammy wrote:

Hi,
   Attached diff for py-llvmlite update to latest
It has been broken for a bit and am not sure if maintainer is too busy for this.
If needed I can take this port, I am generally in touch with upstream to bug 
them
about their JIT compiler numba.

Would be nice to see it in 6.8 as its working now.
All tests are passing as well.

(also attaching the patch just in case thunderbird still messes up)

Aisha


Hi,

thank you for the diff.

I think miasm will not work with your update, I will verify if recent 
version is compatible with Python 3.


Best regards,

Remi.



CVS: cvs.openbsd.org: ports

2020-09-28 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/28 05:49:57

Modified files:
x11/xcolor : Makefile 

Log message:
add python3 to the build_depends, spotted by naddy@.
ok Laurence Tratt (maintainer), sthen@.



CVS: cvs.openbsd.org: ports

2020-09-28 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/28 05:36:03

Modified files:
lang/python/3.8: Makefile distinfo 
lang/python/3.8/pkg: PLIST-main 

Log message:
update Python to 3.8.6.
tested in a bulk build by naddy@.



[UPDATE] lang/python/3.8

2020-09-24 Thread Remi Pointel

Hello,

this is the diff to update Python 3.8 to latest release.

sthen@ or naddy@: someone of you could test a bulk build with this diff? 
Thanks in advance.


Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile	28 Jul 2020 07:58:30 -	1.7
+++ Makefile	24 Sep 2020 19:27:14 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.8
-PATCHLEVEL =		.5
+PATCHLEVEL =		.6
 SHARED_LIBS =		python3.8 0.0
 VERSION_SPEC =		>=3.8,<3.9
 
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.8/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	28 Jul 2020 07:58:30 -	1.5
+++ distinfo	24 Sep 2020 19:27:14 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.5.tgz) = AVEVAjw4Lrarg9USdi/jxVAvoMbFL/68SDHE4aBv/Ek=
-SIZE (Python-3.8.5.tgz) = 24149103
+SHA256 (Python-3.8.6.tgz) = MTVi7pmG3Dac1ngBG9/ZgA72L797FJYiihj4azZCjCE=
+SIZE (Python-3.8.6.tgz) = 24377280
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST-main
--- pkg/PLIST-main	28 Jul 2020 07:58:30 -	1.8
+++ pkg/PLIST-main	24 Sep 2020 19:27:14 -
@@ -1824,8 +1824,8 @@ lib/python3.8/ensurepip/__pycache__/_uni
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.opt-2.pyc
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.pyc
 lib/python3.8/ensurepip/_bundled/
-lib/python3.8/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
-lib/python3.8/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl
 lib/python3.8/ensurepip/_uninstall.py
 lib/python3.8/enum.py
 lib/python3.8/filecmp.py
@@ -2017,9 +2017,9 @@ lib/python3.8/lib-dynload/
 @so lib/python3.8/lib-dynload/zlib.so
 lib/python3.8/lib2to3/
 lib/python3.8/lib2to3/Grammar.txt
-lib/python3.8/lib2to3/Grammar3.8.5.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.6.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.5.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.6.final.0.pickle
 lib/python3.8/lib2to3/__init__.py
 lib/python3.8/lib2to3/__main__.py
 lib/python3.8/lib2to3/__pycache__/


CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:22:52

Modified files:
security/py-dfwinreg: Makefile distinfo 

Log message:
update dfwinreg to 20200415.
ok kbet@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:20:20

Modified files:
security/py-dfdatetime: Makefile distinfo 
security/py-dfdatetime/pkg: PLIST 

Log message:
update py-dfdatetime to 20200824.
ok kbet@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:17:56

Modified files:
security/py-dfvfs: Makefile distinfo 
security/py-dfvfs/pkg: PLIST 

Log message:
update to 20200625.
ok bket@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:15:35

Modified files:
sysutils/libregf: Makefile distinfo 

Log message:
update libregf to 20200805.
ok bket@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:14:53

Modified files:
sysutils/libfsntfs: Makefile distinfo 

Log message:
update libfsntfs to 20200805.
ok bket@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:12:49

Modified files:
security/plaso : Makefile distinfo 
security/plaso/pkg: PLIST 

Log message:
update plaso to 20200717.
tips and ok bket@.



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:10:13

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
+   'py-dtfabric' => 'py3-dtfabric',



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:08:30

Modified files:
devel/py-dtfabric: Makefile distinfo 
devel/py-dtfabric/pkg: PLIST 

Log message:
update dtfabric to 20200621.
tips and ok from bket@



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/09/23 05:06:47

Modified files:
devel  : Makefile 

Log message:
- SUBDIR += py-dtfabric



[UPDATE] security/plaso

2020-09-20 Thread Remi Pointel

Hi,

these are the diff to update plaso and its dependencies.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/devel/py-dtfabric/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile3 Jul 2020 21:12:43 -   1.7
+++ Makefile20 Sep 2020 17:47:40 -
@@ -2,11 +2,10 @@
 
 COMMENT =  data type fabric
 
-MODPY_EGG_VERSION =20181128
+MODPY_EGG_VERSION =20200621
 DISTNAME = dtfabric-${MODPY_EGG_VERSION}
 
 PKGNAME =  py-${DISTNAME}
-REVISION = 1
 
 CATEGORIES =   devel
 
@@ -22,7 +21,7 @@ MODPY_PI =Yes
 RUN_DEPENDS =  textproc/py-yaml${MODPY_FLAVOR}
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR =   python3
 
 # make it possible to install both (un)FLAVORed packages alongside
 post-install:
Index: distinfo
===
RCS file: /cvs/ports/devel/py-dtfabric/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo4 Jan 2019 15:30:43 -   1.4
+++ distinfo20 Sep 2020 17:47:40 -
@@ -1,2 +1,2 @@
-SHA256 (dtfabric-20181128.tar.gz) = 
WP3DH4IeLhUoiTughqZEIO4z38FQRXCtoTs2TgmIPrU=
-SIZE (dtfabric-20181128.tar.gz) = 64507
+SHA256 (dtfabric-20200621.tar.gz) = 
12+PtB+UU8qKAGict6DgnEsLowk3bVGCs4WPUJCWx2E=
+SIZE (dtfabric-20200621.tar.gz) = 67827
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-dtfabric/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   7 Sep 2018 05:54:13 -   1.3
+++ pkg/PLIST   20 Sep 2020 17:47:40 -
@@ -7,23 +7,21 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/dtfabric-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 
lib/python${MODPY_VERSION}/site-packages/dtfabric-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/dtfabric/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}data_types.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}definitions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}errors.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}py2to3.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}reader.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/${MODPY_PYCACHE}registry.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/dtfabric/data_types.py
 lib/python${MODPY_VERSION}/site-packages/dtfabric/definitions.py
 lib/python${MODPY_VERSION}/site-packages/dtfabric/errors.py
-lib/python${MODPY_VERSION}/site-packages/dtfabric/py2to3.py
 lib/python${MODPY_VERSION}/site-packages/dtfabric/reader.py
 lib/python${MODPY_VERSION}/site-packages/dtfabric/registry.py
 lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/
 lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/${MODPY_PYCACHE}
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/${MODPY_PYCACHE}byte_operations.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/dtfabric/runtime/${MODPY_PYCACHE}data_maps.${MODPY_PYC_MAGIC_TAG}pyc
Index: Makefile
===
RCS file: /cvs/ports/security/plaso/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile3 Jul 2020 21:13:05 -   1.15
+++ Makefile20 Sep 2020 16:07:35 -
@@ -2,7 +2,7 @@
 
 COMMENT =  engine and tools to automate creation of super timeline
 
-MODPY_EGG_VERSION =20200121
+MODPY_EGG_VERSION =20200717
 DISTNAME = plaso-${MODPY_EGG_VERSION}
 
 CATEGORIES =   security
@@ -15,7 +15,6 @@ MAINTAINER =  Remi Pointel https://github.com/log2timeline/plaso/releases/download/${MODPY_EGG_VERSION}/
 
@@ -23,7 +22,9 @@ MODULES = lang/python
 MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
 MODPY_SETUPTOOLS = Yes
 
-RUN_DEPENDS += devel/py-bencode${MODPY_FLAVOR} \
+RUN_DEPENDS += archivers/py-lz4 \
+   databases/py-redis${MODPY_FLAVOR} \
+   devel/py-bencode${MODPY_FLAVOR} \
devel/py-biplist${MODPY_FLAVOR

[UPDATE] databases/py-redis

2020-09-20 Thread Remi Pointel

Hi,

this diff updates py-redis to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/databases/py-redis/Makefile,v
retrieving revision 1.37
diff -u -p -u -p -r1.37 Makefile
--- Makefile3 Jul 2020 21:12:37 -   1.37
+++ Makefile20 Sep 2020 15:49:10 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Python interface to Redis
 
-MODPY_EGG_VERSION =3.4.1
+MODPY_EGG_VERSION =3.5.3
 
 GH_ACCOUNT =   andymccurdy
 GH_PROJECT =   redis-py
@@ -10,7 +10,6 @@ GH_TAGNAME =  ${MODPY_EGG_VERSION}
 
 PKGNAME =  py-redis-${MODPY_EGG_VERSION}
 CATEGORIES =   databases
-REVISION = 0
 
 HOMEPAGE = https://github.com/andymccurdy/redis-py/
 
Index: distinfo
===
RCS file: /cvs/ports/databases/py-redis/distinfo,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 distinfo
--- distinfo16 Feb 2020 13:02:19 -  1.24
+++ distinfo20 Sep 2020 15:49:10 -
@@ -1,2 +1,2 @@
-SHA256 (redis-py-3.4.1.tar.gz) = S2ygO5DMShghLunyMeH8iyEGJWp24w7qdsPXzBEFc60=
-SIZE (redis-py-3.4.1.tar.gz) = 126587
+SHA256 (redis-py-3.5.3.tar.gz) = Dj7wSvV9FyB8LxOklkGmO5jgBAoQdWqCR+gzRotaggY=
+SIZE (redis-py-3.5.3.tar.gz) = 129884


[NEW] archivers/py-lz4

2020-09-02 Thread Remi Pointel

Hi,

this is the port to have python bindings for lz4.

This is needed by the plaso's update.

Ok?

Cheers,

Remi.


py-lz4.tar.gz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2020-07-30 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/07/30 23:19:31

Modified files:
security/floss : Makefile distinfo 
security/floss/patches: patch-setup_py 

Log message:
update floss to 1.6.1.



CVS: cvs.openbsd.org: ports

2020-07-01 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/07/01 04:21:22

Modified files:
lang/python/3.7: Makefile distinfo 
lang/python/3.7/pkg: PLIST-idle PLIST-main 

Log message:
update python to 3.7.8.
ok sthen@.



[UPDATE] security/floss

2020-06-30 Thread Remi Pointel

Hi,

this is the diff to update floss to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/security/floss/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile	12 Jul 2019 20:49:02 -	1.3
+++ Makefile	30 Jun 2020 06:05:11 -
@@ -2,7 +2,7 @@
 
 COMMENT =	FireEye Labs Obfuscated String Solver
 
-MODPY_EGG_VERSION =	1.5.0
+MODPY_EGG_VERSION =	1.6.1
 PKGNAME =	floss-${MODPY_EGG_VERSION}
 
 GH_ACCOUNT =	fireeye
@@ -20,6 +20,7 @@ MODULES =	lang/python
 MODPY_SETUPTOOLS =	Yes
 
 RUN_DEPENDS =	textproc/py-yaml \
+		devel/py-simplejson \
 		devel/py-tabulate \
 		security/py-vivisect \
 		devel/py-plugnplay \
Index: distinfo
===
RCS file: /cvs/ports/security/floss/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo	29 Mar 2018 19:45:16 -	1.1.1.1
+++ distinfo	30 Jun 2020 06:05:11 -
@@ -1,2 +1,2 @@
-SHA256 (flare-floss-1.5.0.tar.gz) = yGTfjsXrt/NPyaWehUHU9vBMKgsjhjkSSfn/CTWl4kw=
-SIZE (flare-floss-1.5.0.tar.gz) = 104759
+SHA256 (flare-floss-1.6.1.tar.gz) = T6fmLmrF/8rSZ81tiFkkauFDYzYTHep0A9idlCZ1nwQ=
+SIZE (flare-floss-1.6.1.tar.gz) = 109281
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/security/floss/patches/patch-setup_py,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-setup_py
--- patches/patch-setup_py	29 Mar 2018 19:45:16 -	1.1.1.1
+++ patches/patch-setup_py	30 Jun 2020 06:05:11 -
@@ -3,12 +3,13 @@ $OpenBSD: patch-setup_py,v 1.1.1.1 2018/
 Index: setup.py
 --- setup.py.orig
 +++ setup.py
-@@ -11,10 +11,8 @@ except ImportError:
+@@ -11,11 +11,9 @@ except ImportError:
  
  
  requirements = [
 -"q",
  "pyyaml",
+ "simplejson",
  "tabulate",
 -"vivisect",
  "plugnplay",


CVS: cvs.openbsd.org: ports

2020-06-29 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/06/29 23:45:14

Modified files:
devel/py-xlsxwriter: Makefile distinfo 

Log message:
update xlsxwriter to 1.2.9.



[UPDATE] security/yara

2020-06-29 Thread Remi Pointel

Hi,

this is the diff to update yara to latest release.

Ok?

Remi.
Index: Makefile.inc
===
RCS file: /cvs/ports/security/yara/Makefile.inc,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile.inc
--- Makefile.inc	11 Nov 2019 20:34:33 -	1.14
+++ Makefile.inc	30 Jun 2020 05:42:19 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile.inc,v 1.14 2019/11/11 20:34:33 rpointel Exp $
 
-VERSION ?=		3.11.0
+VERSION ?=		4.0.2
 
 CATEGORIES =		security
 
Index: main/distinfo
===
RCS file: /cvs/ports/security/yara/main/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- main/distinfo	11 Nov 2019 20:34:33 -	1.13
+++ main/distinfo	30 Jun 2020 05:42:19 -
@@ -1,2 +1,2 @@
-SHA256 (yara-3.11.0.tar.gz) = 3oxUAoyEh1HAb1rMO3ScPvaxEQkLOfb/mRKVr0S9RjM=
-SIZE (yara-3.11.0.tar.gz) = 772122
+SHA256 (yara-4.0.2.tar.gz) = Ba2I6smp8CMkMv0UUWva7aFDSdbPDKyALXbjaavO4AE=
+SIZE (yara-4.0.2.tar.gz) = 888137
Index: main/pkg/PLIST
===
RCS file: /cvs/ports/security/yara/main/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- main/pkg/PLIST	26 Feb 2019 09:09:17 -	1.5
+++ main/pkg/PLIST	30 Jun 2020 05:42:19 -
@@ -6,6 +6,7 @@ include/yara.h
 include/yara/ahocorasick.h
 include/yara/arena.h
 include/yara/atoms.h
+include/yara/base64.h
 include/yara/bitmask.h
 include/yara/compiler.h
 include/yara/error.h
@@ -18,6 +19,7 @@ include/yara/libyara.h
 include/yara/limits.h
 include/yara/mem.h
 include/yara/modules.h
+include/yara/notebook.h
 include/yara/object.h
 include/yara/parser.h
 include/yara/proc.h
@@ -33,7 +35,7 @@ include/yara/strutils.h
 include/yara/threading.h
 include/yara/types.h
 include/yara/utils.h
-lib/libyara.a
+@static-lib lib/libyara.a
 lib/libyara.la
 @lib lib/libyara.so.${LIByara_VERSION}
 lib/pkgconfig/yara.pc
Index: python/distinfo
===
RCS file: /cvs/ports/security/yara/python/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- python/distinfo	11 Nov 2019 20:34:33 -	1.12
+++ python/distinfo	30 Jun 2020 05:42:19 -
@@ -1,2 +1,2 @@
-SHA256 (yara-python-3.11.0.tar.gz) = EoDPpIRJAunVhIyE7Mh9o/wF+6y9dDcbtzjR9Pu6KFA=
-SIZE (yara-python-3.11.0.tar.gz) = 31830
+SHA256 (yara-python-4.0.2.tar.gz) = bnR8rvqNIIv0CweO8KcfOGb6kHUJEjnMNivSO/Q22BY=
+SIZE (yara-python-4.0.2.tar.gz) = 32362
Index: python/pkg/PLIST
===
RCS file: /cvs/ports/security/yara/python/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- python/pkg/PLIST	16 Aug 2018 09:58:47 -	1.5
+++ python/pkg/PLIST	30 Jun 2020 05:42:19 -
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.5 2018/08/16 09:58:47 rpointel Exp $
-lib/python${MODPY_VERSION}/site-packages/yara.so
+@so lib/python${MODPY_VERSION}/site-packages/yara.so
 lib/python${MODPY_VERSION}/site-packages/yara_python-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 lib/python${MODPY_VERSION}/site-packages/yara_python-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 lib/python${MODPY_VERSION}/site-packages/yara_python-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt


[UPDATE] Python 3.7.8

2020-06-29 Thread Remi Pointel

Hi,

this is the diff to update Python 3.7 to 3.7.8.

Could you test this diff in a bulk build please?

Thanks,

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile	30 Mar 2020 14:55:16 -	1.16
+++ Makefile	30 Jun 2020 05:10:30 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.7
-PATCHLEVEL =		.7
+PATCHLEVEL =		.8
 SHARED_LIBS =		python3.7m 0.0
 VERSION_SPEC =		>=3.7,<3.8
 
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	30 Mar 2020 14:55:16 -	1.5
+++ distinfo	30 Jun 2020 05:10:30 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
-SIZE (Python-3.7.7.tgz) = 23161893
+SHA256 (Python-3.7.8.tgz) = DiWDVhTcIh4+zqWDGzj6kHiLU4m5m2dadRQUyFh4mrA=
+SIZE (Python-3.7.8.tgz) = 23276116
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST-idle
--- pkg/PLIST-idle	30 Mar 2020 14:55:16 -	1.8
+++ pkg/PLIST-idle	30 Jun 2020 05:10:30 -
@@ -16,8 +16,8 @@ lib/python3.7/idlelib/CREDITS.txt
 lib/python3.7/idlelib/ChangeLog
 lib/python3.7/idlelib/HISTORY.txt
 lib/python3.7/idlelib/Icons/
+lib/python3.7/idlelib/Icons/README.txt
 lib/python3.7/idlelib/Icons/folder.gif
-lib/python3.7/idlelib/Icons/idle.icns
 lib/python3.7/idlelib/Icons/idle.ico
 lib/python3.7/idlelib/Icons/idle_16.gif
 lib/python3.7/idlelib/Icons/idle_16.png
@@ -25,6 +25,7 @@ lib/python3.7/idlelib/Icons/idle_32.gif
 lib/python3.7/idlelib/Icons/idle_32.png
 lib/python3.7/idlelib/Icons/idle_48.gif
 lib/python3.7/idlelib/Icons/idle_48.png
+lib/python3.7/idlelib/Icons/idle_256.png
 lib/python3.7/idlelib/Icons/minusnode.gif
 lib/python3.7/idlelib/Icons/openfolder.gif
 lib/python3.7/idlelib/Icons/plusnode.gif
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 PLIST-main
--- pkg/PLIST-main	30 Mar 2020 14:55:16 -	1.12
+++ pkg/PLIST-main	30 Jun 2020 05:10:30 -
@@ -1798,8 +1798,8 @@ lib/python3.7/ensurepip/__pycache__/_uni
 lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.opt-2.pyc
 lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.pyc
 lib/python3.7/ensurepip/_bundled/
-lib/python3.7/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
-lib/python3.7/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
+lib/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
+lib/python3.7/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
 lib/python3.7/ensurepip/_uninstall.py
 lib/python3.7/enum.py
 lib/python3.7/filecmp.py
@@ -1983,9 +1983,9 @@ lib/python3.7/lib-dynload/
 @so lib/python3.7/lib-dynload/zlib.so
 lib/python3.7/lib2to3/
 lib/python3.7/lib2to3/Grammar.txt
-lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.8.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.8.final.0.pickle
 lib/python3.7/lib2to3/__init__.py
 lib/python3.7/lib2to3/__main__.py
 lib/python3.7/lib2to3/__pycache__/


CVS: cvs.openbsd.org: ports

2020-06-21 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/06/21 12:00:33

Modified files:
graphics/p5-Image-ExifTool: Makefile distinfo 
graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
update exiftool to 12.00.
ok aja@.



[UPDATE] graphics/p5-Image-ExifTool

2020-06-21 Thread Remi Pointel

Hi,

this is the diff to update exiftool to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/Makefile,v
retrieving revision 1.48
diff -u -p -u -p -r1.48 Makefile
--- Makefile	7 Feb 2020 05:50:21 -	1.48
+++ Makefile	21 Jun 2020 07:21:16 -
@@ -2,7 +2,7 @@
 
 COMMENT=	read and write meta information in image/audio/video files
 
-DISTNAME=	Image-ExifTool-11.85
+DISTNAME=	Image-ExifTool-12.00
 CATEGORIES=	graphics
 
 HOMEPAGE=	https://exiftool.org/
Index: distinfo
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/distinfo,v
retrieving revision 1.41
diff -u -p -u -p -r1.41 distinfo
--- distinfo	7 Feb 2020 05:50:21 -	1.41
+++ distinfo	21 Jun 2020 07:21:16 -
@@ -1,2 +1,2 @@
-SHA256 (Image-ExifTool-11.85.tar.gz) = iwqqjggK38hzbDsXnBQK08BdxYqEVA8eVncs4Smo+Jc=
-SIZE (Image-ExifTool-11.85.tar.gz) = 4700232
+SHA256 (Image-ExifTool-12.00.tar.gz) = 0HksyUq1ios9gbGMzbi0OEjI+5AbW3yuzctoaJxshVo=
+SIZE (Image-ExifTool-12.00.tar.gz) = 4817545
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/pkg/PLIST,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 PLIST
--- pkg/PLIST	7 Feb 2020 05:50:21 -	1.34
+++ pkg/PLIST	21 Jun 2020 07:21:16 -
@@ -31,6 +31,7 @@ ${P5SITE}/Image/ExifTool/Charset.pm
 ${P5SITE}/Image/ExifTool/Charset/Arabic.pm
 ${P5SITE}/Image/ExifTool/Charset/Baltic.pm
 ${P5SITE}/Image/ExifTool/Charset/Cyrillic.pm
+${P5SITE}/Image/ExifTool/Charset/DOSCyrillic.pm
 ${P5SITE}/Image/ExifTool/Charset/DOSLatin1.pm
 ${P5SITE}/Image/ExifTool/Charset/DOSLatinUS.pm
 ${P5SITE}/Image/ExifTool/Charset/Greek.pm


CVS: cvs.openbsd.org: ports

2020-06-21 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/06/21 01:17:09

Modified files:
textproc/uncrustify: Makefile distinfo 
textproc/uncrustify/pkg: PLIST 

Log message:
update uncrustify.
ok bket@ benoit@.



[UPDATE] textproc/uncrustify

2020-06-14 Thread Remi Pointel

Hi,

this is the diff to update uncrustify to latest release.

Ok?

Remi.
Index: Makefile
===
RCS file: /cvs/ports/textproc/uncrustify/Makefile,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 Makefile
--- Makefile	26 Oct 2019 22:52:56 -	1.24
+++ Makefile	14 Jun 2020 08:14:20 -
@@ -2,9 +2,7 @@
 
 COMMENT =		source code beautifier
 
-DISTNAME =		uncrustify-0.69.0
-
-REVISION =		0
+DISTNAME =		uncrustify-0.71.0
 
 CATEGORIES =		textproc devel
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/uncrustify/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo	16 May 2019 07:58:50 -	1.13
+++ distinfo	14 Jun 2020 08:14:20 -
@@ -1,2 +1,2 @@
-SHA256 (uncrustify-0.69.0.tar.gz) = 9k7NvVzos+PQNxhvfM5ZWz5zy9KGO3BnrXohnDSuH7g=
-SIZE (uncrustify-0.69.0.tar.gz) = 1601218
+SHA256 (uncrustify-0.71.0.tar.gz) = G3Zd/TbJhbtB6NLajSJq6Ldpvnn7Lh4sYKeLm64jqMM=
+SIZE (uncrustify-0.71.0.tar.gz) = 1703222
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/uncrustify/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST	2 Nov 2017 09:42:27 -	1.4
+++ pkg/PLIST	14 Jun 2020 08:14:20 -
@@ -1,6 +1,25 @@
 @comment $OpenBSD: PLIST,v 1.4 2017/11/02 09:42:27 rpointel Exp $
 @bin bin/uncrustify
 @man man/man1/uncrustify.1
+share/doc/uncrustify/
+share/doc/uncrustify/examples/
+share/doc/uncrustify/examples/MS-calling_conventions.cfg
+share/doc/uncrustify/examples/amxmodx.cfg
+share/doc/uncrustify/examples/ben.cfg
+share/doc/uncrustify/examples/ben2.cfg
+share/doc/uncrustify/examples/d.cfg
+share/doc/uncrustify/examples/defaults.cfg
+share/doc/uncrustify/examples/freebsd.cfg
+share/doc/uncrustify/examples/gnu-indent.cfg
+share/doc/uncrustify/examples/klaus.cfg
+share/doc/uncrustify/examples/kr-indent.cfg
+share/doc/uncrustify/examples/linux-indent.cfg
+share/doc/uncrustify/examples/linux.cfg
+share/doc/uncrustify/examples/mono.cfg
+share/doc/uncrustify/examples/msvc.cfg
+share/doc/uncrustify/examples/objc.cfg
+share/doc/uncrustify/examples/sun.cfg
+share/doc/uncrustify/examples/xsupplicant.cfg
 share/uncrustify/
 share/uncrustify/MS-calling_conventions.cfg
 share/uncrustify/amxmodx.cfg


CVS: cvs.openbsd.org: ports

2020-04-23 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/04/23 01:56:01

Modified files:
lang/python/2.7: Makefile distinfo 
lang/python/2.7/pkg: PLIST-bsddb PLIST-gdbm PLIST-idle 
 PLIST-main PLIST-tests PLIST-tkinter 
 PLIST-tools 

Log message:
update python to 2.7.18: the last release of Python 2.
tested in a bulk build by naddy@, thanks.



CVS: cvs.openbsd.org: ports

2020-04-20 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/04/20 01:25:30

Modified files:
devel/py-yamllint: Makefile distinfo 

Log message:
update yamllint to 1.23.0.



CVS: cvs.openbsd.org: ports

2020-04-09 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/04/09 01:11:59

Modified files:
security/ROPgadget: Makefile distinfo 
security/ROPgadget/pkg: PLIST 

Log message:
update ROPGadget to 6.2.
ok jasper@.



CVS: cvs.openbsd.org: ports

2020-04-07 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/04/07 00:51:26

Modified files:
lang/python/3.8: Makefile distinfo 
lang/python/3.8/pkg: PLIST-main PLIST-tests 

Log message:
upadte python to 3.8.2.
ok kmos@.



[UPDATE] lang/python/3.8

2020-04-06 Thread Remi Pointel

Hi,

this is the diff to update Python 3.8 to latest relase.

Ok?

Diff from regression tests:
$ diff -u /tmp/Python-3.8.1 /tmp/Python-3.8.2 


--- /tmp/Python-3.8.1
+++ /tmp/Python-3.8.2
@@ -1,13 +1,14 @@
 == Tests result: FAILURE ==

-395 tests OK.
+393 tests OK.

-14 tests failed:
+12 tests failed:
 test__locale test_asyncio test_c_locale_coercion test_capi
-test_cmath test_fork1 test_locale test_math test_smtpnet
-test_socket test_ssl test_strptime test_uuid test_zipfile
+test_cmath test_fork1 test_locale test_math test_socket test_ssl
+test_strptime test_uuid

-14 tests skipped:
-test_devpoll test_epoll test_gdb test_msilib test_ossaudiodev
-test_spwd test_startfile test_tix test_tk test_ttk_guionly
+18 tests skipped:
+test_devpoll test_epoll test_gdb test_idle test_msilib
+test_ossaudiodev test_spwd test_startfile test_tcl test_tix
+test_tk test_ttk_guionly test_ttk_textonly test_turtle
 test_winconsoleio test_winreg test_winsound test_zipfile64


Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile	28 Dec 2019 18:34:39 -	1.3
+++ Makefile	6 Apr 2020 19:52:58 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.8
-PATCHLEVEL =		.1
+PATCHLEVEL =		.2
 SHARED_LIBS =		python3.8 0.0
 VERSION_SPEC =		>=3.8,<3.9
 
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.8/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	28 Dec 2019 18:34:39 -	1.2
+++ distinfo	6 Apr 2020 19:52:58 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.1.tgz) = x8+jmkO5lGIbJF4Cl2npEmyqKpNXHO4udDshPM6sNfs=
-SIZE (Python-3.8.1.tgz) = 23978360
+SHA256 (Python-3.8.2.tgz) = 5jSnp0d2wriVFrLgE92hcoyJyBSbmGO4zqIZRtr51WE=
+SIZE (Python-3.8.2.tgz) = 24007411
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST-main
--- pkg/PLIST-main	11 Feb 2020 11:45:31 -	1.4
+++ pkg/PLIST-main	6 Apr 2020 19:52:59 -
@@ -2197,9 +2197,9 @@ lib/python3.8/lib-dynload/
 @so lib/python3.8/lib-dynload/zlib.so
 lib/python3.8/lib2to3/
 lib/python3.8/lib2to3/Grammar.txt
-lib/python3.8/lib2to3/Grammar3.8.1.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.2.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.1.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.2.final.0.pickle
 lib/python3.8/lib2to3/__init__.py
 lib/python3.8/lib2to3/__main__.py
 lib/python3.8/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-tests,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST-tests
--- pkg/PLIST-tests	11 Feb 2020 11:45:31 -	1.3
+++ pkg/PLIST-tests	6 Apr 2020 19:53:00 -
@@ -2734,6 +2734,9 @@ lib/python3.8/test/test_importlib/__pyca
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.opt-1.pyc
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.opt-2.pyc
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.opt-1.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.opt-2.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.opt-1.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.opt-2.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.pyc
@@ -3058,6 +3061,7 @@ lib/python3.8/test/test_importlib/source
 lib/python3.8/test/test_importlib/source/test_finder.py
 lib/python3.8/test/test_importlib/source/test_path_hook.py
 lib/python3.8/test/test_importlib/source/test_source_encoding.py
+lib/python3.8/test/test_importlib/stubs.py
 lib/python3.8/test/test_importlib/test_abc.py
 lib/python3.8/test/test_importlib/test_api.py
 lib/python3.8/test/test_importlib/test_lazy.py


CVS: cvs.openbsd.org: ports

2020-04-03 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/04/03 02:30:06

Modified files:
devel/py-yamllint: Makefile distinfo 

Log message:
update yamllint to 1.21.0.



CVS: cvs.openbsd.org: ports

2020-03-31 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/31 02:19:13

Modified files:
textproc/py-yaml: Makefile distinfo 
textproc/py-yaml/pkg: PLIST 

Log message:
update py-yaml to 5.3.1.
ok sthen@, maintainer timeout.



Re: security upate: py-yaml

2020-03-30 Thread Remi Pointel

On 2020-03-30 23:42, Stuart Henderson wrote:

We are currently quite behind on 5.1.1 so there are a number of other things
fixed in the meantime, but this includes a code execution fix. Nothing looks
incompatible in changelog, I've tested runtime with beets, ansible, urlwatch
and built a selection of the other ports depending on it. OK?


Hello,

I sent a similar diff to pea few days ago.

The only difference is the WANTLIB modification, when I ran 'make 
port-lib-depends-check':


Extra:  yaml.0
WANTLIB += yaml-0

So I changed yaml to yaml-0.

Do you have the same result?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/textproc/py-yaml/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile	23 Jun 2019 16:28:30 -	1.20
+++ Makefile	31 Mar 2020 05:31:57 -
@@ -2,7 +2,7 @@
 
 COMMENT=	YAML parser and emitter in Python
 
-MODPY_EGG_VERSION=5.1.1
+MODPY_EGG_VERSION=5.3.1
 DISTNAME=	PyYAML-${MODPY_EGG_VERSION}
 PKGNAME=	py-yaml-${MODPY_EGG_VERSION}
 CATEGORIES=	textproc
@@ -14,7 +14,7 @@ MAINTAINER=	Pierre-Emmanuel Andre 

Re: libssh: update to 0.9.3, disable unit tests due to argp error

2020-03-30 Thread Remi Pointel

On 2020-03-30 17:19, Jeremie Courreges-Anglas wrote:

On Sat, Mar 28 2020, Klemens Nanni  wrote:

https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/

check_syms reports no dynamic symbol removals, only additions.

libssh fails to build due to argp related code in the unit tests;  I've
disabled them for now to unblock the update - I could not fix it myself.

There is software that apparently reuires >=0.9.0 so I'm updating to
0.9.3 rather than 0.8.3, and as no existing port has specific version
requirements for <0.9.0 I currently see no reason not to.

Tested with latest sysutils/tmate 2.4.0p1 on amd64 which successfully
establishes SSH connections as client.

Since this fixes CVEs, I'll add quirks if this should go in.

Feedback? OK?


Looks good overall: the SHARED_LIBS bump looks correct, the header
changes don't show incompatible changes.  But a few decls have been
marked deprecated, and this might cause trouble at build time so you
might want to test-build consumers (SUBDIRLIST can help here as pointed
out by sthen@).

I think it would be good to keep the unit tests, so here's an updated
diff that addresses the clash between libssh priv.h and potentially all
headers that use attribute((__unused__)).  I can try to push that fix
upstream, where the problem has already been reported.

make test is happy on amd64 and sparc64.


Hi,

sounds good to me, thank you.

Don't hesitate to take maintainership on it.

Cheers,

Remi.



CVS: cvs.openbsd.org: ports

2020-03-25 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/25 01:14:05

Modified files:
devel/py-xlsxwriter: Makefile distinfo 

Log message:
update XlsxWriter to 1.2.8.



[UPDATE] python 3.7

2020-03-23 Thread Remi Pointel

Hi,

this is the diff to update python 3 to 3.7.7.

Could it be tested in a bulk build please?

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	11 Feb 2020 20:43:11 -	1.15
+++ Makefile	23 Mar 2020 06:44:29 -
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =		3.7
-PATCHLEVEL =		.6
+PATCHLEVEL =		.7
 SHARED_LIBS =		python3.7m 0.0
 VERSION_SPEC =		>=3.7,<3.8
-
-REVISION =		0
-REVISION-main =		1
-REVISION-idle =		1
 
 CONFIGURE_ARGS +=	--with-ensurepip=no
 CONFIGURE_ARGS +=	--enable-loadable-sqlite-extensions
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo	28 Dec 2019 18:35:39 -	1.4
+++ distinfo	23 Mar 2020 06:44:29 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
-SIZE (Python-3.7.6.tgz) = 23148187
+SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
+SIZE (Python-3.7.7.tgz) = 23161893
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle	11 Feb 2020 20:43:12 -	1.7
+++ pkg/PLIST-idle	23 Mar 2020 06:44:29 -
@@ -3,12 +3,12 @@
 @option is-branch
 @conflict python-idle-${VERSION_SPEC}
 @conflict python-idle->=3.2,<3.7
+@conflict python->=3.6,<3.6.8p0
 @pkgpath lang/python/3.2,-idle
 @pkgpath lang/python/3.3,-idle
 @pkgpath lang/python/3.4,-idle
 @pkgpath lang/python/3.5,-idle
 @pkgpath lang/python/3.6,-idle
-@conflict python->=3.6,<3.6.8p0
 bin/idle3
 bin/idle3.7
 lib/python3.7/idlelib/
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 PLIST-main
--- pkg/PLIST-main	11 Feb 2020 20:43:12 -	1.11
+++ pkg/PLIST-main	23 Mar 2020 06:44:29 -
@@ -2378,9 +2378,9 @@ lib/python3.7/lib-dynload/
 @so lib/python3.7/lib-dynload/zlib.so
 lib/python3.7/lib2to3/
 lib/python3.7/lib2to3/Grammar.txt
-lib/python3.7/lib2to3/Grammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/__init__.py
 lib/python3.7/lib2to3/__main__.py
 lib/python3.7/lib2to3/__pycache__/


Re: [UPDATE] ropper et filebytes

2020-03-21 Thread Remi Pointel

On 2020-03-10 10:19, Jeremie Courreges-Anglas wrote:

On Mon, Mar 09 2020, Paco Esteban  wrote:

Hi Remi,

On Sun, 08 Mar 2020, Remi Pointel wrote:


Hi,

these are the diff to update filebytes and ropper to latest releases.

Ok?


LGTM and appears to work fine in my tests on amd64, ok jca@


ropper has no consumers and filebytes only has ropper.  I gess those are
perfect candidates to go py3 only, don't you think ?


It appears so indeed.




Hi,

these are the diff to use Python 3 only.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/devel/py-filebytes/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile	27 Sep 2019 05:46:30 -	1.7
+++ Makefile	21 Mar 2020 15:10:28 -
@@ -2,7 +2,7 @@
 
 COMMENT =	python module to read and write ELF, PE, MachO or OAT
 
-MODPY_EGG_VERSION =	0.9.21
+MODPY_EGG_VERSION =	0.10.2
 DISTNAME =	filebytes-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
 
@@ -20,6 +20,6 @@ MODPY_SETUPTOOLS =	Yes
 MODPY_PI =		Yes
 
 FLAVORS =	python3
-FLAVOR ?=
+FLAVOR =	python3
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/py-filebytes/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	27 Sep 2019 05:46:30 -	1.5
+++ distinfo	21 Mar 2020 15:10:28 -
@@ -1,2 +1,2 @@
-SHA256 (filebytes-0.9.21.tar.gz) = CeMG/q/UNeJAtsoi5jGc5Rhi2+meNIE2j8mi0V0iY9U=
-SIZE (filebytes-0.9.21.tar.gz) = 19174
+SHA256 (filebytes-0.10.2.tar.gz) = dkIC901551h/BLatRvfFBIXY8yxK7d0CIA8WUaCJJ0E=
+SIZE (filebytes-0.10.2.tar.gz) = 20358
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-filebytes/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	4 Apr 2018 19:00:45 -	1.1.1.1
+++ pkg/PLIST	21 Mar 2020 15:10:28 -
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/04 19:00:45 rpointel Exp $
+@pkgpath devel/py-filebytes
 lib/python${MODPY_VERSION}/site-packages/filebytes/
 lib/python${MODPY_VERSION}/site-packages/filebytes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 lib/python${MODPY_VERSION}/site-packages/filebytes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
Index: Makefile
===
RCS file: /cvs/ports/security/py-ropper/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile	27 Sep 2019 05:48:12 -	1.6
+++ Makefile	21 Mar 2020 15:10:27 -
@@ -2,7 +2,7 @@
 
 COMMENT =	rop gadget finder and binary information tool
 
-MODPY_EGG_VERSION =	1.12.5
+MODPY_EGG_VERSION =	1.13.3
 DISTNAME =	ropper-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
 
@@ -24,10 +24,6 @@ RUN_DEPENDS =	devel/py-filebytes${MODPY_
 		devel/keystone/python${MODPY_FLAVOR}
 
 FLAVORS =	python3
-FLAVOR ?=
-
-# permit installing py- and py3- on same machine
-post-install:
-	mv ${PREFIX}/bin/ropper ${PREFIX}/bin/ropper${MODPY_BIN_SUFFIX}
+FLAVOR =	python3
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/security/py-ropper/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	27 Sep 2019 05:48:12 -	1.3
+++ distinfo	21 Mar 2020 15:10:27 -
@@ -1,2 +1,2 @@
-SHA256 (ropper-1.12.5.tar.gz) = DevhcizzVtgjyravsr632K1sZEFHl4wf9UpbNEicdBg=
-SIZE (ropper-1.12.5.tar.gz) = 68836
+SHA256 (ropper-1.13.3.tar.gz) = 38h0d8D1PT0oNqOEwQY3PXYcxDXq/Ed/KZUj5UBN2kM=
+SIZE (ropper-1.13.3.tar.gz) = 68927
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/py-ropper/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST	2 Jan 2019 06:33:17 -	1.2
+++ pkg/PLIST	21 Mar 2020 15:10:27 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2019/01/02 06:33:17 rpointel Exp $
-bin/ropper${MODPY_BIN_SUFFIX}
+@pkgpath security/py-ropper
+bin/ropper
 lib/python${MODPY_VERSION}/site-packages/ropper/
 lib/python${MODPY_VERSION}/site-packages/ropper-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 lib/python${MODPY_VERSION}/site-packages/ropper-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.892
diff -u -p -u -p -r1.892 Makefile
--- Makefile	20 Mar 2020 14:46:47 -	1.892
+++ Makefile	21 Mar 2020 15:10:20 -
@@ -5,7 +5,7 @@ CATEGORIES =	devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =	quirks-3.283
+PKGNAME =	quirks-3.284
 PKG_ARCH =	*
 MAINTAINER =	Marc Espie 
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.910
diff -u -p -u -p -r1.910 Quirks.pm
--- files/Quirks.pm	20 Mar 2020 14:46:47 -	1.910

CVS: cvs.openbsd.org: ports

2020-03-20 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/20 01:47:24

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
+   'py-bencode' => 'py3-bencode',
+   'py-dfwinreg' => 'py3-dfwinreg',
+   'py-dfvfs' => 'py3-dfvfs',
+   'py-dfdatetime' => 'py3-dfdatetime',
+   'py-artifacts' => 'py3-artifacts',

ok landry@.



plaso & quirks

2020-03-18 Thread Remi Pointel

Hi,

it seems that the update of plaso & its dependencies needs the update of 
quirks.


Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.886
diff -u -p -u -p -r1.886 Makefile
--- Makefile	18 Mar 2020 18:11:26 -	1.886
+++ Makefile	18 Mar 2020 19:43:26 -
@@ -5,7 +5,7 @@ CATEGORIES =	devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =	quirks-3.277
+PKGNAME =	quirks-3.278
 PKG_ARCH =	*
 MAINTAINER =	Marc Espie 
 
Index: files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.904
diff -u -p -u -p -r1.904 Quirks.pm
--- files/Quirks.pm	18 Mar 2020 18:11:26 -	1.904
+++ files/Quirks.pm	18 Mar 2020 19:43:26 -
@@ -388,6 +388,11 @@ my $stem_extensions = {
 	'py-elasticsearch' => 'py3-elasticsearch',
 	'py-vmomi' => 'py3-vmomi',
 	'py-nbconvert' => 'py3-nbconvert',
+	'py-bencode' => 'py3-bencode',
+	'py-dfwinreg' => 'py3-dfwinreg',
+	'py-dfvfs' => 'py3-dfvfs',
+	'py-dfdatetime' => 'py3-dfdatetime',
+	'py-artifacts' => 'py3-artifacts',
 };
 
 my $obsolete_reason = {


CVS: cvs.openbsd.org: ports

2020-03-18 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/18 03:22:56

Modified files:
devel/libbfio  : Makefile distinfo 
devel/libbfio/pkg: PLIST 

Log message:
updte libbfio to 20191230.



CVS: cvs.openbsd.org: ports

2020-03-18 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/18 00:43:48

Modified files:
sysutils   : Makefile 

Log message:
+ SUBDIR += libluksde



CVS: cvs.openbsd.org: ports

2020-03-18 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/18 00:40:13

Log message:
import libluksde, a library to access LUKS Disk Encryption encrypted
volumes. needed by plaso.

Status:

Vendor Tag: rpointel
Release Tags:   rpointel_20200318

N ports/sysutils/libluksde/Makefile
N ports/sysutils/libluksde/distinfo
N ports/sysutils/libluksde/pkg/DESCR
N ports/sysutils/libluksde/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 16:18:14

Modified files:
security/plaso : Makefile distinfo 
security/plaso/pkg: PLIST 

Log message:
update plaso to 20200121 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:54:18

Modified files:
security   : Makefile 

Log message:
- SUBDIR += py-dfwinreg
+ SUBDIR += py-dfwinreg,python3



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:52:42

Modified files:
security/py-dfwinreg: Makefile distinfo 
security/py-dfwinreg/pkg: PLIST 

Log message:
update dfwinreg to 20200121 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:51:13

Modified files:
security   : Makefile 

Log message:
- SUBDIR += py-dfvfs
+ SUBDIR += py-dfvfs,python3



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:48:23

Modified files:
security/py-dfvfs: Makefile distinfo 
security/py-dfvfs/pkg: PLIST 

Log message:
update dfvfs to 20200211 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:40:46

Modified files:
sysutils/libvslvm: Makefile distinfo 
sysutils/libvslvm/pkg: PLIST 

Log message:
update libvslvm to 20200102 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:36:57

Modified files:
sysutils/libvshadow: Makefile distinfo 
sysutils/libvshadow/pkg: PLIST 

Log message:
update libvshadow to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:35:53

Modified files:
sysutils/libvmdk: Makefile distinfo 
sysutils/libvmdk/pkg: PLIST 

Log message:
update libvmdk to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:34:59

Modified files:
sysutils/libvhdi: Makefile distinfo 
sysutils/libvhdi/pkg: PLIST 

Log message:
update libvhdi to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:33:50

Modified files:
sysutils/libsmraw: Makefile distinfo 
sysutils/libsmraw/pkg: PLIST 

Log message:
update libsmraw to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:33:09

Modified files:
sysutils/libsmdev: Makefile distinfo 
sysutils/libsmdev/pkg: PLIST 

Log message:
update libsmdev to 20200210 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:31:37

Modified files:
sysutils/libsigscan: Makefile distinfo 
sysutils/libsigscan/pkg: PLIST 

Log message:
update libsigscan to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:30:51

Modified files:
sysutils/libscca: Makefile distinfo 
sysutils/libscca/pkg: PLIST 

Log message:
update libscca to 20191222 and switch to python3



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:29:33

Modified files:
sysutils/libregf: Makefile 
sysutils/libregf/pkg: PLIST 

Log message:
switch to python3, bump REVISION.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:28:13

Modified files:
sysutils/libqcow: Makefile distinfo 
sysutils/libqcow/pkg: PLIST 

Log message:
update libqcow to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:27:33

Modified files:
sysutils/libolecf: Makefile distinfo 
sysutils/libolecf/pkg: PLIST 

Log message:
update libolecf to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:26:58

Modified files:
sysutils/libmsiecf: Makefile distinfo 
sysutils/libmsiecf/pkg: PLIST 

Log message:
update libmsiecf to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:25:44

Modified files:
sysutils/liblnk: Makefile distinfo 
sysutils/liblnk/pkg: PLIST 

Log message:
update liblnk to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:25:07

Modified files:
sysutils/libfwsi: Makefile distinfo 
sysutils/libfwsi/pkg: PLIST 

Log message:
update libfwsi to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:23:46

Modified files:
sysutils/libfvde: Makefile distinfo 
sysutils/libfvde/pkg: PLIST 

Log message:
update libfvde to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:24:30

Modified files:
sysutils/libfwnt: Makefile distinfo 
sysutils/libfwnt/pkg: PLIST 

Log message:
update libfwnt to 20191222 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:22:59

Modified files:
sysutils/libfsntfs: Makefile distinfo 
sysutils/libfsntfs/pkg: PLIST 

Log message:
update libntfs to 20200223 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:22:01

Modified files:
sysutils   : Makefile 

Log message:
+ SUBDIR += libfsapfs



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:21:05

Log message:
import libfsapfs: a library and tools to access the Apple File System,
needed by the update of plaso.

Status:

Vendor Tag: rpointel
Release Tags:   rpointel_20200317

N ports/sysutils/libfsapfs/Makefile
N ports/sysutils/libfsapfs/distinfo
N ports/sysutils/libfsapfs/pkg/DESCR
N ports/sysutils/libfsapfs/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:17:46

Modified files:
sysutils/libevtx: Makefile distinfo 
sysutils/libevtx/pkg: PLIST 

Log message:
update libevtx to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:16:47

Modified files:
sysutils/libevt: Makefile distinfo 
sysutils/libevt/pkg: PLIST 

Log message:
update libevt to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:15:38

Modified files:
sysutils/libesedb: Makefile distinfo 
sysutils/libesedb/pkg: PLIST 

Log message:
update libesedb to 20191220 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:13:10

Modified files:
security   : Makefile 

Log message:
- SUBDIR += py-dfdatetime



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:12:07

Modified files:
security/py-dfdatetime: Makefile distinfo 
security/py-dfdatetime/pkg: PLIST 

Log message:
update dfdatetime to 20200121, switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:09:41

Modified files:
security   : Makefile 

Log message:
- SUBDIR += py-artifacts



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:08:16

Modified files:
security/py-artifacts: Makefile distinfo 
security/py-artifacts/pkg: PLIST 

Log message:
update py-artifacts to 20200118, switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:01:34

Modified files:
security/libewf: Makefile distinfo 
security/libewf/pkg: PLIST 

Log message:
switch to the legacy version of libewf, and use python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 15:00:19

Modified files:
security/libbde: Makefile distinfo 
security/libbde/pkg: PLIST 

Log message:
update libbde to 20191221 and switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 14:54:52

Modified files:
devel  : Makefile 

Log message:
- SUBDIR += py-bencode
+ SUBDIR += py-bencode,python3



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 14:53:55

Modified files:
devel/py-bencode: Makefile distinfo 
devel/py-bencode/pkg: PLIST 

Log message:
update this dependency to work with the update of plaso.
switch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 14:45:16

Modified files:
sysutils   : Makefile 

Log message:
- SUBDIR += py-tsk



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 14:42:46

Modified files:
sysutils/py-tsk: Makefile distinfo 
sysutils/py-tsk/pkg: PLIST 

Log message:
update py-tsk to 20200117.
swittch to python3.



CVS: cvs.openbsd.org: ports

2020-03-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/17 14:41:46

Modified files:
sysutils/sleuthkit: Makefile distinfo 
sysutils/sleuthkit/patches: patch-configure_ac 
sysutils/sleuthkit/pkg: PLIST 
Added files:
sysutils/sleuthkit/patches: patch-tsk_Makefile_am 
Removed files:
sysutils/sleuthkit/patches: patch-tools_srchtools_sigfind_cpp 

Log message:
update sleuthkit to 4.8.0.
tell libtool to link libtsk as a C++ library, from jca@, thanks.
take maintainership.
ok jca@, and thanks to sthen@ too.



Re: Need help for libtsk/sleuthkit

2020-03-17 Thread Remi Pointel

On 2020-03-16 10:25, Remi Pointel wrote:

Hi,

I need to update sleuthkit for the new version of plaso.

Attached is the updated version of sleuthkit. It builds fine, but if I 
run the regress tests of the py-tsk port it segfaults on the libtsk.


If I add LDFLAGS="-lstdc++", it works fine but it's not the good way to 
fix it.


Any idea?

To test: build & install the sleuthkit port attached, and make test in 
the py-tsk port attached.


Thanks for helping,


With the logs it will be easier...

Thanks in advance,

Remi.

cd /usr/ports/pobj/py-tsk-20200117-python3/pytsk3-20200117 && /usr/local/bin/python3.7 run_tests.py
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__gxx_personality_v0'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZNSt13runtime_errorD1Ev'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTISt13runtime_error'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTISt13runtime_error'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZNSt8ios_base4InitD1Ev'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv117__class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv121__vmi_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTVN10__cxxabiv121__vmi_class_type_infoE'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '_ZTISt9exception'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symbol '__cxa_pure_virtual'
python3.7:/usr/local/lib/libtsk.so.2.0: undefined symb

Need help for libtsk/sleuthkit

2020-03-16 Thread Remi Pointel

Hi,

I need to update sleuthkit for the new version of plaso.

Attached is the updated version of sleuthkit. It builds fine, but if I 
run the regress tests of the py-tsk port it segfaults on the libtsk.


If I add LDFLAGS="-lstdc++", it works fine but it's not the good way to 
fix it.


Any idea?

To test: build & install the sleuthkit port attached, and make test in 
the py-tsk port attached.


Thanks for helping,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/sysutils/sleuthkit/Makefile,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 Makefile
--- Makefile	14 Jul 2019 00:39:40 -	1.27
+++ Makefile	11 Mar 2020 06:36:22 -
@@ -2,11 +2,10 @@
 
 COMMENT=		forensic toolkit based on TCT
 
-DISTNAME=		sleuthkit-4.6.0
+DISTNAME=		sleuthkit-4.8.0
 CATEGORIES=		sysutils security
-REVISION=		2
 
-SHARED_LIBS +=		tsk	1.0 # 17.0
+SHARED_LIBS +=		tsk	2.0 # 17.0
 
 HOMEPAGE=		http://www.sleuthkit.org/
 
@@ -17,7 +16,7 @@ PERMIT_PACKAGE=	Yes
 
 MASTER_SITES =		https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/
 
-WANTLIB += 		c m pthread ${COMPILER_LIBCXX} sqlite3 z
+WANTLIB += 		bfio c m pthread ${COMPILER_LIBCXX} sqlite3 vhdi vmdk z
 
 COMPILER =		base-clang ports-gcc
 
@@ -29,13 +28,21 @@ CONFIGURE_ARGS += 	--mandir='${PREFIX}/m
 			--without-afflib \
 			--without-libewf
 
-CONFIGURE_ENV =		ac_cv_path_CPPUNIT_CONFIG=no
+CONFIGURE_ENV =		ac_cv_path_CPPUNIT_CONFIG=no \
+			ac_cv_header_postgresql_libpq_fe_h=no
+#			LDFLAGS="-lstdc++"
 RUN_DEPENDS =		converters/p5-DateManip
-LIB_DEPENDS =		databases/sqlite3
+LIB_DEPENDS =		databases/sqlite3 \
+			devel/libbfio \
+			sysutils/libvhdi \
+			sysutils/libvmdk
 
 NO_TEST =		Yes
 
 pre-configure:
 	@sed -i 's:%%PREFIX%%:${PREFIX}:' ${WRKSRC}/man/sorter.1
+
+post-install:
+	mv ${PREFIX}/bin/pstat ${PREFIX}/bin/pstat.sleuthkit
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/sleuthkit/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo	14 Mar 2018 12:39:17 -	1.13
+++ distinfo	11 Mar 2020 06:36:22 -
@@ -1,2 +1,2 @@
-SHA256 (sleuthkit-4.6.0.tar.gz) = 9SoIqw3geBgsDy0Z0+GzQUJKngwWM6YcO4kvs4+ay5c=
-SIZE (sleuthkit-4.6.0.tar.gz) = 8634432
+SHA256 (sleuthkit-4.8.0.tar.gz) = 9YS0bIgmk7y9gZ+1j3XpvkWsir2/YFwZD4fvESLyj2w=
+SIZE (sleuthkit-4.8.0.tar.gz) = 8784392
Index: patches/patch-tools_srchtools_sigfind_cpp
===
RCS file: patches/patch-tools_srchtools_sigfind_cpp
diff -N patches/patch-tools_srchtools_sigfind_cpp
--- patches/patch-tools_srchtools_sigfind_cpp	7 Apr 2018 23:15:28 -	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,26 +0,0 @@
-$OpenBSD: patch-tools_srchtools_sigfind_cpp,v 1.4 2018/04/07 23:15:28 nigel Exp $
-
-Index: tools/srchtools/sigfind.cpp
 tools/srchtools/sigfind.cpp.orig
-+++ tools/srchtools/sigfind.cpp
-@@ -302,7 +302,7 @@ main(int argc, char **argv)
- break;
- }
- else if (retval == -1) {
--fprintf(stderr, "error reading bytes %"PRIuOFF"\n", i);
-+fprintf(stderr, "error reading bytes %" PRIuOFF "\n", i);
- exit(1);
- }
- 
-@@ -312,9 +312,9 @@ main(int argc, char **argv)
- ((sig_size < 3) || (block[rel_offset + 2] == sig[2])) &&
- ((sig_size < 4) || (block[rel_offset + 3] == sig[3]))) {
- if (prev_hit == -1)
--printf("Block: %"PRIuOFF" (-)\n",  i);
-+printf("Block: %" PRIuOFF " (-)\n",  i);
- else
--printf("Block: %"PRIuOFF" (+%"PRIuOFF")\n", i,
-+printf("Block: %" PRIuOFF " (+%" PRIuOFF ")\n", i,
-(i - prev_hit));
- 
- prev_hit = i;
Index: pkg/PLIST
===
RCS file: /cvs/ports/sysutils/sleuthkit/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST
--- pkg/PLIST	31 Oct 2017 21:38:28 -	1.9
+++ pkg/PLIST	11 Mar 2020 06:36:22 -
@@ -26,6 +26,7 @@ bin/mactime
 @bin bin/mmcat
 @bin bin/mmls
 @bin bin/mmstat
+@bin bin/pstat.sleuthkit
 @bin bin/sigfind
 bin/sorter
 @bin bin/srch_strings
@@ -36,12 +37,19 @@ bin/sorter
 @bin bin/usnjls
 include/tsk/
 include/tsk/auto/
+include/tsk/auto/guid.h
 include/tsk/auto/tsk_auto.h
 include/tsk/auto/tsk_is_image_supported.h
 include/tsk/base/
 include/tsk/base/tsk_base.h
 include/tsk/base/tsk_os.h
 include/tsk/fs/
+include/tsk/fs/apfs_compat.hpp
+include/tsk/fs/apfs_fs.h
+include/tsk/fs/apfs_fs.hpp
+include/tsk/fs/decmpfs.h
+include/tsk/fs/tsk_apfs.h
+include/tsk/fs/tsk_apfs.hpp
 include/tsk/fs/tsk_exfatfs.h
 include/tsk/fs/tsk_ext2fs.h
 include/tsk/fs/tsk_fatfs.h
@@ -55,9 +63,21 @@ include/tsk/fs/tsk_yaffs.h
 include/tsk/hashdb/
 include/tsk/hashdb/tsk_hashdb.h
 include/tsk/img/
+include/tsk/img/pool.hpp
 include/tsk/img/tsk_img.h
 include/tsk/libtsk.h

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-15 Thread Remi Pointel

Le 15-03-2020 11:54, Paco Esteban a écrit :

On Sat, 14 Mar 2020, Juan Francisco Cantero Hurtado wrote:

I would like to remove the port before of 6.7. Any objection?. Is 
anyone

yelling at me?. I can't hear you.


I'm not a heavy mercurial user, just a couple of repos and never used
tortoisehg.  But I'm all into moving to python3.

for what it's worth, ok paco@ to remove devel/tortoisehg.


Hi,

it seems that the new versions of tortoisehg are here 
https://bitbucket.org/tortoisehg/targz/downloads/, in adequation with 
https://www.mercurial-scm.org/downloads or do I miss a thing?


Cheers,

Remi.



Re: Update: Python 3.7.6 -> 3.7.7

2020-03-14 Thread Remi Pointel

On 2020-03-14 08:13, Kurt Mosiejczuk wrote:

On Sat, Mar 14, 2020 at 12:32:12AM -0400, Kurt Mosiejczuk wrote:

Straightforward point release of Python 3.7. Tests run the same as before.
Little PLIST change, A conflict line moved and the usual line that has the
full version number and patch level changed.



cc maintainer



ok?


Now with the actual diff.


Hello,

sounds good to me.

Thank you,

Remi.



[UPDATE] ropper et filebytes

2020-03-08 Thread Remi Pointel

Hi,

these are the diff to update filebytes and ropper to latest releases.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/security/py-ropper/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile	27 Sep 2019 05:48:12 -	1.6
+++ Makefile	8 Mar 2020 19:35:00 -
@@ -2,7 +2,7 @@
 
 COMMENT =	rop gadget finder and binary information tool
 
-MODPY_EGG_VERSION =	1.12.5
+MODPY_EGG_VERSION =	1.13.3
 DISTNAME =	ropper-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/security/py-ropper/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	27 Sep 2019 05:48:12 -	1.3
+++ distinfo	8 Mar 2020 19:35:00 -
@@ -1,2 +1,2 @@
-SHA256 (ropper-1.12.5.tar.gz) = DevhcizzVtgjyravsr632K1sZEFHl4wf9UpbNEicdBg=
-SIZE (ropper-1.12.5.tar.gz) = 68836
+SHA256 (ropper-1.13.3.tar.gz) = 38h0d8D1PT0oNqOEwQY3PXYcxDXq/Ed/KZUj5UBN2kM=
+SIZE (ropper-1.13.3.tar.gz) = 68927
Index: Makefile
===
RCS file: /cvs/ports/devel/py-filebytes/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile	27 Sep 2019 05:46:30 -	1.7
+++ Makefile	8 Mar 2020 19:34:44 -
@@ -2,7 +2,7 @@
 
 COMMENT =	python module to read and write ELF, PE, MachO or OAT
 
-MODPY_EGG_VERSION =	0.9.21
+MODPY_EGG_VERSION =	0.10.2
 DISTNAME =	filebytes-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/devel/py-filebytes/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	27 Sep 2019 05:46:30 -	1.5
+++ distinfo	8 Mar 2020 19:34:44 -
@@ -1,2 +1,2 @@
-SHA256 (filebytes-0.9.21.tar.gz) = CeMG/q/UNeJAtsoi5jGc5Rhi2+meNIE2j8mi0V0iY9U=
-SIZE (filebytes-0.9.21.tar.gz) = 19174
+SHA256 (filebytes-0.10.2.tar.gz) = dkIC901551h/BLatRvfFBIXY8yxK7d0CIA8WUaCJJ0E=
+SIZE (filebytes-0.10.2.tar.gz) = 20358


CVS: cvs.openbsd.org: ports

2020-03-08 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/08 13:24:45

Modified files:
security/pdfid : Makefile distinfo 

Log message:
update pdfid to 0.2.7 and switch to python 3.



CVS: cvs.openbsd.org: ports

2020-03-08 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/03/08 13:20:45

Modified files:
security/pdf-parser: Makefile distinfo 

Log message:
update pdf-parser to 0.7.4 and switch to python 3.



[UPDATE] www/py-beautifulsoup4

2020-03-08 Thread Remi Pointel

Hi,

this is the diff to update BeautifulSoup4 to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	17 Nov 2019 04:19:49 -	1.15
+++ Makefile	8 Mar 2020 17:56:29 -
@@ -2,10 +2,9 @@
 
 COMMENT =	HTML/XML parser that supports invalid markup
 
-MODPY_EGG_VERSION =	4.8.1
+MODPY_EGG_VERSION =	4.8.2
 DISTNAME =	beautifulsoup4-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
-REVISION =	0
 
 CATEGORIES =	www
 
Index: distinfo
===
RCS file: /cvs/ports/www/py-beautifulsoup4/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo	17 Nov 2019 04:19:49 -	1.9
+++ distinfo	8 Mar 2020 17:56:29 -
@@ -1,2 +1,2 @@
-SHA256 (beautifulsoup4-4.8.1.tar.gz) = YTXbK6Z4FowHlQ+aFsQDGCLG9K7HWmXgqXvFygl4mTE=
-SIZE (beautifulsoup4-4.8.1.tar.gz) = 159164
+SHA256 (beautifulsoup4-4.8.2.tar.gz) = Bf2CXrAcKQh3ZXpW30xuTDEbOWW9p5DGE6PW+wGlRio=
+SIZE (beautifulsoup4-4.8.2.tar.gz) = 298650
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-beautifulsoup4/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST	17 Nov 2019 04:19:49 -	1.3
+++ pkg/PLIST	8 Mar 2020 17:56:29 -
@@ -1,6 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.3 2019/11/17 04:19:49 kmos Exp $
-lib/python${MODPY_VERSION}/
-lib/python${MODPY_VERSION}/site-packages/
 lib/python${MODPY_VERSION}/site-packages/beautifulsoup4-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 lib/python${MODPY_VERSION}/site-packages/beautifulsoup4-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 lib/python${MODPY_VERSION}/site-packages/beautifulsoup4-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
@@ -11,7 +9,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/bs4/__init__.py
 ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}/
 lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}check_block.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}dammit.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}diagnose.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/bs4/${MODPY_PYCACHE}element.${MODPY_PYC_MAGIC_TAG}pyc
@@ -27,7 +24,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/bs4/builder/_html5lib.py
 lib/python${MODPY_VERSION}/site-packages/bs4/builder/_htmlparser.py
 lib/python${MODPY_VERSION}/site-packages/bs4/builder/_lxml.py
-lib/python${MODPY_VERSION}/site-packages/bs4/check_block.py
 lib/python${MODPY_VERSION}/site-packages/bs4/dammit.py
 lib/python${MODPY_VERSION}/site-packages/bs4/diagnose.py
 lib/python${MODPY_VERSION}/site-packages/bs4/element.py


CVS: cvs.openbsd.org: ports

2020-02-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/02/06 22:50:21

Modified files:
graphics/p5-Image-ExifTool: Makefile distinfo 
graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
update exiftool to 1.85.
change the HOMEPAGE, from landry@.



[UPDATE] graphics/p5-Image-ExifTool

2020-02-05 Thread Remi Pointel

Hi,

this is the diff to update exiftool to latest production release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/Makefile,v
retrieving revision 1.47
diff -u -p -u -p -r1.47 Makefile
--- Makefile	27 Oct 2019 08:17:46 -	1.47
+++ Makefile	5 Feb 2020 09:28:55 -
@@ -2,7 +2,7 @@
 
 COMMENT=	read and write meta information in image/audio/video files
 
-DISTNAME=	Image-ExifTool-11.70
+DISTNAME=	Image-ExifTool-11.85
 CATEGORIES=	graphics
 
 HOMEPAGE=	https://owl.phy.queensu.ca/~phil/exiftool/
Index: distinfo
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/distinfo,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 distinfo
--- distinfo	27 Oct 2019 08:17:46 -	1.40
+++ distinfo	5 Feb 2020 09:28:55 -
@@ -1,2 +1,2 @@
-SHA256 (Image-ExifTool-11.70.tar.gz) = 10VyTqOkNA1EsTE1F4Owu+K0+dbZ0nB/S5UI9fYHGvw=
-SIZE (Image-ExifTool-11.70.tar.gz) = 4629966
+SHA256 (Image-ExifTool-11.85.tar.gz) = iwqqjggK38hzbDsXnBQK08BdxYqEVA8eVncs4Smo+Jc=
+SIZE (Image-ExifTool-11.85.tar.gz) = 4700232
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/p5-Image-ExifTool/pkg/PLIST,v
retrieving revision 1.33
diff -u -p -u -p -r1.33 PLIST
--- pkg/PLIST	4 Jul 2019 06:38:00 -	1.33
+++ pkg/PLIST	5 Feb 2020 09:28:55 -
@@ -164,6 +164,7 @@ ${P5SITE}/Image/ExifTool/PSP.pm
 ${P5SITE}/Image/ExifTool/Palm.pm
 ${P5SITE}/Image/ExifTool/Panasonic.pm
 ${P5SITE}/Image/ExifTool/PanasonicRaw.pm
+${P5SITE}/Image/ExifTool/Parrot.pm
 ${P5SITE}/Image/ExifTool/Pentax.pm
 ${P5SITE}/Image/ExifTool/PhaseOne.pm
 ${P5SITE}/Image/ExifTool/PhotoCD.pm
@@ -197,6 +198,7 @@ ${P5SITE}/Image/ExifTool/Stim.pm
 ${P5SITE}/Image/ExifTool/TagInfoXML.pm
 ${P5SITE}/Image/ExifTool/TagLookup.pm
 ${P5SITE}/Image/ExifTool/TagNames.pod
+${P5SITE}/Image/ExifTool/Text.pm
 ${P5SITE}/Image/ExifTool/Theora.pm
 ${P5SITE}/Image/ExifTool/Torrent.pm
 ${P5SITE}/Image/ExifTool/Unknown.pm
@@ -345,6 +347,7 @@ ${P5SITE}/Image/ExifTool/iWork.pm
 @man man/man3p/Image::ExifTool::Palm.3p
 @man man/man3p/Image::ExifTool::Panasonic.3p
 @man man/man3p/Image::ExifTool::PanasonicRaw.3p
+@man man/man3p/Image::ExifTool::Parrot.3p
 @man man/man3p/Image::ExifTool::Pentax.3p
 @man man/man3p/Image::ExifTool::PhaseOne.3p
 @man man/man3p/Image::ExifTool::PhotoCD.3p
@@ -377,6 +380,7 @@ ${P5SITE}/Image/ExifTool/iWork.pm
 @man man/man3p/Image::ExifTool::TagInfoXML.3p
 @man man/man3p/Image::ExifTool::TagLookup.3p
 @man man/man3p/Image::ExifTool::TagNames.3p
+@man man/man3p/Image::ExifTool::Text.3p
 @man man/man3p/Image::ExifTool::Theora.3p
 @man man/man3p/Image::ExifTool::Torrent.3p
 @man man/man3p/Image::ExifTool::Unknown.3p


CVS: cvs.openbsd.org: ports

2020-02-05 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/02/05 02:32:39

Modified files:
devel/py-xlsxwriter: Makefile distinfo 

Log message:
update xlsxwriter to 1.2.7



  1   2   3   4   5   6   7   8   9   10   >