Commit Graph

437 Commits

Author SHA1 Message Date
Scott Roberts cd48d03f01 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-10-06 06:44:03 -06:00
Scott Roberts 475d1cc0e9 zabbix: update to 6.2.3
Refreshed patches.

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2022-09-26 09:41:21 -06:00
Nick Hainke cab4d53e04 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-09-22 01:30:59 -07:00
Nick Hainke 327d857e4a 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-09-22 01:30:59 -07:00
Javier Marcet 38716ddfeb 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-09-09 11:59:53 -07:00
Josef Schlehofer 34b7af9e08
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-09-07 14:34:28 +02:00
Petr Štetiar 660fa63faf 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-08-26 16:57:00 +02:00
Florian Eckert 672a655d6b 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-08-03 09:40:59 +02:00
Rosen Penev 97e986e5ed 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-07-14 14:13:02 -07:00
Giacomo Sanchietti 799194cbc9 rsyslog: apply shellcheck SC3014 to init
Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti 008860276e rsyslog: replace spaces with tabs inside init
Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti 7afd539dbf rsyslog: improve default config
Check also for config files containing comment lines starting
with white spaces.

Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti c3f6591de7 rsyslog: apply shellcheck suggestions to init
Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti a3cea3655f rsyslog: preserve existing configuration
Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti d7084eae60 rsyslog: include original config file
Allow advanced configurations from /etc/rsyslog.conf file

Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti dda5f84630 rsyslog: write config file to RAM
Avoid wearing out flash storage

Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Giacomo Sanchietti 443bc5720e rsyslog: add uci support
Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
2022-07-07 10:34:58 -07:00
Alexandru Ardelean b083d9b82b sudo: bump to verison 1.9.11p3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-07-01 12:40:12 -07:00
Federico Capoano 0419a797ae openwisp-monitoring: added 0.1.1
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-06-28 16:00:46 -04:00
Florian Eckert 7e88aaacbd
Merge pull request #18796 from nemesisdesign/openwisp-config
openwisp-config: update to 1.0.1
2022-06-28 08:40:12 +02:00
Federico Capoano abb75e3a7b openwisp-config: update to 1.0.1
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-06-24 18:16:14 -04:00
Josef Schlehofer ae7aefe111 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-06-24 11:30:36 -07:00
John Audia 6d73b8a09a htop: update to 3.2.1
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-06-04 08:58:11 -04:00
Federico Capoano a1b5bc3add openwisp-config: update to 1.0.0
Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2022-05-18 15:20:15 -04:00
John Audia b4043d9225 htop: update to 3.2.0
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2022-05-04 22:46:05 +03:00
Alexandru Ardelean 589f276ba6 sudo: bump to version 1.9.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-03-16 19:45:02 -07:00
Josef Schlehofer ceca87b25b
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 10:52:56 +01:00
Josef Schlehofer f65025eaf9
Merge pull request #18041 from turris-cz/syslog-ng-bump
syslog-ng: update to version 3.36.1 and add test.sh
2022-03-12 06:50:54 +01:00
Josef Schlehofer 110d46eb37
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-03-10 16:19:19 +01:00
Michal Vasilek 1278eec776
netdata: update to version 1.33.1
- 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>
2022-03-10 00:13:02 +01:00
John Audia 6f509784d0 atop: update to 2.7.1
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>
2022-02-28 11:44:23 -08:00
Matthew Hagan 7a3b0b1d9d rsyslog: move configurables to Config.in
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-23 16:57:43 -08:00
Matthew Hagan 4c4d5fa81d rsyslog: add omhttp libcurl dependancy
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-23 16:57:43 -08:00
Alexandru Ardelean 22c199bf30 sudo: bump to version 1.9.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-02-07 10:27:47 +02:00
Sergey V. Lobanov 0a9a52ee77 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-01-26 16:02:58 +03:00
James White cf9d5a8870 netdata: Update init script to use -D rather than -nd
The current init script is using the deprecated -nd flag. This updates netdata to be started with -D.

Signed-off-by: James White <james@jmwhite.co.uk>
2022-01-13 10:39:08 +01:00
Florian Eckert 45438d033e
Merge pull request #17282 from TDT-AG/pr/20211207-openwisp
openwisp-config: refactoring and update openwisp-config package
2021-12-27 14:18:00 +01:00
Florian Eckert a98c318e05 openwisp-config: refactoring and update openwisp-config package
With the last upstream change, all build variants were removed so that
we only have one package. It is now called openwisp-config.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-22 10:23:40 +01:00
Sergey V. Lobanov 2d680d787f zabbix: update to 5.0.18
Updated to latest 5.0 LTS minor release

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2021-12-21 21:38:54 +01:00
John Audia 3b041e3b45 htop: update to 3.1.2-1
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2021-12-06 07:43:48 -05:00
Jacek Konieczny 30007d3804 zabbix: fix 6in4 network interface discovery
Those devices don't have 'device' propery, only 'l3_device', which
causes 'attempt to concatenate field 'device' (a nil value)' lua error.

Use 'l3_device' as a fallback in this case.

Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
2021-11-21 11:00:53 -05:00
Josef Schlehofer 2d2fd36e28 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>
2021-11-16 13:28:41 -08:00
Matthew Hagan 2c54c4d093 rsyslog: update to 8.2110.0
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00
Matthew Hagan 5d6ac9b931 rsyslog: add additonal support modules
Add configurables via a menu to enable support for various features:
  - GSSAPI Kerberos support
  - mysql
  - postgresql
  - libdbi
  - elasticsearch
  - HTTP output module
  - openssl
  - gnutls
  - mail output
  - json parsing module
  - MaxMind DB support
  - input file

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00
Matthew Hagan 16a5288206 rsyslog: move from net to admin
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00
Daniel Golle 9aa9b71591
debootstrap: update to version 1.0.126
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:25 +00:00
Josef Schlehofer d8e88ef51e syslog-ng: update to version 3.34.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-10-17 10:14:00 -07:00
Michael Heimpold 8adb3b0068
Merge pull request #16808 from mhei/zabbix-upgrade-to-php8
zabbix: switch dependencies to php8
2021-10-13 20:38:30 +02:00
Daniel Golle 494a13dd23
debootstrap: update to version 1.0.124
Update package and use @DEBIAN mirror.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:02:32 +01:00
Michael Heimpold ceb4c2b2df zabbix: switch dependencies to php8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-10-05 23:19:09 +02:00
Etienne Champetier 253e3f558c htop: explicitly disable some build options
Since 3.1.0 delayacct option is enabled if the needed dependencies
are detected, it was previously disabled.
Sensors also check for dependency so we need to explicitly
disable it when not enabled.

Fixes 5f91672055

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-10-03 22:46:07 -04:00
Hannu Nyman 5f91672055 htop: update to 3.1.0
Update htop to versio 3.1.0

* Adjust Makefile configuration options to update
* Avoid libcap dependency
* Backport post-release fix for old automake

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-03 14:11:57 -04:00
Alexandru Ardelean d15304e7d3 sudo: bump to version 1.9.8p2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-28 18:34:48 -07:00
Alexandru Ardelean aab8012438 sudo: bump to version 1.9.8p1
This drops patch 010-cross-compile-fixes.patch
No longer required after:
- https://github.com/sudo-project/sudo/pull/109
- https://github.com/sudo-project/sudo/pull/111

The host-build part can be dropped as the build can now handle building the
mksigname & mksiglist tools with the host tools.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-20 14:13:12 -07:00
Etienne Champetier 37ca4e923d htop: Add HTOP_LMSENSORS config option
Enabled by default for x86, this enables lm-sensors support in htop.
Also add --enable-linux-affinity to avoid autodetecting it

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-08-31 15:59:43 -04:00
Jan Baier 641f75d98a zabbix: Call killall with the -s
Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
2021-08-18 10:37:40 -04:00
Alexandru Ardelean 6934e4e103 sudo: bump to version 1.9.7p2
Also switch to AUTORELEASE for PKG_RELEASE.
Refreshed patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 11:10:44 +03:00
Rosen Penev 65993eefe1
Merge pull request #16121 from sumpfralle/patch-1
muninlite: update to new upstream release (2.1.2)
2021-07-29 12:37:52 -07:00
Josef Schlehofer 4b06f9ff4c
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>
2021-07-21 23:28:23 +02:00
Lars Kruse e6280a5bed
muninlite: update to new upstream release (2.1.2)
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2021-07-14 13:47:01 +02:00
Josef Schlehofer e319e89fde
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>
2021-07-12 16:16:57 +02:00
Josef Schlehofer 2b4be08a8c
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>
2021-07-11 20:23:28 +02:00
Chen Minqiang 2b52fb6221 schroot: fix typo
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2021-06-06 16:03:38 +08:00
Alexandru Ardelean e580552bca sudo: bump to version 1.9.7
Refresh  patch 010-cross-compile-fixes.patch
Re-apply patch 020-no-owner-change.patch

Also we need to explicitly disable OpenSSL support.
We may enable it later if needed/requested.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 21:50:02 +03:00
W. Michael Petullo f93ef64793 syslog-ng: update to 3.32.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 23:29:40 +02:00
Daniel Golle 640a6ba9bd debian-archive-keyring: update to 2021.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-29 00:59:15 +01:00
Josef Schlehofer 1d532fa545
netdata: update to version 1.30.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-15 00:39:13 +02:00
Tiago Gaspar 5f65d87bb7 netdata: disable shared memory totals by default
Fix log spam:
daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm'
This is caused by a non existant /proc/sysvipc/shm because of the
CONFIG_PROC_STRIPPED option that is enabled by default in the kernel
generic target config

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2021-04-11 09:57:51 +02:00
Daniel Engberg 070903fbc2
Merge pull request #15212 from BKPepe/netdata-bump
netdata: update to version 1.29.3
2021-03-22 18:21:40 +01:00
Josef Schlehofer 3d817e968e
syslog-ng: update to version 3.31.2
Bump config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-03-22 11:19:12 +01:00
Josef Schlehofer 5074fbbfdc
netdata: update to version 1.29.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-03-22 01:02:46 +01:00
Alexandru Ardelean d1a8d6bf84 sudo: update to version 1.9.6p1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-16 21:33:16 +02:00
Dirk Neukirchen 09ee530d7f backuppc: fix build with host detected par2
Makefile does not overwrite par2 path
if par2 is available on build-host it is detected
and then the patch with fixup-config-pl.patch
in install fails because hunk 2 cannot be applied

hunk 2 has $Conf{ParPath}   = ''; - so provide an empty path

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-06 18:09:32 +01:00
Daniel Engberg 2c64e3b930
Merge pull request #14853 from BKPepe/netdata-1.29.2
netdata: update to version 1.29.2
2021-02-22 19:52:19 +01:00
Josef Schlehofer e8021bf14d
netdata: update to version 1.29.2
Release notes:
https://github.com/netdata/netdata/releases/tag/v1.29.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-22 19:05:44 +01:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Josef Schlehofer d0736d5e73
netdata: update to version 1.29.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-10 14:18:11 +01:00
Josef Schlehofer c0135a326c sudo: update to version 1.9.5p2
Fixes: CVE-2021-3156 (known as Baron Samedit)

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-27 01:37:10 -10:00
Rosen Penev 79c7dd5401
Merge pull request #14520 from neheb/ato
atop: update to 2.6.0
2021-01-26 14:54:51 -08:00
Rosen Penev 699ccdd12f
atop: update to 2.6.0
Reordered some stuff in the Makefile for consistency between packages.

Refreshed patches.

Added a musl fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-20 20:21:41 -08:00
Alexandru Ardelean b489d21986 sudo: bump to version 1.9.5p1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-20 08:18:28 +02:00
Etienne Champetier 515c780da3
Merge pull request #14497 from neheb/za
zabbix: update to 5.0.7
2021-01-18 10:44:23 -05:00
Federico Capoano 9f7b8088c3 openwisp-config: update to version 0.5.0
Full changelog available at https://github.com/openwisp/openwisp-config/releases/tag/0.5.0

Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2021-01-17 22:11:46 -05:00
Rosen Penev 0ce5d5e203 zabbix: update to 5.0.7
Remove pointless uClibc-ng dependency as it's gone now.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-17 15:08:28 -08:00
John Audia 476f70e9a0 htop: update to 3.0.5-1
Signed-off-by: John Audia <graysky@archlinux.us>
2021-01-14 15:36:23 +02:00
Josef Schlehofer 6c5e3e5cca
netdata: update to version 1.28.0
Refreshed patches and removed one backported patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-26 01:53:11 +01:00
John Audia 8b5af4ed6f htop: update to 3.0.4-1
Build-tested: x86/64
Run-tested: ipq806x (R7800)

Signed-off-by: John Audia <graysky@archlinux.us>
2020-12-22 15:19:41 +02:00
Alexandru Ardelean 2e7a25d9a3 sudo: bump to version 1.9.4p2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-21 09:16:37 +02:00
Rosen Penev 03115b0cde
monit: add libtool fixup
It seems to fail locally without it:

Version mismatch error.  This is libtool 2.4.6 Debian-2.4.6-2, but the
definition of this LT_INIT comes from libtool 2.4.
You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
and run autoconf again.

Move MAINTAINER up for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 21:58:10 -08:00
Rosen Penev b1365df361 sudo: update to 1.9.3p1
Reorder several things for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-15 14:47:15 +02:00
Alexandru Ardelean c521e675c7 sudo: group all install dirs into a single group
Mostly a cosmetic change.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-15 11:38:30 +02:00
Alexandru Ardelean 5c62f84bc7 sudo: change maintainer to myself
This package seems abandoned.
This changes ownership to myself.
It shouldn't be a high-maintenance work to keep it.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-15 11:38:14 +02:00
John Audia e9ec8d8153 htop: update to 3.0.3-1
Build-tested: x86/64
Run-tested: ipq806x (R7800)

Signed-off-by: John Audia <graysky@archlinux.us>
2020-12-07 09:11:10 -05:00
Josef Schlehofer e0f76cfa82
syslog-ng: update to version 3.30.1
Bump version also in config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-02 01:10:16 +01:00
Daniel Golle fd5cb376b5 debian-archive-keyring: install to expected location
'/usr/share/keyring' -> '/usr/share/keyrings'
Makes debootstrap happy.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 05:08:46 +00:00
Daniel Golle 832292b639
debian-archive-keyring: add new package
Grab debian-archive-keyring from debian.org to easy use of debootstrap.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 04:46:30 +00:00
Kim B. Heino 0f4db441b8 muninlite: update to new upstream release (2.1.1)
Signed-off-by: Kim B. Heino <b@bbbs.net>
2020-10-19 15:54:33 +03:00
Josef Schlehofer 0d52fb1beb
netdata: add runtime test
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-16 17:20:32 +02:00
Josef Schlehofer 5ba339b49a
netdata: update to version 1.26.0
Disable ebpf plugin as in OpenWrt there is no package libbpf.
- With that, I need to introduce patch, which is not merged into netdata,
yet. Without it, I still got during cross-compilation this error:
checking for externaldeps/libbpf/libbpf.a... configure: error: cannot check for file existence when cross compiling

- And yes, the flag was there.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-16 17:14:06 +02:00
Rosen Penev e9c6be8352
Merge pull request #13607 from sumpfralle/master
muninlite: update to new upstream release (2.1.0)
2020-10-11 15:22:24 -07:00