lang/ruby and powerpc* __builtin_setjmp

2021-08-07 Thread George Koehler
Hello Jeremy, ports list, lang/ruby uses __builtin_setjmp and __builtin_longjmp, but these are broken in clang-11 on powerpc and powerpc64. I want to avoid these builtins and use _setjmp(3) on powerpc*, see diff below. The symptoms of the broken __builtin_setjmp are easy to miss. Our ruby packa

[UPDATE] yggdrasil-go to 0.4.0

2021-08-07 Thread octeep
Hi, The following patch updates yggdrasil-go from 0.3.15 to 0.4.0. Please note that this version update is not backwards-compatible. Documentation has also been removed from upstream and in this port since it is outdated. Since the port is like 35kb, I've gzipped it and put it in the attachment.

Re: Fix CVE-2020-14387 in net/rsync

2021-08-07 Thread Stuart Henderson
I suggest adding a mode that uses nc -c and use that by default, and maybe patch the openssl mode to use eopenssl11. -- Sent from a phone, apologies for poor formatting. On 7 August 2021 17:45:32 Christian Weisgerber wrote: Moritz Buhl: this diff fixes CVE-2020-14387 for net/rsync. The s

Re: [update-maintainer] mail/mu to 1.6.2

2021-08-07 Thread Aaron Bieber
Stefan Hagen writes: > Hello, > > This is an update from mail/mu 1.4.15 to 1.6.2. > > Port changes: > - Two patches removing _XOPEN_SOURCE > - no longer depends on devel/json-glib > > The test suite runs fine. Portcheck and lib-depends-check are happy. > All tests done on amd64. Tests fin

Re: Fix CVE-2020-14387 in net/rsync

2021-08-07 Thread Christian Weisgerber
Moritz Buhl: > this diff fixes CVE-2020-14387 for net/rsync. The same change was committed upstream: https://github.com/WayneD/rsync/commit/c3f7414c450faaf6a8281cc4a4403529aeb7d859 However... > +-exec $RSYNC_SSL_OPENSSL s_client $caopt $certopt -quiet -verify_quiet > -servername $hostname

[update-maintainer] mail/mu to 1.6.2

2021-08-07 Thread Stefan Hagen
Hello, This is an update from mail/mu 1.4.15 to 1.6.2. Port changes: - Two patches removing _XOPEN_SOURCE - no longer depends on devel/json-glib The test suite runs fine. Portcheck and lib-depends-check are happy. All tests done on amd64. Software changes (from NEWS file): * 1.6 (released

NEW: audio/py-speechrecognition

2021-08-07 Thread Kevin Lo
Hi, audio/py-speechrecognition is a Python library for performing speech recognition. cat pkg/DESCR Speechrecognition is a Python library for performing speech recognition, with support for several engines and APIs, online and offline. OK to import? Regards, Kevin py-speechrecognition.tar.gz

Re: [Update] audio/py-audio 0.2.8 -> 0.2.11

2021-08-07 Thread Kevin Lo
On Sat, Aug 07, 2021 at 12:31:40PM +0100, Stuart Henderson wrote: > > On 2021/08/07 16:36, Kevin Lo wrote: > > Here's an update of py-audio to 0.2.11: > > - 0.2.9 bug fixes related to overflow error handling and IOError exception > > arguments > > - 0.2.10 bug fixes related to the Python GIL >

Re: [Update] audio/py-audio 0.2.8 -> 0.2.11

2021-08-07 Thread Stuart Henderson
On 2021/08/07 16:36, Kevin Lo wrote: > Here's an update of py-audio to 0.2.11: > - 0.2.9 bug fixes related to overflow error handling and IOError exception > arguments > - 0.2.10 bug fixes related to the Python GIL > - 0.2.11 bug fix related to memory management > > Tested on amd64. > ok? What

[Update] audio/py-audio 0.2.8 -> 0.2.11

2021-08-07 Thread Kevin Lo
Here's an update of py-audio to 0.2.11: - 0.2.9 bug fixes related to overflow error handling and IOError exception arguments - 0.2.10 bug fixes related to the Python GIL - 0.2.11 bug fix related to memory management Tested on amd64. ok? Index: audio/py-audio/Makefile ==