Commit Graph

315 Commits

Author SHA1 Message Date
Alexander Couzens b2a9219f73 ipmitool: fix CVE-2020-5208
All patches has been applied upstream.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2020-06-09 11:18:33 +02:00
Rosen Penev a642cef8ad
Merge pull request #12197 from BKPepe/syslog-ng
syslog-ng: update to version 3.27.1
2020-05-19 15:15:11 -07:00
Josef Schlehofer d4db36ea09
syslog-ng: update to version 3.27.1
snmp-dest was moved to afsnmp

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-05-17 17:54:04 +02:00
Josef Schlehofer cb7d8210d3
Merge pull request #12091 from pprindeville/syslog-ng-restore-reload
syslog-ng: restore service "reload" to actually working
2020-05-17 15:40:48 +02:00
Toni Uhlig c25b61ac02
netatop: update to version 3.1
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-05-17 12:01:28 +02:00
Daniel Engberg 626c304d67 admin/netdata: Update to 1.22.1
Update netdata to 1.22.1
Disable cloud functionality
Shoehorn patches from FreeBSD's ports repo
Remove cloud notifications and netdata's self-update feature
json-c is no longer optional

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-05-14 11:02:49 +02:00
Philip Prindeville c27f4ca53b syslog-ng: restore service "reload" to actually working
Commit 44a16ca broke syslog-ng such that it no longer works with
logrotate, for example.  Yes, you can manually stop and start the
service, but (1) you shouldn't have to and (2) it creates a window
where you potentially lose messages if the syslog UDP socket
overruns.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-05-06 10:38:43 -06:00
Philip Prindeville f8443ae829 syslog-ng: including user settings after system settings
Initially we included user-specific settings last, so that they
could turn off or replace system settings... otherwise we only get
to change what's NOT explicitly set by the system.  This is overly
constraining.

Restore the original functionality of allowing the user to
override settings defined by the distribution's configuration.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-05-02 17:22:50 -06:00
Rosen Penev e21a063ecb
Merge pull request #11834 from sumpfralle/master
muninlite: update to 2.0.1
2020-04-22 15:38:27 -07:00
Lars Kruse b48b144978 muninlite: remove patch "hostname"
Since muninlite 2.0 the unpatched upstream also uses
/proc/sys/kernel/hostname.  Thus the patch is not necessary anymore.

Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-04-19 14:30:01 +02:00
Jeffery To 1bc2f4f3c6 treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Lars Kruse 4bddd3de87 muninlite: remove unused sections from Makefile
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-04-15 16:13:41 +02:00
Lars Kruse 7b2b37c4a1 muninlite: update to 2.0.1
* follow upstream ressources to github
* rename /usr/sbin/munin-node to /usr/sbin/muninlite
  (following the chane of upstream)
* change plugin directory from /usr/sbin/munin-node-plugin.d/
  to /etc/munin/plugins (compatible to upstream / munin-node)
* all patches (except one OpenWrt-specific patch) were merged
  upstream

Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-04-14 17:12:47 +02:00
Daniel Golle 5c36d51964 debootstrap: update to version 1.0.119~bpo10+1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-08 14:49:04 +01:00
Josef Schlehofer fe165eeb94
syslog-ng: update to version 3.26.1
- Bump version also in the config file
- Move logread to /sbin location instead of /usr/sbin
Because package logd in OpenWrt's ubox Makefile uses /sbin folder and LuCI has
the same path hardcoded in
modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json and using
different location results that LuCI is not able to load log data as it
is not found.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-03-08 07:53:35 +01:00
Rosen Penev e0c0c3c3f0
Merge pull request #11158 from jmarcet/schroot
schroot: new package to securely enter a chroot and run a command or login shell
2020-03-05 17:39:32 -08:00
Javier Marcet 207fd60ad1 schroot: new package to securely enter a chroot and run a command or login shell
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-03-04 10:08:08 +01:00
Rosen Penev f09e6461f3
debootstrap: update to 1.0.118
Added _GNU_SOURCE define to fix compilation warning.

Added patch to fix uclient-fetch as it does not support -nv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-28 16:02:19 -08:00
Josef Schlehofer 8aa816c816
netdata: update to version 1.20.0
- Add libuv dependency which is now required. Otherwise during
compiling, I have received this error:

configure: error: libuv required but not found. Try installing 'libuv1-dev' or 'libuv-devel'.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-23 10:27:38 +01:00
Javier Marcet 8ab8e10e1a nyx: Terminal status monitor for Tor
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-02-17 20:50:32 +01:00
Rosen Penev 9923272234
sudo: update to 1.8.31
Refresh patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:54:33 -08:00
Rosen Penev f846ced1c8
zabbix: remove configure patch
Allows removing autoreconf.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-06 12:44:24 -08:00
Alexander Traud a4553b2efe syslog-ng: listen not globally but just locally
Beside that, listen not only on IPv4 but also on IPv6 = Dual Stack.

Signed-off-by: Alexander Traud <pabstraud@compuserve.com>
2020-01-27 21:39:26 +01:00
Rosen Penev 4e363da6b2 backuppc: replace samba36 dependency
Samba 3.6 will be removed soon. samba4-client a replacement.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-14 23:16:58 -08:00
Daniel Golle 87fb15ba59 debootstrap: update to version 1.0.116
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Rosen Penev 8bc32479ea
zabbix: Fix compilation with uClibc-ng
This is similar to a patch that was previously carried.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-30 16:37:36 -08:00
Hannu Nyman 1fd0fee3d1
Merge pull request #10698 from Rixerx/master
zabbix: update to 4.0.16
2019-12-30 20:12:40 +02:00
Krystian Kozak e6303c0290 zabbix: update to 4.0.16
Updated to 4.0.16 LTS version.

Compile tested: Yes, x86_64
Run tested: Yes, x86_64

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2019-12-27 00:38:40 +01:00
Daniel Engberg 346f43f87d
Merge pull request #10828 from BKPepe/netdata
netdata: Update to version 1.19.0
2019-12-19 20:24:42 +01:00
Josef Schlehofer dbf7b965b7
netdata: Update to version 1.19.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-18 22:05:33 +01:00
Josef Schlehofer ac4870f205
syslog-ng: Update to version 3.25.1
Bump version in config

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-18 21:44:37 +01:00
Leong Hui Wong a6f1ff5a85 treewide: update wiki links
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-11-29 09:16:02 +08:00
Toni Uhlig 2566319f7e
atop: update to version 2.5.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-11-13 19:28:27 +01:00
Daniel Engberg e210ba2b56
Merge pull request #10281 from BKPepe/netdata
netdata: Update to version 1.18.1
2019-10-20 18:34:57 +02:00
Josef Schlehofer 35b215dfff
sudo: Update to version 1.8.28p1
- Refreshed patches
- Remove inactive maintainer

Fixes: CVE-2019-14287

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:22:41 +02:00
Josef Schlehofer 603ead3ad8
netdata: Update to version 1.18.1
Enable PKG_BUILD_PARALLEL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 19:09:48 +02:00
Daniel Engberg fd5df13ac3
Merge pull request #10233 from BKPepe/netdata
netdata: Update to version 1.18.0
2019-10-14 14:19:58 +02:00
Josef Schlehofer 72f8cda2a5
syslog-ng: Update to version 3.24.1
Bump version also in config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-14 09:06:29 +02:00
Josef Schlehofer bd5207a05c
netdata: Update to version 1.18.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-14 08:49:41 +02:00
Jeffery To 53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Josef Schlehofer 9be1f918fa
debootstrap: Update to version 1.0.115~bpo10+1
Reorder some stuff in Makefile and use HTTPS in URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-30 22:41:16 +02:00
Josef Schlehofer 5e898166e7
netdata: Update to version 1.17.1
Patch 002 - Force Python3 is no longer applying, let's try to throw it
away to see if it is still necessary

Patch 003 - Was backported from the master branch and it was included in
Netdata version 1.17.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-26 18:41:58 +02:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Josef Schlehofer d4eed8c422
syslog-ng: Add GPL license for plugins
- Correct SPDX License Identifier
- Move DEPENDS under URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-01 16:24:32 +02:00
Josef Schlehofer 298a91364c
syslog-ng: Update to version 3.23.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-01 16:19:58 +02:00
Rosen Penev d990519a85
Merge pull request #5886 from nonicknamewasleftforme/feature/backuppc
new backuppc package w/ dependency perl-file-rsyncp
2019-08-30 16:02:49 -07:00
Val Kulkov 9980d766ac monit: update to the latest release
Remove SSL patch that has been made obsolete by upstream updates.

Update monit package to the latest release: v5.26.0. This release
supports TLSv1.3 and fixes a few bugs and vulnerabilities.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-23 11:36:02 -04:00
Daniel Engberg 50e0218cf4
Merge pull request #9801 from diizzyy/netdata-fix-deps
netdata: Add patch to disable optional libraries
2019-08-23 11:12:52 +02:00
Etienne Champetier 7cc74e4d8b monit: enable / fix IPv6 detection during build
thanks to @val-kulkov for noticing

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-22 18:26:28 -07:00
Daniel Engberg 35a7f8721a netdata: Add patch to disable optional libraries
Netdata adds optional libraries if found, add patch (PR#6658) to avoid pulling in unnecessary libraries.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-08-23 00:57:48 +00:00
Krystian Kozak 64c9295c34 zabbix: update to 4.0.11
Updated to 4.0.11 LTS version.

Deleted 003-change-user-and-foreground.patch in according to [ZBX-10611] fixed changing process user owner on startup in foreground when AllowRoot disabled.

Compile tested: Yes, lantiq
Run tested: Yes, lantiq

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2019-08-20 17:04:22 +02:00
Daniel Engberg b95f19207e netdata: Update to 1.16.1, disable https and dbengine
Disable https and dbengine to get rid of openssl and liblz4
Add (lib)json-c as dependency
Disable anonymous statistics sent to Google Analytics

Source: https://github.com/netdata/netdata/blob/master/docs/anonymous-statistics.md

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-08-12 15:52:56 +00:00
Daniel Engberg c6b8a042ee
Merge pull request #9088 from BKPepe/netdata
netdata: update to version 1.16.0
2019-08-12 00:25:51 +02:00
Carsten Wolff 72b8707ff8 backuppc: new package
Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de>
Reviewed-by: Rosen Penev <rosenp@gmail.com>
2019-08-08 00:29:11 +02:00
Eneas U de Queiroz 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Josef Schlehofer b64558b1ba
netdata: update to version 1.16.0
- Add dependencies: libopenssl, liblz4
- Correct SPDX License Identifier
- Change URL of the website

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-21 17:37:56 +02:00
Josef Schlehofer e07cc320d8
syslog-ng: update to version 3.22.1
- Bump version in the config and improve a link for documentation
- Disable snmp destination for now

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-04 07:29:22 +02:00
Yousong Zhou 9ff174097b netdata: netdata.init: fix indentation 2019-06-21 01:58:36 +00:00
Karel Kočí 44a16ca325
syslog-ng: improve init and fix service stop
This fixes service stop. Problem was that in default syslog-ng forks to
background which causes procd to loose track of it. It no longer has in
such case PID of syslog-ng process and is unable to stop it. This means
that instance for such process hangs in procd and also it is not
possible to stop it as daemon. Fix is simple. syslog-ng is now
instructed to run in foreground.

This commit also drops unnecessary reload section. In default reload
calls restart and restart in default is implemented as calling stop and
start. This means that effectively it is implemented same as in case of
this init reload service implementation.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-06-10 09:53:18 +02:00
Josef Schlehofer 960dae682a
syslog-ng: update to version 3.21.1
Bump also version in config

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-05-13 21:48:34 +02:00
Toni Uhlig 3cdf09f705
atop: fix build error
Some Makefile targets did not honor CFLAGS.
This can lead to a SIGSEGV atop exeuctable.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-05-01 13:22:28 +02:00
Josef Schlehofer cbfc396ca6
netdata: update to version 1.14.0
- Add @BKPepe and @diizzyy as maintainers
- Add PKG_CPE_ID
- Modify 2nd patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-27 09:46:40 +02:00
Rosen Penev 7f852fc1aa
zabbix: Specify zlib location to fix buildbots
The buildbots do not have zlib installed and therefore cannot build zabbix

checking for zlib support... no
configure: error: Unable to use zlib (zlib check failed)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-10 15:12:12 -07:00
champtar 4c6345e51d
Merge pull request #8540 from BKPepe/zabbix
zabbix: update to version 4.0.6
2019-04-09 09:12:07 -07:00
Josef Schlehofer 5c485f48a8
Merge pull request #8493 from BKPepe/sudo
sudo: update to version 1.8.27
2019-04-07 14:58:18 +02:00
Josef Schlehofer 5e166b3c63
zabbix: update to version 4.0.6
Refreshed patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-29 20:50:25 +01:00
Hannu Nyman 9aa6babf0c
Merge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddb
syslog-ng: disable geoip2 for now
2019-03-28 20:58:42 +02:00
Josef Schlehofer 633bdf8009
sudo: update to version 1.8.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-25 01:11:55 +01:00
Karel Kočí 00d3817b04
syslog-ng: disable geoip2 support
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-03-25 00:51:41 +01:00
Daniel Engberg 0320a8c318
netdata: Update to 1.13.0
Update netdata to 1.13.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-21 23:39:55 +01:00
Josef Schlehofer d4aa683306
syslog-ng: superseded current maintainer by me
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2019-03-08 15:36:32 +01:00
Josef Schlehofer a074090fcf syslog-ng: update to version 3.20.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-08 19:39:03 +08:00
Josef Schlehofer 2a6feb84fa
netdata: update to version v1.12.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-02 11:13:20 +01:00
Josef Schlehofer f5c3947316
netdata: update to version 1.12.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-25 23:15:08 +01:00
Hannu Nyman c50bb4ff9a
Merge pull request #8072 from BKPepe/syslog-ng
syslog-ng: remove psmisc dependency
2019-01-29 23:09:29 +02:00
Josef Schlehofer b03c977755
syslog-ng: remove psmisc dependency
Because it's not in OpenWrt since 2014.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-29 22:04:32 +01:00
Hannu Nyman fc01972e05
Merge pull request #7976 from BKPepe/syslog-ng
syslog-ng: update to version 3.19.1
2019-01-29 18:16:47 +02:00
Daniel Golle a3c9d55991 debootstrap: update to version 1.0.110~bpo9+1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:44:40 +01:00
Dirk Brenken a00c1a3f4e
syslog-ng: add logread wrapper
Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-28 22:38:15 +01:00
Josef Schlehofer 5f07bb1094
syslog-ng: update to version 3.19.1
Makefile
- Changed URL
- Added LICENSE, CPE ID, more dependencies, postint and prerm scripts
- Enabled by default JSON and HTTP (would be good to split them in future
to sub-packages); Disabled java-modules, tcp wrapper
- Re-ordered CONFIGURE_ARGS as they occur when executing
- Resorted section: define Package/syslog-ng/install

syslog-ng.conf
- include scl.conf
- have a more specific one than upstream (they have it really simple)
- document it

Patch:
remove the unnecessary one

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-28 06:11:23 +01:00
Hannu Nyman e7a336b45a
Merge pull request #7909 from Rixerx/master
zabbix: update to 4.0.3
2019-01-20 00:03:18 +02:00
Karel Kočí 2740cb8f57
syslog-ng: Add /etc/syslog-ng.d/.keep
This should ensure that updater/opkg won't remove /etc/syslog-ng.d
directory, which would cause syslog-ng to fail to start.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-01-18 00:18:21 +01:00
Michal Hrusecky 41f3511093
syslog-ng: Use procd style init
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2019-01-18 00:18:21 +01:00
Toni Uhlig be2fe5cb66 atop: update to version 2.4.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-01-14 15:34:44 +01:00
Krystian Kozak 9aa9107772 zabbix: update to 4.0.3
Updated to 4.0.3 LTS version.

Compile tested: Yes, ar71xx
Run tested: Yes, ar71xx

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2019-01-08 09:09:11 +01:00
champtar 655c14c5f9
Merge pull request #7542 from Rixerx/master
zabbix: update to 4.0 LTS
2018-12-16 18:59:32 +01:00
Hannu Nyman 7ec4304904
Merge pull request #7540 from BKPepe/netdata
netdata: update to version 1.11.1
2018-12-10 22:14:17 +02:00
Josef Schlehofer 552a5774e9
netdata: update to version 1.11.1
Changes:
- corrected License
- removed one row, which was removed in version 1.11.0
- replace netdata.conf with the better one (more details in
https://github.com/openwrt/packages/pull/7540)
- refreshed patches

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2018-12-04 15:30:01 +01:00
Krystian Kozak 23c7d6a6d5 zabbix: update to 4.0 LTS
Updated to 4.0 LTS version.

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-12-03 18:49:35 +01:00
Rosen Penev 892153cd91 sudo: Update to 1.8.26
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 21:02:10 -08:00
champtar 04f96c9774
Merge pull request #7334 from neheb/monit
monit: Fix compilation without deprecated APIs
2018-11-10 20:09:40 -05:00
Rosen Penev 60fd7e9abd ipmitool: Fix compile with OpenSSL 1.1 without deprecated APIs.
Also updated the URL as the SourceForge page is obsolete.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 14:44:06 +01:00
Hannu Nyman 4453a8d30e
Merge pull request #7354 from diizzyy/netdata
netdata: Update to 1.11.0
2018-11-08 21:53:52 +02:00
Daniel Engberg 8e1d493093 netdata: Update to 1.11.0
Update netdata to 1.11.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-08 19:44:09 +01:00
Rosen Penev 4ce3716e4e monit: Fix compilation without deprecated APIs
This switches monit to use the THREAD API of OpenSSL 1.0.2. This is gone
in 1.1.0 but will be more stable with 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 10:24:20 -08:00
Hannu Nyman e467c48c37
Merge pull request #5715 from pnd10/feature-gkrellmd
gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
2018-11-01 18:09:41 +02:00
Peter Denison 3fbb364574 gkrellmd: Use PKG_HASH instead of PKG_MD5SUM
Signed-off-by: Peter Denison <openwrt@marshadder.org>
2018-10-29 20:20:37 +00:00
Peter Denison 2bc8108620 gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
Adopt the package from the oldpackages repo at https://git.archive.openwrt.org/$
Update to version 2.3.10 (released Nov 2016)
Update source URL
Depend only on GLib2, not glib1.2

Signed-off-by: Peter Denison <openwrt@marshadder.org>
2018-10-29 20:20:37 +00:00
Krystian Kozak 18ce68a7cc zabbix: add server frontend
Added zabbix-server-frontend package, which allow to use website
interface.

To make frontend working, it is required to add some options to uhttpd
config witch allow php working.

uci add_list uhttpd.main.index_page='index.html, default.html,
index.php'
uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'
uci set uhttpd.main.index_file='index.html, default.html, index.php'
uci commit

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-10-29 21:13:08 +01:00
Philip Prindeville 74c088cb82
Merge pull request #6847 from pprindeville/syslog-ng-prerm
syslog-ng: stop service when uninstalling/updating
2018-10-25 18:04:10 -06:00