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: patch-src_common_utility_cpp 
>   patch-src_gui_CMakeLists_txt 
>   net/owncloudclient/pkg: PLIST 
> Added files:
>   net/owncloudclient/patches: patch-src_common_utility_h 
>   patch-src_common_utility_unix_cpp 
>   patch-src_libsync_platform_cpp 
> Removed files:
>   net/owncloudclient/patches: 
>   patch-src_csync_ConfigureChecks_cmake 
>   patch-src_csync_std_c_private_h 
> 
> Log message:
> update to owncloudclient-3.0.0.9215

Fails to configure here:


>>> Building on exopi-4 under net/owncloudclient
 BDEPENDS = 
[devel/libinotify;x11/qt5/qttools,-main;archivers/xz;devel/kf5/extra-cmake-modules;x11/qt5/qtbase,-main;devel/cmake;databases/sqlite3;security/qtkeychain;devel/ninja]
 DIST = [net/owncloudclient:ownCloud-3.0.0.9215.tar.xz]
 FULLPKGNAME = owncloudclient-3.0.0.9215
 RDEPENDS = 
[devel/desktop-file-utils;x11/qt5/qtbase,-main;misc/shared-mime-info;databases/sqlite3;security/qtkeychain;devel/libinotify;x11/gtk+3,-guic]
(Junk lock obtained for exopi-4 at 1673918473.82)
>>> Running depends in net/owncloudclient at 1673918473.84
   last junk was in graphics/evince
/usr/sbin/pkg_add -aI -Drepair extra-cmake-modules-5.102.0 qtkeychain-0.13.2 
qttools-5.15.8
was: /usr/sbin/pkg_add -aI -Drepair cmake-3.25.1v0 extra-cmake-modules-5.102.0 
libinotify-20211018 ninja-1.11.1 qtbase-5.15.8p0 qtkeychain-0.13.2 
qttools-5.15.8 sqlite3-3.39.4 xz-5.2.9
/usr/sbin/pkg_add -aI -Drepair extra-cmake-modules-5.102.0 qtkeychain-0.13.2 
qttools-5.15.8
>>> Running show-prepare-results in net/owncloudclient at 1673918477.35
===> net/owncloudclient
===> owncloudclient-3.0.0.9215 depends on: extra-cmake-modules-* -> 
extra-cmake-modules-5.102.0
===> owncloudclient-3.0.0.9215 depends on: cmake-* -> cmake-3.25.1v0
===> owncloudclient-3.0.0.9215 depends on: ninja-* -> ninja-1.11.1
===> owncloudclient-3.0.0.9215 depends on: qttools-* -> qttools-5.15.8
===> owncloudclient-3.0.0.9215 depends on: xz-* -> xz-5.2.9
===> owncloudclient-3.0.0.9215 depends on: sqlite3-* -> sqlite3-3.39.4
===> owncloudclient-3.0.0.9215 depends on: libinotify-* -> libinotify-20211018
===> owncloudclient-3.0.0.9215 depends on: qtkeychain-* -> qtkeychain-0.13.2
===> owncloudclient-3.0.0.9215 depends on: qtbase-* -> qtbase-5.15.8p0
===>  Verifying specs:  Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network 
Qt5Widgets Qt5Xml c m qt5keychain sqlite3 z c++ c++abi pthread 
lib/inotify/inotify
===>  found Qt5Concurrent.4.0 Qt5Core.4.0 Qt5DBus.3.0 Qt5Gui.3.0 Qt5Network.4.0 
Qt5Widgets.4.0 Qt5Xml.3.0 c.96.5 m.10.1 qt5keychain.2.0 sqlite3.37.21 z.7.0 
c++.9.0 c++abi.6.0 pthread.26.4 lib/inotify/inotify.3.0
cmake-3.25.1v0
extra-cmake-modules-5.102.0
libinotify-20211018
ninja-1.11.1
qtbase-5.15.8p0
qtkeychain-0.13.2
qttools-5.15.8
sqlite3-3.39.4
xz-5.2.9
(Junk lock released for exopi-4 at 1673918480.10)
distfiles size=5676836
>>> Running patch in net/owncloudclient at 1673918480.12
===> net/owncloudclient
===>  Checking files for owncloudclient-3.0.0.9215
`/exopi-cvs/ports/distfiles/ownCloud-3.0.0.9215.tar.xz' is up to date.
>> (SHA256) ownCloud-3.0.0.9215.tar.xz: OK
===>  Extracting for owncloudclient-3.0.0.9215
===>  Patching for owncloudclient-3.0.0.9215
===>   Applying OpenBSD patch patch-src_common_utility_cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|Index: src/common/utility.cpp
|--- src/common/utility.cpp.orig
|+++ src/common/utility.cpp
--
Patching file src/common/utility.cpp using Plan A...
Hunk #1 succeeded at 163.
done
===>   Applying OpenBSD patch patch-src_common_utility_h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|Upstream commit 2d6b2d3c036f44a5c2a9e58321364c210401ff12
|
|Index: src/common/utility.h
|--- src/common/utility.h.orig
|+++ src/common/utility.h
--
Patching file src/common/utility.h using Plan A...
Hunk #1 succeeded at 381.
done
===>   Applying OpenBSD patch patch-src_common_utility_unix_cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|Upstream commit 2d6b2d3c036f44a5c2a9e58321364c210401ff12
|
|Index: src/common/utility_unix.cpp
|--- src/common/utility_unix.cpp.orig
|+++ src/common/utility_unix.cpp
--
Patching file src/common/utility_unix.cpp using Plan A...
Hunk #1 succeeded at 111.
done
===>   Applying OpenBSD patch patch-src_gui_CMakeLists_txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
-

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 overflow in the Redis SETRANGE and
SORT/SORT_RO commands can drive Redis to OOM panic
- CVE-2023-22458: Integer overflow in the Redis HRANDFIELD and
ZRANDMEMBER commands can lead to denial-of-service



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@



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

Log message:
archivers/xz: update to 5.4.1

Significant changes:
* threaded .xz decompressor
* decompression support for the .lz (lzip) file format
* upstream pledge(2) sandboxing

Also use the package description provided by upstream.



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



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



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 
  
patch-arch_arm64_boot_dts_qcom_sc8280xp-pmics_dtsi 
sysutils/firmware/arm64-qcom-dtb: Makefile 

Log message:
Add an RTC node to the Lenovo Thinkpad x13s device tree.



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 https://github.com/openbsd/ports/pull/10



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 revisit switching from the dune build system back to
autoconf which could make future dune updates easier to do.

diff from Volker Schlecht; ok chrisz@



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 : Makefile distinfo 
lang/erlang/21/patches: patch-Makefile_in 
patch-erts_emulator_Makefile_in 
patch-erts_etc_common_ct_run_c 
patch-erts_etc_common_dialyzer_c 
patch-erts_etc_common_erlc_c 
patch-erts_etc_common_escript_c 
patch-erts_etc_common_typer_c 
patch-erts_lib_src_Makefile_in 
patch-lib_crypto_c_src_crypto_c 
patch-lib_crypto_c_src_otp_test_engine_c 
patch-lib_dialyzer_src_dialyzer_plt_erl 
patch-lib_tools_c_src_Makefile_in 
patch-lib_wx_configure_in 
patch-make_install_bin 
patch-make_target_mk 
lang/erlang/21/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx 

Log message:
retire lang/erlang/21, from Volker Schlecht (maintainer), plus I added
@pkgpath markers in erlang/25. agreement from ajacoutot@ rsadowski@



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 
Removed files:
devel/rebar: Makefile distinfo 
devel/rebar/patches: patch-bootstrap 
 patch-src_rebar_escripter_erl 
devel/rebar/pkg: DESCR PLIST 

Log message:
devel/rebar is no longer used now that riak has been removed (and depends
on lang/erlang/21); remove it and set @pkgpath/quirks so that it's replaced
with rebar3 (which supports newer erlang).

>From Volker Schlecht, agreement from ajacoutot@ rsadowski@



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

Log message:
Tor Browser: out of the box support for some Pluggable Transports

Provide default bridges for the meek-azure, obfs4 and snowflake
Pluggable Transports and put the necessary bits in torrc-defaults
so those Pluggable Transports work out of the box.

Prodded by discussion on ports@ started by u...@disroot.org.
With help and feedback from richard and PieroV from Tor.
Earlier version tested by Yifei Zhan.

OK sthen@



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@



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



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:
graphics/py-matplotlib/patches: patch-mplsetup_cfg_template 
Removed files:
graphics/py-matplotlib/patches: patch-setup_cfg_template 
patch-setup_py 

Log message:
update py-matplotlib to 3.6.3

- switches from previously bundled qhull to depending on math/qhull
- no more jquery-ui
- tests turned off until someone has time to make them work

ok sthen@



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 the same diff



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



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 

Log message:
update to flent-2.1.1



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@



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 py3-numpy-1.24.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 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

https://github.com/makehumancommunity/makehuman/issues/217



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 
  patch-deps_rabbit_scripts_rabbitmq-server 
net/rabbitmq/pkg: PLIST rabbitmq.rc 
Added files:
net/rabbitmq/patches: 
  patch-deps_rabbit_scripts_rabbitmq-defaults 
Removed files:
net/rabbitmq/patches: patch-deps_rabbitmq_cli_mix_exs 

Log message:
update to rabbitmq-3.10.13, from Volker Schlecht