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.
hppa: Limit __HAVE_ATOMIC64_OPS to userland.
And revert changes to include 64-bit atomic r/m/w operations in the
rump build, since they're not available in the hard kernel anyway.
The 64-bit CAS logic relies on 64-bit floating-point load/store (plus
RAS or hash-locking), so it doesn't work in the kernel.
Further followup to fix the hppa build after:
PR kern/60729: incosistent st_ino from the first stat(2) on a socket
ipsec: Fix fencepost error in policy parsing.
If there are no addresses appended, the input buffer length may
rightly match sizeof(*xisr) exactly.
Should fix some of the IPsec tests I just broke!
PR kern/60669: netipsec key_sp2msg buffer overrun
Pull up following revision(s) (requested by tls in ticket #483):
sys/dev/pci/if_ixl.c: revision 1.104
sys/dev/pci/if_ixl.c: revision 1.105
Be a little more conservative with DMA sync for the ATQ, though what was there already was probably OK.
Remove pointless and confusing check against NULL.
Pull up following revision(s) (requested by tls in ticket #481):
sys/dev/pci/if_ixl.c: revision 1.102
sys/dev/pci/if_ixl.c: revision 1.103
Fix link state handling in ixl driver (PR 60736):
1. The admin queue ("ATQ") polling could skip completions if there was
more than one pending command. Force ixl_atq_poll() to go in order
and simplify by looping around the post_locked and done_locked functions.
This makes ixl_atq_poll_done() superfluous, so remove that.
2. Add missing "goto out" in ixl_get_link_status() so we return EBUSY
instead of falling through to cv_timedwait(). This is much
less likely with fix 1 above but worth fixing anyway.
3. Mostly undo 1.92 - don't block waiting on link in ixl_init(), instead,
fire off a link status check and ignore the result. Meanwhile, in
ixl_init_locked(), enable the hardware link status interrupt.
[7 lines not shown]
Pull up following revision(s) (requested by jdc in ticket #480):
sys/dev/i2c/dbcool.c: revision 1.70
sys/dev/i2c/dbcool_var.h: revision 1.19
sys/dev/i2c/dbcool.c: revision 1.69
Also match "i2c-adt7475" (Sun Fire V245).
Add fan speed dividers using properties.
Pull up following revision(s) (requested by jdc in ticket #479):
share/man/man4/bq4802rtc.4: revision 1.1
sys/arch/sparc64/conf/files.sparc64: revision 1.171
sys/dev/ic/bq4802reg.h: revision 1.3
distrib/sets/lists/man/mi: revision 1.1836
distrib/sets/lists/manhtml/mi: revision 1.54
sys/arch/sparc64/dev/bq4802_ebus.c: revision 1.3
share/man/man4/Makefile: revision 1.753
Add a note about the validity of the battery-valid flag.
Add a sysctl to control the clock oscillator.
Only write to the chip at attach time if the configuration needs changing.
Add a manual page for bq4802rtc(4) (Texas Instruments bq4802Y/bq4802LY).
Add build glue (Makefile and set lists) for bq4802rtc.4 manual page.
[2 lines not shown]
Pull up following revision(s) (requested by jdc in ticket #478):
sys/dev/i2c/adt7462reg.h: revision 1.2
sys/dev/i2c/adt7462reg.h: revision 1.3
sys/dev/i2c/adt7462.c: revision 1.2
sys/dev/i2c/adt7462.c: revision 1.3
Correct the logic for tach/fan measurement.
Add tach pulse entries whilst here.
Use the pin configuration registers to discover monitored fans.
Don't display the fan fault sensor if there are no monitored fans.
Add some GPIO definitions. Tidy up unused definitions.
Add temperature offsets using properties.
Also check the tach. enable register when checking for connected fans.
Pull up following revision(s) (requested by jdc in ticket #476):
sys/dev/pci/radeonfb.c: revision 1.123
Also display the total graphics memory if it's more than 64MB. E.g.:
radeonfb0: 128 MB, 64 MB aperture at 0x10000000, 64 KB registers at 0x00100000
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]
Pull up following revision(s) (requested by jdc in ticket #475):
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.12
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.13
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.14
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.15
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.16
Add some i2c fixes for V245 and a dsrtc fix also needed on V240.
Remove the ds1307 from the E250 patches - we can't reliably read from it.
Add environmental sensors and GPIO properties for Fire V245.
Make the V245 "disks present" ordered as 0123 instead of 3210.
Add information for sensors on V215/V245.
Add patches for incorrect values on SB2500-S dbcool and V215/V245 adt7462sm.
[5 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.