CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 23:18:03

Modified files:
emulators/citra: Makefile 

Log message:
emulators/citra: mark BROKEN

After net/nheko is now the second port that breaks in a mysterious way
due to a bad interaction of  with .

In file included from 
/tmp/pobj/citra-0.0.0.1827/citra-unified-source-20230110-ad2cbe2/externals/dyn
armic/src/dynarmic/frontend/A32/a32_types.cpp:9:
In file included from /usr/include/c++/v1/ostream:140:
In file included from /usr/include/c++/v1/locale:218:
/usr/include/c++/v1/__bsd_locale_fallbacks.h:110:5: error: cannot initialize a 
parameter of type '__
va_list_tag *' with an lvalue of type 'va_list' (aka '__va_list_tag[1]')
va_start(__va, __format);
^~~~
/usr/include/stdarg.h:34:47: note: expanded from macro 'va_start'
#define va_start(ap, last)  __builtin_va_start((ap), last)
^~~~



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 23:14:26

Modified files:
devel/boost: Makefile distinfo 
devel/boost/patches: patch-Jamroot 
devel/boost/pkg: PLIST-main 
Removed files:
devel/boost/patches: patch-boost_beast_ssl_ssl_stream_hpp 
 patch-boost_phoenix_stl_hpp 
 patch-boost_unordered_detail_foa_core_hpp 
 patch-libs_context_build_Jamfile_v2 
 patch-libs_filesystem_src_unique_path_cpp 
 patch-libs_log_src_posix_object_name_cpp 

Log message:
Update to boost 1.84

>From brad

https://www.boost.org/users/history/version_1_84_0.html



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 16:59:15

Modified files:
security/yubico/yubico-piv-tool: Makefile distinfo 
security/yubico/yubico-piv-tool/patches: 
 patch-tool_yubico-piv-tool_c 

Log message:
update to yubico-piv-tool 2.4.2



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 16:00:17

Modified files:
security/ssh-askpass-fullscreen: Makefile distinfo 
Added files:
security/ssh-askpass-fullscreen/patches: 
 
patch-src_ssh-askpass-fullscreen_c 
Removed files:
security/ssh-askpass-fullscreen/patches: 
 patch-ssh-askpass-fullscreen_c 

Log message:
update to ssh-askpass-fullscreen 1.3

Old SITES is dead, upstream switched to github and autoconf
https://github.com/atj/ssh-askpass-fullscreen/releases



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/12/18 15:20:58

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

Log message:
Update to dmd-2.106.0, with a new bootstrap post-libc major bump.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 13:19:07

Modified files:
sysutils/uefitool: Makefile distinfo 

Log message:
update to UEFITool A68



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 12:05:59

Modified files:
security/libssh: Tag: OPENBSD_7_4 Makefile distinfo 
security/libssh/patches: Tag: OPENBSD_7_4 
 patch-tests_unittests_torture_misc_c 

Log message:
update to libssh-0.10.6

CVE-2023-6004: Command injection using malicious hostname in expanded
proxy command.

CVE-2023-48795: Avoid potential downgrade attacks by implementing strict
kex. ("Terrapin")

CVE-2023-6918: Avoid potential use of weak keys in low memory conditions
by systematically checking return values of MD functions.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 12:05:47

Modified files:
security/libssh: Makefile distinfo 
security/libssh/patches: patch-tests_unittests_torture_misc_c 

Log message:
update to libssh-0.10.6

CVE-2023-6004: Command injection using malicious hostname in expanded
proxy command.

CVE-2023-48795: Avoid potential downgrade attacks by implementing strict
kex. ("Terrapin")

CVE-2023-6918: Avoid potential use of weak keys in low memory conditions
by systematically checking return values of MD functions.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 11:28:00

Modified files:
net/putty  : Tag: OPENBSD_7_4 Makefile distinfo 

Log message:
update to putty-0.80

- Fix for a newly discovered security issue known as the 'Terrapin'
attack, also numbered CVE-2023-48795. The issue affects widely-used
OpenSSH extensions to the SSH protocol: the ChaCha20+Poly1305 cipher
system, and 'encrypt-then-MAC' mode.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 11:27:38

Modified files:
net/putty  : Makefile distinfo 

Log message:
update to putty-0.80

- Fix for a newly discovered security issue known as the 'Terrapin'
attack, also numbered CVE-2023-48795. The issue affects widely-used
OpenSSH extensions to the SSH protocol: the ChaCha20+Poly1305 cipher
system, and 'encrypt-then-MAC' mode.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 10:53:07

Modified files:
graphics/asymptote: Makefile 

Log message:
graphics/asymptote: switch to base-clang with -O0

Only mail/stalwart/jmap and gcc on i386 remain as llvm/13 consumers.

from brad, with a slight tweak to use C{,XX}FLAGS_base-clang from me



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Moritz Buhl
CVSROOT:/cvs
Module name:ports
Changes by: mb...@cvs.openbsd.org   2023/12/18 08:40:36

Modified files:
net: Makefile 

Log message:
+senpai
+soju



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 08:25:41

Modified files:
graphics/ffmpeg/patches: patch-libavformat_utils_c 

Log message:
ffmpeg: link to upstream commit that contains the same analysis and diff

https://github.com/FFmpeg/FFmpeg/commit/ab792634197e364ca1bb194f9abe36836e42f12d



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 08:13:06

Modified files:
graphics/ffmpeg: Makefile 
Added files:
graphics/ffmpeg/patches: patch-libavformat_utils_c 

Log message:
ffmpeg: prevent llvm 16 from optimizing away checks

llvm 16 optimizations led to a segfault when seeking in opus files because
checks that could leave pos_max uninitialized are optimized away, leading
to out-of-bounds reads from the guard pages.

https://marc.info/?l=openbsd-ports=170284868209618=2
https://github.com/FFmpeg/FFmpeg/commit/51066987cf05a7cad567e965fa637e28f9d902c5



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2023/12/18 07:49:57

Modified files:
audio/ncspot   : distinfo 

Log message:
audio/ncspot: oops, missed distinfo for prior commit



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2023/12/18 07:48:48

Modified files:
audio/ncspot   : Makefile crates.inc 

Log message:
audio/ncspot: update to 1.0.0

with tweaks and ok from tb@, ok kn@ and MAINTAINER



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 05:44:17

Modified files:
print/py-pikepdf: Makefile distinfo 
print/py-pikepdf/pkg: PLIST 
Removed files:
print/py-pikepdf/patches: patch-tests_test_io_py 

Log message:
update to py3-pikepdf-8.10.1

remove the comment about checking pdfarranger, there haven't been
any issues with updates recently



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 05:40:20

Modified files:
devel  : Makefile 

Log message:
+py-deprecated



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 05:39:59

Log message:
import ports/devel/py-deprecated, ok kn@

Python @deprecated decorator to deprecate old python classes, functions
or methods.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20231218

N ports/devel/py-deprecated/Makefile
N ports/devel/py-deprecated/distinfo
N ports/devel/py-deprecated/pkg/DESCR
N ports/devel/py-deprecated/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 05:37:10

Modified files:
devel/clang-tools-extra: Makefile 
devel/codechecker: Makefile 
x11/qt6/qttools: Makefile 
x11/qt5/qttools: Makefile 
lang/clazy : Makefile 
devel/kdevelop : Makefile 

Log message:
bump REVISION, deps changed (llvm->16)



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 05:29:09

Modified files:
emulators/xnp21kai: Makefile 

Log message:
mark BROKEN-i386



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/18 05:12:42

Modified files:
print/py-pypdf : Makefile distinfo 

Log message:
Update to py3-pypdf-3.17.3.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:58:18

Modified files:
textproc   : Makefile 

Log message:
+ syrics



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:57:01

Log message:
import syrics-0.0.1.8;  OK lraab

A command line tool to fetch lyrics from spotify and save it to lrc file.
It can fetch both synced and unsynced lyrics from spotify.

You can find API version at 
https://github.com/akashrchandran/spotify-lyrics-api

Status:

Vendor Tag: kn
Release Tags:   kn_20231218

N ports/textproc/syrics/Makefile
N ports/textproc/syrics/distinfo
N ports/textproc/syrics/pkg/DESCR
N ports/textproc/syrics/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:55:22

Modified files:
www: Makefile 

Log message:
+ py-spotipy,python3



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:54:38

Log message:
import py3-spotipy-2.22.1;  Feedback OK lraab

Spotipy is a lightweight Python library for the Spotify Web API.  With 
Spotipy
you get full access to all of the music data provided by the Spotify 
platform.

Spotipy supports all of the features of the Spotify Web API including 
access to
all end points, and support for user authorization.  For details on the
capabilities you are encouraged to review the Spotify Web API documentation.

Status:

Vendor Tag: kn
Release Tags:   kn_20231218

N ports/www/py-spotipy/Makefile
N ports/www/py-spotipy/distinfo
N ports/www/py-spotipy/pkg/DESCR
N ports/www/py-spotipy/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:53:27

Modified files:
audio  : Makefile 

Log message:
+ py-tinytag,python3



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/18 04:51:31

Log message:
import py3-tinytag-1.10.1;  Feedback OK lraab

tinytag is a library for reading music meta data of most common audio files
in pure Python.

tinytag only provides the minimum needed for _reading_ meta-data.
It can determine track number, total tracks, title, artist, album, year,
duration and any more.

Status:

Vendor Tag: kn
Release Tags:   kn_20231218

N ports/audio/py-tinytag/Makefile
N ports/audio/py-tinytag/distinfo
N ports/audio/py-tinytag/pkg/DESCR
N ports/audio/py-tinytag/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/12/18 04:11:10

Modified files:
games/cgoban   : Makefile distinfo 

Log message:
games/cgoban: update to 1.9.14, released 20 years ago.

while here use a working HOMEPAGE, switch to sourceforge, and fixup WANTLIB.



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/18 03:41:45

Modified files:
devel/py-pip   : Makefile distinfo 

Log message:
update to py3-pip-23.3.2



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2023/12/18 02:31:35

Modified files:
security/qtkeychain: Makefile 

Log message:
Add Qt6 FLAVOR. Needed for upcoming ownCloud client update.
Tweaks and OK kn@, thanks!



CVS: cvs.openbsd.org: ports

2023-12-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/18 02:00:40

Modified files:
security/c2sp-testvectors: Makefile distinfo 
security/c2sp-testvectors/pkg: PLIST 

Log message:
Update c2sp-testvectors to 20231217