CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/06/17 23:31:44

Modified files:
x11/qt6: Makefile 

Log message:
+QtMultimedia



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/06/17 23:31:22

Modified files:
x11/qt6/qtmultimedia: distinfo 
x11/qt6/qtmultimedia/pkg: PLIST 

Log message:
Update QtMultimedia to 6.3.1



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/06/17 23:19:32

Log message:
Import qt6-qtmultimedia-6.3.1, ok sthen@

Comment:
Qt6 multimedia components

Description:
Qt Multimedia is an essential module that provides a rich set of QML types 
and
C++ classes to handle multimedia content. It also provides necessary APIs to
access the camera and radio functionality. The included Qt Audio Engine
provides types for 3D positional audio playback and content management.

Maintainer: Rafael Sadowski 

WWW: https://www.qt.io/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20220618

N ports/x11/qt6/qtmultimedia/Makefile
N ports/x11/qt6/qtmultimedia/distinfo
N ports/x11/qt6/qtmultimedia/pkg/DESCR
N ports/x11/qt6/qtmultimedia/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/06/17 23:12:19

Modified files:
lang/clazy : Makefile 

Log message:
Mark lang/clazy BROKEN-sparc64

ok rsadowski (maintainer)



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/06/17 17:21:28

Modified files:
databases/mariadb: Makefile 
databases/mariadb/pkg: PFRAG.le-tests PLIST-tests 

Log message:
Fix build on sparc64 and other big endian arches by moving test files
for a little-endian-only storage engine to PFRAG.le-tests

from Brad Smith (maintainer)



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2022/06/17 14:43:14

Modified files:
net/tor: Tag: OPENBSD_7_1 Makefile distinfo 

Log message:
Update to tor 0.4.7.8.

Fixes a high severity DoS vulnerability, tracked as TROVE-2022-001 and
CVE-2022-33903.



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2022/06/17 14:41:54

Modified files:
net/tor: Makefile distinfo 

Log message:
Update to tor 0.4.7.8.

Fixes a high severity DoS vulnerability, tracked as TROVE-2022-001 and
CVE-2022-33903.



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2022/06/17 12:47:16

Modified files:
misc/p5-OPCUA-Open62541: Makefile distinfo 

Log message:
update p5-OPCUA-Open62541 to 1.01



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2022/06/17 12:21:49

Modified files:
converters/p5-Cpanel-JSON-XS: Makefile distinfo 

Log message:
update p5-Cpanel-JSON-XS to 4.30



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2022/06/17 11:58:19

Modified files:
www/p5-WWW-Mechanize: Makefile distinfo 

Log message:
update p5-WWW-Mechanize to 2.09



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/06/17 07:08:53

Modified files:
sysutils/kubectl: Makefile distinfo 

Log message:
Update kubectl to 1.24.1



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/06/17 07:05:00

Modified files:
mail/notmuch/notmuch: Makefile 

Log message:
PLIST change -> bump



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2022/06/17 07:03:04

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got 0.71

- got patch: fail when reading empty hunks (op)
- got patch: switch from fseek() to fseeko(), use unary minus (naddy)
- got patch: avoid open/sync/close of the fileindex over and over again (op)
- make got_privsep_recv_tree() reject trees with less than zero entries
- plug memory leak in an error path of got_privsep_recv_tree()
- prevent an out-of-bounds access in got_privsep_recv_tree()
- parse tree entries into an array instead of a pathlist for speed
- batch up tree entries in imsg instead of sending one imsg per tree entry
- imsg_add() frees its msg argument on error; avoid double-free in error paths
- avoid malloc/free for duplicate check in got_pathlists_insert()
- plug a small memleak on error in got_pack_create()
- fix paths stored in pack meta data, improving file deltification
- store a path hash instead of a verbatim path in pack meta data
- reduce the amount of memory used for caching deltas during deltification
- shrink struct got_pack_meta a bit by removing the have_reused_delta flag
- use random seeds for murmurhash2 (op)
- fix bug in findwixt() which caused pack files with missing parent commits
- avoid looping over deltas twice in dump_delta_chain_to_{file,mem}()
- open tempfiles needed for delta application upfront, for future gotwebd
- reduce GOT_PACK_CACHE_SIZE to 32 to accomodate for previous tempfile change
- tog: override SIGTERM and SIGINT handlers to avoid ncurses cleanup() handler
- move creation of tempfiles outside of lib/diff.c
- tests: don't pass $ret to test_done on failure when it's known to be zero (op)
- tests: set `ret' in a few places where it was forgotten (op)
- convert delta cache to a hash table
- implicitly unstage changes when staging the reverse of a staged diff (op)
- implement object enumeration support in got-read-pack for speed
- add one-line output mode to got log with -s flag (patch by Evan Silberman)
- rename the former got log -s (search) flag to got log -S
- make it possible to match committed patches with got log -p -S pattern
- tog: add key bindings for half-page scroll (patch by Mikhail, Mark Jamsek)
- make got log -S match author name and commit ID, like tog search does (op)
- got patch: ensure new and old paths are NUL-terminated (op)
- got patch: guard against invalid (negative) line offsets (op)
- got patch: use ints for line offsets instead of longs (op)
- remove redundant datalen checks before calling recv_imsg_error (op)
- use strndup instead of malloc+memcpy in privsep.c (op)
- do stricter validation of data received from libexec helpers (op)
- move got_opentempfd() out of got_repo_open(), for future gotwebd (tracey)
- fix D_GOTWWW default path; gotweb can now run without a config file again
- add horizontal scrolling to tog diff, blame, and log views (Mark Jamsek)
- show last-modified date in the "tog ref" view if 'm' is pressed (Mark Jamsek)
- make tog horizontal scrolling work with unicode (with op@)



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/06/17 06:55:27

Modified files:
x11/qt6: Makefile Makefile.version 
x11/qt6/qt5compat: distinfo 
x11/qt6/qt5compat/pkg: PLIST 
x11/qt6/qtbase : Makefile distinfo 
x11/qt6/qtbase/patches: patch-cmake_QtPlatformSupport_cmake 
patch-src_corelib_plugin_qelfparser_p_cpp 

patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 
patch-src_testlib_qtestcase_cpp 
x11/qt6/qtbase/pkg: PLIST-global PLIST-main 
x11/qt6/qtdeclarative: Makefile distinfo 
x11/qt6/qtdeclarative/pkg: PLIST 
x11/qt6/qtimageformats: distinfo 
x11/qt6/qtimageformats/pkg: PLIST 
x11/qt6/qtlanguageserver: distinfo 
x11/qt6/qtquick3d: Makefile distinfo 
x11/qt6/qtquick3d/pkg: PLIST 
x11/qt6/qtquicktimeline: distinfo 
x11/qt6/qtquicktimeline/pkg: PLIST 
x11/qt6/qtshadertools: distinfo 
x11/qt6/qtshadertools/pkg: PLIST 
x11/qt6/qtsvg  : distinfo 
x11/qt6/qtsvg/pkg: PLIST 
x11/qt6/qttools: distinfo 
x11/qt6/qttools/pkg: PLIST 
x11/qt6/qttranslations: distinfo 
x11/qt6/qttranslations/pkg: PLIST 

Log message:
Update Qt6 to 6.3.1

Enable qttranslations qtquick3d and qtimageformats modules



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/06/17 05:11:45

Modified files:
geo/kgeotag: Makefile 

Log message:
PLIST change needs a bump.



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2022/06/17 02:02:14

Modified files:
emulators/stella: Makefile distinfo 
emulators/stella/pkg: PLIST 

Log message:
Update to stella-6.7.



CVS: cvs.openbsd.org: ports

2022-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/06/17 00:42:42

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 

Log message:
Update to amazon-ssm-agent-3.1.1575.0.