Re: Maintainer update: databases/sqlcipher

2024-10-04 Thread Theo Buehler
On Thu, Oct 03, 2024 at 09:57:59PM +0100, Tom Murphy wrote: > Hi, > > Here is an update to databases/sqlcipher from v4.6.0 to v4.6.1. > Changelog: https://github.com/sqlcipher/sqlcipher/releases/tag/v4.6.1 > > A bunch of functions in the shared lib were removed and new ones > added, so I've c

Re: fix error in zipnote of archivers/zip

2024-10-03 Thread Theo Buehler
On Thu, Oct 03, 2024 at 08:13:45PM +0300, Timo Myyrä wrote: > On Thu, Oct 03 2024, Theo Buehler wrote: > > > On Mon, Sep 23, 2024 at 09:09:30PM +0300, Timo Myyrä wrote: > >> Hi, > >> > >> zipnote command currently fails: > >> > >>

Re: fix error in zipnote of archivers/zip

2024-10-03 Thread Theo Buehler
On Mon, Sep 23, 2024 at 09:09:30PM +0300, Timo Myyrä wrote: > Hi, > > zipnote command currently fails: > > $ zipnote test.zip > test.tmp > $ zipnote -w test.zip < test.tmp > zipnote error: Bad file descriptor > zipnote error: Temporary file failure (zi5N73U4) > $ > > Patch this by back-porting f

Re: For Early Testing: PostgreSQL 17

2024-10-02 Thread Theo Buehler
> Included here is an update to postgresql-previous, since that is > necessary for building. I have not tested fallout in any other > dependencies. There is always fallout, if someone could test this diff > and the docbook diff in a bulk and post the failures in the > dependencies, I can start wo

Re: bsd.port.mk: PATCH_QUIET

2024-10-01 Thread Theo Buehler
On Tue, Oct 01, 2024 at 09:39:19PM +, Klemens Nanni wrote: > I don't like flooding terminal backlog with stuff I already no. > > Our patch(1) is generally quite verbose, but this helps a lot: > > -s, --quiet, --silent > Makes patch do its work silently, unless an error occur

Re: proposal to remove sysutils/fleetctl

2024-10-01 Thread Theo Buehler
On Tue, Oct 01, 2024 at 01:49:39AM -0700, Nick Owens wrote: > coreos has been defunct for many years, and fleet even moreso since it > was deprecated in favor of helm and kubernetes. > > i speak with some authority as a former coreos employee. > > can we remove the sysutils/fleetctl port? I thin

Re: Remove: audio/potamus

2024-09-30 Thread Theo Buehler
On Tue, Oct 01, 2024 at 07:28:04AM +0200, Rafael Sadowski wrote: > I would like to remove audio/potamus. It is a blocker for our FFmpeg > update. We have enough alternatives for such a simple audio player. > > OK to remove it? ok tb

Re: Update: docbook-xsl 1.68.1 -> 1.79.1

2024-09-30 Thread Theo Buehler
On Thu, Sep 26, 2024 at 06:37:23PM +, Jeremy Evans wrote: > This is for post-unlock, and necessary for the update to PostgreSQL 17. > It upgrades docbook-xml from a version released in 2005 to the most > current version (I think), released in 2015. > > I have not tested fallout in any dependen

Re: UPDATE net/haproxy 3.0.5

2024-09-25 Thread Theo Buehler
On Wed, Sep 25, 2024 at 08:10:36PM +, Lucas Gabriel Vuotto wrote: > For post-unlock, as nothing seems critical. Announcement at [0], > changelog at [1]. Probably the most interesting part is that they now > use EVP_AEAD interfaces for QUIC. This seems to be for aws-lc only, see include/haproxy

Re: UPDATE: FFmpeg 6.1.1

2024-09-25 Thread Theo Buehler
> > x11/vlc > Have never seen that here. Happened twice now.

Re: firefox aarch64 pledge crashes

2024-09-24 Thread Theo Buehler
On Tue, Sep 24, 2024 at 02:28:20PM +0100, Stuart Henderson wrote: > This fixes things for me (also needs the pledge commit to the kernel). > aarch64 package at https://junkpile.org/firefox-130.0.1p0.tgz if anyone > wants to try it. Confirmed on my m1. I think this is the right approach for release

Re: UPDATE: FFmpeg 6.1.1

2024-09-24 Thread Theo Buehler
On Sun, Sep 22, 2024 at 07:55:38AM +0200, Rafael Sadowski wrote: > Could some throw this into a bulk build please? > > The entire Qt5/Qt6 ecosystem depends on FFmpeg API >= 5. This doesn't look too bad. The qtwebengines depend on an extra symbol that would need to be patched into system ffmpeg si

Re: firefox aarch64 pledge crashes

2024-09-23 Thread Theo Buehler
In addition to what sthen posted, I ran into these, the first one smells like a noexeconly issue. Not sure about the second one (I modified kdump to print the trap as hexadecimal since I got tired of translating decimal to hex) 67550 firefox PSIG SIGSEGV caught handler=0x2027faaeb8 mask=0<> co

Re: firefox aarch64 pledge crashes

2024-09-23 Thread Theo Buehler
On Mon, Sep 23, 2024 at 03:01:17PM -0600, Theo de Raadt wrote: > Does this help? > > Since we are close to release, I'm intentionally making it a seperate > block, and we can trust the compiler's common-subexpression-elimination > to clean it up. If there was a 3rd entry we would make it a switc

Remove net/pavuk?

2024-09-17 Thread Theo Buehler
This code base hasn't aged well. Upstream seems inactive since 2007. Warnings are rife with incorrect strncat use and there are many other quality issues. I've pulled in the fixes from Debian, but that seems far from good enough. According to repology we're one of the last holdouts still shipping

Re: w3m -dump_extra segfault

2024-09-16 Thread Theo Buehler
On Mon, Sep 16, 2024 at 12:21:54PM +0200, Rene Kita wrote: > On Sun, Sep 15, 2024 at 10:15:11PM +0200, Theo Buehler wrote: > > See https://marc.info/?l=openbsd-misc&m=172641752723332&w=2 for > > background. In short: 'w3m -dump_extra https://lobste.rs' crashes and

Re: w3m -dump_extra segfault

2024-09-15 Thread Theo Buehler
On Sun, Sep 15, 2024 at 07:31:50PM -0400, Jon Fineman wrote: > > Theo Buehler writes: > > > See https://marc.info/?l=openbsd-misc&m=172641752723332&w=2 for > > background. In short: 'w3m -dump_extra https://lobste.rs' crashes and > > that breaks thi

w3m -dump_extra segfault

2024-09-15 Thread Theo Buehler
See https://marc.info/?l=openbsd-misc&m=172641752723332&w=2 for background. In short: 'w3m -dump_extra https://lobste.rs' crashes and that breaks this emacs plugin. The below reverts the code change from https://git.sr.ht/~rkta/w3m/commit/e933cf831f32fd4cf763c64aa60e51dbf025ec94 and makes lobste

Re: net/zabbix-agent PSK issue

2024-09-12 Thread Theo Buehler
On Thu, Sep 12, 2024 at 10:44:11AM +0200, Renaud Allard wrote: > Hello, > > I tried to configure a PSK on zabbix agentd on OpenBSD 7.5-stable and PSK > support seems to be absent. Is this expected? LibreSSL does not support PSK

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.pytho

[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: [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/

Re: update: shells/nsh 1.2.2

2024-09-06 Thread Theo Buehler
On Fri, Sep 06, 2024 at 02:04:58PM +0100, Stuart Henderson wrote: > On 2024/09/06 14:00, Stuart Henderson wrote: > > ===> Faking installation for nsh-1.2.2 > > install -c -s -o root -g bin -m 755 nsh > > /pobj/nsh-1.2.2/fake-amd64/usr/local/bin/nsh > > test -e /usr/local/bin/save.sh || install

Re: UPDATE net/haproxy 3.0.4

2024-09-05 Thread Theo Buehler
On Thu, Sep 05, 2024 at 01:34:57PM +, Lucas Gabriel Vuotto wrote: > Point release for haproxy. Running it since 2 days without issues. ok tb

Re: [UPDATE] net/crawley-v1.7.9

2024-09-04 Thread Theo Buehler
On Wed, Sep 04, 2024 at 04:36:26PM -0400, Russ Sharek wrote: > A minor update to net/crawley from v1.7.8 to v1.7.9, which was released > three days after we *finally* got the initial port sorted. :) > > Tested and working as expected. > > OK, please? I have committed this after regenerating mod

Re: Upgrade to 2.53.1 and add FLAVOR to the net/i2pd port

2024-08-30 Thread Theo Buehler
On Fri, Aug 30, 2024 at 05:55:20PM +0200, David Uhden Collado wrote: > > > I prefer to keep UPnP support as a flavor to avoid installing unnecessary > > > dependencies for users who do not need this functionality. > > > > we don't generally do that in ports, it increases the burden on people > > t

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-08-30 Thread Theo Buehler
> @chaz I think it might be better to get these patches upstreamed to make > sure they are working correctly in all setups. I disagree. Before pledge/unveil patches are added to the ports tree they need to be properly reviewed and tested. This applies even more so for upstreaming them. Failing to

Re: Upgrade to 2.53.1 and add FLAVOR to the net/i2pd port

2024-08-29 Thread Theo Buehler
I have committed the diff for 2.53.1 to -current without adding the flavor so that we can backport that if needed. However, I didn't see anything security related in the change log, so I did not do that. I'm pretty sure we should not add a new flavor to -stable. If you want the upnp flavor in -cu

Re: numpy 1.26.4 (python 3.12 and cython 3 support)

2024-08-28 Thread Theo Buehler
On Tue, Aug 27, 2024 at 06:52:47PM +0100, Stuart Henderson wrote: > On 2024/08/27 17:03, Stuart Henderson wrote: > > The extra patches below fix things so tests can run on 3.11 (remove > > NO_TEST from Makefile too). "make test" on amd64 Py 3.11 results below > > the diff (summary: 31 failed, 35649

Re: Update: PostgreSQL 16.4 -- initdb fails for me

2024-08-28 Thread Theo Buehler
> > child process exited with exit code 1 > > initdb: removing contents of data directory "/var/postgresql/data" Known fallout from a change in libc.so.100.3: https://marc.info/?l=openbsd-misc&m=172434747515381&w=2 > on some other host I have a happily running 16.2. Haven't yet spotted the > dif

Re: new: www/caddy

2024-08-24 Thread Theo Buehler
On Sat, Aug 24, 2024 at 02:02:41PM +0200, Sebastien Marie wrote: > Hi, > > The attached tarball contains a port for caddy server > (https://caddyserver.com/). DESCR is a bit long-winded and flowery, but it's fine. I would apply these two changes (if you prefer to keep comment as it is, please s/F

Re: postgresql-16.4 error on initdb

2024-08-22 Thread Theo Buehler
On Thu, Aug 22, 2024 at 06:31:08PM -0700, Philip Guenther wrote: > Whee. Can someone send me or point me to a reproducer for this; e.g., > does postgresql's own test suite hit this? Reverting fflush.c r1.10 is enough. With the diff to databases/postgresql below (which I think we should commit in

Re: salt: NameError: name 'rsa' is not defined

2024-08-22 Thread Theo Buehler
+ robert On Thu, Aug 22, 2024 at 09:56:13AM +, Mikolaj Kucharski wrote: > On Thu, Aug 22, 2024 at 11:52:37AM +0200, Theo Buehler wrote: > > > File "/usr/local/lib/python3.11/site-packages/salt/crypt.py", line 147, > > > in gen_keys > > > g

Re: salt: NameError: name 'rsa' is not defined

2024-08-22 Thread Theo Buehler
> File "/usr/local/lib/python3.11/site-packages/salt/crypt.py", line 147, in > gen_keys > gen = rsa.generate_private_key(e, keysize) > ^^^ > NameError: name 'rsa' is not defined > 2024-08-22 08:31:45,971 [salt.crypt >:284 ][INFO

Re: numpy 1.26.4 (python 3.12 and cython 3 support)

2024-08-17 Thread Theo Buehler
On Tue, Aug 13, 2024 at 06:20:27PM -0400, Daniel Dickman wrote: > Here's a possible update of numpy to 1.26.4. > > The build switches to meson in this release. And this release is the first > one to support Python 3.12 and also the first to officialy support Cython > 3. > > This should probably

Re: Upgrade to 2.53.1 and add FLAVOR to the net/i2pd port

2024-08-16 Thread Theo Buehler
On Sat, Aug 17, 2024 at 05:24:00AM +0200, David Uhden Collado wrote: > > I don't think so. But someone who knows how to run this software and > > wants to should test... > > The package currently available in the version 7.5 of OpenBSD for the i386 > platform appears to be broken. For more informa

Re: Upgrade to 2.53.1 and add FLAVOR to the net/i2pd port

2024-08-16 Thread Theo Buehler
On Sat, Aug 17, 2024 at 04:58:14AM +0200, David Uhden Collado wrote: > > Initially, I tried to update this port to version 2.53.0 but encountered > > compilation errors [2] due to the lack of SipHash in LibreSSL. For a > > moment, I thought I would have to add OpenSSL as a dependency to resolve > >

Re: handle intel rewriting microcode git history

2024-08-15 Thread Theo Buehler
On Thu, Aug 15, 2024 at 06:41:08PM +1000, Jonathan Gray wrote: > Intel rewrote the history of their git repository and retagged > to change 06-a5-03. > > distfile checksum failure reported by tb@ This builds and packages fine. Don't know how to test. There are various ways of dealing with a rerol

Re: 7.5 on Intel Celeron (AMD64) Package pfstat-2.5p5 fails on dependencies

2024-08-11 Thread Theo Buehler
> Can't install gd-2.3.3 because of libraries > |library fontconfig.13.1 not found > | not found anywhere > |library freetype.30.3 not found > | not found anywhere Sounds like you haven't installed the x*75.tgz sets, which are needed for gd (and hence pfstat) to work.

Re: devel/abseil-cpp: update to 20240722.0 (bulk wanted)

2024-08-10 Thread Theo Buehler
On Fri, Aug 09, 2024 at 10:38:12PM +, Klemens Nanni wrote: > 09.08.2024 23:02, Theo Buehler пишет: > > This went through an amd64 bulk with no fallout. Since it doesn't build > > on sparc64 and has protobuf as a consumer, sparc64 won't be happy, but > > it has

Re: devel/abseil-cpp: update to 20240722.0 (bulk wanted)

2024-08-09 Thread Theo Buehler
> Same diff with a major crank which I forgot. This went through an amd64 bulk with no fallout. Since it doesn't build on sparc64 and has protobuf as a consumer, sparc64 won't be happy, but it hasn't been in a happy place for a while. How do you intend to deal with the inevitable wantlib churn?

Re: changes to signal handling with respect to ksh ?

2024-08-09 Thread Theo Buehler
> The correct fix is probably to drain the pipe and only act on the > last command. It seems to work for me. Makes sense and works here, too. Here's a corresponding diff for the port. This is ok tb (or I can commit if you want me to). Index: Makefile ==

Re: changes to signal handling with respect to ksh ?

2024-08-08 Thread Theo Buehler
On Thu, Aug 08, 2024 at 09:31:47AM -0600, Todd C. Miller wrote: > You might try changing that raise(SIGSTOP) in terminal_thread() to > kill(getpid(), SIGSTOP). You want to stop the entire process, not > just the terminal thread. > > Prior to that commit, each thread that received SIGTSTP would be

Re: changes to signal handling with respect to ksh ?

2024-08-08 Thread Theo Buehler
On Thu, Aug 08, 2024 at 02:51:44PM +0200, Claudio Jeker wrote: > On Thu, Aug 08, 2024 at 02:37:39PM +0200, Marc Espie wrote: > > I've got several scripts that use mpv to display pictures. > > > > It used to be that I could ^Z and fg on those scripts without any issues. > > > > For a few weeks/mon

Re: devel/abseil-cpp: update to 20240722.0 (bulk wanted)

2024-08-07 Thread Theo Buehler
On Sun, Aug 04, 2024 at 08:49:39PM +, Klemens Nanni wrote: > 04.08.2024 23:42, Klemens Nanni пишет: > > https://github.com/abseil/abseil-cpp/releases > > > > Simple update, same 'make test' results as with the current version: > > > > 99% tests passed, 3 tests failed out of 213 > > > > Total

sysutils/efivar: fix build after lld gnu.warnings change

2024-08-05 Thread Theo Buehler
A recent change in ld.lld made the linker error with -Wl,--fatal-warnings if a gnu.warnings segment is present. This breaks the build of sysutils/efivar. Diff below fixes this. cc -O2 -pipe -std=gnu11 -funsigned-char -fvisibility=hidden -std=gnu11 -funsigned-char -fvisibility=hidden -L. -Wl

Re: infrastructure patch: validate ONLY_FOR_ARCHS/NOT_FOR_ARCHS

2024-07-31 Thread Theo Buehler
On Mon, Jul 29, 2024 at 11:00:25AM +0200, Marc Espie wrote: > Currently, there is nothing that prevents ONLY_FOR_ARCHS/NOT_FOR_ARCHS > from holding garbage. > > The following patch adds a check, and promptly fixes an issue, namely > that ALL_ARCHES should also reference powerpc. ok tb

Re: aarch64 bulk build report

2024-07-25 Thread Theo Buehler
On Fri, Jul 19, 2024 at 10:54:03AM +0100, Stuart Henderson wrote: > On 2024/07/19 08:49, Peter Hessler wrote: > > :http://build-failures.rhaalovely.net/aarch64/2024-07-16/x11/py-wxPython,python3.log > > > > wx/svg/_nanosvg.pyx:45:8: 'cython.object' is not a valid cython.* module > > No time to lo

Re: aarch64 bulk build report

2024-07-19 Thread Theo Buehler
> :http://build-failures.rhaalovely.net/aarch64/2024-07-16/math/labplot.log > > CMake Error at > /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 > (message): > Could NOT find KF6 (missing: NewStuffCore NewStuff) (found suitable version > "6.4.0", minimum required is "5.

Re: Update quiche to 0.22.0

2024-07-16 Thread Theo Buehler
On Tue, Jul 16, 2024 at 12:33:20PM +0200, Otto Moerbeek wrote: > Hi, > > now that dnsdist is updated, quiche can follow. No shared lib version > issues, as this is a static lib. ok tb

Re: NEW: devel/py-sarif-tools

2024-07-14 Thread Theo Buehler
On Sun, Jul 14, 2024 at 01:17:27PM +0200, Tobias Heider wrote: > On Sat, Jul 13, 2024 at 08:01:11PM +0200, Tobias Heider wrote: > > If you follow the list closely this might sound familiar: > > I'd like to update codechecker and this needs a few new dependencies. > > Here is a new port for sarif-to

Re: NEW: textproc/py-docx

2024-07-14 Thread Theo Buehler
On Sun, Jul 14, 2024 at 01:57:23PM +0200, Tobias Heider wrote: > Yet another dependency we could use for devel/py-sarif-tools. > Luckily all the dependencies were already there so it was pretty simple. > > ok? RUN_DEPENDS= ... works just fine, no need to add to it. I needed to install py3-parsin

Re: NEW: devel/py-jsonpath-ng

2024-07-13 Thread Theo Buehler
On Sat, Jul 13, 2024 at 07:56:15PM +0200, Tobias Heider wrote: > I'd like to update codechecker to the newest version. > This is a dependency of sarif-tools which is now needed for codechecker. > Please review because I have no idea what I am doing. Needs ply at runtime (look at ${WRKSRC}/setup.py

Re: [fix] www/apache-httpd SNI problem

2024-07-10 Thread Theo Buehler
On Thu, Jul 11, 2024 at 03:32:20AM +0200, Mike Fischer wrote: > Any progress on this? > > I just updated a server to apache-httpd-2.4.61 (from apache-httpd-2.4.59) and > initial testing seems to indicate that this issue is now fixed? At least I > was not able to trigger the bug on a host that ha

Re: Update from maintainer: devel/objfw 1.1.5

2024-07-07 Thread Theo Buehler
On Sun, Jul 07, 2024 at 10:52:51PM +0200, Jonathan Schleifer wrote: > > > Am 07.07.2024 um 21:39 schrieb Theo Buehler : > > > > On Sun, Jul 07, 2024 at 12:33:38PM +0200, Jonathan Schleifer wrote: > >>> Am 07.07.24 um 11:13 schrieb Theo Buehler: > >>&

Re: Update from maintainer: devel/objfw 1.1.5

2024-07-07 Thread Theo Buehler
On Sun, Jul 07, 2024 at 12:33:38PM +0200, Jonathan Schleifer wrote: > Am 07.07.24 um 11:13 schrieb Theo Buehler: > > Thanks. I see lots of changes in exported symbols that should usually > > result in a major bump for libobjfw and libobjfwrt. > > Thanks for checking! >

Re: [update] yt-dlp - rce via path traversal

2024-07-07 Thread Theo Buehler
On Sun, Jul 07, 2024 at 09:41:46AM +0200, Theo Buehler wrote: > Fixed in 2024.07.01: > > https://securitylab.github.com/advisories/GHSL-2024-090_yt-dlp/ > > youtube-dl has the same problem, fixed in ytdl-nightly 2024.07.03 > > https://github.com/ytdl-org/ytdl-nightly/re

Re: Update from maintainer: devel/objfw 1.1.5

2024-07-07 Thread Theo Buehler
Thanks. I see lots of changes in exported symbols that should usually result in a major bump for libobjfw and libobjfwrt. Is there some reason these bumps were left out? /usr/local/lib/libobjfw.so.0.1 --> /usr/ports/pobj/objfw-1.1.5/fake-amd64//usr/local/lib/libobjfw.so.0.1 Dynamic export changes

[update] yt-dlp - rce via path traversal

2024-07-07 Thread Theo Buehler
Fixed in 2024.07.01: https://securitylab.github.com/advisories/GHSL-2024-090_yt-dlp/ youtube-dl has the same problem, fixed in ytdl-nightly 2024.07.03 https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.07.03 perhaps youtube-dl should switch to nightly rather than being stuck on a probab

Re: UPDATE audio/audacious to 4.4

2024-06-29 Thread Theo Buehler
On Thu, Jun 27, 2024 at 05:16:14AM +0200, Bjorn Ketelaars wrote: > On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote: > > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on > > https://audacious-media-player.org/news/59-audacious-4-4-released. > > > > Changes to port: > > - bumpe

Re: error when trying to `make` in `textproc/py-sphinxcontrib/applehelp` from 7.5 ports tree

2024-06-23 Thread Theo Buehler
On Sun, Jun 23, 2024 at 12:09:50PM -0400, Ryan Johnston wrote: > puffy$ cd ports/textproc/py-sphinxcontrib/applehelp/ You need to check out at least the entire ports/textproc/py-sphinxcontrib directory and don't forget to set your PORTSDIR_PATH

Re: Switch default ruby version in ports from 3.2 to 3.3

2024-06-20 Thread Theo Buehler
On Thu, Jun 13, 2024 at 04:58:20PM +, Jeremy Evans wrote: > I would like to update to the default ruby version in ports from 3.2 to > 3.3. We usually do this update after ruby-x.y.2 has been released, and > ruby-3.3.2 was released a couple weeks ago, and I plan on committing > ruby 3.3.3 tomor

Re: [NEW] vo-amrwbenc

2024-06-16 Thread Theo Buehler
On Sun, Jun 16, 2024 at 09:15:59AM -0700, Greg Steuck wrote: > Jan Stary writes: > > > On Jun 06 11:47:05, h...@stare.cz wrote: > >> On Jun 04 13:29:21, s...@spacehopper.org wrote: > >> > On 2024/06/04 12:38, Jan Stary wrote: > >> > > The audio/opencore-amr port provides amrnb (narrowband encoder

Re: Update: docker-compose to 2.27.1

2024-05-31 Thread Theo Buehler
On Fri, May 31, 2024 at 06:50:43PM +0100, Kirill A. Korinsky wrote: > On Fri, 31 May 2024 17:18:40 +0100, > Theo Buehler wrote: > > > > On Fri, May 24, 2024 at 06:37:26PM +0100, Kirill A. Korinsky wrote: > > > ports@, > > > > > > Here an update for

Re: Update: docker-compose to 2.27.1

2024-05-31 Thread Theo Buehler
On Fri, May 24, 2024 at 06:37:26PM +0100, Kirill A. Korinsky wrote: > ports@, > > Here an update for docker-compose to the last version which was released a > few hours ago. > > The good news that this release includes our patches that allows to drop it > from ports tree. > > The only patch that

Re: update: wayland-protocols 1.36

2024-05-31 Thread Theo Buehler
On Tue, May 28, 2024 at 09:17:04AM +0200, Matthieu Herrb wrote: > On Sun, May 19, 2024 at 05:20:35PM +0200, Matthieu Herrb wrote: > > Hi, > > > > Here's an update to wayland-protocols 1.36 > > It should probably go into a bulk build since it exposes new protocols > > that could be used by various

Re: net/pidgin: openssl: send failed: -1 with purple-teams

2024-05-30 Thread Theo Buehler
On Thu, Apr 18, 2024 at 10:51:34PM -0400, Allan Streib wrote: > I looked at the files/ssl-openssl.c in this port. In the > ssl_openssl_write function, if there is an error other than > SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE then the execution falls > through to return 0. > > I changed the cod

remove telephony/sofia-sip

2024-05-30 Thread Theo Buehler
The sofia-sip port is very outdated. Upstream is dormant and points at https://github.com/freeswitch/sofia-sip which has seen many releases in the last dozen years. There never has been a consumer of the library that I can find, so I guess the bundled utilities may have been of some use at some

Re: WIP UPDATE net/haproxy 3.0.0

2024-05-30 Thread Theo Buehler
On Thu, May 30, 2024 at 06:40:42PM +, Lucas Gabriel Vuotto wrote: > Hello ports@, > > Here is an update to haproxy to latest version, released yesterday. I > have been running the -dev versions on-and-off for the last couple of > weeks without much issue; I don't expect anything to go wrong wi

Re: update smplayer to 24.5.0 and add missing RDEP

2024-05-26 Thread Theo Buehler
> While running 'make fake' i saw the following line, but it seems > harmless: > ./get_svn_revision.sh[8]: git: not found Do the package contents change if git is installed? make package make clean=fake doas pkg_add git make repackage

Re: UPDATE: sysutils/coreutils 9.4 => 9.5

2024-05-24 Thread Theo Buehler
On Tue, May 21, 2024 at 01:06:38PM +, Brian Callahan wrote: > Hi ports -- > > Attached is an update to the GNU coreutils. Changelog is here: > https://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS > > All tests pass on amd64, but I do not have any big endian machines to > test with. All

Re: lang/go: add syscall.EBADMSG on all arch

2024-05-24 Thread Theo Buehler
+jsing On Fri, May 24, 2024 at 06:49:00PM +0100, Kirill A. Korinsky wrote: > This is reminder about this diff. A few things: - If a port has a MAINTAINER, Cc them as they may not be subscribed to the ports list. - If a diff isn't urgent because of security, please wait at least a full week b

Re: [new] print/pdf2timage 1.17

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 04:12:42PM +0200, Landry Breuil wrote: > quick new port for https://pypi.org/project/pdf2image/ which is a > wrapper around pdftoppm and pdftocairo from poppler-utils to convert PDF > to a PIL Image object generally looks good, although tests are broken here. =

Re: Fix: libyajl

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 07:34:28PM +0200, gonzalo wrote: > Hello, > > Little update for fix libyajl: > > https://github.com/lloyd/yajl/issues/250 > https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698 I think this is incomplete: https://github.com/lloyd/

Re: UNBREAK/UPDATE: lang/dmd 2.106.0 => 2.108.1, and LTS bootstrap

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 04:02:06PM +, Brian Callahan wrote: > On 5/20/2024 9:20 PM, Brian Callahan wrote: > > Hi ports -- > > > > Attached is a diff to unbreak and update the reference D compiler. > > > > In addition, this update includes what I am hoping can serve as an LTS > > bootstrap com

Re: [sparc64] unbreak spirv-tools build

2024-05-21 Thread Theo Buehler
On Tue, May 21, 2024 at 10:00:23AM +0200, Theo Buehler wrote: > As can be seen on > > http://build-failures.rhaalovely.net/sparc64/2024-05-18/summary.log > > spirv-tools is the immediate blocker for many missing ports on sparc64. > It needs to link against stdc++fs with po

[sparc64] unbreak spirv-tools build

2024-05-21 Thread Theo Buehler
As can be seen on http://build-failures.rhaalovely.net/sparc64/2024-05-18/summary.log spirv-tools is the immediate blocker for many missing ports on sparc64. It needs to link against stdc++fs with ports-gcc: http://build-failures.rhaalovely.net/sparc64/2024-05-18/graphics/spirv-tools.log The di

Re: nsh: fix build with upcoming stdio changes

2024-05-20 Thread Theo Buehler
> > Also, these obj hacks in the port are really annoying (this breaks > > generating patches as it is owned by _pbuild:_pbuild and has perms 770). > > I've also committed a tweak such that nsh will compile even if 'make obj' > is not used. See commit b0b69440cc3f1f8127d3b6f341eb0e61116f7918 ; fee

nsh: fix build with upcoming stdio changes

2024-05-20 Thread Theo Buehler
extern.h depends on stdio.h because of FILENAME_MAX. wchar.h will stop pulling in stdio.h, hence break the build in utf8.c which will no longer pull in stdio.h. The diff below fixes the build. Longer term it would be preferable to make extern.h self-standing so it doesn't depend on other headers b

Re: comms/hackrf: remove myself as maintainer

2024-05-19 Thread Theo Buehler
Thanks. Committed with a revision bump (MAINTAINER is part of the package metadata)

Re: [Maintainer Update] lang/node 20.13.1

2024-05-18 Thread Theo Buehler
On Sat, May 18, 2024 at 10:19:25AM +0200, Volker Schlecht wrote: > Just as a heads up: > > amd64 and arm64 tested by myself, I have been dogfooding node 20.x on amd64 > for > a while already. It also went through an amd64 bulk build (minus chrome variants). > i386 built, lightly tested by tb@ >

nginx: compile in quic support

2024-05-17 Thread Theo Buehler
You still have to opt into it by enabling it in the nginx.conf. I don't think it's worth it to add stuff to the nginx.conf, but it would be neat not to have to recompile nginx. https://nginx.org/en/docs/quic.html Index: Makefile ===

Re: lang/scala: update to 3.4.1

2024-05-16 Thread Theo Buehler
On Thu, May 16, 2024 at 08:01:20PM +0100, Kirill A. Korinsky wrote: > Greetings, > > Meanwhile scala-3.4.2 was released. There doesn't seem to be a lot of interest in scala here... Just for the sake of process: Does anyone still have an interest in running the scala 2 branch? If so, I'd like to

nginx.conf: don't patch in obsolete syntax

2024-05-16 Thread Theo Buehler
The patched-in 'ssl on' in nginx.conf no longer works: Syntax: ssl on | off; [...] This directive was made obsolete in version 1.15.0 and was removed in version 1.25.1. The ssl parameter of the listen directive should be used instead. https://nginx.org/en/docs/http/ngx_http_ssl_module.htm

Re: nginx: TLS 1.2-only config doesn't work reliably anymore with nginx [possible bug in nginx, libressl or chrome]

2024-05-16 Thread Theo Buehler
On Thu, May 16, 2024 at 04:41:05PM +0200, Andreas Bartelt wrote: > Hi, > > I've chosen to report to ports@ first since I'm not yet sure what's the best > mailing list for the kind of problem I've been observing recently. > > I've deliberately been using a TLS 1.2-only (i.e., no TLS 1.3 support) >

Re: www/netsurf/browser hidden dep on libjxl

2024-05-16 Thread Theo Buehler
On Thu, May 16, 2024 at 10:25:49AM +0200, Antoine Jacoutot wrote: > Hi. > > There seems to be an hidden dep here: Should be fixed: https://marc.info/?l=openbsd-ports-cvs&m=171583499128329&w=2

Re: [update] devel/jdk/11 add sparc64 support

2024-05-08 Thread Theo Buehler
On Wed, May 08, 2024 at 11:03:50AM +0100, Kirill A. Korinsky wrote: > On Wed, 08 May 2024 03:32:33 +0100, > k...@intricatesoftware.com wrote: > > > > Index: 11/patches/patch-src_hotspot_os_bsd_os_bsd_cpp > > === > > RCS file: 11/patch

Re: www/tuir broken

2024-05-07 Thread Theo Buehler
On Tue, May 07, 2024 at 08:42:44PM +0200, Solene Rapenne wrote: > tuir doesn't run, I'm not sure why though > > I'm not a regular user, last time I tried > was in August 2023 and it worked :D Both the one from packages and a freshly built one from ports with python 3.11 work here. Are you sure yo

Re: UPDATE: security/sn0int

2024-05-07 Thread Theo Buehler
Committed, with a few tweaks, thanks. > -REVISION = 6 > +GH_TAGNAME = v0.26.0 > +REVISION = 0 Remove REVISION rather than setting it to 0 > +MAINTAINER = Purple Rain Thanks. > Index: crates.mk I took the liberty of renaming that to crates.inc, as is done in most other rust-based ports.

Re: UPDATE: security/sn0int

2024-05-07 Thread Theo Buehler
On Tue, May 07, 2024 at 10:23:05AM -0600, Purple Rain wrote: > Hello, > > This update sn0int from 0.24.1 to 0.26.0. > > Tested on amd64, works fine. Ok? If you use this, could you ask upstream if they could not update their ring dependency? This would allow using sn0int with better asm on more a

Re: devel/maven: 3.8.7 -> 3.9.6

2024-05-07 Thread Theo Buehler
> But I may missed it, I not sure that had happened. No worries, happens. > Anyway, here a patch which fixed the issue. Confirmed and committed, thanks!

Re: devel/maven: 3.8.7 -> 3.9.6

2024-05-07 Thread Theo Buehler
> Tested on -current/amd64, tests includes building game/libgdx and > net/jitsi which uses devel/maven as port dependncy. net/jitsi/videobridge doesn't build here >>> Building on localhost under net/jitsi/videobridge BDEPENDS = [devel/maven;devel/jdk/11] DIST = [net/jitsi/videobr

Re: Fwd: uriparser 0.9.8 released, includes security fixes

2024-05-06 Thread Theo Buehler
> If you happen to have patches for uriparser that are still required with > 0.9.8, please send them my way. Thanks for the info. I updated the port for OpenBSD -current and 7.5. No patches required.

Re: i386 build failures: eduke32 netsurf nblood openclonk compcert dino

2024-04-26 Thread Theo Buehler
On Fri, Apr 26, 2024 at 06:41:18PM +0100, Stuart Henderson wrote: > > eduke32, nblood: > > ld: error: undefined symbol: startbanner_pixdata > > > openclonk, netsurf/browser: > > [ 89%] Generating mape-resource.c > failed to load > "/pobj/openclonk-8.1/openclonk-release-8.1-src/src/res/ocd.ico":

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-24 Thread Theo Buehler
On Thu, Apr 25, 2024 at 01:16:46AM +0200, Dima Pasechnik wrote: > On Wed, Apr 24, 2024 at 03:31:32PM -0400, George Koehler wrote: > [...] > > > > Try running "make update-plist" to add new files like libsbcl.so.0.0 > > I am trying this now. Is there a quick way to try an updated > pkg/PLIST ? > O

Re: archivers/bzip3: new port (version 1.4.0)

2024-04-23 Thread Theo Buehler
> -COMMENT= a better, faster and stronger spiritual successor to BZip2 > +COMMENT= tools and libraries for compressing and decompressing bzip3 > files This doesn't package due to the overlong comment line. I imported it with the following diff on top. If you don't like the new comment, fe

Re: archivers/pixz: new port (1.0.7)

2024-04-23 Thread Theo Buehler
> attached fixed version, thanks for catching this! I added m to WANTLIB (which I forgot to mention) and imported it. Thanks!

Re: archivers/pixz: new port (1.0.7)

2024-04-23 Thread Theo Buehler
On Tue, Apr 23, 2024 at 10:19:47PM +0100, Stuart Henderson wrote: > On 2024/04/01 12:55, Kirill A. Korinsky wrote: > > Folks, > > > > Despite of current security issue with xz/lzma the algortihm itself provides > > great compression, and the existing XZ Utils provide great compression in > > the .

Re: [Update] shells/nushell 0.92.1

2024-04-18 Thread Theo Buehler
On Thu, Apr 18, 2024 at 06:07:49PM +0200, Volker Schlecht wrote: > On 2024-04-18 15:33, Theo Buehler wrote: > > On Thu, Apr 18, 2024 at 12:15:29AM +0200, Volker Schlecht wrote: > > > Ping ... and anyone else still interested in the port? > > > > Not really intereste

Re: [Update] shells/nushell 0.92.1

2024-04-18 Thread Theo Buehler
On Thu, Apr 18, 2024 at 12:15:29AM +0200, Volker Schlecht wrote: > Ping ... and anyone else still interested in the port? Not really interested in a shell having crypto and ssl in wantlib. It doesn't build on sparc64 due to mimalloc failing to build with ancient gcc. Rather than just doing COMPIL

  1   2   3   4   5   6   7   8   9   10   >