Commit Graph

92 Commits

Author SHA1 Message Date
Beginner-Go
cf595b2e7a Revert "netdata: add liblz4 deps (#383)"
This reverts commit 89a2bb8ead.
2022-03-15 15:30:45 +00:00
breakings
89a2bb8ead
netdata: add liblz4 deps (#383)
fix:
Package netdata is missing dependencies for the following libraries:
liblz4.so.1

Co-authored-by: breakings <breakingstop@gmail.com>
2022-03-11 08:54:05 +08:00
breakings
ddff7cbf1f
netdata: update to version 1.33.1 (#382)
- 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>

Co-authored-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-03-11 00:00:31 +08:00
breakings
3843507dd2
Revert "netdata: update to version 1.33.1" (#380)
* Revert "netdata: update to version 1.33.1"
重新同步官方
This reverts commit 3d47031169.

* Revert "netdata: Remove unneeded dependencies and TARGET_LDFLAGS"

This reverts commit b0f8390ca8.

* Revert "netdata: Added more dependencies and TARGET_LDFLAGS"

This reverts commit c2b9797de5.

Co-authored-by: breakings <breakingstop@gmail.com>
2022-03-10 23:43:14 +08:00
breakings
b0f8390ca8 netdata: Remove unneeded dependencies and TARGET_LDFLAGS 2022-03-08 16:21:48 +08:00
breakings
c2b9797de5 netdata: Added more dependencies and TARGET_LDFLAGS 2022-03-08 02:27:31 +08:00
Michal Vasilek
3d47031169 netdata: update to version 1.33.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-03-08 02:27:31 +08:00
John Audia
8e9e7ec311 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-03-01 17:42:52 +00:00
Alexandru Ardelean
a537f137e3 sudo: bump to version 1.9.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-02-07 15:39:49 +00:00
James White
9449c0969a 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-02 11:49:56 +00:00
lean
2a1654b77a Revert "netdata: update to version 1.31"
This reverts commit ffab1a44b1.
2021-12-31 00:21:13 +08:00
Florian Eckert
11424bb98e 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-27 15:11:12 +00:00
Sergey V. Lobanov
f435e04dad 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-22 11:23:40 +00:00
Jacek Konieczny
60aae422fb 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-12-21 06:49:25 +00:00
Michael Heimpold
d369eb6988 zabbix: switch dependencies to php8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-21 06:49:16 +00:00
Jan Baier
850757b4ca 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-12-21 06:49:07 +00:00
aakkll
b5ac39946e htop: update to 3.1.2-1
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2021-12-06 21:43:22 +08:00
lean
ffab1a44b1 netdata: update to version 1.31 2021-12-03 13:28:25 +08:00
coolsnowwolf
62cfd4da70
Merge pull request #247 from Beginner-Go/sudo
sudo: bump to version 1.9.8p2
2021-10-07 11:56:23 +08:00
Etienne Champetier
808e12dd25 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 5f916720551ad5ea5ac86cf5e122fc2c0c34cc15

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-10-04 16:11:19 +00:00
Hannu Nyman
49b998077b 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 18:30:03 +00:00
Alexandru Ardelean
9923fbbb3d sudo: bump to version 1.9.8p2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-29 10:37:29 +00:00
Alexandru Ardelean
41a87451c3 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-21 12:15:55 +00:00
Etienne Champetier
d5835778ef 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-09-01 04:15:18 +00:00
Alexandru Ardelean
bdd19a6117 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-10 05:25:14 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00
Alexandru Ardelean
db5991073c sudo: bump to version 1.9.7 2021-05-18 15:21:50 +00:00
Beginner
d9068537c0
netdata: disable redundant system logs 2021-04-19 19:09:49 +08:00
Beginner-Go
94ab9c1c55 sudo: update to 1.9.6p1 2021-03-17 11:35:39 +00:00
Beginner-Go
32221a6173 sudo: update to 1.9.5p2 2021-01-28 06:03:31 +00:00
Beginner
134394c32f
htop: update to 3.0.5 2021-01-15 00:06:10 +08:00
Beginner
4def7cd8ad
Htop : Update V3.0.4
sync upstream source code
2020-12-23 23:16:39 +08:00
zheshifandian
c612613800
Update Makefile 2020-07-25 00:10:32 +08:00
zheshifandian
5e2af83869
update netdata to v1.23.2
PKG_VERSION:=1.23.2
2020-07-24 17:54:21 +08:00
zheshifandian
b8d1951a66
update netdata to 1.23.2
PKG_VERSION:=1.23.2
2020-07-24 17:49:45 +08:00
coolsnowwolf
c36ad692b4 packages: sync to new packages 2020-07-08 14:18:52 +08:00
zheshifandian
41f60451a3
update netdata to 1.22.0
update netdata to 1.22.0
2020-05-26 22:13:25 +08:00
Soff
64fa45094a
netdata: update to version 1.20.0 2020-02-23 19:00:08 +08:00
AmadeusGhost
feffce4598 netdata: update to version 1.19.0 2020-02-09 16:36:04 +08:00
LEAN-ESX
10e86977aa xl2tpd: bump version 2019-12-04 05:08:47 -08:00
LEAN-ESX
046e898e5b netdata: bump to v1.18 and x64 SSE2 support 2019-10-20 06:07:05 -07:00
coolsnowwolf
d17588da1a first commit 2018-10-18 16:56:47 +08:00