rtl8169.c: generate MAC address for hardware without an EEPROM
Borrow the equivalent change from if_ure.c (r. 1.33). These re(4)
devices otherwise end up with an all zero MAC. Found (at least) on the
NanoPi R4S (non-"Enterprise" version, the other being distinguished by
including an EEPROM to set a consistent MAC address).
(Given this code is in two places now, it may make more sense to
centralize this if it grows any further.)
yt-dlp-ejs: update to 0.4.0.
Remove build dependency on node; add lock for every package manager by @Grub4K in #38
Documentation and CI improvements by @bashonly in #39
Fix windows build with bun and wrapper files by @Grub4K in #41
Harden CI/CD pipeline by @bashonly in #40
Fix sig extraction in tce variant of player c1c87fb0 by @Grub4K in #43
Update xemu to 0.0.2026.01.29.
New "stable" (kind of ... # ) release
CHANGE: "none" (other than copyright adjustments for 2026). This is
release of the last next as stable. As it was a long time ago when we
had a stable release what we have now here.
neovim: Update to 0.11.6
Changes:
NVIM v0.11.6
Following is a list of fix/feature commits in this release.
See `:help news` in Nvim for release notes.
FEATURES
--------
- lsp: support auto-force escalation in client stop
- lsp: warn about unknown filetype
FIXES
-----
- :ls: check for finished terminal properly
- api: autocmds mess up nvim_get_option_value's dummy buffer
- api: buffer overflow in nvim_buf_get_extmarks overlap
- api: crash when moving curwin to other tabpage
- api: do not allow opening float to closing buffer
[92 lines not shown]
Set lfs_writer early in lfs_vflush; and do not attempt to set it in
lfs_segwrite if we already hold the segment lock. We have to enforce the
locking order lfs_writer -> lfs_seglock to avoid a deadlock.
Import libarchive-3.8.3 (previous was 3.7.7)
Libarchive 3.8.5 is a bugfix release.
Notable bugxies:
bsdtar: fix regression from 3.8.4 zero-length pattern issue bugfix (#2809)
various small bugfixes in code and documentation
Libarchive 3.8.4 is a bugfix release.
Notable bugxies:
bsdtar: Fix zero-length pattern issue (#2787)
lib: Fix regression introduced in libarchive 3.8.2 when walking enterable
but unreadable directories (#2797)
Libarchive 3.8.3 is a bugfix and security release.
[104 lines not shown]