This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 254dcbaac88865c7f5fbaaa4cf5a846545cf8a0b (commit) via 601664309be244bb72ec1da48758a51c4301ffd5 (commit) from 091988ad27735c799081e0d1426f50d4a60d7514 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 254dcbaac88865c7f5fbaaa4cf5a846545cf8a0b Author: Peter Müller peter.mueller@ipfire.org Date: Tue Jan 16 12:36:50 2024 +0000
Core Update 183: Fix permissions of /etc/sudoers.d/, again
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 601664309be244bb72ec1da48758a51c4301ffd5 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Jan 13 20:43:50 2024 +0100
htop: Update to 3.3.0
For details see: https://github.com/htop-dev/htop/blob/main/ChangeLog
"What's new in version 3.3.0
* Multiple refactorings and code improvements * Shorten docker container IDs to 12 characters * Settings: preserve empty header * Fix execlp() argument without pointer cast * OpenFilesScreen: Make column sizing dynamic for file size, offset and inode * Add support for "truss" (FreeBSD equivalent of "strace") * Darwin: add NetworkIOMeter support * HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40" * Meter: use correct unicode characters for digit '9' * Note in manual re default memory units of KiB * Add column for process container name * Add logic to filter the container name (+type) from the CGroup name * Change NetworkIOMeter value unit from KiB/s to bytes/second * Cap DiskIOMeter "utilisation" percentage at 100% * PCP platform implementation of frontswap and zswap accounting * Shorten podman/libpod container IDs to 12 characters * Write configuration to temporary file first * Incorporate shared memory in bar text * Move shared memory next to used memory * Correct order of memory meter in help * Add recalculate to Ctrl-L refresh * Update process list on thread visibility toggling * Support dynamic screens with 'top-most' entities beyond processes * Introduce Row and Table classes for screens beyond top-processes * Rework ZramMeter and remove MeterClass.comprisedValues * More robust logic for CPU process percentages (Linux & PCP) * Show year as start time for processes older than a year * Short-term fix for docker container detection * default color preset: use bold blue for better visibility * Document 'O' keyboard shortcut * Implement logic for '--max-iterations' * Update F5 key label on tab switch (Tree <-> List) * Force re-sorting of the process list view after switching between list/treeview mode * Linux: (hack) work around the fact that Zswapped pages may be SwapCached * Linux: implement zswap support * {Memory,Swap}Meter: add "compressed memory" metrics * Darwin: add DiskIOMeter support * Fix scroll relative to followed process * ZramMeter: update bar mode * Use shared real memory on FreeBSD * Increase Search and Filter max string length to 128 * Improve CPU computation code * Remove LXC special handling for the CPU count * Create new File Descriptor meter * PCP: add IRQ PSI meter * Linux: add IRQ PSI meter * Linux: highlight username if process has elevated privileges * Add support for scheduling policies * Add a systemd user meter to monitor user units. * FreeBSD: remove duplicate zfs ARC size subtraction"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/183/update.sh | 4 ++++ lfs/htop | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh index e16d2bab8..3312608bc 100644 --- a/config/rootfiles/core/183/update.sh +++ b/config/rootfiles/core/183/update.sh @@ -115,6 +115,10 @@ ldconfig # Apply local configuration to sshd_config /usr/local/bin/sshctrl
+# Fix permissions of /etc/sudoers.d/ +chmod -v 750 /etc/sudoers.d +chmod -v 640 /etc/sudoers.d/* + # Start services /etc/rc.d/init.d/apache start if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then diff --git a/lfs/htop b/lfs/htop index faaf37047..d2df29082 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config
SUMMARY = An Interactive text-mode Process Viewer for Linux
-VER = 3.2.2 +VER = 3.3.0
THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 20 +PAK_VER = 21
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = da3b4aea4e5d32d4b432e0f45089e7795b59d9a947dc4af76cb6b7f9137e6d45901c8169c8d2c796a3f43162c1e3c8f1e18bd17f20750637e06fe4c3ebe22caa +$(DL_FILE)_BLAKE2 = dabad4a4e973c5e0e9478e3b6cd1002369a3a3c8f152dbb72f0294ea3b8d92bbb79ab21b23ee997f2c142d5095e81706f3dfac023f27d9b3c83739754c3bf011
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree