scapy: update to 2.7.0
Deprecation notice
This version will be the last to support Python 3.7 and 3.8. (PEP639 will require a new license format starting in 2026, which isn't supported in the latest version of setuptools available on those older versions of Python.)
Changelog
[new] ForwardMachine: a new Scapy feature allowing to create a scriptable multi-clients, multi-destination TCP forwarder. It can edit packets on the fly, redirect them to another server, perform TLS interception and more. More details here
Windows protocols:
Implementation details in this paper
SMB:
client improvements (doc)
server improvements (doc)
add support for encryption
add support for requiring signature
Kerberos:
FAST support
[88 lines not shown]
www/chromium: update to 143.0.7499.192
* 143.0.7499.192
This update includes 1 security fix.
Below, we highlight fixes that were contributed by external researchers.
Please see the Chrome Security Page for more information.
[TBD][463155954] High CVE-2026-0628: Insufficient policy enforcement
in WebView tag. Reported by Gal Weizman on 2025-11-23
* HID support on NetBSD
net/netatalk4 -- Update to v4.4.0
XXX The html+javascript developer documentation should be split out
into a separate netatalk-doc package.
From upstream's ChangeLog:
In this release, we introduce sophisticated directory cache
optimization which drastically reduces file system I/O by properly
using the pre-existing caching architecture. The default behavior is
largely unchanged.
Newly introduced afp.conf options:
dircache validation freq
dircache metadata window
dircache metadata threshold
dircache files
[46 lines not shown]
libtasn1: update to 4.21.0.
# Noteworthy changes in release 4.21.0 (2026-01-08) [stable]
- Undocumented asn1Decoding --debug flag removed, thanks to Andrew Hamilton.
- Code coverage for src/ went from 35% to 82%, thanks to Andrew Hamilton.
- Fix of ASN.1 typo in manual, thanks to Masatake YAMATO.
- NEWS renamed to NEWS.md and uses markdown syntax.
- Update gnulib files and various build/maintenance fixes.
- Fix for vulnerability CVE-2025-13151 Stack-based buffer overflow
py-maturin: updated to 1.11.2
1.11.2
* Fix failed release
1.11.1
* Fix compiled artifacts being excluded by source path matching
* Better error reporting for missing interpreters
* Ignore unreadable excluded directories
1.11.0 - Yanked
Note: This release was yanked to a regression: https://github.com/PyO3/maturin/issues/2909
* Refactor `ModuleWriter` to be easier to implement and use
* Add Android cross compilation support, fix wheel tags for Android
* Update generate-ci to macos-15-intel and add windows arm support
* Deprecate 'upload' and 'publish' CLI commands
py-scrapy: updated to 2.14.0
Scrapy 2.14.0 (2026-01-05)
Highlights:
- More coroutine-based replacements for Deferred-based APIs
- The default priority queue is now ``DownloaderAwarePriorityQueue``
- Dropped support for Python 3.9 and PyPy 3.10
- Improved and documented the API for custom download handlers