CVS: cvs.openbsd.org: ports

2024-06-03 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2024/06/03 01:19:08

Modified files:
www/nginx  : Makefile 
www/nginx/patches: patch-conf_mime_types 

Log message:
www/nginx: add text/javascript<->mjs mime mapping

required by nextcloud and probably other things in the nodejs ecosystem

discussed upstream at https://trac.nginx.org/nginx/ticket/2216

ok robert@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2024/06/03 03:33:51

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got 0.100 and fix TEST_DEPENDS by adding www/p5-HTTP-Daemon

see git repository history for per-change authorship information
- abort if we see a sha2 hash to quiet a potential compiler warning
- switch to using readdir because readdir_r is deprecated
- show hint about update -b if the user attempts to rebase a branch onto itself
- in got.1 EXAMPLES, mention how files can be moved or renamed
- fix running gotd regress in release tarball sources
- in gotd.8 add an example which illustrates how to create repositories for gotd
- don't leak the existence of gotd repositories to unrelated user accounts
- fix empty notification messages with multiple gotd notification targets
- display abbreviated commit/tag IDs in email notification subject lines
- fix Date header generated by got-notify-email
- regress: make server tests more robust against race hazard
- regress: replace userinfo(8) with the more common getent(1)
- fix wrong errno check in bufio_close_sync(), i.e. got-fetch-http
- bufio: crank BIO_CHUNK up to 64k for improved http fetch performance
- gotwebd.conf: remove `listen on socket off' and `unix_socket off' options
- gotwebd.conf: make `listen' a top-level statement
- gotwebd.conf: remove unix_socket_name option
- gotwebd.conf: allow changing the user ID which gotwebd runs as
- gotd/gotwebd: unify log.c
- gotwebd: use less temporary files in /tmp
- gotd/gotwebd: hide log_info() behind -v and log_debug behind -vv options
- fix confusing error message from 'got commit' upon uncommitable paths
- gotwebd: use the last matching fastcgi parameter if multiple parameters match
- gotwebd: remove previd and prevset query string parameter, they were unused
- plug 'got diff obj1 obj2' line metadata memory leak
- fix interop with servers that do not use Git protocol sidebands, such as git9
- reintroduce the 'got init' command as an alternative to 'gotadmin init'



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2024/06/03 05:26:58

Modified files:
databases/p5-DBIx-SearchBuilder: Makefile distinfo 
databases/p5-DBIx-SearchBuilder/pkg: PLIST 

Log message:
update to 1.82



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2024/06/03 05:28:37

Modified files:
www/rt : Makefile distinfo 
www/rt/pkg : PLIST 

Log message:
update to 5.0.6



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2024/06/03 06:37:33

Modified files:
www/chromium   : Makefile distinfo 
www/chromium/patches: 
  
patch-third_party_libaom_source_libaom_aom_ports_aarch64_cpudetect_c 
  patch-third_party_zlib_cpu_features_c 
  patch-v8_src_api_api_cc 
www/ungoogled-chromium: Makefile distinfo 
www/ungoogled-chromium/patches: 

patch-third_party_libaom_source_libaom_aom_ports_aarch64_cpudetect_c 
patch-third_party_zlib_cpu_features_c 
patch-v8_src_api_api_cc 

Log message:
update to 125.0.6422.141 + fix copy-pasto in arm64 cpudetect (from Brad)



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/06/03 07:11:09

Modified files:
sysutils/py-pipx: Makefile distinfo 
sysutils/py-pipx/pkg: PLIST 

Log message:
update to py3-pipx-1.6.0



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/06/03 07:11:11

Modified files:
sysutils/py-platformdirs: Makefile distinfo 

Log message:
update to py3-platformdirs-4.2.2



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2024/06/03 08:37:25

Modified files:
lang/dmd   : Makefile distinfo 
lang/dmd/patches: patch-dmd_compiler_src_dmd_link_d 
  patch-dmd_druntime_Makefile 
  patch-phobos_Makefile 
lang/dmd/pkg   : PLIST 

Log message:
Update to dmd-2.109.0
Changelog: https://dlang.org/changelog/2.109.0.html



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/03 12:50:52

Modified files:
devel/kf6/kdeclarative: Makefile 

Log message:
Add missing build dependency on x11/qt6/qtshadertools

Spotted by naddy



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/06/03 15:36:14

Modified files:
net/haproxy: Makefile distinfo 
net/haproxy/files: haproxy.cfg 
net/haproxy/pkg: PLIST haproxy.rc 
Added files:
net/haproxy/patches: patch-include_haproxy_quic_tls_h 

Log message:
Update to haproxy 3.0.0

Add a patch to enable ChaCha20-Poly1305 since in-place decryption was fixed.
This way machines without aesni support in libcrypto (in particular arm64)
work out of the box and we get testing until libressl is bumped to 4.0.0.

https://github.com/haproxy/haproxy/issues/2569
https://github.com/haproxy/haproxy/blob/v3.0.0/CHANGELOG

>From Lucas Gabriel Vuotto
Drop maintainer per request



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/06/03 16:29:38

Modified files:
net/haproxy: Makefile 

Log message:
haproxy: lucas takes over maintainer, thanks!



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/06/03 22:10:00

Modified files:
devel/py-wurlitzer: Makefile 
Removed files:
devel/py-wurlitzer/files: getsize.c 

Log message:
py3-wurlitzer: remove pre-configure hook patching sizeof FILE into python

With the update to 3.1.0 this became a noop. Add TDEP on py3-cffi.



CVS: cvs.openbsd.org: ports

2024-06-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/06/04 00:54:21

Modified files:
x11/smplayer   : Makefile distinfo 

Log message:
Update for SMPlayer to 24.5.0

"this is a simple update to 24.5.0 and adding a missing run dependency
of x11/qt5/qtdeclarative.
Upstream changed to github which got also addressed."

>From Florian Viehweger (thanks!)