Re: firmware update for qwx and qwz

2024-09-10 Thread Stefan Sperling
On Wed, Sep 11, 2024 at 08:29:41AM +0200, Peter Hessler wrote: > Update qwx and qwz firmwares to the most recent release, instead of a > git snapshot. > > OK? Yes, ok, and given the files in /etc/firmware don't change we don't even need to repeat any run-time testing.

Re: firmware update for qwx and qwz

2024-09-10 Thread Jonathan Gray
On Wed, Sep 11, 2024 at 08:29:41AM +0200, Peter Hessler wrote: > Update qwx and qwz firmwares to the most recent release, instead of a > git snapshot. > > OK? qwx b1de0237a78a84baf7e1e2a1e9585405b88d82f8..20240909 ath11k/WCN6855 no change qwz b1de0237a78a84baf7e1e2a1e9585405b88d82f8..20240909 at

firmware update for qwx and qwz

2024-09-10 Thread Peter Hessler
Update qwx and qwz firmwares to the most recent release, instead of a git snapshot. OK? Index: sysutils/firmware/qwx/Makefile === RCS file: /cvs/openbsd/ports/sysutils/firmware/qwx/Makefile,v diff -u -p -u -p -r1.3 Makefile --- sys

Re: rust port fails to build

2024-09-10 Thread David Uhden Collado
I have checked out a copy of the ports tree from CVS, and I am trying to install rust. I am running OpenBSD 7.5 and not -current. Try something simple and quick first. math/moo is a good one. However, I face the following error on running make install pkg_add: pkg_add must be run as root Do

Re: New port Zoxide-v0.9.4

2024-09-10 Thread A Tammy
On 9/10/24 3:16 AM, Neel chakraborty wrote: > > > On Tue, Sep 10, 2024 at 11:54 AM Stuart Henderson > wrote: > > On 2024/09/09 23:00, aisha wrote: > > On 24/09/09 10:26PM, Neel chakraborty wrote: > > COMMENT =             zoxide is a smarter cd command > > > > > comment should

math/nlopt: Update to 2.8.0

2024-09-10 Thread wen heping
Hi, ports@: Here is a patch for math/nlopt to update to 2.8.0. It build well on amd64-current. 2 ports depend on nlopt: astro/stellarium and cad/prusaslicer, both build well with this patch. Best Regards, wenIndex: math/nlopt/Makefile ==

Re: [update] python 3.11.10

2024-09-10 Thread Kurt Mosiejczuk
On Tue, Sep 10, 2024 at 04:32:30PM +0200, Theo Buehler wrote: > Couple of security/reliability fixes. Nothing earth shattering: > https://www.python.org/downloads/release/python-31110/ > (The list is confusing, e.g., the ssl fixes were already in 3.11.9) > Ran this through a bulk on amd64 and ch

Re: [SMALL FIX] archivers/lrzip

2024-09-10 Thread Stuart Henderson
ps, this is a nice example of the sort of thing that is good to get into the tree around this time. the port is already broken so it can't be made much worse, there's a simple fix with few downsides, that missed getting committed before. much better to spend time around now on things like this tha

Re: [SMALL FIX] archivers/lrzip

2024-09-10 Thread Stuart Henderson
On 2024/09/10 16:12, A Tammy wrote: > > On 9/10/24 1:45 PM, Rubén Llorente wrote: > > Hi there, > > > > it would be a good idea to have this fix included in lrzip before the > > next -release. > > > > ### > > Hello, > > > > lrzip's ZPAQ has been broken since this port got added to the tree. > > >

Re: devel/p5-MCE: Update to 1.900

2024-09-10 Thread A Tammy
On 9/9/24 10:40 PM, wen heping wrote: > Hi, ports@: > >Here is a simple patch for devel/p5-MCE to update to 1.900. >It build well and pass all tests on amd64-current system. >Only 1 port depends on it and it build well and pass all tests > with this patch. > > > > Best Regards, > wen

Re: [maintainer] www/hugo: update to 0.134.2

2024-09-10 Thread A Tammy
On 9/10/24 9:07 AM, Kirill A. Korinsky wrote: > ports@, > > Here an update for www/hugo which was released an hour ago which includes > only one commit: > https://github.com/gohugoio/hugo/commit/3d6baedaec306300f2c6f7ed471e774dca0f112a > > This commit fixed a regression in 0.134.0 whcih leads to

Re: security/p5-CryptX: Update to 0.081

2024-09-10 Thread A Tammy
On 9/8/24 11:08 PM, wen heping wrote: > Hi, ports@: > > Here is a simple patch for security/p5-CryptX to update to 0.081. > It build well and pass all tests on amd64-current system. > >7 ports depends on it and all build well with this patch. > > > > Best Regards, > wen committed, t

Re: /usr/ports/pobj must be on a wxallowed filesystem

2024-09-10 Thread Stuart Henderson
On 2024/09/10 16:02, A Tammy wrote: > > On 9/10/24 1:31 PM, Neel chakraborty wrote: > > I am trying to compile rust on OpenBSD 7.5, from the ports tree.  > > On running make install, I get the following error > > > > Fatal: /usr/ports/pobj must be on a wxallowed filesystem (in > > lang/python/3)

Re: bump rsnapshot pkg version

2024-09-10 Thread Ian McWilliam
> On 10 Sep 2024, at 5:37 pm, Stuart Henderson wrote: > > On 2024/09/10 17:25, Ian McWilliam wrote: >> >> >>> On 10 Sep 2024, at 4:35 pm, Stuart Henderson wrote: >>> >>> On 2024/09/10 11:52, Ian McWilliam wrote: Hi, After testing an update from 7.5-stable to a current

Re: [SMALL FIX] archivers/lrzip

2024-09-10 Thread Rubén Llorente
A Tammy wrote: How do we make sure this hasn't broken anything else? As far as I know, lrzip has no consumers in the OpenBSD ports tree, if that is that is your concern. Still, the ZPAQ issue is only due to the fact the included zpaq library will need lrzip to be wxallowed unless NOJIT is de

Re: [SMALL FIX] archivers/lrzip

2024-09-10 Thread A Tammy
On 9/10/24 1:45 PM, Rubén Llorente wrote: > Hi there, > > it would be a good idea to have this fix included in lrzip before the > next -release. > > ### > Hello, > > lrzip's ZPAQ has been broken since this port got added to the tree. > > This patch fixes it. It has been working for years for me.

Re: /usr/ports/pobj must be on a wxallowed filesystem

2024-09-10 Thread A Tammy
On 9/10/24 1:31 PM, Neel chakraborty wrote: > I am trying to compile rust on OpenBSD 7.5, from the ports tree.  > On running make install, I get the following error > > Fatal: /usr/ports/pobj must be on a wxallowed filesystem (in > lang/python/3) > > How do I resolve this? > Should I add wxallowe

[NEW]: security/nitrocli

2024-09-10 Thread Rubén Llorente
Hello, interest in getting Nitrokey hardware supported has been shown on @misc, so I think it is a good idea to post this port. If we are lucky we might get Nitrokeys supported by the time of the next -release. Woo-whooo! nitrocli.tar Description: Binary data

Re: [SMALL FIX] archivers/lrzip

2024-09-10 Thread Rubén Llorente
Hi there, it would be a good idea to have this fix included in lrzip before the next -release. ### Hello, lrzip's ZPAQ has been broken since this port got added to the tree. This patch fixes it. It has been working for years for me. diff -u -p -r1.3 Makefile --- Makefile4 Nov 2022 15:05

Re: [NEW]: security/nitrocli

2024-09-10 Thread Rubén Llorente
Rubén Llorente wrote: Hello, interest in getting Nitrokey hardware supported has been shown on @misc, so I think it is a good idea to post this port. If we are lucky we might get Nitrokeys supported by the time of the next -release. Woo-whooo! Ooops, it looks like I sent the tarball with the

/usr/ports/pobj must be on a wxallowed filesystem

2024-09-10 Thread Neel chakraborty
I am trying to compile rust on OpenBSD 7.5, from the ports tree. On running make install, I get the following error Fatal: /usr/ports/pobj must be on a wxallowed filesystem (in lang/python/3) How do I resolve this? Should I add wxallowed using mount(8)? Is that the right way to resolve this issue

[NEW]: sysutils/sake

2024-09-10 Thread Rubén Llorente
Hello there. Let's see if we can let this one in for the next -release. Sake is a mass command and task runner for servers. Think of it as Ansible-lite. You define tasks such as "UpgradeEverything" and then use Sake to upgrade all your servers at once, that sort of thing. sake.tar.gz Descripti

Re: rust port fails to build

2024-09-10 Thread Neel chakraborty
>Try something simple and quick first. math/moo is a good one. It did build successfully, thanks. >Neither. Setup sudo or doas so that your user can run things as root and pass environment variables through, and set the SUDO variable in /etc/mk.conf. Thanks, it did the trick. On Tue, Sep 10, 20

Re: [update] python 3.11.10

2024-09-10 Thread Stuart Henderson
On 2024/09/10 19:13, Theo Buehler wrote: > On Tue, Sep 10, 2024 at 05:52:55PM +0100, Stuart Henderson wrote: > > On 2024/09/10 17:22, Stuart Henderson wrote: > > > On 2024/09/10 16:32, Theo Buehler wrote: > > > > Couple of security/reliability fixes. Nothing earth shattering: > > > > > > > > https

Re: [update] python 3.11.10

2024-09-10 Thread Theo Buehler
On Tue, Sep 10, 2024 at 05:52:55PM +0100, Stuart Henderson wrote: > On 2024/09/10 17:22, Stuart Henderson wrote: > > On 2024/09/10 16:32, Theo Buehler wrote: > > > Couple of security/reliability fixes. Nothing earth shattering: > > > > > > https://www.python.org/downloads/release/python-31110/ > >

aarch64 bulk build report

2024-09-10 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Sep 7 07:51:21 MDT 2024 finished at Tue Sep 10 11:00:09 MDT 2024 lasted 3D03h08m done with kern.version=OpenBSD 7.6-beta (GENERIC.MP) #176: Thu Sep 5 14:51:34 MDT 2024 built packages:12236 Sep 7:3900 Sep 8:267 Sep 9:2816 Sep 10:5252 critica

Re: [update] python 3.11.10

2024-09-10 Thread Stuart Henderson
On 2024/09/10 17:22, Stuart Henderson wrote: > On 2024/09/10 16:32, Theo Buehler wrote: > > Couple of security/reliability fixes. Nothing earth shattering: > > > > https://www.python.org/downloads/release/python-31110/ > > > > (The list is confusing, e.g., the ssl fixes were already in 3.11.9) >

Re: rust port fails to build

2024-09-10 Thread Stuart Henderson
On 2024/09/10 18:30, Neel chakraborty wrote: > I have checked out a copy of the ports tree from CVS, and I am trying to > install rust.  > I am running OpenBSD 7.5 and not -current.  Try something simple and quick first. math/moo is a good one. > However, I face the following error on running ma

Re: [update] python 3.11.10

2024-09-10 Thread Stuart Henderson
On 2024/09/10 16:32, Theo Buehler wrote: > Couple of security/reliability fixes. Nothing earth shattering: > > https://www.python.org/downloads/release/python-31110/ > > (The list is confusing, e.g., the ssl fixes were already in 3.11.9) > > Ran this through a bulk on amd64 and checked that it p

[update] python 3.11.10

2024-09-10 Thread Theo Buehler
Couple of security/reliability fixes. Nothing earth shattering: https://www.python.org/downloads/release/python-31110/ (The list is confusing, e.g., the ssl fixes were already in 3.11.9) Ran this through a bulk on amd64 and checked that it packages on sparc64. Unsurprisingly there were no surpri

Re: devel/clang-tools-extra: proposal to add FileCheck tool

2024-09-10 Thread Laurent Cheylus
On Tue, 10 Sep 2024 14:21:41 +0200, Rafael Sadowski wrote: > On Tue Sep 10, 2024 at 02:16:51PM GMT, Kirill A. Korinsky wrote: >> I'd like to add my two cents: as far as I see no llvm packages builds >> FileCheck. I think that if we enable it here, we need to repeat it for all >> llvm ports. Do you

[maintainer] www/hugo: update to 0.134.2

2024-09-10 Thread Kirill A . Korinsky
ports@, Here an update for www/hugo which was released an hour ago which includes only one commit: https://github.com/gohugoio/hugo/commit/3d6baedaec306300f2c6f7ed471e774dca0f112a This commit fixed a regression in 0.134.0 whcih leads to ignoring some blocks in rendered texts. Related issue: http

rust port fails to build

2024-09-10 Thread Neel chakraborty
I have checked out a copy of the ports tree from CVS, and I am trying to install rust. I am running OpenBSD 7.5 and not -current. However, I face the following error on running make install pkg_add: pkg_add must be run as root Do I then run doas make install? Or is it a bug?

[maintainer] sysutils/docker-compose: update to 2.29.2

2024-09-10 Thread Kirill A . Korinsky
ports@, Here trivial and clean update for sysutils/docker-compose. Changelog available on GitHub: https://github.com/docker/compose/releases/tag/v2.29.2 Thus, this was released almost month ago, and since when no bugfix release. Seems as quite safe to include into 7.6 Tested on -current/amd64.

Re: devel/clang-tools-extra: proposal to add FileCheck tool

2024-09-10 Thread Rafael Sadowski
On Tue Sep 10, 2024 at 02:16:51PM GMT, Kirill A. Korinsky wrote: > On Tue, 10 Sep 2024 10:43:06 +0200, > Laurent Cheylus wrote: > > > > Index: pkg/PLIST > > === > > RCS file: /cvs/ports/devel/clang-tools-extra/pkg/PLIST,v > > diff -u

Re: devel/clang-tools-extra: proposal to add FileCheck tool

2024-09-10 Thread Kirill A . Korinsky
On Tue, 10 Sep 2024 10:43:06 +0200, Laurent Cheylus wrote: > > Index: pkg/PLIST > === > RCS file: /cvs/ports/devel/clang-tools-extra/pkg/PLIST,v > diff -u -p -r1.7 PLIST > --- pkg/PLIST 27 May 2024 18:14:09 - 1.7 > +++ pkg/P

new: editors/jmigpin-editor

2024-09-10 Thread Sebastien Marie
Hi, I would like to import the attached port to editors/jmigpin-editor. The project (and the binary) is just 'editor' by it seems a bit too generic for the ports tree. So the PKGNAME is set to jmigpin-editor. I kept 'editor' for the binary as there is no conflict. https://github.com/jmigpin/edit

[update] upower 1.90.5

2024-09-10 Thread Landry Breuil
hi, small untested update, it now LDEPs on polkit because there's a new feature allowing interaction with the 'battery charging start and end limit', and thus there's 'org.freedesktop.UPower.enable-charging-limit' which needs auth. i havent looked at all at the code from https://gitlab.freedeskto

Re: update: shells/nsh 1.2.2

2024-09-10 Thread Stefan Sperling
On Fri, Sep 06, 2024 at 10:05:12PM +0100, Tom Smyth wrote: > Folks, > thanks for updating current... > would it be possible to update stable also ... as this release squashes > some pretty annoying bugs... which unfortunately took ages to find... and > affects the stable / releases out there in the

devel/clang-tools-extra: proposal to add FileCheck tool

2024-09-10 Thread Laurent Cheylus
Hi [cc rsadowski@ as maintainer] proposal of an update for devel/clang-tools-extra port to add FileCheck tool. FileCheck (https://llvm.org/docs/CommandGuide/FileCheck.html) is a tool useful for the LLVM testsuite and I would like to add it to the list of tools built and packaged in this port.

Ping: [maintainer update] remind 5.0.2 -> 5.0.5

2024-09-10 Thread Martin Ziemer
Am Tue, Sep 03, 2024 at 08:24:12AM +0200 schrieb Martin Ziemer: > This patch updates remind from 5.0.2 to 5.0.5. > > Tested on amd64. > > Index: Makefile > === > RCS file: /cvs/ports/misc/remind/Makefile,v > retrieving revision 1.76

Re: [new] reaction, a fail2ban alternative

2024-09-10 Thread Landry Breuil
Le Tue, Sep 10, 2024 at 09:09:22AM +0200, Theo Buehler a écrit : > On Tue, Sep 10, 2024 at 08:22:25AM +0200, Landry Breuil wrote: > > hi, > > > > here's a port for https://reaction.ppom.me/, which is a lightweight > > fail2ban-like, currently written in go (but uses few modules and builds > > quic

Re: bump rsnapshot pkg version

2024-09-10 Thread Stuart Henderson
On 2024/09/10 17:25, Ian McWilliam wrote: > > > > On 10 Sep 2024, at 4:35 pm, Stuart Henderson wrote: > > > > On 2024/09/10 11:52, Ian McWilliam wrote: > >> Hi, > >> > >> > >> After testing an update from 7.5-stable to a current snapshot I see that > >> > >> net/rsnapshot #

Re: bump rsnapshot pkg version

2024-09-10 Thread Ian McWilliam
> On 10 Sep 2024, at 4:35 pm, Stuart Henderson wrote: > > On 2024/09/10 11:52, Ian McWilliam wrote: >> Hi, >> >> >> After testing an update from 7.5-stable to a current snapshot I see that >> >> net/rsnapshot # @rsync-3.2.7p1 -> @rsync-3.3.0p2 >> >> doesn’t update without

Re: New port Zoxide-v0.9.4

2024-09-10 Thread Neel chakraborty
On Tue, Sep 10, 2024 at 11:54 AM Stuart Henderson wrote: > On 2024/09/09 23:00, aisha wrote: > > On 24/09/09 10:26PM, Neel chakraborty wrote: > > COMMENT = zoxide is a smarter cd command > > > > > comment should not end with "." > > it shouldn't repeat the name of the package either.

Re: [NEW]: net/xd-torrent

2024-09-10 Thread Stuart Henderson
> 3. Configuration files are placed in the files directory because, by > default, the program generates them and the data directories in the same > location as the executable. To integrate the software into the system and > prevent this behavior, I created these configuration files, which are > sim

Re: [new] reaction, a fail2ban alternative

2024-09-10 Thread Theo Buehler
On Tue, Sep 10, 2024 at 08:22:25AM +0200, Landry Breuil wrote: > hi, > > here's a port for https://reaction.ppom.me/, which is a lightweight > fail2ban-like, currently written in go (but uses few modules and builds > quickly) and pending a rewrite in rust (per > https://framagit.org/ppom/reaction/