Re: vlc core segmentation fault

2023-02-25 Thread Jon Fineman
I am still seeing this issue. Any ideas on how to fix it? VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2) [0e65749ff260] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to

Re: i386.ports.openbsd.org build report

2023-02-25 Thread Omar Polo
On 2023/02/25 14:45:58 +, Stuart Henderson wrote: > bulk build on i386.ports.openbsd.org > started at 1677208976 Thu Feb 23 20:22:56 MST 2023 > finished at 1677334037 Sat Feb 25 07:07:17 MST 2023 > report generated at 1677334068 Sat Feb 25 07:07:48 MST 2023 > total 34h44m > done with

Re: new: fonts/nerd-fonts/nerdfontssymbolsonly

2023-02-25 Thread Omar Polo
Hello, On 2023/02/25 09:14:19 -0500, "Ariel Popper" wrote: > Ping? Feedback? > > On Sat Jan 14, 2023 at 1:17 PM EST, Ariel Popper wrote: > > I thought I would share this with anyone who might be interested. I > > notice that there are a few of the patched "Nerd Fonts" already in > > ports, but

Re: new: fonts/nerd-fonts/nerdfontssymbolsonly

2023-02-25 Thread Ariel Popper
Ping? Feedback? On Sat Jan 14, 2023 at 1:17 PM EST, Ariel Popper wrote: > I thought I would share this with anyone who might be interested. I > notice that there are a few of the patched "Nerd Fonts" already in > ports, but there are some programs (like x11/kitty) which can pick up > symbols

Re: gnucobol-3.2

2023-02-25 Thread Frederic Cambus
On Sun, Feb 19, 2023 at 09:45:26PM +0100, Lars Mehnen wrote: > Dear OpenBSD-ports team, > > I recently managed to compile gnucobol-3.2-rc2 (fully) in OpenBSD, which > will probably be released the coming week. > > How to I provide info on how to compile it for you. > > How do I create a package

Re: [new] devel/rust-analyzer

2023-02-25 Thread Sebastien Marie
On Fri, Feb 24, 2023 at 05:54:23PM +, Renato Aguiar wrote: > rust-analyzer is an implementation of Language Server Protocol for the > Rust programming language. It provides features like completion and goto > definition for many code editors, including VS Code, Emacs and Vim. I am a bit

i386.ports.openbsd.org build report

2023-02-25 Thread Stuart Henderson
bulk build on i386.ports.openbsd.org started at 1677208976 Thu Feb 23 20:22:56 MST 2023 finished at 1677334037 Sat Feb 25 07:07:17 MST 2023 report generated at 1677334068 Sat Feb 25 07:07:48 MST 2023 total 34h44m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #0: Thu Feb 23 19:56:33

Re: [new] net/keycloak-20.0.3 - Identity and Access Management solution

2023-02-25 Thread Stuart Henderson
On 2023/02/25 11:13, aisha wrote: > On 23/01/23 10:12PM, Pavel Korovin wrote: > > 2. +MODJAVA_VER = 17 > >Keycloak works fine with jdk-17, I don't see any reason for > >downgrading jdk dependnecy Isn't it better to use e.g. "MODJAVA_VER = 11+"? That way it can work with 17, but will also

Re: [new] x11/tpadnav

2023-02-25 Thread Stuart Henderson
On 2023/02/24 20:46, joshua stein wrote: > This utility generates XF86XK_Back and XF86XK_Forward keyboard > events in response to a two-finger left or right swipe on a > touchpad. Works for me. OK with this on top: diff --git Makefile Makefile index f34ec4f..57b0ce6 100644 --- Makefile +++

Re: i386.ports.openbsd.org build report

2023-02-25 Thread Stuart Henderson
FWIW here's the backtrace from the v8_context_snapshot_generator core dump in www/chromium: Reading symbols from ./chromium-110.0.5481.177/out/Release/v8_context_snapshot_generator... [New process 529443] [New process 532294] [New process 322482] warning: Unexpected size of section

NEW: textproc/py-markdown-it, textproc/py-mdurl [fix markdown in py-rich]

2023-02-25 Thread Stuart Henderson
I missed a change to dependency in a recent py-rich update; the Markdown parser changed from py-commonmark to py-markdown-it but we don't have a port for the latter yet. OK to import these two? $ pkg_info py3-markdown-it py3-mdurl Information for inst:py3-markdown-it-2.2.0 Comment: markdown

aarch64 bulk build report

2023-02-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Feb 22 23:53:00 MST 2023 finished at Sat Feb 25 05:49:42 MST 2023 lasted 2D05h56m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #2040: Wed Feb 22 13:34:23 MST 2023 built packages:11616 Feb 22:112 Feb 23:3816 Feb 24:3392 Feb 25:4295

Re: [new] devel/rust-analyzer

2023-02-25 Thread Stuart Henderson
Also use lower case for the start of COMMENT except for proper nouns -- Sent from a phone, apologies for poor formatting. On 24 February 2023 23:36:53 aisha wrote: On 23/02/24 11:26PM, Hukadan wrote: Le 2023-02-24 18:54, Renato Aguiar a ??crit??: > rust-analyzer is an implementation of

Re: [new] devel/rust-analyzer

2023-02-25 Thread Stuart Henderson
The DISTFILES+= is no longer needed -- Sent from a phone, apologies for poor formatting. On 24 February 2023 23:36:53 aisha wrote: On 23/02/24 11:26PM, Hukadan wrote: Le 2023-02-24 18:54, Renato Aguiar a ??crit??: > rust-analyzer is an implementation of Language Server Protocol for the >

Re: graphviz update

2023-02-25 Thread Stuart Henderson
On 2023/02/24 22:08, Edd Barrett wrote: > Hi Stuart, > > Thanks for this! I've really neglected this port. Looks much better. > > On Tue, Feb 21, 2023 at 08:38:16PM +, Stuart Henderson wrote: > > This updates graphviz to the current version, and moves Tcl parts to a > > subpackage. Also

Re: [new] net/keycloak-20.0.3 - Identity and Access Management solution

2023-02-25 Thread aisha
On 23/01/23 10:12PM, Pavel Korovin wrote: > Aisha, thank you for your efforts! > > Please find the attached updated version to consider if my changes are > relevant and make sense. > > 1. +CATEGORIES = security >Keycloak's purpose is authentication/authorization so I think it >better

UPDATE: www/sfeed from 1.6 to 1.7

2023-02-25 Thread Hiltjo Posthuma
Hi, sfeed 1.7 was released. sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. sfeed has the following small changes compared to 1.6: Changes: sfeed_curses: * Add SCO keys for next, prior (CSI I and CSI G). Tested on DragonFlyBSD (cons25 console). * Add SUN

Re: aarch64 bulk build report

2023-02-25 Thread Theo Buehler
> http://build-failures.rhaalovely.net/aarch64/2023-02-22/devel/riscv-elf/gcc.log This fails to build if lang/gcc/8 is installed because it picks up the old ansidecl.h which misses a few #defines. One option is to define the missing ones away. Defining them to the right thing is harder since

Re: [new] net/keycloak-20.0.3 - Identity and Access Management solution

2023-02-25 Thread aisha
nnnd here is the actual port :P keycloak-21.0.0.tgz Description: GNU Zip compressed data

Re: [new] net/keycloak-20.0.3 - Identity and Access Management solution

2023-02-25 Thread A Tammy
On 2/25/23 11:17, Stuart Henderson wrote: > On 2023/02/25 11:13, aisha wrote: >> On 23/01/23 10:12PM, Pavel Korovin wrote: >>> 2. +MODJAVA_VER = 17 >>>Keycloak works fine with jdk-17, I don't see any reason for >>>downgrading jdk dependnecy > Isn't it better to use e.g. "MODJAVA_VER =

Re: [update] databases/timescaledb

2023-02-25 Thread Denis Fondras
Le Fri, Feb 24, 2023 at 04:36:33PM +, Renato Aguiar a écrit : > Trivial patch updating databases/timescaledb to 2.10.0: > Commited, thank you. > > Only in databases/timescaledb: CVS > diff -ru databases/timescaledb/Makefile mystuff/databases/timescaledb/Makefile > ---

Re: i386.ports.openbsd.org build report

2023-02-25 Thread Florian Viehweger
Am Sat, 25 Feb 2023 17:20:15 +0100 schrieb Omar Polo : > On 2023/02/25 14:45:58 +, Stuart Henderson > wrote: > > bulk build on i386.ports.openbsd.org > > started at 1677208976 Thu Feb 23 20:22:56 MST 2023 > > finished at 1677334037 Sat Feb 25 07:07:17 MST 2023 > > report generated at

powerpc bulk build report

2023-02-25 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Sat Feb 4 20:47:58 MST 2023 Finished: Sat Feb 25 17:05:39 MST 2023 Duration: 20 Days 20 hours 18 minutes Built using OpenBSD 7.2-current (GENERIC) #79: Sat Feb 4 07:20:40 MST 2023 Built 9114 packages Number of packages built each day: Feb 4:

Re: NEW: devel/p5-OpenAI-API

2023-02-25 Thread Todd T. Fries
Penned by Stuart Henderson on 20230221 9:37.50, we have: | On 2023/02/20 15:14, Todd T. Fries wrote: | > This is not used by anything, yet. | > | > Comment: | > A Perl module for accessing the OpenAI API | | s/A // | | > Feedback? If OK, please commit, I don't have commit access since | > I

[update] i2pd-2.46.1

2023-02-25 Thread Angelo
Hi, Here is a patch to update net/i2pd to the latest version (2.46.1). I have experienced crashes with 2.46.0, which seem to be addressed with this latest release. The release notes state the following fixes: - Race condition while getting router's peer profile - Creation of new router.info -

Re: aarch64 bulk build report

2023-02-25 Thread Peter Hessler
On 2023 Feb 25 (Sat) at 16:11:52 +0100 (+0100), Theo Buehler wrote: :> http://build-failures.rhaalovely.net/aarch64/2023-02-22/devel/riscv-elf/gcc.log : :This fails to build if lang/gcc/8 is installed because it picks up the :old ansidecl.h which misses a few #defines. : :One option is to define

mruby 3.2.0

2023-02-25 Thread Jeremy Evans
Simple update to the latest version of mruby. Tests pass on amd64, and nothing depends on it. Looks like the 3.1.0 update was missed. Release notes: 3.1.0: https://mruby.org/releases/2022/03/12/mruby-3.1.0-released.html 3.2.0: https://mruby.org/releases/2023/02/24/mruby-3.2.0-released.html I

Re: [update] i2pd-2.46.1

2023-02-25 Thread Theo Buehler
On Sat, Feb 25, 2023 at 11:01:08PM +, Angelo wrote: > Hi, > > Here is a patch to update net/i2pd to the latest version (2.46.1). > I have experienced crashes with 2.46.0, which seem to be addressed > with this latest release. Committed to both, -current and -stable. Thanks.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:37:33 Modified files: devel/py-zipp : Makefile distinfo devel/py-zipp/pkg: PLIST Log message: update to py3-zipp-3.15.0

CVS: cvs.openbsd.org: ports

2023-02-25 Thread joshua stein
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/02/25 08:42:37 Modified files: x11: Makefile Log message: += tpadnav

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/02/25 03:59:18 Modified files: devel/libusb1 : Makefile distinfo devel/libusb1/patches: patch-libusb_libusb_h patch-libusb_os_threads_posix_c Removed

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:39:42 Modified files: multimedia/py-caption: Makefile distinfo Log message: update to py3-caption-2.1.1

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:39:43 Modified files: multimedia/py-ffmpeg-progress-yield: Makefile distinfo multimedia/py-ffmpeg-progress-yield/pkg: PLIST Log message: update to py3-ffmpeg-progress-yield-0.7.1

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/02/25 02:41:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm security/rust-ring: Makefile security/rust-ring/pkg: PLIST Log message: rename ring

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:18:18 Modified files: www/sfeed : Makefile distinfo Log message: update to sfeed-1.7, from Hiltjo Posthuma (maintainer)

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:45:28 Modified files: sysutils/dcfldd: Makefile distinfo Log message: update to dcfldd-1.9

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/02/25 01:19:06 Modified files: www/purritobin : Makefile Log message: purritobin: fix bump

CVS: cvs.openbsd.org: ports

2023-02-25 Thread joshua stein
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/02/25 08:36:22 Log message: import tpadnav-1.0 a little utility to generate XF86XK_Back and XF86XK_Forward keyboard events in response to two-finger left or right swipes on a touchpad

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:43:47 Modified files: math/py-numexpr: Makefile distinfo Log message: update to py3-numexpr-2.8.4

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 09:03:37 Modified files: sysutils/py-ansible-compat: Makefile distinfo Log message: update to py3-ansible-compat-3.0.1

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/02/25 04:58:21 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.15.0.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2023/02/25 05:47:37 Modified files: lang/tcc : Makefile distinfo Removed files: lang/tcc/patches: patch-lib_bcheck_c Log message: Update to the latest tcc code. Mostly improvements to the

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/02/25 04:24:44 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.29.79.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/02/25 04:24:55 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.26.79.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/02/25 04:25:25 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.27.79.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:50:48 Modified files: sysutils/py-blessed: Makefile distinfo Log message: update to py3-blessed-1.20.0

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 08:50:49 Modified files: math/py-pandas : Makefile distinfo Log message: update to py3-pandas-1.5.3

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 04:08:27 Modified files: devel/angr/py-claripy: Makefile Log message: add missing RDEP on py-six

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 04:09:17 Modified files: math/py-pysmt : Makefile Log message: remove obsolete RDEP on py-six

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Denis Fondras
CVSROOT:/cvs Module name:ports Changes by: de...@cvs.openbsd.org 2023/02/25 09:54:32 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: Update to v2.10.0 Thanks to Renato Aguiar (renato#renatoaguiar.net) for

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:51:35 Modified files: www/sope : Makefile Added files: www/sope/patches: patch-sope-mime_NGMime_NGMimeType_m Log message: gnustep base update compatibility patch

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/02/25 10:00:32 Modified files: textproc/hyperscan: Makefile Log message: enable debug packages

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/02/25 10:55:34 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.41.1 Changes: https://lib.filezilla-project.org/ Bump major of shared lib because of removal

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/02/25 10:55:47 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.63.2 Changes: https://filezilla-project.org/versions.php

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:43:56 Modified files: x11/gnustep/gui: Makefile distinfo x11/gnustep/gui/patches: patch-Tools_speech_GNUmakefile x11/gnustep/gui/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:40:01 Modified files: x11/gnustep/make: Makefile distinfo x11/gnustep/make/patches: patch-Instance_framework_make patch-target_make Log

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:41:29 Modified files: x11/gnustep/base: Makefile distinfo x11/gnustep/base/pkg: PLIST Log message: update 1.28.0 -> 1.29.0 for the time being, fetch from GitHub, as their

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:49:40 Modified files: x11/gnustep/pantomime: Makefile distinfo Log message: update 1.3.0 -> 1.4.0

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:49:00 Modified files: x11/gnustep/projectcenter: Makefile distinfo x11/gnustep/projectcenter/pkg: PLIST Log message: update 0.6.2 -> 0.7.0 for the time being, fetch

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:50:19 Modified files: x11/gnustep/gnumail: Makefile distinfo x11/gnustep/gnumail/pkg: PLIST Log message: update 1.3.0 -> 1.4.0

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/02/25 23:36:13 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.6.5

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:47:26 Modified files: x11/gnustep/gorm: Makefile distinfo x11/gnustep/gorm/pkg: PLIST Log message: update 1.2.28 -> 1.3.1 for the time being, fetch directly from GitHub, as

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/02/25 12:44:57 Modified files: x11/gnustep/back: Makefile distinfo Log message: update 0.29.0 -> 0.30.0 for the time being, fetch directly from GitHub, as ther's problems with their FTP

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/02/25 16:31:09 Modified files: www/purritobin : Makefile www/purritobin/pkg: README Log message: fix tls directive in the example in README pointed out by mbuhl@

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2023/02/26 00:57:19 Modified files: databases/p5-DBIx-DBSchema: Makefile distinfo Log message: Update to p5-DBIx-DBSchema-0.47.

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/02/26 00:11:58 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to 0.6.0

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/02/26 00:54:41 Modified files: net/i2pd : Tag: OPENBSD_7_2 Makefile distinfo net/i2pd/pkg : Tag: OPENBSD_7_2 PLIST Log message: MFC: Update i2pd to 2.46.1 >From Angelo

CVS: cvs.openbsd.org: ports

2023-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/02/26 00:51:45 Modified files: net/i2pd : Makefile distinfo net/i2pd/pkg : PLIST Log message: Update i2pd to 2.46.1 >From Angelo