net/amnezia-kmod, net/amnezia-tools: maintainer update
net/amnezia-kmod update from 1.0.8 to 2.0.8;
amnezia-tools updated from 1.0.20241018 to 1.0.20250903.
Original update description:
Support of AWG2 protocol
New parameters:
- s3 - junk before cookie packet
- s4 - junk before data packet
- i1-i5 - pre-crafted custom signature packets to be send before hadshake
Updated logic of packet type recognition
As s4 may affect interface MTU, handle these limitations properly
Some fixes on parameters validation
if_amn now covered with test suite
PR: 291620
devel/py-dj52-django-rq: Update to 3.2.1
* Remove test suite and relevant parts of it because the required files
are no longer distributed in the sdist tarballs.
Changelog since 3.0.1:
https://github.com/rq/django-rq/blob/v3.2.1/CHANGELOG.md
PR: 291367
Approved by: sunpoet (maintainer)
astro/mepo: update BUILD_DEPENDS to keep building with zig 0.14
Reorder Makefile to make portlint happy
PR: 289011
Reported by: Pero Oršolić <bsd at orsolic.org>
biology/vcflib: update BUILD_DEPENDS to keep building with zig 0.14
PR: 289011
Reported by: Pero Oršolić <bsd at orsolic.org>
Approved by: jwb (timeout)
audio/linuxwave: update BUILD_DEPENDS to keep using zig 0.14
Reorder Makefile to make portlint happy
PR: 289011
Reported by: Pero Oršolić <bsd at orsolic.org>
x11/waylock: update 1.4.0 -> 1.5.0
Changelog: https://codeberg.org/ifreund/waylock/releases/tag/v1.5.0
Major changes:
* Updates the required Zig version to 0.15
Reorder Makefile to make portclippy happy
PR: 289011
Reported by: Pero Oršolić <bsd at orsolic.org>
x11-wm/river: update 0.3.11 -> 0.3.12
Changelog: https://codeberg.org/river/river/releases/tag/v0.3.12
Major changes:
* updates the required Zig version to 0.15
Reorder Makefile to make portlint happy
PR: 289011
Reported by: Pero Oršolić <bsd at orsolic.org>
lang/zig014: copy from lang/zig
Zig is making lots of breaking changes from 0.14
to 0.15 consumers aren't necessarily keeping up.
Create the lang/zig014 as a tempoirary solution
for ports depending on zig 0.14
PR: 289011
Approved by: Pero Oršolić <bsd at orsolic.org> (maintainer)
editors/vscode: Update to 1.107.0
This update features hassle-free remote development over ssh.
Prior to this update, users who want to use remote development over
ssh needs to take some manual steps for setting up environment. From
now on, just installing "Open Remote - SSH" extension should be
enough. For more details, follow the instruction shown upon package
installation.
Additional changes to the port include:
- split out target for building remote extension host to Makefile.reh
to avoid excessive dependencies
- populate product.json with useful information mainly for making
popular extensions work out of the box[1]
Changelog: https://code.visualstudio.com/updates/v1_107
Reported by: GitHub (watch releases)
Obtained from: https://github.com/VSCodium/vscodium [1]