resterm: Update to 1.6.0
Added
Directives can be completed without first typing a comment marker. Accepting @name after typing @na inserts # @name .
Press Ctrl+N in editor insert mode to show suggestions at the cursor. Use Up / Down to select an item and Tab or Enter to accept it.
After accepting a suggestion, the popup shows what can follow it. Choosing @auth opens auth modes, oauth2 opens its options, and grant= opens the supported grant types.
Header completion follows the same pattern. Accepting Content-Type opens value suggestions such as application/json.
Workflow steps and branches suggest request names for using= and run=.
Changed
Options that can appear only once disappear after use, including their aliases.
@compare suggestions follow the selected environment group. Baseline suggestions use the comparison targets already chosen.
@apply use= can still be repeated, but profiles already selected are omitted.
Dynamic helpers with example calls now insert the call and select only its arguments for replacement.
Variable completion adds missing closing braces. Completing {{ho, {{ho}, or {{ho}} with host produces {{host}}.
In editor insert mode, Ctrl+N controls completion. Outside insert mode, the configured New Request shortcut still applies.
The built-in help and bottom command bar include the completion shortcut.
Fixed
[8 lines not shown]
augeas: install lenses, fix CVE-2025-2588
Make augeas install all the lenses so it is actually usable. Also fix a
security issue which is not in a release yet.
From Showta Ishizaki in PR pkg/60656.
Pull up following revision(s) (requested by skrll in ticket #452):
sys/arch/riscv/include/bus_funcs.h: revision 1.6
riscv: Fix bus_space_{alloc,free,mmap} macros
The macros bus_space_alloc, bus_space_free, and bus_space_mmap were
incorrectly passing the bus space cookie as their first parameter.
This patch updates these macros to pass the entire bus space tag pointer
instead as per other macros.
Pull up following revision(s) (requested by skrll in ticket #451):
sys/arch/riscv/include/asm.h: revision 1.14
risc-v: fix assemble opcode helper macros
- remove *_SUBI variants as these instructions don't exist and the
assembler doesn't help. *_ADDI should be used.
- use 'iw' instead of 'wi' to match real instructions.
Pull up following revision(s) (requested by andvar in ticket #450):
sys/arch/x86/isa/clock.c: revision 1.43
Check if RTC is disabled only in virtualized environments.
On a real PC, bits 0-5 may be used for the date alarm function,
causing RTC failure to attach and
a "WARNING: no TOD clock present" warning in the boot log.
Verified no regression on QEMU/MICROVM by imil@
PR kern/60672
Pull up following revision(s) (requested by thorpej in ticket #449):
sys/arch/m68k/m68k/vm_machdep.c: revision 1.48
cpu_lwp_fork(): If a stack is specified, make sure it's aligned.
Pull up following revision(s) (requested by thorpej in ticket #448):
sys/arch/m68k/m68k/sunos_machdep.c: revision 1.41
sys/arch/m68k/m68k/sig_machdep.c: revision 1.53
sys/arch/m68k/include/frame.h: revision 1.41
sys/arch/m68k/m68k/compat_16_machdep.c: revision 1.20
Make sure the stack is aligned when delivering signals.
Fixes the t_signal_and_sp:misaligned_sp_and_signal and
t_signal_and_sp:signalsp_sigaltstack test cases on m68k.
Pull up following revision(s) (requested by thorpej in ticket #447):
lib/libc/arch/m68k/gen/_lwp.c: revision 1.11
_lwp_makecontext(): ensure the stack is aligned. Fixes the
t_signal_and_sp::threadsp test case on m68k.
Pull up the following, requested by bsiegert in ticket #446:
external/gpl2/gmake/dist/ar.c up to 1.2
external/gpl2/gmake/dist/arscan.c up to 1.4
external/gpl2/gmake/dist/configure up to 1.4
external/gpl2/gmake/dist/getopt.c up to 1.2
external/gpl2/gmake/dist/getopt.h up to 1.2
external/gpl2/gmake/dist/getopt1.c up to 1.2
external/gpl2/gmake/dist/job.c up to 1.4
external/gpl2/gmake/dist/main.c up to 1.3
external/gpl2/gmake/dist/make.h up to 1.4
external/gpl2/gmake/dist/read.c up to 1.4
external/gpl2/gmake/dist/glob/fnmatch.c up to 1.2
external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.2
external/gpl2/groff/tmac/mdoc.local up to 1.12
external/gpl2/texinfo/dist/intl/dcigettext.c up to 1.2
external/gpl2/texinfo/dist/intl/gettextP.h up to 1.2
external/gpl2/texinfo/dist/lib/getopt.c up to 1.3
external/gpl2/texinfo/dist/lib/getopt_.h up to 1.2
[26 lines not shown]
geography/spatialindex: Update comments surrounding test woes
One is resolved, but on head, and we (and everybody else) are stuck on
an old release becuase of a regression in 2.1.0 which breaks qgis. (I
am unaware of anyone wanting to use this otherwise>) Upstream is
still where upstream is.
py-configargparse: updated to 1.7.6
1.7.6
config file and environment variable values can no longer trigger writing out a config file
config file values containing newlines are now rejected when writing out a config file, rather than written out as separate keys
py-anyio: updated to 4.15.1
4.15.1
- Implemented a compatibility fix for supporting direct access of ``anyio.*`` submodules
from the main package even when those submodules were not directly imported first
py-blockbuster: added version 1.5.27
Blockbuster is a Python package designed to detect and prevent blocking calls
within an asynchronous event loop. It is particularly useful when executing
tests to ensure that your asynchronous code does not inadvertently call
blocking operations, which can lead to performance bottlenecks and
unpredictable behavior.
security/ruby-rex-powershell: update to 0.1.105
0.1.104 (no release)
0.1.105 (2026-08-31)
* Merge pull request #1 from bwatters-r7/collab/aarch64-injection:
Collab/aarch64 injection
* Merge pull request #49 from vinicius-batistella/feature/aarch64-injection:
Route AArch64 payloads to the native powershell.exe on Windows on ARM