net/wireguard-tools: Add possibility to configure keys in rc script
Add possibility to ingest WireGuard keys from files using the rc script.
It basically adds two more options: "wireguard_<iface>_key" and
"wireguard_<iface>_psk". Both are optional.
PR: 291997
mail/thunderbird: Update to 147.0
Changelog:
147.0:
What's New
new
Add "Show Full Path" folder pane option for compact view modes
new
Add `mail.useLocalizedFolderNames' to toggle special folder name localization
What's Changed
changed
Special folders are now localized based on a restricted set of names
What's Fixed
[102 lines not shown]
Pull up following revision(s) (requested by snj in ticket #149):
usr.bin/crunch/crunchgen/crunchgen.c: revision 1.97
crunchgen(1): Implement -L <lib-dir> option for real.
Pass it through via LDADD in the generated .mk output, before any -l
options.
The original logic -- which was disabled in 2001, apparently by
accident -- had a default libdir of /usr/lib. But it didn't do
anything with that string, so removing it as a default doesn't change
anything. But the linker doesn't need us to specify that path anyway
(and it would really have to be -L=/usr/lib rather than -L/usr/lib,
whereas we want -L/path/to/obj/lib/libfoo without the `=').
PR toolchain/59841: crunchgen(1) ignores -L argument
Will be needed for:
PR lib/58648: private shared libraries should go in /usr/lib/private,
not /usr/lib
Pull up following revision(s) (requested by thorpej in ticket #148):
sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.49
Fix boot device detection when booting from a SCSI disk that's
not at target ID 0.
[VPlan] Replace ComputeFindIVRes with ComputeRdxRes + cmp + sel (NFC) (#176672)
Replace ComputeFindIVResult with ComputeReductionResult + explicit
compare + select, to more explicitly and simpler model computing finding
the first/last induction, which boils down to a min/max reduction +
compare and select of the sentinel value.
PR: https://github.com/llvm/llvm-project/pull/176672
Pull up following revision(s) (requested by tsutsui in ticket #1220):
share/man/man8/diskless.8: revision 1.35
diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description
Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
as loading the kernel via NFS handles (mountd + NFS lookup/read).
While here, fix minor wording/grammar issues.
Pull up following revision(s) (requested by tsutsui in ticket #147):
share/man/man8/diskless.8: revision 1.35
diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description
Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
as loading the kernel via NFS handles (mountd + NFS lookup/read).
While here, fix minor wording/grammar issues.
Pull up the following, requested by mrg in #1219 ticket:
external/gpl2/gmake/dist/ar.c up to 1.1.1.1
external/gpl2/gmake/dist/arscan.c up to 1.4
external/gpl2/gmake/dist/configure up to 1.3
external/gpl2/gmake/dist/getopt.c up to 1.1.1.1
external/gpl2/gmake/dist/getopt.h up to 1.1.1.1
external/gpl2/gmake/dist/getopt1.c up to 1.1.1.1
external/gpl2/gmake/dist/job.c up to 1.4
external/gpl2/gmake/dist/main.c up to 1.2
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.1.1.1
external/gpl2/groff/groff2netbsd up to 1.2
external/gpl2/groff/bin/troff/Makefile up to 1.4
external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1
external/gpl2/groff/dist/tmac/doc-syms up to 1.9
external/gpl2/groff/dist/tmac/groff_mdoc.man up to 1.10
external/gpl2/groff/tmac/mdoc.local up to 1.12
[33 lines not shown]
Remove chat/tkabber
It seems tkabber 1.1.2 was released in 2015, so over 10 years ago. However,
chat/tkabber was still at 0.11.1.
Asked on pkgsrc-users@ if anybody is still using it. Nobody raised hands, so
removing it.