CVS: cvs.openbsd.org: ports

2024-05-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/28 13:44:52

Modified files:
productivity/kmymoney: Makefile 

Log message:
kmymoney: missed bump



CVS: cvs.openbsd.org: ports

2024-05-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/28 01:18:47

Modified files:
security/xml-security-c: Makefile 
Added files:
security/xml-security-c/patches: 
 
patch-xsec_enc_OpenSSL_OpenSSLCryptoHashHMAC_cpp 

Log message:
xml-security-c: use the slightly less deprecated HMAC_Init_ex()

ok kn



CVS: cvs.openbsd.org: ports

2024-05-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/26 03:25:47

Modified files:
games/frozen-bubble: Makefile 
games/frozen-bubble/patches: patch-c_stuff_lib_FBLE_pm 

Log message:
frozen-bubble: make this dangerous thing playable again

This has long been broken due to

Bareword "SDL_SRCALPHA" not allowed while "strict subs" in use at 
/usr/local/libdata/perl5/site_perl/amd64-openbsd/FBLE.pm line 132.

and sprinkling lots of () fixes this. This worked well enough for me to
lose half an hour playing. There's more needed since it currently spams
the terminal with

Use of uninitialized value $_[1] in numeric eq (==) at 
/usr/local/libdata/perl5/site_perl/amd64-openbsd/SDL/Surface.pm line 206.

and similar warnings, but I can't be bothered to debug this. It's just
too likely that I lose another hour (and there's people in this project
who actually understand and enjoy Perl for whom this will be a lot easier).



CVS: cvs.openbsd.org: ports

2024-05-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/24 01:08:28

Modified files:
graphics/shaderc: Makefile 
graphics/shaderc/patches: patch-glslc_CMakeLists_txt 
Added files:
graphics/shaderc/patches: patch-libshaderc_util_CMakeLists_txt 

Log message:
shaderc: unbreak build on sparc64 like spirv-tools and glslang

Unfortunately, LDFLAGS don't seem to work...

ok op (maintainer)



CVS: cvs.openbsd.org: ports

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/22 19:13:31

Modified files:
lang/scala : Makefile distinfo 
lang/scala/files: scala scalac scaladoc 
lang/scala/pkg : PLIST 
Removed files:
lang/scala/files: fsc scalap 

Log message:
lang/scala update 3.4.1

This is a major update, but everyone who knows anything about scala knows
that. Nobody spoke up on ports.

>From Kirill A. Korinsky



CVS: cvs.openbsd.org: ports

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/22 08:11:50

Modified files:
net/haproxy: Tag: OPENBSD_7_5 Makefile 
Added files:
net/haproxy/patches: Tag: OPENBSD_7_5 
 patch-include_haproxy_quic_tls_h 

Log message:
haproxy: disable Chacha20-Poly1305 for QUIC in -stable. It's broken

Reported by Lucas Gabriel Vuotto; discussed with upstream
https://github.com/haproxy/haproxy/issues/2569



CVS: cvs.openbsd.org: ports

2024-05-21 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/21 07:04:58

Modified files:
graphics/spirv-tools: Makefile 
Added files:
graphics/spirv-tools/patches: patch-tools_CMakeLists_txt 

Log message:
spirv-tools: unbreak on sparc64

Steal jca's trick for adding stdc++fs to the appropriate CMakeLists.txt
in graphics/glslang.

ok thfr (maintainer)



CVS: cvs.openbsd.org: ports

2024-05-20 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/20 14:36:18

Modified files:
shells/nsh : Makefile 
Added files:
shells/nsh/patches: patch-utf8_c 

Log message:
nsh: unbreak build with upcoming libc changes

wchar.h will stop pulling in stdio.h on which extern.h depends because of
FILENAME_MAX. Add the missing stdio.h dependency to utf8.c to unbreak the
build.

ok stsp (who already pulled in the fix into upstream sources)



CVS: cvs.openbsd.org: ports

2024-05-19 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/19 05:20:48

Modified files:
security/openssl/quictls: Makefile distinfo 

Log message:
quictls: switch to properly named upstream tag

No code change.
pointed out by volker



CVS: cvs.openbsd.org: ports

2024-05-19 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/19 05:13:01

Modified files:
comms/hackrf   : Makefile 

Log message:
comms/hackrf: remove maintainer per their request



CVS: cvs.openbsd.org: ports

2024-05-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/18 23:46:34

Modified files:
devel/llvm/13  : Makefile 
devel/llvm/16  : Makefile 
devel/llvm/17  : Makefile 
devel/llvm/18  : Makefile 

Log message:
llvm/*: missed bump for -main and -lldb



CVS: cvs.openbsd.org: ports

2024-05-17 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/17 06:36:29

Modified files:
www/nginx  : Makefile 

Log message:
nginx: compile in quic support

https://nginx.org/en/docs/quic.html

ok robert



CVS: cvs.openbsd.org: ports

2024-05-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/16 14:24:04

Modified files:
www/dillo/patches: patch-src_IO_tls_openssl_c 

Log message:
dillo: add link to PR



CVS: cvs.openbsd.org: ports

2024-05-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/16 14:07:22

Modified files:
www/dillo  : Makefile 
Added files:
www/dillo/patches: patch-src_IO_tls_openssl_c 

Log message:
dillo: don't reach into X509_ALGOR

At some point we will make this opaque, so use the proper accessor instead.



CVS: cvs.openbsd.org: ports

2024-05-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/16 13:07:27

Modified files:
www/nginx  : Makefile 
www/nginx/patches: patch-conf_nginx_conf 
   patch-lua-nginx-module_config 

Log message:
nginx: fix sample nginx.conf

The 'ssl on;' directive was made obsolete in 1.15 and weas removed in 1.25
One should use 'listen 443 ssl;' or similar. Remove a local patch and use
the blessed syntax.

ok robert



CVS: cvs.openbsd.org: ports

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/15 17:28:11

Modified files:
security/boringssl/head/pkg: PLIST 

Log message:
sigh cvs



CVS: cvs.openbsd.org: ports

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/15 17:27:26

Modified files:
security/boringssl/head: Makefile distinfo 

Log message:
Update to boringssl 20240516



CVS: cvs.openbsd.org: ports

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/15 14:09:20

Modified files:
security/boringssl/fips: Makefile distinfo 
security/boringssl/fips/pkg: PLIST 
Removed files:
security/boringssl/fips/patches: patch-CMakeLists_txt 
 patch-crypto_CMakeLists_txt 
 
patch-crypto_chacha_asm_chacha-x86_64_pl 
 
patch-crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl 
 
patch-crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl 
 patch-crypto_cpu_aarch64_openbsd_c 
 patch-crypto_cpu_arm_openbsd_c 
 
patch-crypto_fipsmodule_aes_asm_aesni-x86_64_pl 
 
patch-crypto_fipsmodule_aes_asm_vpaes-x86_64_pl 
 
patch-crypto_fipsmodule_bn_asm_rsaz-avx2_pl 
 
patch-crypto_fipsmodule_bn_asm_x86_64-mont5_pl 
 
patch-crypto_fipsmodule_bn_asm_x86_64-mont_pl 
 
patch-crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl 
 
patch-crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl 
 
patch-crypto_fipsmodule_md5_asm_md5-x86_64_pl 
 
patch-crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl 
 
patch-crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl 
 
patch-crypto_fipsmodule_modes_asm_ghash-x86_64_pl 
 
patch-crypto_fipsmodule_rand_asm_rdrand-x86_64_pl 
 patch-crypto_fipsmodule_rand_urandom_c 
 
patch-crypto_fipsmodule_sha_asm_sha1-x86_64_pl 
 
patch-crypto_fipsmodule_sha_asm_sha512-x86_64_pl 
 patch-crypto_perlasm_x86_64-xlate_pl 
 
patch-crypto_test_asm_trampoline-x86_64_pl 
 patch-include_openssl_base_h 
 patch-include_openssl_thread_h 

Log message:
Update to boringssl-fips 20240407

On i386 this now requires -msse2 like boringssl-head.
All patches have been merged upstream.



CVS: cvs.openbsd.org: ports

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/15 03:50:23

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240515



CVS: cvs.openbsd.org: ports

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/15 03:40:50

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20240509



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/14 04:17:34

Modified files:
www/dillo/patches: patch-dpid_main_c patch-src_cookies_c 

Log message:
dillo: regen patches



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/14 04:14:31

Removed files:
www/dillo/patches: patch-dillorc patch-dpi_https_c 

Log message:
dillo: remove empty patch files



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/14 02:59:02

Modified files:
security/p5-Crypt-OpenSSL-PKCS10: Tag: OPENBSD_7_5 Makefile 
Added files:
security/p5-Crypt-OpenSSL-PKCS10/patches: Tag: OPENBSD_7_5 
  patch-PKCS10_xs 
  
patch-lib_Crypt_OpenSSL_PKCS10_pm 
  patch-t_Mytest_t 

Log message:
MFC: p5-Crypt-OpenSSL-PKCS10: fix after X509V3_EXT_add_alias() removal

This isn't a complete fix but it is good enough for it to do what
henning needs it to do. For some reason this code was left in the
state it was in for ~20 years without any update. No idea why it
could not support things like basic constraints or subject/authority
info access using proper NIDs.

ok henning



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/14 02:52:09

Modified files:
security/p5-Crypt-OpenSSL-PKCS10: Makefile 
Added files:
security/p5-Crypt-OpenSSL-PKCS10/patches: patch-PKCS10_xs 
  
patch-lib_Crypt_OpenSSL_PKCS10_pm 
  patch-t_Mytest_t 

Log message:
p5-Crypt-OpenSSL-PKCS10: fix after X509V3_EXT_add_alias() removal

This isn't a complete fix but it is good enough for it to do what
henning needs it to do. For some reason this code was left in the
state it was in for ~20 years without any update. No idea why it
could not support things like basic constraints or subject/authority
info access using proper NIDs.

ok henning



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/14 02:49:14

Modified files:
security/py-asn1crypto: Makefile distinfo 

Log message:
Update to py3-asn1crypto 1.5.1

Passes tests and lraab tested the only consumer, databases/web2ldap
https://github.com/wbond/asn1crypto/blob/master/changelog.md#151

ok lraab



CVS: cvs.openbsd.org: ports

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/09 22:39:28

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240502



CVS: cvs.openbsd.org: ports

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/09 13:52:35

Modified files:
www/nghttp3: Makefile distinfo 

Log message:
Update to nghttp3 1.3.0

https://github.com/ngtcp2/nghttp3/releases/tag/v1.3.0



CVS: cvs.openbsd.org: ports

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/09 13:52:05

Modified files:
net/ngtcp2 : Makefile distinfo 

Log message:
Update to ngtcp2 1.5.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v1.5.0



CVS: cvs.openbsd.org: ports

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/09 03:53:34

Modified files:
net/py-tlslite-ng: Makefile 

Log message:
py-tlslite-ng: add RDEP on py-six, needed now that py-ecdsa dropped it

should fix py-tlsfuzzer regress on bluhm's test cluster



CVS: cvs.openbsd.org: ports

2024-05-07 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/07 19:04:23

Modified files:
devel/py-protobuf: Makefile 

Log message:
py-protobuf: fix build on sparc64

_upb's message.so uses C11, so this needs base-clang ports-gcc as well
as COMPILER_LANGS=c



CVS: cvs.openbsd.org: ports

2024-05-07 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/07 10:48:30

Modified files:
security/sn0int: Makefile distinfo 
Added files:
security/sn0int: crates.inc 
Removed files:
security/sn0int: crates.mk 

Log message:
Update to sn0int 0.26.0

from Purple Rain who takes maintainer with tiny tweaks by me:
(drop REVISION, rename crates.mk to crates.inc)



CVS: cvs.openbsd.org: ports

2024-05-07 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/07 04:11:38

Added files:
net/jitsi/videobridge/patches: patch-pom_xml 

Log message:
net/jitsi/videobridge: unbreak build after maven update

from Kirill A. Korinsky



CVS: cvs.openbsd.org: ports

2024-05-06 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/06 04:16:19

Modified files:
www/uriparser  : Tag: OPENBSD_7_5 Makefile distinfo 

Log message:
MFC: uriparser: update to 0.9.8

Fixes two integer overflow vulnerabilities:
https://github.com/uriparser/uriparser/blob/uriparser-0.9.8/ChangeLog



CVS: cvs.openbsd.org: ports

2024-05-06 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/06 04:15:48

Modified files:
www/uriparser  : Makefile distinfo 

Log message:
uriparser: update to 0.9.8

Fixes two integer overflow vulnerabilities:
https://github.com/uriparser/uriparser/blob/uriparser-0.9.8/ChangeLog



CVS: cvs.openbsd.org: ports

2024-05-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/05 12:30:03

Modified files:
math/octave: Makefile 
Added files:
math/octave/patches: patch-doc_interpreter_mk-qthelp_pl 

Log message:
math/octave: avoid infinite loop during build after texinfo update

from upstream via volker



CVS: cvs.openbsd.org: ports

2024-05-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/05 11:09:06

Modified files:
net/haproxy: Makefile 

Log message:
haproxy: enable debug packages

no objection from danj



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/02 08:46:52

Modified files:
security/boringssl/head: Makefile distinfo 

Log message:
Update to boringssl 20240502



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/02 06:36:01

Modified files:
net/iamb   : Makefile 

Log message:
iamb: add usual NOT_FOR_ARCHS due to ring 0.16



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/02 02:55:45

Modified files:
security/openssl/quictls: Makefile 

Log message:
quictls: use better HOMEPAGE



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/02 02:53:13

Modified files:
security/openssl: Makefile.inc 

Log message:
openssl: add github to SITES (now preferred by upstream)

https://openssl.org/blog/blog/2024/04/30/releases-distribution-changes/



CVS: cvs.openbsd.org: ports

2024-05-01 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/05/01 02:25:01

Modified files:
security/openssl-ruby-tests: Makefile distinfo 
security/openssl-ruby-tests/patches: 
 patch-test_openssl_test_ssl_rb 

Log message:
Update to openssl-ruby-tests 20240430



CVS: cvs.openbsd.org: ports

2024-04-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/29 06:11:51

Modified files:
devel/selene   : Makefile crates.inc distinfo 

Log message:
Update to selene 0.27.1

https://github.com/Kampfkarren/selene/releases/tag/0.26.0
https://github.com/Kampfkarren/selene/releases/tag/0.26.1
https://github.com/Kampfkarren/selene/releases/tag/0.27.0
https://github.com/Kampfkarren/selene/releases/tag/0.27.1



CVS: cvs.openbsd.org: ports

2024-04-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/28 10:36:00

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240428



CVS: cvs.openbsd.org: ports

2024-04-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/26 11:31:17

Modified files:
security/openssl-ruby-tests: Makefile distinfo 
Removed files:
security/openssl-ruby-tests/patches: 
 patch-test_openssl_test_x509req_rb 

Log message:
Update to openssl-ruby-tests 20240426



CVS: cvs.openbsd.org: ports

2024-04-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/26 01:25:25

Modified files:
graphics/libjxl: Makefile 

Log message:
libjxl: add missing BDEP on xdg-utils

ok landry (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/24 05:37:37

Modified files:
net/transmission: Makefile 
net/transmission/patches: patch-gtk_DetailsDialog_cc 
Added files:
net/transmission/patches: patch-gtk_Application_cc 
  patch-libtransmission_file-posix_cc 
  patch-libtransmission_variant-json_cc 

Log message:
transmission: switch to using system-provided fmt.

Unbreaks build if fmt 10 is installed.

backport from upstream commits by brad
tested by Josh Grosse (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/23 17:13:23

Modified files:
archivers  : Makefile 

Log message:
+bzip3



CVS: cvs.openbsd.org: ports

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/23 17:12:59

Log message:
import archivers/bzip3, ok sthen

These are tools and libraries for compressing, decompressing, printing,
and searching bzip3 files. bzip3 features higher compression ratios and
better performance than bzip2 thanks to an order-0 context mixing
entropy coder, a fast Burrows-Wheeler transform code making use of
suffix arrays and a run-length encoding with Lempel-Ziv prediction pass
based on LZ77-style string matching and PPM-style context modeling.

From Kirill A. Korinsky with tweaks by sthen and me

Status:

Vendor Tag: tb
Release Tags:   tb_20240424

N ports/archivers/bzip3/Makefile
N ports/archivers/bzip3/distinfo
N ports/archivers/bzip3/pkg/DESCR
N ports/archivers/bzip3/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/23 16:37:09

Modified files:
archivers  : Makefile 

Log message:
+pixz



CVS: cvs.openbsd.org: ports

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/23 16:36:32

Log message:
import archivers/pixz, ok sthen

The existing XZ Utils provide great compression in the .xz file format,
but they produce just one big block of compressed data. Pixz instead
produces a collection of smaller blocks which makes random access to the
original data possible. This is especially useful for large tarballs.

from Kirill A. Korinsky with tweaks by sthen and me

Status:

Vendor Tag: tb
Release Tags:   tb_20240424

N ports/archivers/pixz/Makefile
N ports/archivers/pixz/distinfo
N ports/archivers/pixz/pkg/DESCR
N ports/archivers/pixz/pkg/PLIST
N ports/archivers/pixz/patches/patch-src_write_c

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2024-04-22 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/22 12:02:31

Modified files:
devel/objfw: Makefile distinfo 

Log message:
Update to objfw 1.1.2

from upstream/maintainer



CVS: cvs.openbsd.org: ports

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/18 06:31:33

Modified files:
lang/python/3.9: Makefile 
lang/python/3.9/files: CHANGES.OpenBSD 
lang/python/3.9/patches: patch-Modules__ssl_c 

Log message:
python/3.9: backport change to use X509_STORE_CTX_get1_objects()

Hopefully this port will leave the tree soon enough, but since I have
this fix in my tree for a few months now, I might as well land it.

ok sthen



CVS: cvs.openbsd.org: ports

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/18 04:27:53

Modified files:
security/boringssl/head: Makefile distinfo 

Log message:
Update boringssl to 240418



CVS: cvs.openbsd.org: ports

2024-04-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/16 13:54:32

Modified files:
cad/xtrkcad: Makefile 

Log message:
Add missing dep on mxml

help from jca
ok sebastia (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/16 05:31:10

Added files:
x11/qt6/qtgrpc/patches: 

patch-src_tools_qtprotobufgen_qprotobufgenerator_cpp 

Log message:
qt6/qtgrpc: unbreak with protobuf 26

reminded by naddy



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 16:50:05

Modified files:
security/openssl/libretls: Makefile 
security/openssl/libretls/pkg: PLIST 

Log message:
Switch libretls to openssl/3.2



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 16:22:05

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

Log message:
Update to objfw 1.1.1

Add a comment to explain the confusing situation with some .objc_sel_*
symbols that apparently are of normal visibility due to a compiler bug.

from maintainer/upstream Jonathan Schleifer with input from jca



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 10:32:56

Modified files:
security/wpa_supplicant: Makefile 

Log message:
Switch wpa_supplicant to openssl/3.2

ok sthen



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 08:59:15

Modified files:
sysutils/borgbackup/2.0: Makefile 
sysutils/borgbackup/2.0/patches: patch-setup_py 

Log message:
borgbackup/2.0: switch to openssl/3.2

tests/tweak/ok bket



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 08:57:32

Modified files:
security/hcxtools: Makefile 

Log message:
hcxtools: switch to openssl/3.2

ok sthen



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 08:56:37

Modified files:
mail/postfix   : Makefile.inc 
mail/postfix/stable: Makefile 

Log message:
postfix/stable: switch to using openssl/32

ok brad (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 07:51:16

Modified files:
sysutils/collectd: Makefile 

Log message:
Adjust collectd-riemann for riemann-c-client update

ok pvk



CVS: cvs.openbsd.org: ports

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/15 07:50:08

Modified files:
sysutils/riemann-c-client: Makefile distinfo 
sysutils/riemann-c-client/pkg: PLIST 
Removed files:
sysutils/riemann-c-client/patches: patch-Makefile_am 
   patch-src_cmd-send_c 

Log message:
Update riemann-c-client to 2.2.0

ok pvk



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 13:49:08

Modified files:
security/openssl/3.1/patches: 
  
patch-providers_implementations_ciphers_cipher_aes_gcm_hw_vaes_avx512_inc 
  
patch-providers_implementations_ciphers_cipher_sm4_gcm_hw_c 
  
patch-providers_implementations_include_prov_ciphercommon_gcm_h 
security/openssl/quictls/patches: 
  
patch-providers_implementations_ciphers_cipher_aes_gcm_hw_vaes_avx512_inc 
  
patch-providers_implementations_ciphers_cipher_sm4_gcm_hw_c 
  
patch-providers_implementations_include_prov_ciphercommon_gcm_h 

Log message:
openssl/{3.1,quictls}: add link to AVX 512 upstream issue to patches

no package change



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 12:40:15

Modified files:
devel/py-protobuf: Makefile distinfo 
devel/py-protobuf/pkg: PLIST 

Log message:
Update to py-protobuf 5.26.1

Upstream's build from the protobuf-cpp tarball now requires that bazel
monstrosity which isn't fit to build ports because it insists on caching
stuff in /nonexistent. So switch to the tarball from pypi.



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 12:33:55

Modified files:
devel/protobuf : Makefile distinfo 
devel/protobuf/patches: patch-src_google_protobuf_port_def_inc 
patch-third_party_utf8_range_CMakeLists_txt 
devel/protobuf/pkg: PLIST 

Log message:
Update to protobuf 5.26.1

https://github.com/protocolbuffers/protobuf/releases/tag/v26.1



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 12:25:40

Modified files:
devel/protobuf-c: Makefile distinfo 
devel/protobuf-c/patches: patch-protoc-c_c_file_cc 
  patch-protoc-c_c_generator_h 
  patch-protoc-c_c_helpers_h 
Removed files:
devel/protobuf-c/patches: patch-build-cmake_CMakeLists_txt 
  patch-configure_ac 
  patch-protoc-c_c_bytes_field_h 
  patch-protoc-c_c_enum_field_h 
  patch-protoc-c_c_enum_h 
  patch-protoc-c_c_extension_h 
  patch-protoc-c_c_field_h 
  patch-protoc-c_c_file_h 
  patch-protoc-c_c_message_cc 
  patch-protoc-c_c_message_field_h 
  patch-protoc-c_c_message_h 
  patch-protoc-c_c_primitive_field_cc 
  patch-protoc-c_c_primitive_field_h 
  patch-protoc-c_c_service_h 
  patch-protoc-c_c_string_field_h 

Log message:
Update to protobuf-c 1.5.0

Plus some fixes needed for protobuf 26 from upstream.
https://github.com/protobuf-c/protobuf-c/releases/tag/v1.5.0



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 02:42:53

Modified files:
textproc/ripgrep: Makefile 

Log message:
ripgrep: bump revision



CVS: cvs.openbsd.org: ports

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/14 02:26:47

Modified files:
textproc/ripgrep: Makefile 

Log message:
ripgrep: fix previous. I deleted the wrong line.

noticed by semarie



CVS: cvs.openbsd.org: ports

2024-04-13 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/13 18:16:34

Modified files:
textproc/ripgrep: Makefile 

Log message:
drop maintainer



CVS: cvs.openbsd.org: ports

2024-04-13 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/13 18:14:15

Modified files:
textproc/ripgrep: Makefile 

Log message:
ripgrep: take maintainer

krw is planning something nefarious



CVS: cvs.openbsd.org: ports

2024-04-13 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/13 00:39:34

Modified files:
www/lighttpd   : Makefile distinfo 

Log message:
Update to lighthttpd 1.10.76

>From Brad

https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_76



CVS: cvs.openbsd.org: ports

2024-04-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/12 08:12:56

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240412



CVS: cvs.openbsd.org: ports

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

Modified files:
security/openssl: Makefile 

Log message:
+eopenssl33



CVS: cvs.openbsd.org: ports

2024-04-10 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/10 03:44:38

Log message:
import OpenSSL 3.3.0

https://www.openssl.org/news/openssl-3.3-notes.html

Status:

Vendor Tag: tb
Release Tags:   tb_20240410

N ports/security/openssl/3.3/Makefile
N ports/security/openssl/3.3/distinfo
N ports/security/openssl/3.3/patches/patch-Configurations_10-main_conf
N ports/security/openssl/3.3/patches/patch-Configurations_shared-info_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_aes-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_aes_asm_aesni-sha1-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_aes_asm_aesni-sha256-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_aesni-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_aesv8-armx_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_bsaes-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_vpaes-armv8_pl
N ports/security/openssl/3.3/patches/patch-crypto_aes_asm_vpaes-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_bn_asm_armv8-mont_pl
N ports/security/openssl/3.3/patches/patch-crypto_bn_asm_rsaz-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_bn_asm_x86_64-mont5_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_camellia_asm_cmll-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_chacha_asm_chacha-armv8_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_chacha_asm_chacha-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_ec_asm_ecp_nistz256-armv8_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_ec_asm_ecp_nistz256-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_ec_asm_ecp_sm2p256-armv8_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_modes_asm_aes-gcm-armv8_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_modes_asm_aesni-gcm-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_modes_asm_ghash-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_modes_asm_ghashv8-armx_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_poly1305_asm_poly1305-armv8_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_poly1305_asm_poly1305-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_sha_asm_keccak1600-armv8_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_sha_asm_keccak1600-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha1-armv8_pl
N ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha1-mb-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha1-x86_64_pl
N 
ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha256-mb-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha512-armv8_pl
N ports/security/openssl/3.3/patches/patch-crypto_sha_asm_sha512-x86_64_pl
N ports/security/openssl/3.3/patches/patch-crypto_whrlpool_asm_wp-x86_64_pl
N ports/security/openssl/3.3/patches/patch-util_perl_OpenSSL_config_pm
N ports/security/openssl/3.3/pkg/DESCR
N ports/security/openssl/3.3/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2024-04-06 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/06 01:09:12

Modified files:
security/wycheproof-testvectors: Makefile distinfo 

Log message:
wycheproof-testvectors: the project is now maintained by C2SP

The changes to our previous version are minimal: some typo fixes, some
doxygen fixes and a few AEAD tags have changed.



CVS: cvs.openbsd.org: ports

2024-04-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/05 06:39:33

Modified files:
wayland/wf-config: Makefile 

Log message:
wf-config: switch to ports-gcc on sparc64 because it needs C++17

ok landry (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/05 04:25:11

Added files:
security/opensc/patches: patch-src_common_compat_overflow_c 

Log message:
opensc: unbreak on sparc64

The compat __bulitin_add_overflow() uses SIZE_MAX, which is provided by
stdint.h, which in turn isn't pulled in by the other headers.



CVS: cvs.openbsd.org: ports

2024-04-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/05 03:11:50

Modified files:
www/redlib : Makefile 

Log message:
redlib: not for sparc64 due to ring



CVS: cvs.openbsd.org: ports

2024-04-04 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/04 21:32:13

Modified files:
net/ngtcp2 : Makefile distinfo 

Log message:
Update to ngtcp2 1.4.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v1.4.0



CVS: cvs.openbsd.org: ports

2024-04-04 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/04 17:16:12

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20240328



CVS: cvs.openbsd.org: ports

2024-04-04 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/04/04 11:26:58

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240404



Re: CVS: cvs.openbsd.org: ports

2024-03-29 Thread Theo Buehler
On Fri, Mar 29, 2024 at 09:23:40AM +0100, Antoine Jacoutot wrote:
> On Thu, 2024-03-28 at 18:23 -0600, Theo Buehler wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: t...@cvs.openbsd.org2024/03/28 18:23:05
> > 
> > Modified files:
> > security/rust-openssl-tests: Makefile distinfo 
> > 
> > Log message:
> > Update to rust-openssl-tests 20240329
> > 
> 
> Hello.
> 
> Does not patch.

cvs is too hard. fixed, thanks

> 
> [modcargo] Removing libsrc for openssl-src-300.2.3+3.2.1
> ===>  Patching for rust-openssl-tests-20240329
> ===>   Applying OpenBSD patch patch-openssl-sys_build_main_rs
> Hmm...  Looks like a unified diff to me...
> The text leading up to this was:
> --
> |The LibreSSL version in -current isn't explicitly supported.
> |
> |Index: openssl-sys/build/main.rs
> |--- openssl-sys/build/main.rs.orig 
> |+++ openssl-sys/build/main.rs
> --
> Patching file openssl-sys/build/main.rs using Plan A...
> Hunk #1 failed at 303.
> 1 out of 1 hunks failed--saving rejects to openssl-sys/build/main.rs.rej
> done
> ***>   patch-openssl-sys_build_main_rs did not apply cleanly
> ===>   Failed patches:
> patch-openssl-sys_build_main_rs
> 
> -- 
> Antoine



CVS: cvs.openbsd.org: ports

2024-03-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/29 02:25:18

Removed files:
security/rust-openssl-tests/patches: 
 patch-openssl-sys_build_main_rs 

Log message:
remove patch; found by aja



CVS: cvs.openbsd.org: ports

2024-03-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/28 18:23:05

Modified files:
security/rust-openssl-tests: Makefile distinfo 

Log message:
Update to rust-openssl-tests 20240329



CVS: cvs.openbsd.org: ports

2024-03-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/28 05:47:07

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240328



CVS: cvs.openbsd.org: ports

2024-03-28 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/28 02:07:32

Modified files:
audio/tagtool  : Makefile 
audio/tagtool/patches: patch-src_Makefile_in 

Log message:
tagtool: unbreak & enable debug packages

The upstream makefile passed -export-dynamic to the linker, which
resulted in

ld: warning: cannot find entry symbol xport-dynamic; not setting start address

and garbage in the entry point, hence it segfaulted when ld.so attempted to
start main.

Problem reported by kn a while back



CVS: cvs.openbsd.org: ports

2024-03-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/26 18:43:04

Modified files:
net/rrdpit : Makefile 

Log message:
rrdpit: unbreak build after commit to CVS

Explicitly copy Cargo.lock



CVS: cvs.openbsd.org: ports

2024-03-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/26 05:26:12

Modified files:
net/rrdpit : Makefile crates.inc distinfo 
Added files:
net/rrdpit/files: Cargo.lock 

Log message:
Update to rrdpit 0.0.4

Another rust-ring consumer goes away. Upstream released without Cargo.lock,
so we ship it in the ports tree.



CVS: cvs.openbsd.org: ports

2024-03-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/26 05:22:38

ports/net/rrdpit/files

Update of /cvs/ports/net/rrdpit/files
In directory cvs.openbsd.org:/tmp/cvs-serv95594/files

Log Message:
Directory /cvs/ports/net/rrdpit/files added to the repository



CVS: cvs.openbsd.org: ports

2024-03-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/26 02:44:39

Modified files:
security/openssl-ruby-tests: Makefile 
Added files:
security/openssl-ruby-tests/patches: 
 patch-test_openssl_test_x509req_rb 

Log message:
Patch openssl-ruby to not set bogus CSR versions

from job



CVS: cvs.openbsd.org: ports

2024-03-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/26 02:34:56

Modified files:
security/py-tlsfuzzer: Makefile 
Added files:
security/py-tlsfuzzer/patches: 
   
patch-scripts_test-renegotiation-changed-clienthello_py 

Log message:
py-tlsfuzzer: fix compliance issue in reneg modified CH test

from beck



CVS: cvs.openbsd.org: ports

2024-03-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/25 22:33:15

Modified files:
security/openssl-ruby-tests: Makefile distinfo 
security/openssl-ruby-tests/pkg: PLIST 

Log message:
Update to openssl-ruby-tests 20240326



CVS: cvs.openbsd.org: ports

2024-03-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/25 21:56:58

Modified files:
security/boringssl/head: Makefile distinfo 
security/boringssl/head/pkg: PLIST 

Log message:
Update to boringssl 20240326



CVS: cvs.openbsd.org: ports

2024-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/24 18:01:09

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240325



CVS: cvs.openbsd.org: ports

2024-03-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/18 00:01:15

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20240318



CVS: cvs.openbsd.org: ports

2024-03-17 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/17 14:43:28

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/patches: 
 patch-openssl-sys_build_main_rs 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20240318



CVS: cvs.openbsd.org: ports

2024-03-10 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/10 01:05:58

Modified files:
lang/go: go.port.mk 

Log message:
Bump _MODGO_SYSTEM_VERSION after go update



CVS: cvs.openbsd.org: ports

2024-03-08 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/08 03:41:23

Modified files:
misc/ietf-cli  : Makefile 
misc/ietf-cli/pkg: DESCR 

Log message:
ietf-cli: bump size estimate for mirror repo to 3G

ok kn (maintainer)



CVS: cvs.openbsd.org: ports

2024-03-08 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/03/08 03:11:47

Modified files:
security/c2sp-testvectors: Makefile distinfo 

Log message:
Update c2sp-testvectors to 20240306



  1   2   3   4   5   6   7   8   9   10   >