CVS: cvs.openbsd.org: ports

2022-04-04 Thread T . J . Townsend
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/04/04 13:29:12

Modified files:
archivers/libarchive: Makefile 
Added files:
archivers/libarchive/patches: 
  
patch-libarchive_archive_read_support_format_iso9660_c 
  
patch-libarchive_archive_read_support_format_rar_c 

Log message:
backport four more upstream security fixes:

ISO reader: fix possible heap buffer overflow in read_children()
RAR reader: fix heap-use-after-free in RAR (v4) filter code
RAR reader: fix null-dereference in RAR (v4) filter code
RAR reader: fix heap-use-after-free in run_filters()

ok naddy



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/04/04 10:38:21

Modified files:
lang/python/3.8: Makefile 
lang/python/3.8/pkg: PLIST-main 

Log message:
fix 7.0 -> -current update issue (conflict between py3-setuptools and
python-3.8)

-@conflict py3-setuptools-<=57.4.0v0
+@conflict py3-setuptools-<57.4.0p0v0

<= in this case covers 57.4.0v0 *and* any 57.4.0pXXv0 version,
which is not we want. Use < and the specific p0v0 instead.



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2022/04/04 08:28:16

Modified files:
net/zabbix : Makefile distinfo 
net/zabbix/patches: patch-src_libs_zbxcrypto_tls_h 
patch-src_zabbix_agent_cpustat_c 
patch-src_zabbix_sender_zabbix_sender_c 
net/zabbix/pkg : PLIST-web 

Log message:
update to 6.0.3; from Mark Patruck
ok sthen@, naddy@



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/04/04 07:10:22

Modified files:
games/libgdx   : Makefile.inc 
games/libgdx/1.9.11: Makefile 
games/libgdx/1.9.9: Makefile 

Log message:
libgdx: use 64.so version suffix if {PROPERTIES:Mlp64}

fixes packaging (problem introduced by my recent commit and found by
phessler@) but also fixes long-standing missing 64 from suffix on !i386/amd64



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2022/04/04 06:46:35

Modified files:
security/botan2: Makefile 

Log message:
security/botan2: enable support for aarch64 crypto instructions

This now builds fine and the regression tests succeed.

ok bluhm@



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/04/04 06:44:21

Modified files:
devel/cbindgen : Makefile distinfo 
Added files:
devel/cbindgen : crates.inc 

Log message:
devel/cbindgen: update to 0.21.

- might be required by upcoming gecko 102esr, so upgrade to be on the safe
side for 7.1-stable.
- switch to crates.inc while here
ok naddy@



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/04/04 05:07:36

Modified files:
www/webkitgtk4 : Makefile 

Log message:
webkitgtk4: disable thin archives for !lld archs (unsupported, build fails),
and make sure that -Wl,--no-keep-memory is actually used on i386 (incorrect
.if statement). from robert@, investigated by tb@ who had a different diff



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/04/04 00:50:26

Modified files:
security/nss   : Makefile distinfo 

Log message:
security/nss: update to 3.77, will be required by gecko 100.

see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_77.html
bump minor for function additions in libnss3 & libssl3



CVS: cvs.openbsd.org: ports

2022-04-04 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/04/04 00:46:34

Modified files:
security/nss/patches: patch-nss_lib_freebl_blinit_c 

Log message:
security/nss: add link to upstream bug