FreeBSD/ports 81ed61anet-im/py-matrix-synapse distinfo Makefile

net-im/py-matrix-synapse: Update to 1.105.1

MFH:            2024Q2
Security:       bdfa6c04-027a-11ef-9c21-901b0e9408dc
Security:       CVE-2024-31208
Approved by:    maintainer (implicit approval for security issue)

(cherry picked from commit e1926322c7ee5c5ce61f745b3d2a8ed1bddf121e)
DeltaFile
+3-3net-im/py-matrix-synapse/distinfo
+1-1net-im/py-matrix-synapse/Makefile
+4-42 files

FreeBSD/ports e192632net-im/py-matrix-synapse distinfo Makefile

net-im/py-matrix-synapse: Update to 1.105.1

MFH:            2024Q2
Security:       bdfa6c04-027a-11ef-9c21-901b0e9408dc
Security:       CVE-2024-31208
Approved by:    maintainer (implicit approval for security issue)
DeltaFile
+3-3net-im/py-matrix-synapse/distinfo
+1-1net-im/py-matrix-synapse/Makefile
+4-42 files

FreeBSD/ports 2693b21security/vuxml/vuln 2024.xml

security/vuxml: Document matrix-synapse vulnerability
DeltaFile
+31-0security/vuxml/vuln/2024.xml
+31-01 files

FreeBSD/ports fba2e0d. MOVED, x11-toolkits Makefile

x11-toolkits/p5-Gtk2-Ex-Dialogs: Remove expired port

2024-04-24 x11-toolkits/p5-Gtk2-Ex-Dialogs: No longer works with modern Gtk2
DeltaFile
+0-24x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile
+0-14x11-toolkits/p5-Gtk2-Ex-Dialogs/pkg-plist
+0-2x11-toolkits/p5-Gtk2-Ex-Dialogs/distinfo
+0-2x11-toolkits/p5-Gtk2-Ex-Dialogs/pkg-descr
+1-0MOVED
+0-1x11-toolkits/Makefile
+1-436 files

FreeBSD/ports 54e98f3net-p2p Makefile, net-p2p/go-prysm distinfo Makefile

net-p2p/go-prysm: Remove expired port

2024-04-24 net-p2p/go-prysm: Broken for more than 6 months
DeltaFile
+0-501net-p2p/go-prysm/distinfo
+0-301net-p2p/go-prysm/Makefile
+0-13net-p2p/go-prysm/files/patch-vendor_github.com_herumi_bls-eth-go-binary_Makefile
+0-10net-p2p/go-prysm/files/patch-vendor_github.com_herumi_bls-eth-go-binary_bls_link.go
+0-6net-p2p/go-prysm/pkg-descr
+0-1net-p2p/Makefile
+0-8321 files not shown
+1-8327 files

FreeBSD/ports a69b852. MOVED, www Makefile

www/mod_tidy: Remove expired port

2024-04-24 www/mod_tidy: Last upstream release was in 2005
DeltaFile
+0-31www/mod_tidy/Makefile
+0-6www/mod_tidy/pkg-descr
+0-2www/mod_tidy/distinfo
+1-0MOVED
+0-1www/Makefile
+1-405 files

FreeBSD/ports a7be85dwww/mod_auth_openid Makefile

www/mod_auth_openid: expire for 2024-05-24 due to devel/libopkele
DeltaFile
+3-0www/mod_auth_openid/Makefile
+3-01 files

FreeBSD/ports 298eb16net/mpich pkg-plist Makefile, net/mpich/files patch-test_mpi_configure.ac patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c

net/mpich: Update to 4.2.1

- Submitter becomes maintainer
- Remove bash dependency
- Restore the www doc folder
- Remove bugfix for slurm_query_node_list.c as it was fixed upstream

While I'm here:
- Remove GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf6c

ChangeLog:      https://www.mpich.org/2024/04/17/mpich-4-2-1-released/
PR:             278505
DeltaFile
+61-8net/mpich/pkg-plist
+19-0net/mpich/files/patch-test_mpi_configure.ac
+6-7net/mpich/Makefile
+0-11net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c
+3-3net/mpich/distinfo
+89-295 files

FreeBSD/ports 7051dd7archivers/zstd Makefile

archivers/zstd: fix WITH_DEBUG build

Fixes:  b594c775ed2dbae25e509d198c462940f0dc9d5c
DeltaFile
+1-1archivers/zstd/Makefile
+1-11 files

FreeBSD/ports 6dbb66asecurity/vuxml/vuln 2024.xml

security/vuxml: document gitlab vulnerabilities
DeltaFile
+37-0security/vuxml/vuln/2024.xml
+37-01 files

FreeBSD/ports d4e0df8Mk/Uses ruby.mk, lang/ruby33 Makefile pkg-plist

lang/ruby33: Fix build with latest -CURRENT

post-install-DOCS-on copies all files/directories under ${WRKSRC}/doc/
into ${STAGEDIR}${RUBY_DOCDIR}/, then installs ${WRKSRC}/ChangeLog to
same directory. But there is ChangeLog directory under ${WRKSRC}/doc/.
As a result there is already ${STAGEDIR}${RUBY_DOCDIR}/ChangeLog
directory when ${WRKSRC}/ChangeLog is tried to be installed as
${WRKSRC}/doc/ChangeLog. Previously install(1) regards it as non-fatal
and build continues. But on latest -CURRENT the command regards it as
fatal and results in build error. So fix it by moving
${WRKSRC}/ChangeLog to ${WRKSRC}/doc/ChangeLog/ChangeLog at extract
phase.

Bump PORTREVISION as plist is changed.

PR:             278554
Reported by:    Siva Mahadevan
MFH:            2024Q2

(cherry picked from commit 8f7dac72c518bd1de867e78af351a4a7cf02d799)
DeltaFile
+3-1lang/ruby33/Makefile
+1-1Mk/Uses/ruby.mk
+1-0lang/ruby33/pkg-plist
+5-23 files

FreeBSD/ports 8f7dac7Mk/Uses ruby.mk, lang/ruby33 Makefile pkg-plist

lang/ruby33: Fix build with latest -CURRENT

post-install-DOCS-on copies all files/directories under ${WRKSRC}/doc/
into ${STAGEDIR}${RUBY_DOCDIR}/, then installs ${WRKSRC}/ChangeLog to
same directory. But there is ChangeLog directory under ${WRKSRC}/doc/.
As a result there is already ${STAGEDIR}${RUBY_DOCDIR}/ChangeLog
directory when ${WRKSRC}/ChangeLog is tried to be installed as
${WRKSRC}/doc/ChangeLog. Previously install(1) regards it as non-fatal
and build continues. But on latest -CURRENT the command regards it as
fatal and results in build error. So fix it by moving
${WRKSRC}/ChangeLog to ${WRKSRC}/doc/ChangeLog/ChangeLog at extract
phase.

Bump PORTREVISION as plist is changed.

PR:             278554
Reported by:    Siva Mahadevan
MFH:            2024Q2
DeltaFile
+3-1lang/ruby33/Makefile
+1-1Mk/Uses/ruby.mk
+1-0lang/ruby33/pkg-plist
+5-23 files

FreeBSD/ports 33b24a1sysutils Makefile, sysutils/android-ota-payload-extractor Makefile distinfo

sysutils/android-ota-payload-extractor: New port

Android OTA payload extractor written in Go

A fast & natively cross-platform Android OTA payload extractor written
in Go. Extracting images from Android OTA packages is very useful
for various purposes. For example, patching the boot image to
install Magisk without TWRP.

PR:             278483
WWW:            https://github.com/tobyxdd/android-ota-payload-extractor
Author:         Yusuf Yaman <nxjosephofficial at protonmail.com>
DeltaFile
+24-0sysutils/android-ota-payload-extractor/Makefile
+7-0sysutils/android-ota-payload-extractor/distinfo
+3-0sysutils/android-ota-payload-extractor/pkg-descr
+1-0sysutils/Makefile
+35-04 files

FreeBSD/ports 9abe6ddwww/webalizer Makefile, www/webalizer/files ja-webalizer.conf-dist.patch

www/webalizer: fix build for japanese

mark option WEBALIZER_CONV as broken
PR: 278400
DeltaFile
+0-69www/webalizer/files/ja-webalizer.conf-dist.patch
+1-5www/webalizer/Makefile
+1-742 files

FreeBSD/ports 7e3cbf8devel/libphonenumber distinfo Makefile

devel/libphonenumber:  update to 8.13.35
DeltaFile
+3-3devel/libphonenumber/distinfo
+1-1devel/libphonenumber/Makefile
+4-42 files

FreeBSD/ports 1244667devel/kf6-solid distinfo Makefile

devel/kf6-solid: update to 6.1.1

This is includes a backport of the following commit:
  https://invent.kde.org/frameworks/solid/-/commit/9ecaf388ccd41d2831ab3833c26627f72ab78f40
fixing decryption of LUKS-encrypted disks.
DeltaFile
+3-3devel/kf6-solid/distinfo
+1-0devel/kf6-solid/Makefile
+4-32 files

FreeBSD/ports ec1bf1fx11-wm/plasma6-kwin distinfo Makefile

x11-wm/plasma6-kwin: update to 6.4.0.1: performance regression fix
DeltaFile
+3-3x11-wm/plasma6-kwin/distinfo
+1-2x11-wm/plasma6-kwin/Makefile
+4-52 files

FreeBSD/ports 3477c26textproc/kdiff3 Makefile distinfo

textproc/kdiff3: update to 1.11.0
DeltaFile
+4-5textproc/kdiff3/Makefile
+3-3textproc/kdiff3/distinfo
+0-4textproc/kdiff3/pkg-plist
+7-123 files

FreeBSD/ports dc33d4aports-mgmt/poudriere-devel distinfo Makefile, ports-mgmt/poudriere-devel/files patch-test_common.sh

ports-mgmt/poudriere-devel: Update to 3.3.0-1748-gd75f4e1dc4

Changes:
 - testport: Fix -c
 - testport: Don't fetch package being tested

PR:     278479
DeltaFile
+0-19ports-mgmt/poudriere-devel/files/patch-test_common.sh
+3-3ports-mgmt/poudriere-devel/distinfo
+2-2ports-mgmt/poudriere-devel/Makefile
+5-243 files

FreeBSD/ports 570bd44multimedia Makefile, multimedia/droidcam Makefile distinfo

multimedia/droidcam: New port: GNU/Linux/nix client for DroidCam

DroidCam turns your phone/tablet into a webcam for your PC.
Use it with chat programs like Zoom, MS Teams, and Skype.

PR:             278432
Author:         Yusuf Yaman <nxjosephofficial at protonmail.com>
WWW:            https://github.com/dev47apps/droidcam
DeltaFile
+66-0multimedia/droidcam/Makefile
+11-0multimedia/droidcam/files/patch-droidcam.desktop
+3-0multimedia/droidcam/distinfo
+2-0multimedia/droidcam/pkg-descr
+1-0multimedia/Makefile
+83-05 files

FreeBSD/ports b61f27cdevel/hyprwayland-scanner distinfo Makefile

devel/hyprwayland-scanner: update to 0.3.0

Changes:        https://github.com/hyprwm/hyprwayland-scanner/releases/tag/v0.3.0
Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/hyprwayland-scanner/distinfo
+1-1devel/hyprwayland-scanner/Makefile
+4-42 files

FreeBSD/ports 323daedsysutils Makefile, sysutils/plasma6-discover pkg-plist Makefile

sysutils/plasma6-discover: add missing Discover port
DeltaFile
+260-0sysutils/plasma6-discover/pkg-plist
+25-0sysutils/plasma6-discover/Makefile
+3-0sysutils/plasma6-discover/distinfo
+1-0sysutils/plasma6-discover/pkg-descr
+1-0sysutils/Makefile
+290-05 files

FreeBSD/ports de14aaanet-im/dissent distinfo Makefile

net-im/dissent: update to 0.0.24

Changes:        https://github.com/diamondburned/dissent/releases/tag/v0.0.24
Reported by:    GitHub (watch releases)

(cherry picked from commit a6832223c076b66dd1ef34c13e5876c4d90f56a1)
DeltaFile
+53-53net-im/dissent/distinfo
+26-27net-im/dissent/Makefile
+79-802 files

FreeBSD/ports a683222net-im/dissent distinfo Makefile

net-im/dissent: update to 0.0.24

Changes:        https://github.com/diamondburned/dissent/releases/tag/v0.0.24
Reported by:    GitHub (watch releases)
DeltaFile
+53-53net-im/dissent/distinfo
+26-27net-im/dissent/Makefile
+79-802 files

FreeBSD/ports 1319a8dmultimedia/aom distinfo Makefile

multimedia/aom: update to 3.9.0

Changes:        https://aomedia.googlesource.com/aom/+log/v3.8.2..v3.9.0
Reported by:    Repology, portscout
DeltaFile
+3-3multimedia/aom/distinfo
+1-1multimedia/aom/Makefile
+1-1multimedia/aom/pkg-plist
+5-53 files

FreeBSD/ports b23798fmisc/py-pytorch-lightning Makefile distinfo

misc/py-pytorch-lightning: update 2.2.2 → 2.2.3
DeltaFile
+5-6misc/py-pytorch-lightning/Makefile
+3-3misc/py-pytorch-lightning/distinfo
+8-92 files

FreeBSD/ports fa3f71dmisc/py-pytorch distinfo Makefile

misc/py-pytorch: update 2.2.1 → 2.2.2

Reported by:    portscout
DeltaFile
+3-3misc/py-pytorch/distinfo
+1-2misc/py-pytorch/Makefile
+4-52 files

FreeBSD/ports a4c112ewww Makefile, www/tgpt distinfo Makefile

www/tgpt: Add new port

tgpt is a cross-platform command-line interface tool that allows
you to use AI chatbot in your Terminal without requiring API keys

PR:             278367
DeltaFile
+79-0www/tgpt/distinfo
+62-0www/tgpt/Makefile
+5-0www/tgpt/pkg-descr
+1-0www/Makefile
+147-04 files

FreeBSD/ports b0d32c5ports-mgmt/poudriere Makefile, ports-mgmt/poudriere-devel Makefile

ports-mgmt/poudriere*: Fix build when not using 'make test'
DeltaFile
+2-0ports-mgmt/poudriere-devel/Makefile
+2-0ports-mgmt/poudriere/Makefile
+4-02 files

FreeBSD/ports 0a5d918net/keycloak distinfo Makefile

net/keycloak: update to 24.0.3.

PR:             278408
Reported by:    maintainer
DeltaFile
+3-3net/keycloak/distinfo
+1-1net/keycloak/Makefile
+4-42 files