[update] security/letsencrypt/{py-acme,client} to 1.32.0

2022-11-12 Thread aisha
attached trivial update for security/letsencrypt/{client,py-acme}. No change in test failure, same tests as 1.30.0 are failing/passing, only related to network access/our directory changes from /var/lib/xxx -> /var/db/xxx. ok? (cc'd sthen cuz he seems to have bumped this previously). aisha

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

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 19:41:29 Modified files: converters : Makefile Log message: +p5-Convert-Color-XTerm

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 19:39:09 Log message: import p5-Convert-Color-XTerm 0.06 OK benoit@ Comment: indexed colors used by XTerm Description: This subclass of Convert::Color::RGB8 provides

UPDATE: mpv 0.35.0

2022-11-12 Thread Brad Smith
Here is an update to mpv 0.35.0 and a patch for minitube due to API change in libmpv. https://raw.githubusercontent.com/mpv-player/mpv/master/RELEASE_NOTES Index: multimedia/mpv/Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2022/11/12 18:11:08 Added files: games/supertuxkart/patches: patch-lib_graphics_engine_include_vk_mem_alloc_h Log message: add forgotten patch

Re: UPDATE: math/p5-Math-GMP{f,z}

2022-11-12 Thread A Tammy
On 11/12/22 17:57, Steven Mestdagh wrote: > maintenance update; tests still pass. > > ok? tests and builds fine for me too. And also has no reverse dependencies. ok aisha@ > Index: p5-Math-GMPf/Makefile > === > RCS file:

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2022/11/12 17:26:19 Modified files: net/jitsi : Makefile Log message: net/jitsi: hook srtp and plugins into build

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2022/11/12 17:25:03 Log message: net/jitsi/prosody-plugins: extra prosody plugins for jitsi-meet ok abieber kn Status: Vendor Tag: aisha Release Tags: aisha_20221112

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2022/11/12 17:22:26 Log message: net/jitsi/srtp: native openssl libraries for jitsi-srtp ok abieber kn Status: Vendor Tag: aisha Release Tags: aisha_20221112 N

[new] f3 - test real flash memory capacity - ok?

2022-11-12 Thread Alexander Klimov
On 18.10.22 11:57, Stuart Henderson wrote: On 2022/10/16 14:51, Alexander A. Klimov wrote: Hello OpenBSD devs! Hello Michel! I'd like OpenBSD to have a package of Michel's software "F3". https://github.com/AltraMayor/f3 Today I checked out the snapshot ports tree, but didn't find F3 even

UPDATE: math/p5-Math-GMP{f,z}

2022-11-12 Thread Steven Mestdagh
maintenance update; tests still pass. ok? Index: p5-Math-GMPf/Makefile === RCS file: /cvs/ports/math/p5-Math-GMPf/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile --- p5-Math-GMPf/Makefile 11 Mar 2022 19:36:24

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2022/11/12 14:53:00 Modified files: games/supertuxkart: Makefile distinfo games/supertuxkart/pkg: PLIST Log message: Update to SuperTuxKart 1.4.

Re: [new] jitsi/meta,prosody-plugins,srtp - addons and README for jitsi

2022-11-12 Thread Klemens Nanni
On Mon, Nov 07, 2022 at 10:06:58PM -0500, aisha wrote: > and now with the actual attachments :o srtp: - MASTER_SITES7: are 0-6 missing or does 7 have a special meaning? - do-test could use a line break. prosody: - do-install could use a line-break - VERSION can be folded into PKGNAME Nothing

Re: (security fix) chicken-5.3.0p0

2022-11-12 Thread Omar Polo
On 2022/11/12 11:11:09 +0100, Omar Polo wrote: > On 2022/11/12 09:34:44 +0200, Timo Myyrä wrote: > > Hi, > > > > Here's security fix for chicken to address CVE-2022-45145. > > > > Details: > > https://lists.nongnu.org/archive/html/chicken-announce/2022-11/msg0.html > > > > Lightly tested

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/11/12 13:58:03 Modified files: lang/chicken/core: Tag: OPENBSD_7_2 Makefile Added files: lang/chicken/core/patches: Tag: OPENBSD_7_2 patch-egg-compile_scm

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/12 13:54:28 Modified files: games/zelda3-data: Makefile Log message: fixup some python flavour bits

Re: new devel/p5-Test-Identity

2022-11-12 Thread Benoit Lecocq
On 12/11/2022 00:37, Alexander Bluhm wrote: Hi, ok to import p5-Test-Identity 0.01 ? ok benoit@ 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,

Re: Early look: PostgreSQL 15.0

2022-11-12 Thread Jeremy Evans
On 10/20 11:23, Theo Buehler wrote: > On Thu, Oct 13, 2022 at 06:07:51PM +, Jeremy Evans wrote: > > When I have time, I'll run a partial bulk of the PostgreSQL ports and > > try to fix any breakage. Hopefully I can complete that work by the > > release of PostgreSQL 15.1. > > There were

Re: new converters/p5-Convert-Color-XTerm

2022-11-12 Thread Benoit Lecocq
On 12/11/2022 13:31, Alexander Bluhm wrote: Hi, ok to import p5-Convert-Color-XTerm 0.06 ? ok benoit@ 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

Re: new devel/p5-String-Tagged

2022-11-12 Thread Benoit Lecocq
On 12/11/2022 11:23, Alexander Bluhm wrote: Hi, ok to import p5-String-Tagged 0.18 ? ok benoit@ 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

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2022/11/12 10:29:14 Modified files: net/unison : Makefile distinfo net/unison/pkg : PLIST Log message: Update to unison-2.53.0 Changes:

Re: Deprecation of xalan-c port

2022-11-12 Thread Klemens Nanni
On Sat, Nov 12, 2022 at 12:19:44PM +0100, Rafael Sadowski wrote: > Maybe disable it instead of patching it? > CONFIGURE_ARGS = -DCMAKE_DISABLE_FIND_PACKAGE_XalanC=ON That is not enough: CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could

UPDATE: productivity/zim 0.75.1

2022-11-12 Thread Caspar Schutijser
Hi, Below is a diff that updates Zim to 0.75.1. Tested on amd64 for a while, works fine here. Comments or OKs? Caspar Index: Makefile === RCS file: /cvs/ports/productivity/zim/Makefile,v retrieving revision 1.31 diff -u -p -r1.31

7.2 release; firefox-esr cups printers not available

2022-11-12 Thread Byron Campbell - WA4GEG
OpenBSD 7.2 (GENERIC.MP) #0 amd64 As reported by Marcus in message "7.2 firefox cups printers not available" I'm reporting this same issue with firefox-esr, cups printers option is not available.

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2022/11/12 08:26:07 Modified files: sysutils/m1n1 : Makefile sysutils/u-boot-asahi: Makefile Log message: update last vestiges of m1n1-uboot -> apple-boot ok sthen

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/11/12 07:58:32 Modified files: games : Makefile Log message: += zelda3-data and zelda3-sprites sthen@ points out that such ports should be linked regardless of their non-packaging status

Re: 7.2 firefox cups printers not available

2022-11-12 Thread Jon Fineman
It works in: kern.version=OpenBSD 7.2-current (GENERIC.MP) #827: Thu Nov 10 13:46:36 MST 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Mozilla Firefox 106.0.2 With unveil disabled in content, gpu, and main. Nicola Dell'Uomo writes: > I can confirm this issue

Re: NEW: www/nostt

2022-11-12 Thread Caspar Schutijser
Hi, On Thu, Nov 10, 2022 at 07:25:44PM +0100, Tim van der Molen wrote: > Hi, > > Attached is a port for nostt. > > nostt is a command-line NOS Teletekst reader. It supports color and has > an interactive mode. NOS Teletekst is the teletext service of the Dutch > public broadcaster NOS. > >

Re: UPDATE net/unison-2.53.0

2022-11-12 Thread Caspar Schutijser
On Mon, Nov 07, 2022 at 07:07:34PM +0100, Bjorn Ketelaars wrote: > Diff below brings net/unison to 2.53.0. Changes are listed on > https://github.com/bcpierce00/unison/releases/tag/v2.53.0. Noticeable > change is the switch to GTK3. > > While here: > - The Unison project is now hosted on GitHub.

Re: Update: net/obfs4proxy 0.0.14

2022-11-12 Thread A Tammy
On 11/12/22 04:37, Ganymede wrote: > On 12/11/2022 02:25, A Tammy wrote : >> >> On 11/11/22 17:04, Ganymede wrote: >>> Hello, >>> >>> Here is an update below for net/obfs4proxy >>> >>> I modified the README because the link mentioned in the old one was >>> outdated, and obfs4proxy won't run on

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2022/11/12 06:27:46 Modified files: net/obfs4proxy : Makefile distinfo net/obfs4proxy/pkg: README Log message: net/obfs4proxy: update to 0.0.14 update from Ganymede ganymede AT analogon dot eu

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 06:00:36 Modified files: devel/p5-IO-Tty: Makefile distinfo Removed files: devel/p5-IO-Tty/patches: patch-Makefile_PL patch-Tty_xs Log message: update p5-IO-Tty to 1.17 patches have

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

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 04:51:21 Modified files: converters/p5-Convert-Color: Makefile converters/p5-Convert-Color/pkg: DESCR Added files: converters/p5-Convert-Color/patches:

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 04:44:33 ports/converters/p5-Convert-Color/patches Update of /cvs/ports/converters/p5-Convert-Color/patches In directory cvs.openbsd.org:/tmp/cvs-serv19528/patches Log Message: Directory

Re: Deprecation of xalan-c port

2022-11-12 Thread Rafael Sadowski
On Fri Nov 11, 2022 at 09:12:19PM +, Klemens Nanni wrote: > On Fri, Nov 11, 2022 at 08:37:49PM +, Klemens Nanni wrote: > > On Fri, Nov 11, 2022 at 08:31:38PM +, Stuart Henderson wrote: > > > On 2022/11/11 20:27, Klemens Nanni wrote: > > > > On Fri, Nov 11, 2022 at 02:14:52PM +,

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 04:05:00 Modified files: devel : Makefile Log message: +p5-String-Tagged

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 04:02:53 Log message: import p5-String-Tagged 0.18 OK benoit@ Comment: string buffers with value tags on extents Description: This module implements an object class,

Re: math/ministat segmentation fault

2022-11-12 Thread Jeremie Courreges-Anglas
On Thu, Nov 10 2022, Mikhail wrote: > On Thu, Nov 10, 2022 at 06:21:52PM +0100, Jeremie Courreges-Anglas wrote: >> On Thu, Nov 10 2022, Mikhail wrote: >> > On Thu, Nov 10, 2022 at 09:35:18AM +0100, Jeremie Courreges-Anglas wrote: >> >> On Thu, Nov 10 2022, Ross L Richardson wrote: >> >> >

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 03:49:59 Modified files: devel/p5-Date-ICal: Makefile distinfo Log message: update p5-Date-ICal to 2.679

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 03:33:09 Modified files: devel/p5-B-COW : Makefile distinfo Log message: update p5-B-COW to 0.007 take maintainer

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

Re: Disable udev support in qt5 for now

2022-11-12 Thread Rafael Sadowski
On Sat Nov 12, 2022 at 11:18:27AM +0100, Rafael Sadowski wrote: > OK? > > Index: Makefile > === > RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v > retrieving revision 1.57 > diff -u -p -u -p -r1.57 Makefile > --- Makefile 6 Nov 2022

Disable udev support in qt5 for now

2022-11-12 Thread Rafael Sadowski
OK? Index: Makefile === RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v retrieving revision 1.57 diff -u -p -u -p -r1.57 Makefile --- Makefile6 Nov 2022 09:23:24 - 1.57 +++ Makefile12 Nov 2022 10:18:05 - @@ -12,7

Re: (security fix) chicken-5.3.0p0

2022-11-12 Thread Omar Polo
On 2022/11/12 09:34:44 +0200, Timo Myyrä wrote: > Hi, > > Here's security fix for chicken to address CVE-2022-45145. > > Details: > https://lists.nongnu.org/archive/html/chicken-announce/2022-11/msg0.html > > Lightly tested on amd64. tests are passing :) committed, thank you! I've moved

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/11/12 03:08:15 Modified files: lang/chicken/core: Makefile Added files: lang/chicken/core/patches: patch-egg-compile_scm Log message: lang/chicken: backport security fix for CVE-2022-45145

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/11/12 03:03:45 Modified files: games : Makefile Log message: += zelda3 Not adding zelda3-data and zelda3-sprites because they cannot be packaged.

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/11/12 03:01:08 Log message: import games/zelda3-sprites This port can be used to install additional sprites for games/zelda3. ok op@ Status: Vendor Tag: stsp Release

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/11/12 03:00:17 Log message: import games/zelda3-data This port can be used to install assets required to run games/zelda3. ok op@ Status: Vendor Tag: stsp Release

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/11/12 02:58:29 Log message: import games/zelda3 This is a reverse-engineered clone of Zelda 3 - A Link to the Past. It's around 70-80kLOC of C code, and reimplements all parts of the

Re: Update: net/obfs4proxy 0.0.14

2022-11-12 Thread Ganymede
On 12/11/2022 02:25, A Tammy wrote : On 11/11/22 17:04, Ganymede wrote: Hello, Here is an update below for net/obfs4proxy I modified the README because the link mentioned in the old one was outdated, and obfs4proxy won't run on port 443 (or any port <= 1024). Regards, Ganymede Patch is

Re: 7.2 firefox cups printers not available

2022-11-12 Thread Nicola Dell'Uomo
I can confirm this issue in -current 7.2 GENERIC.MP#826 amd64. As in your case I can see cups printers in thunderbird but not in firefox. --- Original Message --- Il venerdì 11 novembre 2022 13:14, Marcus MERIGHI ha scritto: > Hello! > > I do not see CUPS printers in firefox, only

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 02:09:32 Modified files: devel : Makefile Log message: +p5-Test-Identity

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/12 02:07:37 Log message: import p5-Test-Identity 0.01 OK benoit@ Comment: assert the referential identity of a reference Description: This module provides a single testing

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/12 01:49:01 Modified files: net/routinator : Makefile crates.inc distinfo net/routinator/patches: patch-etc_routinator_conf_system-service Log message: update to routinator-0.12.0

Re: UPDATE: net/bitcoin

2022-11-12 Thread Kirill Bychkov
On Sat, November 5, 2022 17:49, Rafael Sadowski wrote: > Since we have waitid(2) in base and boost we can update net/bitcoin to > the latest version. All tests and bench passed and the daemon runs fine > on amd64. > > OK, feedback? Hi, It picks up miniupnpc if installed. --with-miniupnpc=no or

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2022/11/12 01:28:38 Modified files: devel/git-cola : Makefile distinfo Log message: Update to git-cola-4.0.3 Bugfix release. Changes: https://github.com/git-cola/git-cola/blob/v4.0.3/CHANGES.rst

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/12 01:27:30 Modified files: sysutils/pv: Makefile distinfo Log message: update to pv-1.6.20

CVS: cvs.openbsd.org: ports

2022-11-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/12 01:22:16 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd-1.0.16