dpbox: update to 6.1.3
Five memory-safety fixes folded upstream: a stack over-read in truesize(),
a one-byte overflow in check_sanity(), four buffer underflows in the
filename-extension helpers, a FORTIFY abort in the FBB link-check proposal
generator, and a pointer-precedence bug that wrote through an unrelated
pointer in the low-memory buffer path. patch-bo, patch-bp, patch-bq,
patch-bs and patch-bt are removed; patch-bl is retained.
sftpgo: update to 2.7.5
Bug fixes
httpd: make sure to always close connection for shares.
Security fixes
Improper handling of malformed SSH channel requests. GHSA-q7pc-356p-hggc.
rust-beta: update to 1.98.0-beta.5
Currently it doesn't build due to warning = error.
===> Building for rust-1.98.0beta.5
Building bootstrap
warning: linker stderr: ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.1.rcgu.o): in function `rustix::backend::io::syscalls::dup3':
rustix.b0b38a2615679391-cgu.1:(.text._RNvNtNtNtCsfazM32Pycft_6rustix7backend2io8syscalls4dup3+0x44): warning: reference to compatibility dup3(); include <unistd.h> to generate correct reference
ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.2.rcgu.o): in function `rustix::backend::fs::syscalls::fstatvfs':
rustix.b0b38a2615679391-cgu.2:(.text._RNvNtNtNtCsfazM32Pycft_6rustix7backend2fs8syscalls8fstatvfs+0x39): warning: reference to compatibility fstatvfs(); include <sys/statvfs.h> to generate correct reference
|
= note: `#[warn(linker_messages)]` on by default
warning: linker stdout: ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.1.rcgu.o): note: the message above does not take linker garbage collection into account
ld: /usr/pkgsrc/wip/rust-beta/work/rustc-beta-src/build/bootstrap/debug/deps/librustix-095bb558e8cb6f26.rlib(rustix-095bb558e8cb6f26.rustix.b0b38a2615679391-cgu.2.rcgu.o): note: the message above does not take linker garbage collection into account
error: `bootstrap` (bin "rustdoc") generated 2 warnings
error: warnings are denied by `build.warnings` configuration
warning: build failed, waiting for other jobs to finish...
[4 lines not shown]
flnews-snapshot: Update to 1.4.0pre1
Bug fixes:
- FILTER: Reset pointer to wildmat pattern linked list for every group.
Formerly a nontrivial wildmat could only match the first group of a
group list.
- FILTER: Use result if the wildmat of a score rule has matched a group.
Formerly the further processing of a group list could reset the match.
New features and improvements:
- FILTER: Section SCORING in man page updated.
- Title of man page now follows convention to use only capital letters.