Commit graph

331 commits

Author SHA1 Message Date
James White
2bca94d83e
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>
(cherry picked from commit cf9d5a8870)
2022-01-13 10:39:28 +01:00
John Audia
e6628357a5 htop: update to 3.1.2-1
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit 3b041e3b45)
2021-12-10 18:57:34 +02:00
Etienne Champetier
c28d3dcb51 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>
(cherry picked from commit 253e3f558c)
2021-12-10 18:57:10 +02:00
Hannu Nyman
97574e9de2 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>
(cherry picked from commit 5f91672055)
2021-12-10 18:56:55 +02:00
Josef Schlehofer
a97bd31353
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>
(cherry picked from commit 2d2fd36e28)
2021-11-30 23:58:06 +01:00
Josef Schlehofer
e6cea0eb58
syslog-ng: update to version 3.34.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit d8e88ef51e)
2021-10-26 11:07:30 +02:00
Etienne Champetier
fa1791dbc8 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>
(cherry picked from commit 37ca4e923d)
2021-08-31 16:27:39 -04:00
Jan Baier
affb4038cb
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>
(cherry picked from commit 641f75d98a)
2021-08-19 21:24:10 +02:00
Josef Schlehofer
fefd882274
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>
(cherry picked from commit 4b06f9ff4c)
2021-07-22 07:51:03 +02:00
Josef Schlehofer
827fa8e21f
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>
(cherry picked from commit e319e89fde)
2021-07-12 16:17:35 +02:00
Josef Schlehofer
588d781dfb
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>
(cherry picked from commit 2b4be08a8c)
2021-07-12 06:16:53 +02:00
Josef Schlehofer
ee11ce67a2
netdata: update to version 1.30.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 1d532fa545)
2021-07-10 22:29:33 +02:00
Chen Minqiang
69e4207965
schroot: fix typo
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
(cherry picked from commit 2b52fb6221)
2021-06-18 23:44:10 +02:00
W. Michael Petullo
d81ab573e6
syslog-ng: update to 3.32.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit f93ef64793)
2021-05-14 21:48:54 +02:00
Daniel Golle
807bd76335
debian-archive-keyring: update to 2021.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 640a6ba9bd)
2021-05-08 01:07:22 +02:00
Tiago Gaspar
f5d172aede
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>
(cherry picked from commit 5f65d87bb7)
2021-04-11 09:58:34 +02:00
Josef Schlehofer
4322399166
netdata: update to version 1.29.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 5074fbbfdc)
2021-03-29 00:21:31 +02:00
Josef Schlehofer
ec9563fa21
syslog-ng: update to version 3.31.2
Bump config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 3d817e968e)
2021-03-29 00:21:12 +02:00
Ilya Lipnitskiy
b1cbd93bcd
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>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
Josef Schlehofer
743d7bcf2d
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>
(cherry picked from commit e8021bf14d)
2021-02-22 19:54:00 +01: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
Josef Schlehofer
2d6475fa93 debootstrap: update to version 1.0.123
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-09 19:06:21 +01:00
Lars Kruse
3e33772c49 muninlite: update to new upstream release (2.1.0)
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-10-08 14:44:08 +02:00
Josef Schlehofer
1607774df4
syslog-ng: bump version in config file
This fixes issues:
syslog-ng[3895]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.29 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.26'

Fixes: 06f3ac21b4 ("syslog-ng: update to
version 3.29.1")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 11:29:24 +02:00
Rosen Penev
2ef6570401
Merge pull request #13516 from neheb/sch
schroot: fix compilation with full NLS
2020-09-30 01:58:38 -07:00
Rosen Penev
34cbc1a980
schroot: fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-28 23:09:57 -07:00
Francois Dechery
5affa01aab muninlite: Bump PKG_RELEASE
Signed-off-by: Francois Dechery <wxopwx@gmail.com>
2020-09-28 10:15:16 +02:00