net/tacacs: update to version 4.0.4.32.
Pkgsrc changes:
* whack configure.ac so that it manages to produce a working
configure script. There are more errors / warnings here...
* Change test for libwrap to declare required global variables
... as globals, and not as locals in main() in the configure test.
Upstream changes (newest first):
F4.0.4.32
- Remote pre-authentication format string vulnerability (CWE-134)
F4.0.4.31
- update autoconf to search for libnsl instead of assume. Debian
no longer has one, at least not by default.
F4.0.4.30
- pull do_auth 2.0 and the example config file from github, with
[20 lines not shown]
emacs: improve module framework
With a lot of help from Showta Ishizaki.
It now supports the features we expect from a module framework:
- allow specifying supported versions
- allow specifying unsupported versions
- reduce conflicts between versions (this is not as important as
e.g. for Python, because the base emacs* and xemacs* packages still
conflict with each other)
- tag the PKGNAME with the version it was built for; so e.g. "magit"
is now called "emacs30-magit" etc. depending on the version it was
built for
- build all supported versions of a module in bulk builds
[11 lines not shown]
textproc/rumdl: update to 0.2.77
0.2.77 - 2026-09-23
Fixed
release: never replace published GitHub Release assets (471d97e)
Performance
release: cut published wheel size 6% with fat LTO (7605780)
0.2.76 - 2026-09-23
Added
MD094: report each invalid UTF-8 sequence, with its position (6c25d76)
encoding: lint files containing invalid UTF-8 instead of skipping them (f531bf4)
Fixed
[62 lines not shown]
devel/mise: update to 2026.9.13
This is an update over 12 releases and it's impossible to reproduce the changes here.
See upstream chamgelog for details.
p5-Net-IDN-Encode: update to 2.502.
2.502 2026-08-24
- apply fix from Karen Etheridge's 2.501 release.
- update the maintainer information.
- update the copyright year.
- add contributors to ACKNOWLEDGMENTS in the README.
- stop signing releases with Module::Signature.
2.501 2024-01-12 (TRIAL RELEASE)
- apply patch from PR #11 (use uvchr_to_utf8_flags instead of
uvuni_to_utf8_flags (which is removed in perl 5.38.0)
Split pyro_intr_establish() into a stub which locates the softc
from the pdb (used by pyro routines) and pyro_intr_establish_sc()
which does the work.
In pyro_softc, save a pointer to our pyro_intr_establish_sc().
This allows us to call the correct pyro_intr_establish_sc() from devices
that use pyro interrupts but are not (pci) children of pyro, i.e.
ebus @ mainbus and firei2c*.