aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
* syslog-ng: update to 4.2.0W. Michael Petullo2023-05-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* btop: fix compilation with musl 1.2.4Nick Hainke2023-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | _LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Fixes errors in the form of: Compiling src/linux/btop_collect.cpp src/linux/btop_collect.cpp: In function 'Mem::mem_info& Mem::collect(bool)': src/linux/btop_collect.cpp:1082:58: error: aggregate 'Mem::collect(bool)::statvfs64 vfs' has incomplete type and cannot be defined 1082 | struct statvfs64 vfs; | ^~~ src/linux/btop_collect.cpp:1083:79: error: invalid use of incomplete type 'struct Mem::collect(bool)::statvfs64' 1083 | if (statvfs64(mountpoint.c_str(), &vfs) < 0) { | ^ src/linux/btop_collect.cpp:1082:48: note: forward declaration of 'struct Mem::collect(bool)::statvfs64' 1082 | struct statvfs64 vfs; | ^~~~~~~~~ make[3]: *** [Makefile:274: obj/linux/btop_collect.o] Error 1 make[3]: Leaving directory '/home/nick/openwrt/build_dir/target-aarch64_cortex-a53_musl/btop-1.2.13' make[2]: *** [Makefile:53: /home/nick/openwrt/build_dir/target-aarch64_cortex-a53_musl/btop-1.2.13/.built] Error 2 make[2]: Leaving directory '/home/nick/openwrt/feeds/packages/admin/btop' time: package/feeds/packages/btop/compile#2.57#0.17#3.02 ERROR: package/feeds/packages/btop failed to build. Signed-off-by: Nick Hainke <vincent@systemli.org>
* netatop: fix compilation warning for kernel moduleChristian Marangi2023-05-14
| | | | | | | | | | | | | | | Fix compilation warning for missing fallthrough. Fix compilation warning: /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c: In function 'getsockopt': /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c:1619:26: error: this statement may fall through [-Werror=implicit-fallthrough=] 1619 | tasktype = 'g'; | ~~~~~~~~~^~~~~ /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c:1621:12: note: here 1621 | case NETATOP_GETCNT_PID: | ^~~~ cc1: all warnings being treated as errors Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* syslog-ng: update to version 4.1.1Josef Schlehofer2023-04-12
| | | | | | | | | - Release notes: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.1.1 - Updated version in config Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* sudo: bump to verison 1.9.13p3Alexandru Ardelean2023-03-23
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* Merge pull request #20451 from graysky2/htopEtienne Champetier2023-02-07
|\ | | | | htop: update to 3.2.2
| * htop: update to 3.2.2John Audia2023-02-05
| | | | | | | | | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | sudo: bump to version 1.9.12p2Alexandru Ardelean2023-02-04
|/ | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* btop: Update to 1.2.13Tianling Shen2022-11-15
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* btop: append `--utf-force` argument by defaultTianling Shen2022-11-15
| | | | | | | | | | | | | 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>
* sudo: bump to verison 1.9.12p1Alexandru Ardelean2022-11-07
| | | | | | Fixes: https://github.com/openwrt/packages/issues/19816 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* nload: add new packageJacky Guo2022-11-04
| | | | Signed-off-by: Jacky Guo <leickwell@hotmail.com>
* sudo: bump to version 1.9.12Alexandru Ardelean2022-10-31
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* btop: add new packageTianling Shen2022-10-19
| | | | | | | Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* zabbix: add sqlite3 supportFlorian Eckert2022-10-17
| | | | | | | | | | | 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>
* zabbix: add variants for SSL supportScott Roberts2022-10-06
| | | | | | | | | | | | | 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>
* zabbix: update to 6.2.3Scott Roberts2022-09-26
| | | | | | Refreshed patches. Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* openwisp-config: cleanup MakefileNick Hainke2022-09-22
| | | | | | | The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
* openwisp-monitoring: cleanup MakefileNick Hainke2022-09-22
| | | | | | | The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
* schroot: update to version 1.6.13, reboot of the schroot toolJavier Marcet2022-09-09
| | | | | | conceived and developed for many years by Roger Leigh Signed-off-by: Javier Marcet <javier@marcet.info>
* syslog-ng: update to version 3.38.1Josef Schlehofer2022-09-07
| | | | | | | | | | | | - 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>
* syslog-ng: fix OOM issues by adding support for logrotatePetr Štetiar2022-08-26
| | | | | | | | | | | | | | | | | 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>
* zabbix: add fping dependencyFlorian Eckert2022-08-03
| | | | | | | | | | | | | | 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>
* sudo: don't build with MIPS16Rosen Penev2022-07-14
| | | | | | GCC12 doesn't implement some security flags used by sudo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rsyslog: apply shellcheck SC3014 to initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: replace spaces with tabs inside initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: improve default configGiacomo Sanchietti2022-07-07
| | | | | | | Check also for config files containing comment lines starting with white spaces. Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: apply shellcheck suggestions to initGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: preserve existing configurationGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: include original config fileGiacomo Sanchietti2022-07-07
| | | | | | Allow advanced configurations from /etc/rsyslog.conf file Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: write config file to RAMGiacomo Sanchietti2022-07-07
| | | | | | Avoid wearing out flash storage Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* rsyslog: add uci supportGiacomo Sanchietti2022-07-07
| | | | Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
* sudo: bump to verison 1.9.11p3Alexandru Ardelean2022-07-01
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openwisp-monitoring: added 0.1.1Federico Capoano2022-06-28
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* Merge pull request #18796 from nemesisdesign/openwisp-configFlorian Eckert2022-06-28
|\ | | | | openwisp-config: update to 1.0.1
| * openwisp-config: update to 1.0.1Federico Capoano2022-06-24
| | | | | | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* | syslog-ng: update to version 3.37.1Josef Schlehofer2022-06-24
|/ | | | | | | | | - 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>
* htop: update to 3.2.1John Audia2022-06-04
| | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* openwisp-config: update to 1.0.0Federico Capoano2022-05-18
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* htop: update to 3.2.0John Audia2022-05-04
| | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* sudo: bump to version 1.9.10Alexandru Ardelean2022-03-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* netdata: disable LZ4 compression supportJosef Schlehofer2022-03-15
| | | | | | | | | | | 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>
* Merge pull request #18041 from turris-cz/syslog-ng-bumpJosef Schlehofer2022-03-12
|\ | | | | syslog-ng: update to version 3.36.1 and add test.sh
| * syslog-ng: update to version 3.36.1Josef Schlehofer2022-03-10
| | | | | | | | | | | | | | | | | | - 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>
* | netdata: update to version 1.33.1Michal Vasilek2022-03-10
|/ | | | | | | | | | | | | | | | | | | | | | - Switch to upstream's release tarball Requires to add PKG_BUILD_DIR since netdata is extracted to the folder netdata-v1.33.1 instead of the previous solution where there was missing v - Disable anomaly detection by default This avoids adding a new dependencies to netdata Fixes: Package netdata is missing dependencies for the following libraries: libatomic.so.1 libstdc++.so.6 - Add FreeBSD patch to have smaller package and to avoid clutter in WebUI Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz> [add commit message, add FreeBSD patch] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* atop: update to 2.7.1John Audia2022-02-28
| | | | | | | | | | Upstream bump and remove unneeded patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* rsyslog: move configurables to Config.inMatthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>