CVS: cvs.openbsd.org: ports

2023-03-03 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/04 00:53:27

Modified files:
devel  : Makefile 

Log message:
devel/Makefile: +highway



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/04 00:52:35

Log message:
Import devel/highway 1.0.3.

Highway is a C++ library that provides portable SIMD/vector intrinsics.

Dependency of upcoming graphics/libjxl

All tests pass on amd64/arm64/i836.
ok tb@ sthen@

Status:

Vendor Tag: landry
Release Tags:   landry_20230304

N ports/devel/highway/Makefile
N ports/devel/highway/distinfo
N ports/devel/highway/pkg/PLIST
N ports/devel/highway/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Ricardo Mestre
CVSROOT:/cvs
Module name:ports
Changes by: mes...@cvs.openbsd.org  2023/03/03 16:01:53

Modified files:
www/yt-dlp : Makefile distinfo 

Log message:
update to 2023.03.03

from tb@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/03/03 13:55:58

Modified files:
editors/libreoffice: Makefile distinfo 
editors/libreoffice/patches: patch-configure 
 
patch-officecfg_registry_schema_org_openoffice_Office_Common_xcs 

Log message:
update to 7.5.1.2



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2023/03/03 12:43:02

Modified files:
net/filezilla  : Makefile distinfo 

Log message:
Update to libfilezilla-3.63.2.1

Changes: https://filezilla-project.org/versions.php

Bump major due to symbol removal.



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/03 11:36:04

Modified files:
www/opensearch-dashboards: Makefile distinfo 
www/opensearch-dashboards/patches: 
   
patch-src_setup_node_env_node_version_validator_js 
www/opensearch-dashboards/pkg: PLIST opensearch_dashboards.rc 
Removed files:
www/opensearch-dashboards/patches: patch-package_json 

Log message:
update www/opensearch-dashboards to 2.6.0

port-wise: change the rc.d script since now it wants to be run from
/usr/local/opensearch-dashboards.  While here use a different "fix"
for the runtime node js version check (i.e. neuter it completely).

ok pvk@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/03/03 11:32:34

Modified files:
textproc/opensearch: Makefile distinfo 
textproc/opensearch/pkg: PLIST 

Log message:
update textproc/opensearch to 2.6.0

release notes:
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.6.0.md

ok pvk@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/03/03 09:53:32

Modified files:
archivers/zstd : Makefile 
Added files:
archivers/zstd/patches: patch-programs_fileio_c 

Log message:
archivers/zstd: unbreak on strict alignment architectures

For compilers defining __GNUC__, the new zstd defaults to using versions
of uint16_t, uint32_t, and uint64_t with __attribute__((aligned(1))).
That doesn't end well on sparc64, for example. Disable this default
unaligned access everywhere and fall back to memcpy(). This unbreaks
cmake's zstd detection and with it x11/qt6/qtbase among other things.

Also fix a crash due to a setvbuf() call with a NULL FILE * that
happens for example if the user has insufficient permissions to
create the output file.

ok bket (maintainer) sthen



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2023/03/03 09:52:37

Modified files:
misc/openbabel : Makefile 
misc/openbabel/pkg: PLIST 

Log message:
Add math/eigen3 as BDEP

tb@ found that openbabel has a hidden dep on math/eigen3. Bump minor of
libopenbabel because of addition of symbols.

OK tb@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Aisha Tammy
CVSROOT:/cvs
Module name:ports
Changes by: ai...@cvs.openbsd.org   2023/03/03 09:16:30

Modified files:
security/keycloak: Makefile distinfo 
security/keycloak/pkg: PLIST 

Log message:
update to 21.0.1

Fixes an important issue where database setup was broken and you had to 
manually run an SQL command to fix stuff - 
https://github.com/keycloak/keycloak/commit/5e90c3f915eb79fc78cc953b3f66cbee507bcb27

pk rsadowski@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/03/03 06:53:03

Modified files:
devel/libofx   : Makefile distinfo 
devel/libofx/pkg: PLIST 

Log message:
devel/libofx: update to 0.10.9.

switch to github for MASTER_SITES
see https://github.com/libofx/libofx/releases/tag/0.10.9
& https://github.com/libofx/libofx/releases/tag/0.10.8



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/03/03 04:42:45

Modified files:
multimedia/libv4l: Makefile 
Added files:
multimedia/libv4l/patches: 
   patch-lib_libv4lconvert_libv4lsyscall-priv_h 

Log message:
multimedia/libv4l: __syscall(2) is gone. Use mmap(2) instead.

This fixes the build of graphics/ffmpeg on ld.bfd architectures.
This will have to be revisited once we endeavor to kill syscall(2),
but that's not going to happen right now.

It is quite sad that our old crappy ld.bfd is better in may ways
than the shiny new ld.lld: it seems much less prone to producing
artefacts with runtime breakage.

ok kn (who had a similar diff)



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/03 02:47:09

Modified files:
x11/remmina: Makefile 

Log message:
py-gobject -> py-gobject3



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 02:14:32

Modified files:
net/libproxy   : Makefile 

Log message:
libproxy: use MODPY_BIN rather than autodetecting; unbreaks packaging if
Python 3.11 is installed. Reported by daniel@, I found a simpler fix.
ok aja@



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 02:10:10

Modified files:
net/wireshark  : Makefile distinfo 

Log message:
update to wireshark-4.0.4



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/03 02:05:41

Modified files:
x11/remmina: Makefile distinfo 
x11/remmina/patches: patch-CMakeLists_txt 
 patch-plugins_vnc_vnc_plugin_c 
x11/remmina/pkg: PLIST 
Added files:
x11/remmina/patches: patch-src_remmina_ssh_c 

Log message:
Update to remmina-1.4.29.



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 01:28:52

Modified files:
devel/py-gitpython: Makefile 

Log message:
bump py3-GitPython REVISION to keep above -stable (default py3 version changed)



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 01:26:59

Modified files:
devel/py-gitpython: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
update to py3-GitPython-3.1.31, CVE-2022-24439



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/03 01:26:31

Modified files:
net/netatalk   : Makefile distinfo 
net/netatalk/patches: patch-configure patch-etc_uams_Makefile_in 
net/netatalk/pkg: PLIST 
Removed files:
net/netatalk/patches: patch-etc_afpd_directory_h 
  patch-etc_afpd_volume_h 
  patch-etc_uams_uams_dhx_passwd_c 
  patch-etc_uams_uams_randnum_c 

Log message:
Update to netatalk-2.2.8.



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 01:25:23

Modified files:
devel/py-gitpython: Makefile distinfo 

Log message:
update to py3-GitPython-3.1.31, CVE-2022-24439



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/03/03 01:13:35

Modified files:
sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.7.8



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/03 01:05:41

Modified files:
net/netatalk3  : Tag: OPENBSD_7_2 Makefile 
Added files:
net/netatalk3/patches: Tag: OPENBSD_7_2 
   patch-libatalk_dsi_dsi_write_c 

Log message:
SECURITY fix for CVE-2022-43634.



CVS: cvs.openbsd.org: ports

2023-03-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/03/03 01:00:47

Modified files:
net/netatalk3  : Makefile 
Added files:
net/netatalk3/patches: patch-libatalk_dsi_dsi_write_c 

Log message:
SECURITY fix for CVE-2022-43634.