Re: CVS: cvs.openbsd.org: ports

2023-01-16 Thread Antoine Jacoutot
On Sun, Jan 15, 2023 at 03:39:36AM -0700, Kirill Bychkov wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ki...@cvs.openbsd.org 2023/01/15 03:39:36 > > Modified files: > net/owncloudclient: Makefile distinfo > net/owncloudclient/patches:

[update] py-waitress 1.4.4 -> 2.1.2

2023-01-16 Thread Daniel Dickman
This is an update of py-waitress from 1.4.4 to 2.1.2. This update addresses: - CVE-2022-24761 - and skipping versions 2.1.0 and 2.1.1 avoids CVE-2022-31015 ok? Index: Makefile === RCS file: /cvs/ports/www/py-waitress/Makefile,v

[new] math/py-statsmodels

2023-01-16 Thread Daniel Dickman
statsmodels is useful as a dependency for some of the other data-science type python ports. For example, py-seaborn, py-scipy, etc. ok to import py-statsmodels (port attached)? py-statsmodels.tgz Description: Binary data

update math/py-scipy: 1.5.3 -> 1.6.3

2023-01-16 Thread Daniel Dickman
Diff below updates scipy to the 1.6.x series. With more work, it's possible to update to newer versions of scipy, but for now I went for a more conservative update that doesn't change as much as some of the newer versions change (e.g. 1.7 starts to use pythran, 1.8 makes gcc 6.3 the minimum

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2023/01/16 17:30:17 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_server_h Log message: Update to redis-6.2.9 Security Fixes: - CVE-2022-35977: Integer

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2023/01/16 17:19:05 Modified files: math/py-scikit-learn: Makefile distinfo math/py-scikit-learn/pkg: PLIST Log message: update sklearn to 1.2.0 ok pirofti@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2023/01/16 17:12:17 Modified files: textproc/xml2rfc: Makefile Log message: add missing RDEP on py-wcwidth ok tb@, aisha@

Re: add wcwidth as RDEP for xml2rfc

2023-01-16 Thread A Tammy
On 1/16/23 16:20, Daniel Dickman wrote: > xml2rfc says it has a dependency on wcwidth, so let's add this. > > ok? > > Index: Makefile > === > RCS file: /cvs/ports/textproc/xml2rfc/Makefile,v > retrieving revision 1.50 > diff -u -p

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/01/16 15:55:30 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20230116

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2023/01/16 15:30:55 Modified files: archivers/xz : Makefile distinfo archivers/xz/patches: patch-config_h_in archivers/xz/pkg: DESCR Removed files: archivers/xz/patches:

amd64 x-only bulk build fallout

2023-01-16 Thread Theo Buehler
Nothing really unexpected. On the plus side, the jdks built and I saw no ocaml-related failures like we saw on aarch64. I haven't done any Java runtime testing yet - unsure how much that is exercised during bulks. The biggest issue I found are boringssl's perlasm generated .S files that are at

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/01/16 15:06:42 Modified files: www/puppetboard: Makefile distinfo www/puppetboard/pkg: PLIST Log message: simple update 4.2.3 -> 4.2.5

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/16 14:21:05 Modified files: mail/getmail : Makefile distinfo mail/getmail/patches: patch-getmails Log message: security update to getmail 6.18.11 from maintainer

add wcwidth as RDEP for xml2rfc

2023-01-16 Thread Daniel Dickman
xml2rfc says it has a dependency on wcwidth, so let's add this. ok? Index: Makefile === RCS file: /cvs/ports/textproc/xml2rfc/Makefile,v retrieving revision 1.50 diff -u -p -u -r1.50 Makefile --- Makefile24 Nov 2022 11:59:36

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Klemens Nanni
16.01.2023 21:09, Rafael Sadowski пишет: > On Mon Jan 16, 2023 at 10:05:56PM +0100, Florian Viehweger wrote: >> It does and now "only" 8 tests fail, which should be in the region of >> 3.5.1. >> >> 'make port-lib-depends-check' and 'portcheck' still happy as expected. >> >> Thanks again and

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/16 14:16:32 Modified files: shells/fish: Makefile distinfo shells/fish/pkg: PLIST Log message: update to fish 3.6.0 from maintainer OK rsadowski

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Rafael Sadowski
On Mon Jan 16, 2023 at 10:05:56PM +0100, Florian Viehweger wrote: > Hi, > > Thank you Klemens and Rafael. > > > This should also work, no? > > > > do-test: > > ${MODCMAKE_BUILD_TARGET} -t ${TEST_TARGET} > > It does and now "only" 8 tests fail, which should be in the region of > 3.5.1. > >

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2023/01/16 14:08:05 Modified files: sysutils/dtb : Makefile sysutils/dtb/patches: patch-arch_arm64_boot_dts_qcom_sc8280xp-lenovo-thinkpad-x13s_dts

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Florian Viehweger
Hi, Thank you Klemens and Rafael. > This should also work, no? > > do-test: > ${MODCMAKE_BUILD_TARGET} -t ${TEST_TARGET} It does and now "only" 8 tests fail, which should be in the region of 3.5.1. 'make port-lib-depends-check' and 'portcheck' still happy as expected. Thanks again and

Re: [Update] lang/elixir

2023-01-16 Thread Volker Schlecht
On 1/16/23 19:39, Stuart Henderson wrote: noticed while testing: : ===> Building for elixir-1.14.3 : Can't open /usr/obj/ports/elixir-1.14.3/elixir-1.14.3/rebar.config: No such file or directory. I presume this is unimportant and can be ignored? That's coming from erlang.port.mk

Re: x11/qt5/qtwebengine: amd64 assembly fixes.

2023-01-16 Thread Rafael Sadowski
On Mon Jan 16, 2023 at 04:42:39PM +0100, Theo Buehler wrote: > Move constants in perl generated BoringSSL assembly from .text to > .rodata. This fixes the build (and only the build) on x-only amd64. > I'll look into fixes for the aarch64 perlasm later. There the build > succeeds, but runtime

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2023/01/16 12:49:05 Modified files: devel/lua-openbsd: Makefile distinfo devel/lua-openbsd/pkg: PLIST Log message: Update lua-openbsd to v0.4 This adds auth_userokay. OK aisha@ closes

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2023/01/16 12:15:06 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-6.2.2 Changelog: https://github.com/gavinhoward/bc/compare/5.2.5...6.2.2

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2023/01/16 12:03:18 Modified files: sysutils/opam : Makefile distinfo Log message: update to opam 2.0.10 This update may help unblock further progress towards an ocaml update. In the future we may

Re: [Update] lang/elixir

2023-01-16 Thread Stuart Henderson
On 2023/01/15 16:48, Volker Schlecht wrote: > The attached diff modifies an existing patch to lang/elixir to detect > erlang's erts directory (containing the "erl" binary) at runtime instead of > hardcoding it to "erl${MODERL_VERSION}". > > This fixes the remaining test failures that occurred

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 11:27:30 Modified files: lang/erlang: Makefile erlang.port.mk lang/erlang/25 : Makefile lang/erlang/25/pkg: PLIST-main PLIST-wx Removed files: lang/erlang/21 :

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 11:21:24 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/rebar3 : Makefile devel/rebar3/pkg: PLIST

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/01/16 11:19:20 Modified files: meta/tor-browser: Makefile meta/tor-browser/pkg: README www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files:

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/01/16 11:16:47 Modified files: net/snowflake_proxy: Makefile distinfo Log message: net/snowflake_proxy: update to 2.4.2 OK sthen@

NEW: devel/py-pyproject_hooks (py-* infrastructure: needed for new py-build)

2023-01-16 Thread Stuart Henderson
Needed to update py-build. OK? - $ pkg_info py3-pyproject_hooks Information for inst:py3-pyproject_hooks-1.0.0 Comment: wrappers to call pyproject.toml-based build backend hooks Description: This is a low-level library for calling build-backends in pyproject.toml-based project. It provides

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 10:53:41 Modified files: security/dropbear: Makefile distinfo security/dropbear/patches: patch-default_options_h Log message: update to dropbear-2022.83

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 10:53:33 Modified files: devel/py-tz: Makefile distinfo Log message: update to py3-tz-2022.7.1

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 10:53:29 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.19.0

Re: libgcrypt: arm64 assembly fixes

2023-01-16 Thread Theo Buehler
On Mon, Jan 16, 2023 at 02:25:36PM +, Stuart Henderson wrote: > On 2023/01/15 10:19, Stuart Henderson wrote: > > On 2023/01/14 22:04, Mark Kettenis wrote: > > > > Date: Sat, 14 Jan 2023 21:08:38 +0100 > > > > From: Theo Buehler > > > > > > > > This moves constants from .text into .rodata. >

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2023/01/16 10:22:11 Modified files: textproc/py-nltk: Makefile distinfo textproc/py-nltk/pkg: PLIST Log message: update nltk to 3.8.1

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2023/01/16 10:09:44 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches: patch-setupext_py graphics/py-matplotlib/pkg: PLIST Added files:

x11/qt5/qtwebengine: amd64 assembly fixes.

2023-01-16 Thread Theo Buehler
Move constants in perl generated BoringSSL assembly from .text to .rodata. This fixes the build (and only the build) on x-only amd64. I'll look into fixes for the aarch64 perlasm later. There the build succeeds, but runtime failures are likely. Similar fixes will be needed by anything that

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2023/01/16 07:49:53 Modified files: multimedia/x264: Makefile Log message: only set AS=nasm for the architectures that use it, instead of globally tested on arm64 and amd64 sthen@ came up with

Re: libgcrypt: arm64 assembly fixes

2023-01-16 Thread Stuart Henderson
On 2023/01/15 10:19, Stuart Henderson wrote: > On 2023/01/14 22:04, Mark Kettenis wrote: > > > Date: Sat, 14 Jan 2023 21:08:38 +0100 > > > From: Theo Buehler > > > > > > This moves constants from .text into .rodata. > > > > > > All tests pass, gnupg tests work, gpgme and gcr build. > > > >

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2023/01/16 06:56:11 Modified files: multimedia/x264: Makefile Log message: undo previous it worked last week but the BDEP isn't for this arm64 for 2+ years?

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2023/01/16 06:47:09 Modified files: multimedia/x264: Makefile Log message: x264's configure script fails to find nasm, so naturally it uses it. add as a BDEP

NEW: Mercator-0.2.0

2023-01-16 Thread Gonzalo L. Rodriguez
Hola, This is a new port for Mercator: "OpenStreetMap but as terminal user interface (TUI)" https://github.com/mrusme/mercator OK? Comments? Cheers.- -- %gonzalo mercator.tgz Description: Binary data

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/01/16 06:19:50 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: Update for OSV-Scanner to 1.1.0 OK lraab@

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 06:18:04 Modified files: benchmarks/netperf-wrapper: Makefile distinfo benchmarks/netperf-wrapper/patches: patch-flent_build_info_py benchmarks/netperf-wrapper/pkg: PLIST-main

UPDATE games/freeciv

2023-01-16 Thread Kirill Bychkov
Hi, Attcahed patch updates freeciv to 3.0.5 version. I moved all locale files to -share package so a @conflict marker was added. Ok? Changelogs available here: http://www.freeciv.org/wiki/NEWS-3.0.0 https://www.freeciv.org/wiki/NEWS-3.0.5 freeciv-3.0.5.diff Description: Binary data

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/01/16 06:16:31 Modified files: www/reader : Makefile distinfo modules.inc Log message: Update for reader to 0.4.0 OK op@

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-16 Thread SASANO Takayoshi
Hi, Here is newer version, - include files are at /usr/local/include/alsa-lib/{alsa/...} - libraries at /usr/local/lib/alsa-lib/... - alsa.m4 is at /usr/local/share/aclocal - pkg-config files are at /usr/local/lib/pkgconfig but renamed to alsa -> alsa-lib, alsa-topology ->

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 05:13:03 Modified files: math/py-numpy : Makefile distinfo math/py-numpy/patches: patch-numpy_core_setup_common_py math/py-numpy/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 05:12:24 Modified files: graphics/makehuman: Makefile Log message: mark makehuman as BROKEN for now; it was triggering a deprecation in older numpy which has now become a failure

CVS: cvs.openbsd.org: ports

2023-01-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/16 05:07:53 Modified files: net/rabbitmq : Makefile distinfo net/rabbitmq/patches: patch-deps_rabbit_scripts_rabbitmq-env

Re: Remove devel/gas?

2023-01-16 Thread Stuart Henderson
On 2023/01/16 11:46, Dima Pasechnik wrote: > On Mon, Jan 16, 2023 at 09:12:26AM +0100, Antoine Jacoutot wrote: > > On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > > > > > > When I imported binutils back in August, sthen@ hinted that it was a > > > bit strange to now have gas in

Re: Remove devel/gas?

2023-01-16 Thread Dima Pasechnik
On Mon, Jan 16, 2023 at 09:12:26AM +0100, Antoine Jacoutot wrote: > On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > > > > When I imported binutils back in August, sthen@ hinted that it was a > > bit strange to now have gas in a separate port [1], to which I agreed. > > > >

aarch64 bulk build report

2023-01-16 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Jan 14 04:53:00 MST 2023 finished at Mon Jan 16 01:27:56 MST 2023 lasted 1D20h34m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1968: Fri Jan 13 21:23:54 MST 2023 built packages:11197 Jan 14:3572 Jan 15:4793 Jan 16:2831 critical

Re: Remove devel/gas?

2023-01-16 Thread Antoine Jacoutot
On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > Hi ports@, > > When I imported binutils back in August, sthen@ hinted that it was a > bit strange to now have gas in a separate port [1], to which I agreed. > > Following the binutils 2.40 update, I enabled the build of gas in