Commit Graph

139 Commits

Author SHA1 Message Date
Hannu Nyman 998ef40632 htop: update to 2.2.0
Update htop to 2.2.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-24 19:01:14 +03:00
Daniel Engberg ee64c4f405 admin/netdata: Update to 1.10.0
Update netdata to 1.10.0
Refresh config

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:35:50 +02:00
Hannu Nyman 6466c2e6ae htop: update to 2.1.0
* Update htop to 2.1.0
* Remove unnecessary patch
  (upstream has removed the reference to libtool version)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-11 19:25:52 +02:00
Daniel Engberg fdb5f9a081 admin/netdata: Update to 1.9.0
Update netdata to 1.9.0
O3 optimization which is set as default by upstream
Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-01-10 01:43:39 +01:00
Alexander Couzens 8d4814c26d
zabbix: remove build timestamp
Build timestamp prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-06 22:08:12 +01:00
Daniel Golle f0806ab416 debootstrap: update to version 1.0.92
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-07 01:30:02 +01:00
Etienne Champetier 4c26e09cb7 monit: update to 5.24, use https download url
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-22 18:43:08 -07:00
Gergely Kiss ddc8b334d0 sudo: update to 1.8.21p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 00:56:29 +02:00
Daniel Engberg 080664867a admin/netdata: Update to 1.8.0
Update netdata to 1.8.0
Add back python modules, these are tweaked (modified) for netdata
Add additional flags to slim down the binary size
 
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-19 00:12:15 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Philip Prindeville c50a9705d7 Merge pull request #4707 from pprindeville/openwisp-config-retire-polarssl
openwisp-config: polarssl has been removed
2017-08-19 20:17:18 +01:00
Etienne Champetier bd4fd07f1b zabbix: update to 3.2.7
https://www.zabbix.com/rn3.2.7

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-13 14:51:46 -07:00
Philip Prindeville dede8ee849 openwisp-config: polarssl has been removed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-08-13 12:32:54 -06:00
Philip Prindeville 3b4df04332 syslog-ng: fix typo in .pid file path
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-27 21:04:19 -06:00
Philip Prindeville 83bd830407 syslog-ng: use syslog-ng-ctl for proper reloads
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Philip Prindeville 08a13fb27a syslog-ng: add syntax check to startup script
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Philip Prindeville 2898e7cc47 syslog-ng: get rid of guardian process
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Philip Prindeville 1923459f4e syslog-ng: replace hardcoded paths with variables
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Philip Prindeville 07a6e8bc73 syslog-ng: add customization directory
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Philip Prindeville 237b77002c syslog-ng: retire PKG_MD5SUM
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-07-26 11:54:06 -06:00
Daniel Engberg 4cf17672d4 admin/netdata: Update to 1.7.0
Update netdata to 1.7.0
Update URL
Clean up some more stray image files (smaller package)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-19 10:35:40 +02:00
Etienne Champetier 7b9fd07b45 monit: update to 5.23
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:24:13 -07:00
Etienne Champetier dbab191dce zabbix: update to 3.2.6
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-08 11:56:26 -07:00
Etienne Champetier 547f30b468 zabbix: partially fix zabbix-extra-mac80211
In kernel commit f1160434c7658af3f7b0926b88df49a66cb3c3e0 many stats
that we read with zabbix-extra-mac80211 have been renamed
One commit after (c206ca670974cefec7ac3732db5c8156e8081a8d) those renamed
stats have been hidden behind MAC80211_DEBUG_COUNTERS compile flag

For now you have to edit mac80211 Makefile / do a custom build to access
most of these stats

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-08 08:30:14 -07:00
Hannu Nyman 170258c125 Merge pull request #4209 from lynxis/upstream-ipmis
add ipmitool: Command-line interface to IPMI-enabled devices
2017-05-01 01:17:41 +03:00
Hannu Nyman cc02cb2cf5 Merge pull request #4196 from pprindeville/drop-CRYPTO_set_id_callback
syslog-ng: fix openssl callbacks to not require backward compatibility
2017-03-29 20:08:44 +03:00
Philip Prindeville f3a8766954 syslog-ng: fix openssl callbacks to not require backward compatibility
The functions for registering callbacks for threads has changed
in OpenSSL 1.0.0.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-03-29 09:47:14 -06:00
Alexander Couzens a1d8ddb70f add ipmitool: Command-line interface to IPMI-enabled devices 2017-03-28 04:08:29 +02:00
Daniel Engberg 6c6e6428f6 admin/netdata: Update to 1.6.0
Update netdata to 1.6.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-21 13:41:39 +01:00
Jo-Philipp Wich 335e356af4 Merge pull request #4103 from gabri94/master
openwisp-config: new package
2017-03-07 16:50:48 +01:00
gabri94 33df71ba41 openwisp-config: new package
Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>
2017-03-07 16:45:18 +01:00
Etienne CHAMPETIER 9b55b020a3 zabbix: update to 3.2.4, use PKG_HASH
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER 7da21929fd monit: update to 5.20, use PKG_HASH
this adds zlib as dependency

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER b2f87f62ac htop: use PKG_HASH
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Philip Prindeville 165fc3eaf7 syslog-ng: bump to 3.9.1 and fix typo
Likewise fix default configuration to use SOCK_DGRAM and not SOCK_STREAM
as we currently do.

Add sha256 digest.

Rather than have the users replace syslog-ng.conf (which lately is
changing fairly frequently) and have them miss an important fix or
improvement, instead have them localize /etc/custom-logs.conf and
ship that as an empty file.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-02-05 19:34:01 -07:00
Daniel Engberg 86f4540478 admin/netdata: Update to 1.5.0
* Update to 1.5.0
* Refresh patches
* Make config file more usable out of the box
* Adjust a few default settings

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-04 09:27:52 +01:00
Matthias Schiffer 3823ef9bc4 Merge pull request #3813 from NeoRaider/hostpkg
Use STAGING_DIR_HOSTPKG where appropriate
2017-01-11 21:54:09 +01:00
Daniel Golle 1497a5666c Merge pull request #3527 from sartura/deboostrap-bump
debootstrap: update to version 1.0.87
2017-01-11 01:54:49 +01:00
Matthias Schiffer 4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-10 18:25:54 +01:00
Daniel Engberg 372fe29d0a admin/syslog-ng: Fix accidental inclusion of libs
Disable SMTP and Redis support
Error generated by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-09 16:21:21 +01:00
Philip Prindeville 84b136cdb4 syslog-ng: fix various install problems such as missing plugins, etc
Install the plugins as various functionality is no longer in the
utility itself but is packaged as a .so plugin instead. Disable
plugins with too many dependencies (or too exotic).

Bump the version number on the config file to agree with the package's
version number.

Clean up any .la files from libtool.

Start much earlier so that logging doesn't miss startup messages from
other services.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-01-09 02:05:20 -07:00
W. Michael Petullo ef0fef50fb syslog-ng: import from oldpackages
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-01-06 07:51:50 -05:00
Denis Osvald 82880161e6 debootstrap: update to version 1.0.87
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-11-18 17:20:14 +01:00
Daniel Engberg 2deac43fdf netdata: Make netdata less noisy during startup
Disables proc entries that aren't available/enabled by default in LEDE/OpenWRT

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-11-10 04:53:36 -06:00
Alberto Bursi b664d5fe2a debootstrap: add xz dependency
required to extract some packages as stated in issue https://github.com/openwrt/packages/issues/3365

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-22 11:00:49 +02:00
Daniel Engberg 8b12ee4152 netdata: Streamline package
* Change maintainer to myself, asked by current maintainer
* Remove atomic workaround, it's been fixed upstream in 1.4.0
* Install all plugins, disable those that depends on external applications
* Remove bundled pyYAML library, use package if you want to use python plugins
* Remove "unused" files in webdata directory, saves about 900k
  Downside is that some _very_ old browsers might break however since netdata
  is very heavy on javscript you still need a somewhat recent one anyway to get
  a decent experience.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-20 02:59:48 -05:00
nitroshift 77e9cba6f1 Netdata: update to v. 1.4.0
Maintainer: Sebastian Careba nitroshift@yahoo.com
Compile tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953
Run tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953

Description:

Updated package to latest release.

Signed-off-by: Sebastian Careba nitroshift@yahoo.com
2016-10-10 12:46:03 +03:00
Matthias Schiffer 5ea3543680
sudo: use default host install prefix
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-04 00:41:44 +02:00
diizzyy 4b122db843 netdata: disable atomic instructions
The auto detection is a bit dodgy and sometimes fails to identify support, disable atomic instruction for now.

Fixes #3251 and bumps PKG_RELEASE

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-29 08:43:46 +02:00
diizzyy 28e38075b0 netdata: update to 1.3.0 and use procd init
Update to 1.3.0
Change init.d script to use procd
Use release binary instead of git

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-28 00:41:26 +02:00