- Fix restoring from fullscreen with F11 in Chromium
- Support tabs in the Window List Menu
- Control the terminal in icewm-menu-fdo by option or environment
and let it use a list of default terminals to choose from
Changes:
- enable netrc support to be compatible with libfetch variable
- enable by default all supported kind of authentication for curl
- Fix duplicated rquery
- Make missing plugins non fatal (needed for smooth packagekit support)
- Do not complain about Last-Modified head if the fetch was a failure
- Support for jobs cancellation (needed for packagekit support)
- update sqlite3 to 3.43.0
- update lua to 5.4.6
- plug plenty of memory leaks
- improve debug output in particular for sql statements
- exclude locked package early from autoremove candidates
- fix very slow orphan test computation consuming 100% of CPU in autoremove
Runas is a tool for running commands as another user. It is an
alternative to "sudo", which has a history of serious security issues,
and "su", which is inconvenient for anything but running a shell.
The runas command is a simple wrapper around "su" to streamline its
use. It differs from "sudo" in that it requires the password of the
target user rather than the calling user, and it requires no SUID
permissions or configuration.
Rosenpass provides a complement to the well-known WireGuard standard, adding
quantum-hardened cryptography and key exchange while keeping the established
WireGuard standard encryption security. So Rosenpass is an add-on, enhancing
WireGuard+IBk-s key negotiation process with Post Quantum Secure (PQS)
cryptography, based on the McEliece cryptosystem.
- Add note about thubmnailer plugins
- Update referenced URL for further information
PR: 273697
Reviewed by: Anton Saietskii <vsasjason@gmail.com>
MFH: 2023Q3
Changes:
- Spine should see if script to be executed is executable
- Enhance number recognition
- When polling devices, sort by larger number of items first
- Log format may be corrupted when timeout occurs
- Compile warning appears due to GCC flag on RHEL7/RHEL8
- Downed device detection only checks one of the two uptime OIDs
- Compile error appears due to execinfo.h on FreeBSD
- Bootstrap shell script contains some PHP cruft
- Padding is not always removed from the start of non-numeric strings
- Improve SNMP result handling for non-numeric results
- Further improve SNMP result handling for non-numeric results
- Remove check for the max_oids column which has been present since Cacti v1.0
- Minimize Sorting when fetching poller records for maximum performance
- Spine should see if script to be executed is executable
Port dc3c11a883 from emulators/wine:
If the user has set the default version of LLVM to 10 or 11, use
LLVM 15 instead (rather than LLVM 12 as before). LLVM 15 is the
current default in ports, so one less version to install in case.
Plus it's what everyone else uses. And what this port uses in most
cases.
Approved by: portmgr (blanket)
- Use @dir with ownership instead of executing chown in postexec
We should never chown -R the data directory at install (because it's empty)
or when we upgrade (not needed)
- Fix the shipped configuration file, do not install it in etc/rc.conf.d, install
it where vaultwarden will actually load it and use @sample
Differential Revision: https://reviews.freebsd.org/D41602