qgis build on aarch64

2022-06-17 Thread Theo Buehler
The patch below is a hack that makes qgis build on aarch64. It's not the correct fix. What happens is that the destructor of the QWaitCondition class is called more than once. The second time it is called from Python's atexit handler crashes due to a use-after-free in pthread_cond_destroy(). The

Re: mutt fetch-mail ssl error

2022-06-25 Thread Theo Buehler
On Sat, Jun 25, 2022 at 04:08:06PM -0600, Bob Beck wrote: > > this fixes mutt. Doesn't look like it. I still run into the same problem.

Re: new security/libdigidocpp 3.14.8

2022-07-03 Thread Theo Buehler
> Now with feedback from sthen@, diff between the tarballs: > https://github.com/jasperla/openbsd-wip/commit/554d6e575 > > Feedback? OK? distinfo still contains the patchfile I'd like to have a more specific comment to justify use of eopenssl11: # Can't use LibreSSL since X509_VERIFY_PARAM_get_

Re: Fix Ruby integer multiplication issue on octeon

2022-07-03 Thread Theo Buehler
> OKs for the following patch? This updates MASTER_SITES0 in the Ruby > port to use GitHub instead of bugs.ruby-lang.org by default, since > that's where I've been backporting recent commits from. It adds my > upstream commit as a distpatch for Ruby 3.0 and 3.1. The patch doesn't > apply on Ruby

Re: new security/libdigidocpp 3.14.8

2022-07-07 Thread Theo Buehler
On Sun, Jul 03, 2022 at 05:42:05PM +, Klemens Nanni wrote: > On Sun, Jul 03, 2022 at 06:16:02PM +0200, Theo Buehler wrote: > > > Now with feedback from sthen@, diff between the tarballs: > > > https://github.com/jasperla/openbsd-wip/commit/554d6e575 > > > > &g

Re: x11/awesome

2022-07-10 Thread Theo Buehler
This breaks the packaged awesome-client script. On Sun, Jul 10, 2022 at 10:10:42PM -, ci...@danwin1210.de wrote: > === > RCS file: /cvs/ports/x11/awesome/Makefile,v > retrieving revision 1.117 > diff -u -p -r1.117 Makefile > --- M

Re: RStudio: keep in sync with R

2022-07-13 Thread Theo Buehler
On Wed, Jul 13, 2022 at 09:03:32PM +0200, Rafael Sadowski wrote: > On Tue Jul 12, 2022 at 04:23:22PM +0100, Zé Loff wrote: > > > > Hi Brian > > > > Due to R's bump of libR, RStudio's port needs tweaking. > > Patch attached. > > > > Thanks > > Zé > > > > -- > >   > > > Index: patches/patch-src

Re: UPDATE: java/gradle

2022-07-13 Thread Theo Buehler
On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote: > Rafael Sadowski wrote: > > Update gradle to 7.4.2. OK? > > briefly tested, but seems to work fine. ok for me, thanks! > In my latest bulk, security/ghidra failed to build. Is this related to this update? >>> Building on localhost un

Re: UPDATE: java/gradle

2022-07-13 Thread Theo Buehler
Please keep replies on list On Wed, Jul 13, 2022 at 10:46:23PM -0500, Matthew Martin wrote: > On Thu, Jul 14, 2022 at 05:30:44AM +0200, Theo Buehler wrote: > > On Fri, Jul 08, 2022 at 09:54:40AM +0200, Omar Polo wrote: > > > Rafael Sadowski wrote: > > > &

Re: RStudio: keep in sync with R

2022-07-14 Thread Theo Buehler
On Thu, Jul 14, 2022 at 02:04:20AM +, Brian Callahan wrote: > On 7/13/2022 3:08 PM, Theo Buehler wrote: > > On Wed, Jul 13, 2022 at 09:03:32PM +0200, Rafael Sadowski wrote: > >> On Tue Jul 12, 2022 at 04:23:22PM +0100, Zé Loff wrote: > >>> > >>> Hi

Re: UPDATE: java/gradle

2022-07-20 Thread Theo Buehler
> I tried to update ghidra to 10 with no luck. This update needs more > effort. I would suggest we go back: I haven't checked the patch in detail, but I would be in favor of reverting.

Re: [NEW or UPDATE] zpaqfranz-55.5

2022-07-24 Thread Theo Buehler
On Thu, Jul 21, 2022 at 01:55:41PM +0200, Omar Polo wrote: > Stuart Henderson wrote: > > On 2022/07/20 17:15, tux0r wrote: > > > Stuart Henderson schrob am 20.07.2022 um 14:21: > > > > > > >The COMMENT assumes that one knows what ZPAQ is. It would be better if > > > >it described what the softwar

benchmarks/fio: hidden dependency on libnfs

2022-07-29 Thread Theo Buehler
As reported by mpi on ICB, fio has a hidden dep on libnfs. We could also neuter this by adding --disable-nfs to CONFIGURE_ARGS. Index: Makefile === RCS file: /cvs/ports/benchmarks/fio/Makefile,v retrieving revision 1.8 diff -u -p -r1.

Re: update or remove outdated x11/lumina?

2022-07-31 Thread Theo Buehler
On Sun, Jul 31, 2022 at 11:44:26PM +, Klemens Nanni wrote: > On Tue, Jul 19, 2022 at 09:26:00AM +, Klemens Nanni wrote: > > Last update to 1.4.0 is from 2017, the current 1.6.2 release is from > > 2021 with more releases in between but noone showed up to update the port. > > https://github.

Re: UPDATE: math/R

2022-08-03 Thread Theo Buehler
On Wed, Aug 03, 2022 at 02:09:52PM +0200, Ingo Feinerer wrote: > Dear useRs, > Dear Brian, > > update math/R 4.1.2 -> 4.2.1 > > - Sync math/rstudio patch as SO_VERSION is bumped (symbols added and removed) > > - There is now a (multiple) warning in the build: > > Warning message: > In norma

[aarch64] broken neon handling in graphics/freeimage

2022-08-03 Thread Theo Buehler
graphics/freeimage bundles an old libpng whose pngpriv.h detects neon support at compile time unless PNG_ARM_NEON_OPT is defined. Since libpng's arm source directory is missing, this leads to missing external references such as png_init_filter_functions_neon. This in turn leads to these build failu

Re: wayland/input-event-codes: new port for wayland compat (bulk wanted)

2022-08-06 Thread Theo Buehler
On Sat, Aug 06, 2022 at 03:16:44PM +0200, Christian Weisgerber wrote: > Sebastien Marie: > > > The port itself is very simple, but the fallout to have ports picking > > is somehow important. > > > > If possible, I would like to have a bulk build with > > wayland/input-event-codes > > installe

Re: wayland/input-event-codes: new port for wayland compat (bulk wanted)

2022-08-07 Thread Theo Buehler
> The port itself is very simple, but the fallout to have ports picking > is somehow important. > > If possible, I would like to have a bulk build with wayland/input-event-codes > installed, in order to see if the presence of linux/input.h header makes > problems or not. The bulk finished wit

Re: UPDATE: devel/cmake (bulk build)

2022-08-08 Thread Theo Buehler
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > Update CMake to the latest version. Could someone throw it into a bulk > build for me? I have started a bulk with this diff.

Re: [big-endian] unbreak graphics/freeimage

2022-08-08 Thread Theo Buehler
On Sun, Aug 07, 2022 at 09:50:27PM -0400, George Koehler wrote: > Hello ports list, > > BE_ARCHS can't build graphics/freeimage, because its big-endian code > gives errors like, > > Source/FreeImage/PluginBMP.cpp:1422:14: error: use of undeclared identifier > 'bpp > ' > } else if

Re: UPDATE: devel/cmake (bulk build)

2022-08-10 Thread Theo Buehler
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > Update CMake to the latest version. Could someone throw it into a bulk > build for me? This looks pretty good to me: I=11286 B=10 Q=0 T=8 F=0 !=83 E=x11/kde-applications/grantlee-editor x11/kde-applications/akonadiconsole devel/k

Re: [update] lang/go 1.19

2022-08-12 Thread Theo Buehler
On Tue, Aug 09, 2022 at 04:37:39PM +1000, Joel Sing wrote: > It would also be sensible for it to go through a bulk or mini-bulk to > ensure that there is no fallout (or that it is managable). I put this through a bulk and informed jsing and maintainers of the issues. Here's a quick list: net/den

Re: aarch64 bulk build report

2022-08-15 Thread Theo Buehler
> :+failures/security/pivy.log > > ./config.status: gawk: not found I looked at this before. Just adding gawk is probably not the right fix since this runs a configure script as part of its build without using the ports autoconf framework. It would be great if someone who understands this well

Re: UPDATE: devel/cmake (bulk build)

2022-08-18 Thread Theo Buehler
On Wed, Aug 10, 2022 at 09:34:51AM +0200, Theo Buehler wrote: > On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > > Update CMake to the latest version. Could someone throw it into a bulk > > build for me? > > This looks pretty good to me: > > I=1128

Re: UPDATE: multimedia/mlt7 (and remove multimedia/mlt)

2022-08-18 Thread Theo Buehler
> > multimedia/webvfx > > good catch on that, but it seems dead upstream and there's no version using > mlt7. It was imported for shotcut. If it's no longer needed for shotcut, maybe it can go?

valgrind: mark broken

2022-08-22 Thread Theo Buehler
Since guenther removed pad arguments from various syscalls and renamed the existing ones to contain a _pad_, the already rather outdated vki-scnums-openbsd.h diverged a step too far from reality. mmap() is now syscall 41, which valgrind thinks is getlogin(), so you get output such as ==66088== Sy

Re: UPDATE: multimedia/mlt7 (and remove multimedia/mlt)

2022-08-29 Thread Theo Buehler
On Mon, Aug 29, 2022 at 03:40:32PM +0200, Rafael Sadowski wrote: > On Fri Aug 19, 2022 at 07:30:44AM +0200, Rafael Sadowski wrote: > > On Thu Aug 18, 2022 at 11:36:20PM +0200, Theo Buehler wrote: > > > > > multimedia/webvfx > > > > > > > > go

Re: update: math/igraph to 0.9.9

2022-08-29 Thread Theo Buehler
On Wed, Aug 24, 2022 at 09:48:11AM +0200, Sebastien Marie wrote: > On Mon, Aug 15, 2022 at 07:27:08AM +0200, Sebastien Marie wrote: > > Hi, > > > > The following diff update math/igraph to 0.9.9. > > > > I just enabled LTO which improves performance. It should be fine with > > compilers > > as

net/tdesktop: set DPB_PROPERTIES=parallel?

2022-09-10 Thread Theo Buehler
I've been carrying this diff for quite a while and it saves a bunch of time in my bulks. The build never failed, so as far as I can tell tdesktop is happy with this. Index: Makefile === RCS file: /cvs/ports/net/tdesktop/Makefile,v ret

Re: aarch64 bulk build report

2022-09-12 Thread Theo Buehler
> :http://build-failures.rhaalovely.net/aarch64/2022-09-10/devel/riscv-elf/newlib.log > > Entering directory > '/usr/obj/ports/riscv-elf-newlib-3.0.0/newlib-3.0.0/riscv64-unknown-elf/rv32imafc/ilp32f/newlib/libm' > ... > riscv64-unknown-elf-ar: ../math/lib.a: No such file or directory This

Re: Possible bug with OpenBSD's packaging of cmake

2022-09-14 Thread Theo Buehler
On Wed, Sep 14, 2022 at 02:03:40AM +0200, al...@tutanota.com wrote: > Good evening, > > This message is to inquiry about the version of cmake packaged in the > repository of > OpenBSD 7.1 and its FindOpenSSL.cmake module. FindOpenSSL seems to be unable > to > locate LibreSSL on my system. I don'

Re: update: x11/kitty: 0.24.4 -> 0.25.1

2022-09-14 Thread Theo Buehler
On Wed, Sep 14, 2022 at 09:28:55PM +0100, Stuart Henderson wrote: > On 2022/09/14 14:24, Thomas Frohwein wrote: > > It might be best to update with your patch first, as I'm running into > > issues with the latest version 0.26.2. Looks like this requires OpenSSL > > 3 from ports now and wouldn't wor

Re: [update] rsyslog v8.2208.0

2022-09-23 Thread Theo Buehler
On Mon, Sep 19, 2022 at 09:33:54AM +0200, Remi Locherer wrote: > Hi, > > this updates the rsyslog port to version 8.2208.0. The changelog is > available here: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog > > tb@ let me know that the patch for SSL_get_shared_curve is not > needed anymo

Re: i2pd-2.43.0

2022-09-26 Thread Theo Buehler
> Tested on amd64, on -current and -stable, works perfectly for me. Here's an actual diff. I'm ok with landing this after unlock: https://marc.info/?l=openbsd-ports&m=166317907126454&w=2

Re: update libfstrm

2022-10-04 Thread Theo Buehler
On Tue, Oct 04, 2022 at 08:28:51AM +0200, Otto Moerbeek wrote: > Hi, > > AFAIK, this does not change the ABI or API. Is there a way to easily > check that? There are various wrapper scripts around check_sym that are floating around, Omar showed you one of them. It would be nice if one of these co

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: 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) >

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

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)

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

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

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

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

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

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

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
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 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: [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: 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: 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-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: 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: Valgrind 3.21.0

2023-07-17 Thread Theo Buehler
On Thu, Jul 13, 2023 at 10:05:53AM +0900, Masato Asou wrote: > From: Masato Asou > Date: Mon, 10 Jul 2023 08:05:16 +0900 (JST) > > > hi ports > > > > I made Valgrind 3.21.0 into a ports. > > > > In Valgrind 3.10.1 ports, some diffs were placed in > > https://ftp.openbsd.org/pub/OpenBSD/distfile

Re: patch devel/sfio

2023-07-21 Thread Theo Buehler
On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote: > Hello, > > This prepares the upcoming libc bump and fixes which are need to > complete 'make test'. This program doesn't seem to be maintained. If > none is using this, I think deleting this is another way. > > ok? comments? I

Re: patch devel/sfio

2023-07-21 Thread Theo Buehler
On Fri, Jul 21, 2023 at 06:42:41PM +0900, YASUOKA Masahiko wrote: > Hi, > > On Fri, 21 Jul 2023 11:18:32 +0200 > Theo Buehler wrote: > > On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote: > >> This prepares the upcoming libc bump and fixes which are

Remove devel/sfio?

2023-07-21 Thread Theo Buehler
yasuoka fixed devel/sfio for the upcoming libc bump, and suggested its removal. I see no reason to keep it. Nothing depends on it. Upstream is long dead. The last release could legally drink in the US and the code is in pretty poor shape. ok tb for removing it. Any concerns/objections?

Re: (maintainer update) gerbil-0.17

2023-07-31 Thread Theo Buehler
> - I'm not sure if the libressl patching is correct, someone could review > those. > > blob - /dev/null > file + lang/gerbil/patches/patch-src_std_crypto_libcrypto_ss (mode 644) > --- /dev/null > +++ lang/gerbil/patches/patch-src_std_crypto_libcrypto_ss > @@ -0,0 +1,62 @@ > +Fix build with opaqu

Re: bsd.port.mk: check wxallowed after extract not patch

2023-08-01 Thread Theo Buehler
On Tue, Aug 01, 2023 at 09:27:31AM +0200, Omar Polo wrote: > On 2023/07/31 22:17:05 +, Klemens Nanni wrote: > > 'make patch' on a WXNEEDED=Yes port without wxallowed fails after > > patching and before creating the patch cookie, so subsequent setting > > of the option and rerunning the target

Re: (maintainer update) gerbil-0.17

2023-08-01 Thread Theo Buehler
> Thanks for the review, the suggested fixes seem to work and here is > updated diff: Thanks. The libressl patch looks good now. I'll leave the other bits for someone who uses gambit or gerbil to check.

Re: devel/gmp: update to 6.3.0, needs testing

2023-08-01 Thread Theo Buehler
> * sparc64: upstream assembly fix Packages and 'make test' passes.

Re: UPDATE: devel/cmake

2023-08-02 Thread Theo Buehler
> New diff cmake 3.27.1 Put this through an amd64 bulk. No fallout.

Re: unbreak and update dnscrypt-proxy 2.1.5

2023-08-11 Thread Theo Buehler
On Fri, Aug 11, 2023 at 01:37:03PM -0700, Nam Nguyen wrote: > It was marked BROKEN because it broke with the recently updated go > 1.21. > > This new 2.1.5 release was specifically made to compile with go 1.21 and > new quic-go. > > changelog: > https://github.com/DNSCrypt/dnscrypt-proxy/releases

rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Theo Buehler
I found on one sparc64 box that reposync stopped working and it turned out that rsync on sparc64 is busted due to xxhash not dealing correctly with unaligned access. Program terminated with signal SIGBUS, Bus error. #0 XXH_read64 (ptr=0xfe7ed9467bbe) at /usr/local/include/xxhash.h:2996 xxhas

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Theo Buehler
> I'm ok with your diff, or perhaps we could do this (then rsync just > needs a bump rather than another change) This works and seems better since it will also help other consumers. ok tb Thanks.

Re: new: devel/selene

2023-08-16 Thread Theo Buehler
On Wed, Aug 16, 2023 at 11:01:38PM -0600, Ashlen wrote: > Selene is a modern Lua linter written in Rust. > > GitHub: https://github.com/Kampfkarren/selene > Docs: https://kampfkarren.github.io/selene/ > > This was easy enough to port. Tests run and pass. do-install hook > seems to be needed due t

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Theo Buehler
> I don't have any affected hw to test with. Still works on sparc64.

Re: new: devel/selene

2023-08-16 Thread Theo Buehler
> Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented > in cargo-module(5), along with MODCARGO_WANTLIB. Should they be > included in that man page? I have added a blurb for MODCARGO_INSTALL_TARGET_PATH after sending my previous mail. If you want to take a stab for MODCARGO_WANTLIB,

Re: mail/elm: prepare libc bump

2023-08-17 Thread Theo Buehler
+Cc MAINTAINER On Thu, Aug 17, 2023 at 04:42:35PM +0900, YASUOKA Masahiko wrote: > ok? > > Prepare the libc bump. stderr will become unable to be initialized > when compile time. I no longer have a machine with guenther's wip diff, but this looks reasonable. Assuming this builds ok tb but ple

Re: new: devel/selene

2023-08-17 Thread Theo Buehler
Attached is an updated tarball with patch applied and the NOT_FOR_ARCHS line added. This one is ok tb to import, but maybe someone wants to tweak DESCR a bit. selene.tgz Description: application/tar-gz

Document MODCARGO_WANTLIB

2023-08-17 Thread Theo Buehler
On Thu, Aug 17, 2023 at 10:52:00AM -0600, Ashlen wrote: > On Thu, 17 Aug 2023 08:36 +0200, Theo Buehler wrote: > > > Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented > > > in cargo-module(5), along with MODCARGO_WANTLIB. Should they be > > > include

Re: Document MODCARGO_WANTLIB

2023-08-18 Thread Theo Buehler
On Fri, Aug 18, 2023 at 09:38:54AM +0200, Omar Polo wrote: > On 2023/08/17 20:23:48 +0200, Theo Buehler wrote: > > If I wanted to document them, I would grep the ports tree and see which > > ones are used most. Then send small diffs to document a group of those > > that bel

Re: Ports tree is dead

2023-08-19 Thread Theo Buehler
On Sat, Aug 19, 2023 at 04:09:27PM +0900, lain. wrote: > I'm on the OPENBSD_7_3 tree, never used the "current" one. Well, you made sure this isn't the case. > > > I just updated my ports tree with "cvs -q up -Pd -A", the usual stuff, "use the -A option to make cvs forget these specifications, an

retire lang/parrot?

2023-08-20 Thread Theo Buehler
Is anyone still having a use case for lang/parrot? The project looks dead, port is in maintenance mode: REVISION 10, no MAINTAINER for 8 years. Its use in raku was replaced with MoarVM and other languages don't seem to be interested. http://www.parrot.org/

Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-29 Thread Theo Buehler
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first' > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next' These were removed in the last libcrypto bump. Does mod_ssl work with this diff? Index: Makefile

Re: Remove: devel/monotone and security/botan

2023-08-29 Thread Theo Buehler
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 need a distributed version control system like "monotone" in the > > tree?

Python 3.10.13

2023-08-30 Thread Theo Buehler
Security release from a week back. While the world keeps on turning, it is somewhat nasty and should therefore be backported to stable. The other branches are also affected. No diff because I had some PLIST issues. https://github.com/python/cpython/issues/108310 Some other minor issues are alos a

Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-30 Thread Theo Buehler
> that makes it work. > Initially I had > > SSLCryptoDevice builtin I see. That needs ENGINE support and will no longer work, just like SSLEngine. Neither of these is suggested in the @sample'd config files, so I don't think a current.html entry is warranted. > removing that entry, made apache s

Re: net/unison: remove BROKEN-aarch64 marker?

2023-09-01 Thread Theo Buehler
On Fri, Sep 01, 2023 at 04:24:56PM +0200, Caspar Schutijser wrote: > Hi, > > net/unison has the following BROKEN-aarch64 marker: > > BROKEN-aarch64=segfaults during build with llvm13; needs USE_NOEXECONLY > > with llvm15 > > I removed the BROKEN-aarch64 marker on my M1 and I built it there > suc

Re: Update or Remove textproc/ruby-kramdown ?

2023-09-02 Thread Theo Buehler
On Fri, Sep 01, 2023 at 08:44:24PM +, Jeremy Evans wrote: > Here's a diff to update textproc/ruby-kramdown to 2.4.0. However, I > found the port to be fairly broken since rexml was removed from the Ruby > standard library in Ruby 3.0. There were already comments in the port > related to this.

Re: move gelatod to codeberg

2023-09-03 Thread Theo Buehler
> How long should I leave the github repo in place? Do bulk builders care? Since the distfile checksum didn't change, they don't care. Everyone else is expected to build ports from a current tree. I think you can nuke it whenever you feel like it.

  1   2   3   4   5   6   7   8   9   10   >