Re: UPDATE: mail/p5-Mail-DMARC

2024-05-21 Thread Alexander Bluhm
On Tue, May 21, 2024 at 06:44:09PM +0200, giova...@paclan.it wrote: > On 5/21/24 9:44 AM, Giovanni Bechis wrote: > > Update to latest version. > > Most regression tests have warnings like: > > t/01.Policy.t ok > > perl:/usr/local/libdata/perl5/site_perl/amd64-openbs

Re: remove net/p5-Net-XMPP and net/p5-Net-Jabber

2024-02-27 Thread Alexander Bluhm
On Tue, Feb 27, 2024 at 10:31:32PM +0100, Sol?ne Rapenne wrote: > Le mardi 27 f?vrier 2024, 18:46:18 CET Alexander Bluhm a ?crit : > > On Tue, Feb 27, 2024 at 05:58:59PM +0100, Solene Rapenne wrote: > > > I removed net/sendxmpp which had net/p5-Net-XMPP as a run dependency, &g

Re: remove net/p5-Net-XMPP and net/p5-Net-Jabber

2024-02-27 Thread Alexander Bluhm
On Tue, Feb 27, 2024 at 05:58:59PM +0100, Solene Rapenne wrote: > I removed net/sendxmpp which had net/p5-Net-XMPP as a run dependency, > however p5-Net-XMPP is used by p5-Net-Jabber but the latter doesn't > have any reverse dep. > > I suggest to remove both as we have no programs using them in po

Re: devel/p5-IPC-Shareable?? Update to 1.13

2023-12-27 Thread Alexander Bluhm
On Fri, Dec 08, 2023 at 06:30:44AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-IPC-Shareable to update to 1.13 and > add missing RUN_D and TEST_D. > It build well and pass all tests on amd64-current system. You should set MAKE_ENV = CI_TESTING=1 Otherwise noth

Re: [NEW]devel/p5-Mock-Sub

2023-12-11 Thread Alexander Bluhm
On Fri, Dec 08, 2023 at 02:52:44AM +, wen heping wrote: > Here is a patch to create new port devel/p5-Mock-Sub, > which is required by the update of devel/p5-IPC-Shareable. > It build well and pass tests on amd64-current system. > # Lines below not in the template > CPAN_AUTHOR = STEVEB

Re: net/pfresolved rc startup

2023-11-27 Thread Alexander Bluhm
On Mon, Nov 27, 2023 at 09:29:02AM +, Klemens Nanni wrote: > Just pass it from the ports Makefile, no patch needed: > > FAKE_FLAGS = BINDIR=/usr/local/sbin Portcheck does not like this: hardcoded paths detected in Makefile, consider using SUBST_VARS and TRUEPREFIX/L OCALBASE/LOCALSTATEDIR/V

Re: net/pfresolved rc startup

2023-11-26 Thread Alexander Bluhm
On Sun, Nov 26, 2023 at 09:21:44PM +, Klemens Nanni wrote: > On Sun, Nov 26, 2023 at 09:52:57PM +0100, Alexander Bluhm wrote: > > Did I get the TRUEPREFIX and LOCALBASE correct? > > I wouldn't bother, really, and just hard-code /usr/local these days. > Lots of

net/pfresolved rc startup

2023-11-26 Thread Alexander Bluhm
Hi, I forgot startup framework for my pfresolved port. - Better install daemon in sbin. Did I get the TRUEPREFIX and LOCALBASE correct? - Provide rc script, mostly copied from iked. - Add user and group. Can I recycle one of the list? ok? bluhm Index: net/pfresolved/Makefile ==

new net/pfresolved

2023-11-24 Thread Alexander Bluhm
Hi, ok to import pfresolved 1.00 ? Comment: pf table DNS update daemon Description: Convert files with FQDN into IP addreses and write them into pf tables. The daemon pfresolved allows to consume lists of hostnames that can be used in pf rules. Thses lists are updated dynamically using DNS. b

Re: update databases/p5-DBD-Pg to 3.17.0

2023-11-23 Thread Alexander Bluhm
On Thu, Nov 23, 2023 at 12:02:55PM +0100, Omar Polo wrote: > noticed that we're behind a few versions. Tests are all passing and > works for me, but I don't use its consumers in ports. Looking at the > changes for the various versions between 3.15 and 3.17 I wouldn't expect > breakage. > > ok?

new www/p5-URI-Query

2023-11-23 Thread Alexander Bluhm
Hi, ok to import p5-URI-Query 0.16 ? Comment: class providing URI query string manipulation Description: URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-11-20 Thread Alexander Bluhm
This breaks iperf3 in my setup. root@ot50:.../~# iperf3 -sD Abort trap (core dumped) iperf3[72726]: pledge "proc", syscall 2 Program terminated with signal SIGABRT, Aborted. #0 _thread_sys_fork () at /tmp/-:2 2 /tmp/-: No such file or directory. (gdb) bt #0 _thread_sys_fork () at /tmp/-:

Re: [new] devel/p5-File-FcntlLock 0.22

2023-11-10 Thread Alexander Bluhm
On Fri, Nov 10, 2023 at 08:28:16AM +0100, Renaud Allard wrote: > Hello, > > On 11/9/23 23:13, Alexander Bluhm wrote: > > On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote: > >> Here is a new port for p5-File-FcntlLock which will be needed in order > >>

Re: [new] devel/p5-File-FcntlLock 0.22

2023-11-09 Thread Alexander Bluhm
On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote: > Here is a new port for p5-File-FcntlLock which will be needed in order > to update mail/exim to the next version. COMMENT = file locking with fcntl(2) has to start with lower case letter WANTLIB = c perl as FcntlLock.xs calls fnctl

Re: [NEW]mail/p5-Mail-Message

2023-09-29 Thread Alexander Bluhm
On Mon, Sep 25, 2023 at 08:48:51AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port mail/p5-Mail-Message. >It build and run well on amd64-current system, pass all tests. >It is required by the update of p5-Mail-Box. > >Before commit this patch, the patc

new graphics/py-pyqtgraph

2023-09-06 Thread Alexander Bluhm
Hi, ok to import py3-pyqtgraph 0.13.3 ? I am not a python expert. Did I get the python3 flavor and py3- prefix correctly? Some tests fail with "No module named 'OpenGL'", but the other features work well. Comment: pure-python graphics and GUI library Description: PyQtGraph is a pure-python gr

Re: new textproc/p5-List-Util-WeightedChoice

2023-09-03 Thread Alexander Bluhm
Now with attachment. On Mon, Sep 04, 2023 at 01:35:22AM +0200, Alexander Bluhm wrote: > Hi, > > List::Util::WeightedChoice is needed for another port update. > ok to import p5-List-Util-WeightedChoice-0.06 ? > > Comment: > extension to allow for nonnormalized weighted cho

new textproc/p5-List-Util-WeightedChoice

2023-09-03 Thread Alexander Bluhm
Hi, List::Util::WeightedChoice is needed for another port update. ok to import p5-List-Util-WeightedChoice-0.06 ? Comment: extension to allow for nonnormalized weighted choices Required by: p5-Data-RandomPerson-0.60 Description: Perl extension to allow for nonnormalized weighted choices. Just

Re: [NEW]textproc/p5-PPIx-Utils

2023-09-01 Thread Alexander Bluhm
On Wed, Jul 12, 2023 at 07:23:13AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port textproc/p5-PPIx-Utils. OK bluhm@ > It is required by the update of devel/p5-Perl-Critic. > It build and run well on amd64-current system, all tests passed. > > > Cheers ! >

Re: Remove: devel/monotone and security/botan

2023-08-30 Thread Alexander Bluhm
On Wed, Aug 30, 2023 at 02:37:22AM +0200, Theo Buehler wrote: > On Tue, Aug 29, 2023 at 05:10:47PM +0200, Jeremie Courreges-Anglas wrote: > > On Tue, Aug 29 2023, Rafael Sadowski wrote: > > > I would like remove security/botan. The only consumer use it is > > > devel/monotone. > > > > > > Does we

Re: update amd microcode to 20230809

2023-08-09 Thread Alexander Bluhm
On Wed, Aug 09, 2023 at 10:26:44PM +1000, Jonathan Gray wrote: > Genoa and Bergamo (4th gen epyc) patches for > https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html > > Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e Length=5568 bytes > Family=0x19 Model=0x11 Stepping

Re: new intel code for fw_update

2023-08-08 Thread Alexander Bluhm
I created the same diff and and booted a machine with it. cpu_ucode_intel_apply: microcode updated cpu 0 rev 0xca->0xf4 (2232023) cpu0: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz, 3392.10 MHz, 06-9e-0a OK bluhm@ On Tue, Aug 08, 2023 at 07:52:41PM +0100, Stuart Henderson wrote: > Index: Makefile > ===

Re: distfiles signature checking (was: Re: new benchmarks/splicebench)

2023-07-07 Thread Alexander Bluhm
Jeremie Courreges-Anglas wrote: > > > >> On Wed, Jul 05 2023, Alexander Bluhm wrote: > > > >> > On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas > > > >> > wrote: > > > >> >> On Tue, Jul 04 2023, Alexander

Re: [new]: devel/p5-Software-License (need it for RUN_DEPENDS)

2023-07-07 Thread Alexander Bluhm
On Sun, Jun 18, 2023 at 01:46:58PM -0600, Ashlen wrote: > Hi, I'm looking to update devel/p5-Module-Starter from 1.54 to 1.77. > In order to do this, I need devel/p5-Software-License imported into > the ports tree so I can add it as a RUN_DEPENDS. Without it, the > new version of `module-starter` f

Re: new benchmarks/splicebench

2023-07-05 Thread Alexander Bluhm
On Wed, Jul 05, 2023 at 09:21:35PM +0200, Jeremie Courreges-Anglas wrote: > On Wed, Jul 05 2023, Alexander Bluhm wrote: > > On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas wrote: > >> On Tue, Jul 04 2023, Alexander Bluhm wrote: > >> > Hi, > >

Re: new benchmarks/splicebench

2023-07-05 Thread Alexander Bluhm
On Wed, Jul 05, 2023 at 05:35:01PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Jul 04 2023, Alexander Bluhm wrote: > > Hi, > > > > ok to import splicebench-1.02 ? > > At first I got puzzled by SUPDISTFILES but gofor it if you find it useful. If upstream provides

new benchmarks/splicebench

2023-07-04 Thread Alexander Bluhm
Hi, ok to import splicebench-1.02 ? Comment: socket splicing network benchmarking tool Description: Splicebench implements a relay for OpenBSD socket splicing. Goal it to have a minimal setup for performance and reliability testing. bluhm splicebench-1.02.tgz Description: application/tar-gz

new devel/p5-Test-MockTime-HiRes

2023-06-08 Thread Alexander Bluhm
Hi, ok to import p5-Test-MockTime-HiRes? I need it as test dependnecy for devel/p5-Date-Extract. bluhm Comment: replaces actual time with simulated high resolution time Description: Test::MockTime::HiRes is a Time::HiRes compatible version of Test::MockTime. You can wait milliseconds in simul

Re: [new] math/p5-graph-easy{-svg}

2023-05-09 Thread Alexander Bluhm
On Mon, May 08, 2023 at 03:31:34PM +0200, Johannes Thyssen Tishman wrote: > > I followed your advice and compared p5-Graph-Easy with the output of > > portgen as well. The follwing was still missing: > > > > BUILD_DEPENDS = devel/p5-Module-Build>=0.36 > > CONFIGURE_STYLE = modbuild

Re: [new] math/p5-graph-easy{-svg}

2023-05-07 Thread Alexander Bluhm
On Tue, Apr 11, 2023 at 12:27:14PM +0200, Johannes Thyssen Tishman wrote: > now that 7.3 has been released I'd like to revive this thread and see if > anyone is interested in this port. I'd appreciate any feedback in case > the port need more work. OK bluhm@ for p5-Graph-Easy p5-Graph-Easy-As_svg

new converters/p5-Sereal

2023-05-06 Thread Alexander Bluhm
Hi, ok to import p5-Sereal-5.004 ? bluhm Comment: fast, compact, powerful binary (de-)serialization Description: Sereal is an efficient, compact-output, binary and feature-rich serialization protocol. The Perl encoder is implemented as the Sereal::Encoder module, the Perl decoder correspondingl

remove p5-Test-Group p5-Apache-Session-Generate-UUID

2023-04-27 Thread Alexander Bluhm
Hi, devel/p5-Test-Group does not work with modern Perl. Tests fail and say You have loaded versions of test modules known to have problems with Test2. This could explain some test failures. * Module 'Test::Group' is known to be broken in version 0.20 and below, newer versions have not been tes

Re: [update] net/scapy 2.5.0

2023-04-21 Thread Alexander Bluhm
On Fri, Apr 21, 2023 at 08:05:29AM +, Laurent Cheylus wrote: > Hi, > > a simple update for net/scapy version 2.5.0 : update Makefile and > pkg/PLIST for this version. The previous time when an update to scapy 2.4.5 was tried, it broke a bunch of OpenBSD regress tests. https://marc.info/?l=o

Re: Minor issue regarding dependancies in devel/p5-DateTime-Cron-Simple

2023-04-12 Thread Alexander Bluhm
On Wed, Apr 12, 2023 at 10:48:32AM -0400, Sven F. wrote: > Hello, > > p5-DateTime-Cron-Simple depends on p5-DateTime Except the missing revision bump, your fix is correct. But when looking at the Perl module, I found no license file. I see this line, which means it is not free software. Co

Re: New port: devel/p5-DateTime-Format-Oracle and converters/p5-Convert-NLS_DATE_FORMAT

2023-03-31 Thread Alexander Bluhm
On Fri, Mar 31, 2023 at 10:09:38AM +0100, Stuart Henderson wrote: > On 2023/03/30 21:03, Alexander Bluhm wrote: > > On Fri, Mar 10, 2023 at 12:08:52AM +0100, Alexander Bluhm wrote: > > > On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote: > > > >H

Re: New port: devel/p5-DateTime-Format-Oracle and converters/p5-Convert-NLS_DATE_FORMAT

2023-03-30 Thread Alexander Bluhm
On Fri, Mar 10, 2023 at 12:08:52AM +0100, Alexander Bluhm wrote: > On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote: > >Here is a patch to create 2 new ports:devel/p5-DateTime-Format-Oracle > > and converters/p5-Convert-NLS_DATE_FORMAT. Both are required by the

Re: New port: devel/p5-DateTime-Format-Oracle and converters/p5-Convert-NLS_DATE_FORMAT

2023-03-09 Thread Alexander Bluhm
On Wed, Mar 08, 2023 at 02:21:45AM +, wen heping wrote: >Here is a patch to create 2 new ports:devel/p5-DateTime-Format-Oracle > and converters/p5-Convert-NLS_DATE_FORMAT. Both are required by the > update of databases/p5-Rose-DB. >Both new port build well and pass all tests on amd64-

Re: [Maintainer Update]devel/p5-CPAN-Perl-Releases: Update to 5.20230220.

2023-02-21 Thread Alexander Bluhm
On Tue, Feb 21, 2023 at 07:08:14AM +, wen heping wrote: > Hi, ports@: > > Here is a simple patch for devel/p5-CPAN-Perl-Releases to > update to 5.20230220. > It build well and pass all tests on amd64-current system. > No other ports depend on it. > > Cheers ! > wen Everything com

Re: [UPDATE] net/p5-POE-Component-IRC to 6.93

2023-02-15 Thread Alexander Bluhm
On Tue, Feb 14, 2023 at 05:49:18PM -0800, Andrew Hewus Fresh wrote: > It turns out there is something that needs updating for perl 5.36, > or more specifically the updated Socket module. I didn't look up the > details, but: > > https://metacpan.org/dist/POE-Component-IRC/changes > - Fix issue wit

Re: UPDATE: p5-Image-ExifTool-12.55

2023-02-07 Thread Alexander Bluhm
On Tue, Feb 07, 2023 at 09:59:53PM +0100, Rafael Sadowski wrote: > > Could you just update it from 12.40 to 12.50? That should work > > with cpan master site. > > > > bluhm > > Sure, quite simple: OK bluhm@ > Index: Makefile > ===

Re: UPDATE: p5-Image-ExifTool-12.55

2023-02-07 Thread Alexander Bluhm
On Tue, Feb 07, 2023 at 09:42:24PM +0100, Rafael Sadowski wrote: > On Mon Feb 06, 2023 at 05:58:16PM +0100, Alexander Bluhm wrote: > > On Sun, Feb 05, 2023 at 09:09:54PM +0100, Rafael Sadowski wrote: > > > Simple update p5-Image-ExifTool-12.55. OK? > > > > > >

Re: UPDATE: Suricata-6.0.10

2023-02-06 Thread Alexander Bluhm
On Mon, Feb 06, 2023 at 08:10:45PM +0100, Gonzalo L. Rodriguez wrote: > Update for Suricata to 6.0.10: > OK? Comments? > SHARED_LIBS += htp 0.0 # 2.0 New library has new symbols, we need at least a minor bump. $ /usr/src/lib/check_sym /usr/local/lib/libhtp.so.0.0 fa

Re: UPDATE: p5-Image-ExifTool-12.55

2023-02-06 Thread Alexander Bluhm
On Sun, Feb 05, 2023 at 09:09:54PM +0100, Rafael Sadowski wrote: > Simple update p5-Image-ExifTool-12.55. OK? > > ${MASTER_SITE_PERL_CPAN:=Image/ does not provide a tarball. In Chages it says: Note: The most recent production release is Version 12.50. (Other versions are considered development r

new devel/p5-Devel-MAT

2022-11-16 Thread Alexander Bluhm
Hi, Here is the final port that imports p5-Devel-MAT to dump and analyse the memory of a Perl process. ok to import p5-Devel-MAT 0.49 ? Comment: perl memory analysis tool Description: A Devel::MAT instance loads a heapdump file, and provides a container to store analysis tools to work on it. To

new devel/p5-Feature-Compat-Try

2022-11-16 Thread Alexander Bluhm
Hi, ok to import p5-Feature-Compat-Try 0.05 ? Comment: make try/catch syntax available Description: This module makes syntax support for try/catch control flow easily available. bluhm p5-Feature-Compat-Try.tgz Description: application/tar-gz

Re: new devel/p5-Syntax-Keyword-Defer and p5-Syntax-Keyword-Try

2022-11-16 Thread Alexander Bluhm
Sorry for all my Perl ports@ spam. To get p5-Devel-MAT commited, I need four more modules in total. These two were missed by potential reviewers. anyone? bluhm On Thu, Nov 10, 2022 at 07:23:55PM +0100, Alexander Bluhm wrote: > Hi, > > Tests of both modules depend on each other, so

Re: new devel/p5-Commandable

2022-11-14 Thread Alexander Bluhm
On Sun, Nov 13, 2022 at 11:05:19PM +, Klemens Nanni wrote: > make configure complains about the test deps not being there, but make > build runs fine and make test passes (after installing them, of course). > > Not sure if you want to but those deps into BUILD_DEPENDS as well to > silence the

new devel/p5-Commandable

2022-11-13 Thread Alexander Bluhm
Hi, ok to import p5-Commandable 0.08 ? Comment: utilities for commandline-based programs Description: This distribution contains a collection of utilities extracted from various commandline-based programs Paul Evans has written, in the hope of trying to find a standard base to build these from i

Re: new devel/p5-Devel-MAT-Dumper

2022-11-13 Thread Alexander Bluhm
On Sun, Nov 13, 2022 at 06:50:02PM +, Klemens Nanni wrote: > $ cd `make show=WRKSRC` > $ perl -I blib/lib -I blib/arch t/01header.t > Cannot open test.pmat for writing - Permission denied at t/01header.t > line 13. Does this patch help? OpenBSD pobj permissions may not allo

Re: new devel/p5-Devel-MAT-Dumper

2022-11-13 Thread Alexander Bluhm
On Sun, Nov 13, 2022 at 06:28:41PM +, Klemens Nanni wrote: > On Sun, Nov 13, 2022 at 07:22:13PM +0100, Alexander Bluhm wrote: > > Hi, > > > > ok to import p5-Devel-MAT-Dumper 0.46 > > > > Comment: > > write a heap dump file for later analysis > &g

new devel/p5-Devel-MAT-Dumper

2022-11-13 Thread Alexander Bluhm
Hi, ok to import p5-Devel-MAT-Dumper 0.46 Comment: write a heap dump file for later analysis Description: This module provides the memory-dumping function that creates a heap dump file which can later be read by Devel::MAT::Dumpfile. It provides a single function which is not exported, which wri

new devel/p5-String-Tagged-Terminal

2022-11-12 Thread Alexander Bluhm
Hi, ok to import p5-String-Tagged-Terminal 0.05 ? Comment: format terminal output using String::Tagged Description: This subclass of String::Tagged provides a method, build_terminal, for outputting the formatting tags embedded in the string as terminal escape sequences, to render the the output

new converters/p5-Convert-Color-XTerm

2022-11-12 Thread Alexander Bluhm
Hi, ok to import p5-Convert-Color-XTerm 0.06 ? Comment: indexed colors used by XTerm Description: This subclass of Convert::Color::RGB8 provides lookup of the colors that xterm uses by default. Note that the module is not intelligent enough to actually parse the XTerm configuration on a machine,

new devel/p5-String-Tagged

2022-11-12 Thread Alexander Bluhm
Hi, ok to import p5-String-Tagged 0.18 ? Comment: string buffers with value tags on extents Description: This module implements an object class, instances of which store a (mutable) string buffer that supports tags. A tag is a name/value pair that applies to some extent of the underlying string.

new devel/p5-Test-Identity

2022-11-11 Thread Alexander Bluhm
Hi, ok to import p5-Test-Identity 0.01 ? Comment: assert the referential identity of a reference Description: This module provides a single testing function, "identical". It asserts that a given reference is as expected; that is, it either refers to the same object or is "undef". It is similar t

new devel/p5-Syntax-Keyword-Defer and p5-Syntax-Keyword-Try

2022-11-10 Thread Alexander Bluhm
Hi, Tests of both modules depend on each other, so I want to add them together. ok to import p5-Syntax-Keyword-Defer 0.07 Comment: execute code when leaving a block Description: This module provides a syntax plugin that implements a block which executes when the containing scope has finished.

new devel/p5-Syntax-Keyword-Match

2022-11-10 Thread Alexander Bluhm
Hi, ok to import p5-Syntax-Keyword-Match 0.09 ? Comment: match/case syntax for perl Description: This module provides a syntax plugin that implements a control-flow block called match/case, which executes at most one of a choice of different blocks depending on the value of its controlling expre

new devel/p5-XS-Parse-Keyword

2022-11-10 Thread Alexander Bluhm
Hi, ok to import p5-XS-Parse-Keyword 0.27 ? Needed as dependency for a bunch of other Perl modules. Comment: XS functions to assist in parsing keyword syntax Description: This module provides some XS functions to assist in writing syntax modules that provide new perl-visible syntax, primarily f

Re: [new] databases/p5-Mojo-SQLite, databases/p5-SQL-Abstract-Pg, devel/p5-URI-Nested and devel/p5-URI-db

2022-11-05 Thread Alexander Bluhm
On Wed, Nov 02, 2022 at 07:35:00AM -0600, Aaron Bieber wrote: > Hi! > > Here are some new ports that I used for making https://openbsd.app > > They are basically `portgen`d with some "now you live in the tree" > tweaks. > > Cluesticks? OKs? Download Mojo-SQLite-3.009.tar.gz failed, you need a C

Re: devel/p5-DateTime-TimeZone: Update to 2.55

2022-11-05 Thread Alexander Bluhm
On Wed, Oct 12, 2022 at 02:54:09AM +, wen heping wrote: > Hi, all: > > Here is a patch for devel/p5-DateTime-TimeZone to update to 2.55. > It build well and pass all tests on amd64-current system. > > I did not test the ports depend on it, since it only update the Olson > databas

remove p5-Crypt-Serpent

2022-09-08 Thread Alexander Bluhm
Hi, security/p5-Crypt-Serpent make test crashes the Perl process on 64 bit platforms. Only i386 test passes. This is not what you want in a crypto library. Last update was in 2002, upstream CPAN testers also crash. It has no dependencies in ports tree. ok to remove? bluhm

Re: [new] p5-File-KDBX (+deps)

2022-09-06 Thread Alexander Bluhm
On Tue, Sep 06, 2022 at 02:29:41PM +0200, Landry Breuil wrote: > tarball contains textproc/p5-File-KDBX, devel/p5-Iterator-Simple and > security/p5-Crypt-Argon2. devel/p5-Iterator-Simple - use lower case letter in COMMENT = Simple iterator and utilities - Use our p5-Module-Install package instead

Re: new benchmarks/udpbench

2022-07-29 Thread Alexander Bluhm
Forgot attach tgz :-( On Fri, Jul 29, 2022 at 02:24:02PM +0200, Alexander Bluhm wrote: > Hi, > > I have written a little tool to send and receive UDP packets and > measure thoughput. With existing programs like iperf3 it is unclear > what happens at syscall layer. My udpben

new benchmarks/udpbench

2022-07-29 Thread Alexander Bluhm
Hi, I have written a little tool to send and receive UDP packets and measure thoughput. With existing programs like iperf3 it is unclear what happens at syscall layer. My udpbench can generate twice as much UDP throughput due to strange effects in iperf3. Can we add benchmarks/udpbench as port?

Re: new converters/p5-CBOR-XS

2022-06-09 Thread Alexander Bluhm
Attachment forgotten. On Thu, Jun 09, 2022 at 02:33:03PM +0200, Alexander Bluhm wrote: > Hi ports@, > > After playing with p5-CBOR-Free, p5-CBOR-XS better fits our needs. > As usual in Perl, there is more than one way to screw it up. > > ok to import p5-CBOR-XS 1.86 ? >

new converters/p5-CBOR-XS

2022-06-09 Thread Alexander Bluhm
Hi ports@, After playing with p5-CBOR-Free, p5-CBOR-XS better fits our needs. As usual in Perl, there is more than one way to screw it up. ok to import p5-CBOR-XS 1.86 ? bluhm Comment: concise binary object representation Description: This module converts Perl data structures to the Concise Bi

update misc/open62541

2022-06-08 Thread Alexander Bluhm
Hi ports@ I would like to update misc/open62541 library. That is not easy as it is not API compatible. The depending port misc/p5-OPCUA-Open62541 compiles, but fails in make test. So I have to fix open62541 library bugs and add p5-OPCUA-Open62541 compatiblity layer. As the latter is my module

new converters/p5-CBOR-Free

2022-06-08 Thread Alexander Bluhm
Hi ports@ ok to import p5-CBOR-Free 0.32 ? This is my final step that uses the 3 ports I have just imported. bluhm Comment: fast CBOR for everyone Description: This library implements CBOR via XS under a license that permits commercial usage with no "strings attached". p5-CBOR-Free.tgz Descr

new devel/p5-Text-Control

2022-06-08 Thread Alexander Bluhm
Hi ports@ ok to import p5-Text-Control 0.5 ? bluhm Comment: transforms of control characters Description: These are transforms of control characters useful for debugging. This module considers byte numbers 32 - 126 to be "printable"; i.e., they represent actual ASCII characters. Anything outsi

new devel/p5-Test-Class-Tiny

2022-06-08 Thread Alexander Bluhm
Hi ports@, ok to import p5-Test-Class-Tiny 0.03 ? bluhm Comment: xUnit in Perl, simplified Description: Test::Class has served Perl's xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and

new devel/p5-X-Tiny

2022-06-08 Thread Alexander Bluhm
Hi ports@, ok to import p5-X-Tiny 0.21 ? bluhm Comment: super-lightweight exception framework Description: This stripped-down exception framework provides a baseline of functionality for distributions that want to expose exception hierarchies with minimal fuss. p5-X-Tiny.tgz Description: appl

Re: mail/p5-Mail-DMARC: Update to 1.20211209

2022-04-13 Thread Alexander Bluhm
On Sun, Apr 03, 2022 at 10:31:54AM +, wen heping wrote: > Hi, > > Here is a patch to update mail/p5-Mail-DMARC: > i) Update to 1.20211209 > ii) Add p5-Email-Sender as RUN_DEPENDS > It build well, 1 of all 20 tests failed on my amd64-7.1 system. > > > One port depends

Re: perl ppport.h -Wcompound-token-split-by-macro

2022-03-11 Thread Alexander Bluhm
On Fri, Mar 11, 2022 at 12:20:31PM +, Stuart Henderson wrote: > On 2022/03/11 11:28, Alexander Bluhm wrote: > > On Fri, Mar 11, 2022 at 07:54:55AM +, Stuart Henderson wrote: > > > On 2022/03/10 19:38, Andrew Hewus Fresh wrote: > > > > > > > > Th

Re: perl ppport.h -Wcompound-token-split-by-macro

2022-03-11 Thread Alexander Bluhm
On Fri, Mar 11, 2022 at 07:54:55AM +, Stuart Henderson wrote: > On 2022/03/10 19:38, Andrew Hewus Fresh wrote: > > On Fri, Mar 11, 2022 at 01:02:04AM +0100, Alexander Bluhm wrote: > > > Hi, > > > > > > Can we commit espie@'s diff to fix the -Wcom

perl ppport.h -Wcompound-token-split-by-macro

2022-03-10 Thread Alexander Bluhm
Hi, Can we commit espie@'s diff to fix the -Wcompound-token-split-by-macro compiler warnings? It reduces the size of my logfiles a lot and allows to look at the build output of XS Perl ports. bluhm Index: infrastructure/mk/perl.port.mk ===

Re: UPDATE: net/scapy

2022-02-25 Thread Alexander Bluhm
On Fri, Feb 25, 2022 at 09:41:45AM +, Ricardo wrote: > Attached is an update to net/scapy (changes: > https://github.com/secdev/scapy/releases/tag/v2.4.5). I have the same diff in my home for a while. But I never commited it as it breaks regress tests. I did not find time to look into it.

Re: update intel microcode to 20220207

2022-02-10 Thread Alexander Bluhm
On Thu, Feb 10, 2022 at 05:21:55PM -0700, Theo de Raadt wrote: > We curate a singular choice of each firmware. We supply that. > End of story. I was unaware of the new behavior. > and those experts can stop running fw_update and do it by hand. I was testing new firmware package that is not rele

Re: update intel microcode to 20220207

2022-02-10 Thread Alexander Bluhm
On Thu, Feb 10, 2022 at 03:51:44PM -0800, Andrew Hewus Fresh wrote: > On Thu, Feb 10, 2022 at 12:40:43PM +0100, Alexander Bluhm wrote: > > Does the new fw_update not check the version number of the file? Does > > it always overwrite with the tgz from firmware.openbsd.org? >

Re: update intel microcode to 20220207

2022-02-10 Thread Alexander Bluhm
On Thu, Feb 10, 2022 at 01:31:11AM +1100, Jonathan Gray wrote: > release notes and list of updated platforms > https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207 > > tests welcome Running on the following machines: with i386 cpu0: Intel(R) Xeon(R)

Re: fix misc/posixtestsuite

2022-01-11 Thread Alexander Bluhm
On Tue, Jan 11, 2022 at 07:25:58PM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Jan 10 2022, Alexander Bluhm wrote: > > On Mon, Jan 10, 2022 at 10:55:54PM +0100, Jeremie Courreges-Anglas wrote: > >> On Mon, Jan 10 2022, Alexander Bluhm wrote: > >> > On Sat, Ja

Re: www/p5-CGI-Simple: Update to 1.26

2022-01-10 Thread Alexander Bluhm
On Tue, Jan 04, 2022 at 08:32:50AM +, Stuart Henderson wrote: > > MODULES = cpan > > PKG_ARCH = * > > -DISTNAME = CGI-Simple-1.115 > > +DISTNAME = CGI-Simple-1.26 > > this results in the version number (as understood by ports) going > backwards so will need an EPOCH bump Some Perl modules

Re: fix misc/posixtestsuite

2022-01-10 Thread Alexander Bluhm
On Mon, Jan 10, 2022 at 10:55:54PM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Jan 10 2022, Alexander Bluhm wrote: > > On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote: > >> On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote: > >> > On

Re: fix misc/posixtestsuite

2022-01-10 Thread Alexander Bluhm
On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote: > On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote: > > On Fri, Dec 31 2021, Stefan Hagen wrote: > >> Christian Weisgerber wrote: > >>> Here's a reminder that these ports still fail to build since the > >>> LLVM 13 updat

Re: [NEW] devel/p5-B-Debug

2021-11-14 Thread Alexander Bluhm
On Tue, Oct 19, 2021 at 01:22:24PM +, wen heping wrote: > Here is a patch to create new port devel/p5-B-Debug, > it is required by the update of devel/p5-Decel-Cover. > It build well and pass all tests on amd64-7.0 system. > > Comments ? OK bluhm@

Re: powerpc bulk build report

2021-09-09 Thread Alexander Bluhm
On Thu, Sep 09, 2021 at 08:56:52AM -0600, c...@openbsd.org wrote: > http://build-failures.rhaalovely.net/powerpc/2021-08-21/misc/open62541,ns0_full.log /usr/obj/ports/open62541-1.0.6-ns0_full/bin/cc ... namespace0_generated.c Segmentation fault (core dumped) ninja: build stopped: subcommand faile

new devel/p5-File-TreeCreate

2021-09-08 Thread Alexander Bluhm
Hi ok to import p5-File-TreeCreate 0.0.1 ? recursively create a directory tree Needed to update some modules. bluhm p5-File-TreeCreate.tgz Description: application/tar-gz

open62541 ns0 flavor

2021-07-29 Thread Alexander Bluhm
Hi, The open62541 library may be compiled with full namespace zero. This is neccessary for my use case. For that I need an additional external package from the OPC UA foundation. To build the full library, the compiler needs 8 MB stack limit. And the package size grows from 4 to 10 MB. So I cr

Re: Build security/botan on riscv64

2021-07-26 Thread Alexander Bluhm
On Mon, Jul 26, 2021 at 12:54:06PM +0100, Stuart Henderson wrote: > On 2021/07/26 11:38, Alexander Bluhm wrote: > > On Sat, Jul 24, 2021 at 03:28:00PM +0200, Jeremie Courreges-Anglas wrote: > > > > > > The following patch lets security/botan build on riscv64. > >

Re: Build security/botan on riscv64

2021-07-26 Thread Alexander Bluhm
On Sat, Jul 24, 2021 at 03:28:00PM +0200, Jeremie Courreges-Anglas wrote: > > The following patch lets security/botan build on riscv64. > I wrote a minimal description file, since I couldn't find one in the > latest 1.11 (.34) release available upstream. Configure extract: Botan 1 is end of life

Re: www/p5-Dancer2: Update to 0.301004

2021-06-11 Thread Alexander Bluhm
On Fri, Jun 11, 2021 at 11:38:09AM +, Charlene Wendling wrote: > >Here is a patch for www/p5-Dancer2: > >i) Update to 0.301004 > >ii) Add sysutils/p5-File-Which as RUN_DEPENDS > >It build well and pass all tests on amd64-6.9 system. > >4 ports depends on it and all build and

Re: [update] textproc/libxml

2021-06-11 Thread Alexander Bluhm
On Mon, May 31, 2021 at 12:34:54AM -0700, Nam Nguyen wrote: > > Here is a fresh diff with some additions: > > - move to gnome's gitlab to avoid using ftp (as suggested by tj@) > > - CONFIGURE_STYLE autoreconf > > - translate patches from Makefile.in --> Makefile.am This is not correct. The gnome

Re: update sysutils/p5-Rex

2021-06-01 Thread Alexander Bluhm
On Sun, May 30, 2021 at 07:43:47PM +0200, Solene Rapenne wrote: > This updates sysutils/p5-Rex to latest version > > The changelog is small: > This is a new patch release containing documentation updates, and > a fix for debconf parsing. Behind the scenes, CI was migrated over > to GitHub Actions

Re: New: sysutils/find2perl

2021-05-16 Thread Alexander Bluhm
On Sat, May 15, 2021 at 11:26:06PM +0200, Christian Weisgerber wrote: > Alexander Bluhm: > > > A test dependecy to devel/p5-Devel-FindPerl is missing. > > > > I think @comment the dummy module out. > > Incorporated. > OK to import? OK bluhm@

Re: new productivity/p5-iCal-Parser

2021-05-14 Thread Alexander Bluhm
On Fri, Apr 23, 2021 at 11:41:42PM +0200, Alexander Bluhm wrote: > ok to import p5-iCal-Parser 1.21 ? ping? > Comment: > parse iCalendar files into a data structure > > Description: > This module processes iCalendar (vCalendar 2.0) files as specified > in RFC 2445 into

Re: New: sysutils/find2perl

2021-05-14 Thread Alexander Bluhm
On Fri, May 14, 2021 at 11:12:37PM +0200, Christian Weisgerber wrote: > Randal Schwartz mentioned find2perl on comp.unix.shell, which made > me realize that it isn't any longer shipped as part of Perl. > > So here's a port for App-find2perl from CPAN. > > find2perl is a little translator to con

Re: [NEW] devel/p5-CLI-Osprey

2021-05-14 Thread Alexander Bluhm
On Sun, May 02, 2021 at 07:36:48AM +, wen heping wrote: >Here is a patch to create new port devel/p5-CLI-Osprey, > which is required by the update of www/p5-Dancer2. >It build and run well on amd64-6.9 system, 1 test(all > 15 tests) failed because Test::lib module had not been > importe

Re: [NEW] security/p5-Crypt-PBKDF2

2021-05-14 Thread Alexander Bluhm
On Sun, May 02, 2021 at 09:14:16AM +, wen heping wrote: > Here is a patch to create new port security/p5-Crypt-PBKDF2, which is > required > by the update of security/p5-Crypt-CBC. > It build well and pass all tests on amd64-6.9 system. Comment starts with upper case, just remove 'Th

Re: [NEW] security/p5-Digest-SHA3

2021-05-14 Thread Alexander Bluhm
On Sun, May 02, 2021 at 09:02:46AM +, wen heping wrote: >Here is a patch to create new port security/p5-Digest-SHA3, which > is required by the update of security/p5-Crypt-CBC. >It build well and pass all tests on amd64-6.9 system. You should put c to WANTLIB as XS calls libc functions

Re: libxml + python3.9

2021-05-14 Thread Alexander Bluhm
On Thu, May 13, 2021 at 08:32:43AM -0400, Daniel Dickman wrote: > Diff below backports a commit so libxml can be built under python 3.9. > > ok? OK bluhm@ Could you put this link into the patch file? Then it is easier to find upstream for comparison. https://gitlab.gnome.org/GNOME/libxml2/-/co

textproc/libxml CVE-2021-3537

2021-05-10 Thread Alexander Bluhm
Hi, ok to fix CVE-2021-3537 ? Unfortunately libxml2 does not make security releases so we have to pick the patches from their repository. bluhm Index: textproc/libxml/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/textproc/l

  1   2   3   4   5   >