seamonkey: apply a patch to make build progress
Still doesn't build:
ld: cannot find -lsmime: No such file or directory
ld: cannot find -lnss: No such file or directory
ld: cannot find -lnssutil: No such file or directory
frr: avoid conflict between elf.h and libelf.h
still builds on -current, I hope it fixes the -11 build.
Fix (whitespace) pkglint while here.
Bump PKGREVISION.
firefox52: fix a type problem
Still doesn't build:
ld: warning: ../../../firefox-52.9.0esr/toolkit/library/StaticXULComponents.ld contains output sections; did you forget -T?
ld: cannot find -lcrmf: No such file or directory
ld: cannot find -lsmime: No such file or directory
ld: cannot find -lnss: No such file or directory
ld: cannot find -lnssutil: No such file or directory
databases/mongodb4: Fix type error objected to by gcc12 (NetBSD 11)
Resolves building under NetBSD 11.
Patch from Paul Ripke, who is running it with unifi.
Unifi starts for me with on NetBSD 11 (with no previous db).
p5-podlators: update to 6.1.1.
Security fix release.
v6.1.1 - 2026-09-09
- Avoid errors or an infinite loop in Pod::Text and its subclasses when
attempting to wrap text whose margin equals or exceeds the output width.
Instead, report an error and force the margin to zero. Thanks to Jitka
Plesnikova for the report. (CVE-2026-82560)
- When Pod::Text::Overstrike wraps a line at a bold or underscored space,
avoid leaving partially formatted spaces at the start of the subsequent
line.
conftest: Update to 0.70.0
Changes:
0.70.0
- Add Groovy and Jenkinsfile support
- Add --github-hide-passed to skip passing files in GitHub output
- Name stdin input in test output
- Bump to OPA 1.20.2
0.69.0
- Add --var-values flag
- Support glob wildcards in --namespace
- Bump to OPA 1.19.0
0.68.2
- Bump to OPA 1.15.2
0.68.1
- Use Rego v1 by default
[7 lines not shown]
sysutils/mirador: update to 1.16.0
(leaf pkg)
1.16.0 - 2026-09-18
Added
The disk panel graphs I/O. Under each device, a ↓ read ↑ write readout and two braille histories in the network panel's face, scaled to the device's own peak and never below a megabyte a second, so background writes do not fill the graph. i hides them; [disk].show_io, io_sample_secs and history set the defaults. With the graphs on the panel scales to its row like the cpu panel.
1.15.0 - 2026-09-18
Added
A disk panel. Every volume that can fill up, as a line of figures — mount, percent used, free, capacity — over a meter, one block per device. Volumes that share a device are folded into one row, read-only ones are left out, and the reading happens on a thread so a sleeping network mount cannot stall the dashboard. Brass while there is room, amber at [disk].warn_above_pct (80), red at [disk].alert_above_pct (95), where the status bar names the fullest volume. Not in the default layout; w switches it on.
1.14.0 - 2026-09-18
Changed
The battery panel draws a battery. The charge was in block numerals over a meter, the pomodoro's face, and it read as a second clock. It is now a rounded cell with its terminal, filled to the charge, with the percentage in plain bold beside it. The cell grows with the panel and keeps its shape; a panel too short or too narrow for an outline falls back to a bare meter and the figure. The label, the detail row, the border's time left and the colours are unchanged.
misc/rozi: update to 0.0.22
(leaf pkg)
v0.0.22
Fixed
A remote session whose SSH link goes quiet — laptop sleep, a dropped network, a half-open TCP
connection — no longer keeps drawing live panes you cannot type into. The client watches for
missed server heartbeats on both monotonic and wall-clock time, so a resume is noticed
immediately and a backward clock step cannot disable the watchdog, and shows the reconnecting
overlay. Esc cancels that wait and opens Sessions. An SSH password or host-key prompt covers
the overlay while it is open. Reconnect never starts a replacement when the original remote
session is already gone, and it reuses the remote binary that already worked instead of
re-probing. If the host is still unreachable after two minutes the session stays on screen as
offline; Enter retries and Esc opens Sessions.
v0.0.21
Changed
[48 lines not shown]