Commit Graph

91 Commits

Author SHA1 Message Date
Alexandru Ardelean
0ef45c2af4 sudo: bump to verison 1.9.15p5
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-27 19:20:42 +00:00
Alexandru Ardelean
b370b53538 sudo: bump to verison 1.9.15p4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-27 19:20:35 +00:00
Alexandru Ardelean
cb13fe85d6 sudo: bump to verison 1.9.14p3
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-27 19:20:26 +00:00
Alexandru Ardelean
09f1be1011 sudo: bump to verison 1.9.14p1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-27 19:20:18 +00:00
Tianling Shen
9e26d83f8e btop: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-27 19:18:46 +00:00
Javier Marcet
ad7057f6fd btop: opt out of lto usage
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-27 19:18:35 +00:00
John Audia
dd17b7cdac htop: update to 3.3.0
Changelog: https://github.com/htop-dev/htop/compare/3.2.2...3.3.0

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-01-27 19:14:24 +00:00
Hex
d82c028fe9
btop: fix compilation with musl 1.2.4 (#754) 2024-01-14 03:33:05 +08:00
coolsnowwolf
dfc9f6d9bc netdata: add sensors for temperature support 2023-10-17 00:53:55 +08:00
devome
057c9cb0b5
htop: enable unicode support (#694) 2023-08-28 16:06:06 +08:00
Alexandru Ardelean
8ddb0c31ac sudo: bump to verison 1.9.13p3
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-30 06:52:46 +00:00
Alexandru Ardelean
b72109e46d sudo: bump to version 1.9.12p2
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:48:30 +08:00
John Audia
d9f0a818e3 htop: update to 3.2.2
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2023-03-01 18:48:15 +08:00
AmadeusGhost
921644a33a nmon: add new package 2022-12-10 21:30:27 +08:00
Tianling Shen
3df1936abb btop: Update to 1.2.13
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-16 15:17:14 +08:00
Tianling Shen
1fd19f17a4 btop: append --utf-force argument by default
btop reads the `LANG` env variable to delect if the system has utf8
support, which exists on common Linux distributions.

However, OpenWrt does not ship it, and results in btop reporting
"No UTF-8 locale detected!". Users have to manually pass `--utf-force`
to make btop happy.

To make it OOTB, append `--utf-force` argument by default via alias.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-16 15:17:14 +08:00
Florian Eckert
16df2c1aa3 zabbix: add sqlite3 support
This change makes it possible to build zabbix with sqlite3 support.

Attention:
By selecting "SQLite" as "Database Software" you are not able
to build the zabbix-server and zabbix-server-frontend package anymore.
This database is not supported for this service.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-11-08 14:01:12 +08:00
Scott Roberts
d46b49aa01 zabbix: add variants for SSL support
opkg does not offer ssl varients:
zabbix-agentd
zabbix-sender
zabbix-get
zabbix-proxy
zabbix-server

resolve this by adding ssl varients.

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2022-11-08 14:01:12 +08:00
Scott Roberts
79c35cc38e zabbix: update to 6.2.3
Refreshed patches.

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2022-11-08 14:01:12 +08:00
Florian Eckert
04e2ab3cd1 zabbix: add fping dependency
If fping is not installed on the system the following message is show if
hosts should be monitored via icmp.

Log-Message:
"At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both
are missing in the system."

To fix this also, add a dependency to 'fping' for 'zabbix-server' and
'zabbix-proxy' for installation to allow icmp hosts monitoring.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-11-08 14:01:12 +08:00
Josef Schlehofer
f648e0d293 syslog-ng: update to version 3.38.1
- Release notes:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.38.1

- Update the configuration file to use version 4.0 as mentioned in the
  release notes to try the latest changes

Fixes: CVE-2022-38725

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:53 +08:00
Petr Štetiar
9ed769082b syslog-ng: fix OOM issues by adding support for logrotate
With heavy system logging which goes by default into `/var/log/messages`
log file which is usually placed in tmpfs/RAM one can trigger OOM killer
fairly easily, thus killing random processes and in some cases making
system unusable.

This is likely happening due to the fact, that Linux by default uses 1/2
of available RAM for tmpfs, which might be for example an issue on low
RAM devices with ath10k wireless.

So let's fix it by adding logrotate functionality which should limit the
size of `/var/log/messages` log file to 1M by default, but could be
tweaked by config knob if needed be.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-11-08 13:59:53 +08:00
Josef Schlehofer
bfc58b04f1 syslog-ng: update to version 3.37.1
- Changelog:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1

- Bump config version

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:53 +08:00
Josef Schlehofer
83882a7286 syslog-ng: update to version 3.36.1
- Bump version in config file

Release notes:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.36.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:53 +08:00
Sergey V. Lobanov
ca9e216969 syslog-ng: fix build on macos
configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-11-08 13:59:53 +08:00
Josef Schlehofer
8cc658ed42 syslog-ng: update to version 3.35.1
Also bump the version in syslog-ng config file.
Removes this warning:

Nov 16 14:19:41 turris syslog-ng[15159]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.35 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.33'

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:53 +08:00
Josef Schlehofer
9e648e1c36 syslog-ng: update to version 3.34.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:52 +08:00
Josef Schlehofer
626ec08cb3 syslog-ng: update to version 3.33.2
Changelog:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.33.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:52 +08:00
Josef Schlehofer
11b32647be syslog-ng: disable mqtt
For now, disable mqtt as it was automatically enabled as the build
system finds compiled libpaho-mqtt-c and requires dependency.

---
Here is the output:
Package syslog-ng is missing dependencies for the following libraries:
libpaho-mqtt3c.so.1
---

This is a new feature since syslog-ng 3.33.1 and if anyone is interested
in it, it can be enabled.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:52 +08:00
Josef Schlehofer
4892844549 syslog-ng: update to version 3.33.1
- Release notes:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.33.1

- Bump version in config
It fixes:
WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.33 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.31'

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-11-08 13:59:52 +08:00
Alexandru Ardelean
83a32cca73 sudo: bump to verison 1.9.12p1
Fixes: https://github.com/openwrt/packages/issues/19816

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-11-08 13:58:52 +08:00
Javier Marcet
ef68fd303b schroot: update to version 1.6.13, reboot of the schroot tool
conceived and developed for many years by Roger Leigh

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-11-08 13:58:34 +08:00
Tianling Shen
7a7be2a7be btop: add new package
Resource monitor that shows usage and stats for processor, memory,
disks, network and processes.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-08 13:57:50 +08:00
Alexandru Ardelean
c0f211853a sudo: bump to version 1.9.12
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-11-03 11:38:29 +08:00
Rosen Penev
469e51ee4f sudo: don't build with MIPS16
GCC12 doesn't implement some security flags used by sudo.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-03 11:38:29 +08:00
Nick Hainke
3018553635 openwisp-monitoring: cleanup Makefile
The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-11-03 11:38:29 +08:00
Nick Hainke
ab62ff70cf openwisp-config: cleanup Makefile
The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-11-03 11:38:29 +08:00
Lars Kruse
055e067d1f muninlite: update to new upstream release (2.1.2)
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2022-11-03 11:38:29 +08:00
Daniel Golle
7b75d6863d debootstrap: update to version 1.0.126
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-11-03 11:38:29 +08:00
Daniel Golle
7ab6128d68 debootstrap: update to version 1.0.124
Update package and use @DEBIAN mirror.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-11-03 11:38:28 +08:00
Jacky Guo
4e0d2d8019
nload: add new package (#570)
Signed-off-by: Jacky Guo <leickwell@hotmail.com>
2022-10-28 07:30:28 +00:00
Alexandru Ardelean
fe1ae2d317 sudo: bump to verison 1.9.11p3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-07-02 11:14:29 +00:00
Federico Capoano
ae43198260 openwisp-config: update to 1.0.1
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-06-29 10:50:53 +00:00
Federico Capoano
97d8e40de3 openwisp-config: update to 1.0.0
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-06-29 10:50:47 +00:00
Federico Capoano
39779e6cb4 openwisp-monitoring: added 0.1.1
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-06-29 10:49:12 +00:00
John Audia
ea5c5f4cf4 htop: update to 3.2.1
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-06-07 15:48:22 +00:00
breakings
d28d3c6c33
htop: update to 3.2.0 (#425)
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>

Co-authored-by: John Audia <graysky@archlinux.us>
2022-05-05 17:04:48 +08:00
Alexandru Ardelean
8fd45cec43 sudo: bump to version 1.9.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-03-17 12:55:23 +00:00
Josef Schlehofer
43ae99167c netdata: disable LZ4 compression support
To avoid unnecessary dependency, let's disable it for now.
LZ4 can be also used for DB engine and HTTPS

Fixes:
Package netdata is missing dependencies for the following libraries:
liblz4.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-15 15:31:00 +00:00
Beginner-Go
cf595b2e7a Revert "netdata: add liblz4 deps (#383)"
This reverts commit 89a2bb8ead.
2022-03-15 15:30:45 +00:00