ports-mgmt/pkg: update to 2.8.1
Changes:
- fix: non-root reads of a WAL-mode database with missing sidecars
- fix: leftover parent @dir directories on deinstall
- fix: static build with -pie
- macho: map macOS 26 / iOS 19 to Darwin 25
- api: add PKG_EVENT_PKG_FETCH_BEGIN for per-package fetch progress
- fix: missing space in a libpkg error message
security/keyward: Build with Go 1.26
The port's go.mod requires go 1.26.4, but USES=go:modules selects
GO_DEFAULT (1.25). The build still succeeded, because during the fetch
phase GOPROXY is live and go125 satisfies the directive by downloading
an entire go1.26.4 toolchain into the module cache; the build phase then
finds it there and switches to it despite GOPROXY=off.
So the port declared a build dependency on lang/go125 while actually
compiling with an undeclared, unchecksummed toolchain pulled from
proxy.golang.org. Depend on lang/go126 instead.
[SimplifyCFG] Fix DomTree update in `turnSwitchRangeIntoICmp` (#212006)
The original removal of `BB->Default` has been handled by
`createUnreachableSwitchDefault`.
When `OtherDest` is also unreachable, the edge should be removed.
This issue cannot be reproduced via
`-simplifycfg-require-and-preserve-domtree=1`. I just found it by
checking DT in `requestResimplify`.
www/py-django61: New port, copied from www/py-django60
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
[libcxx] Speed up xsgetn for always_noconv
In the always_noconv path, optimize character reads in the same way as
xsgetn.
Unlike fread, getwc has different semantics, so the same optimization
cannot be applied to wide characters. Therefore, only optimize the char
path.
dnscontrol: Update to 4.44.1
Release v4.44.1 highlights:
NAMECHEAP: Now supports SRV records, thanks to @willpower232!
"dnscontrol init" now supports NS1, thanks to @costasd!
Many performance optimizations in the CICD pipeline.
miniflux: Update to 2.3.3
New features
Feed and entry language detection
Miniflux now reads the language declared by feeds and entries and stores it on both feeds and entries.
Supported sources are the RSS <language> and <dc:language> elements, xml:lang on Atom 1.0 and 0.3 documents, dc:language in RDF/RSS 1.0 feeds, and the language field of JSON Feed.
Entries without their own language now inherit the language declared by the feed.
Article titles and content are rendered with a matching lang attribute, which improves screen reader pronunciation, hyphenation, and browser translation prompts.
The language field is exposed through the API and the Go client for both feeds and entries.
Other additions
Feed discovery now finds the feeds offered by GitHub pages.
TLS certificates are reloaded when the process receives SIGHUP, so renewed certificates can be picked up without a restart.
The browser favicon is now served as SVG for a sharper icon on high-density displays.
Compressed responses are negotiated with a much more standard-compliant Accept-Encoding parser, including quality values and wildcards.
Performance improvements
Long entry and feed lists render noticeably faster: off-screen rows no longer cost layout and paint work on initial render.
Reduced memory allocations when stripping and truncating HTML, roughly halving the time spent on tag-heavy content.
[36 lines not shown]