- Mar 08, 2020
-
-
Josef Schlehofer authored
- 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> (cherry picked from commit fe165eeb)
-
- Feb 17, 2020
-
-
Rosen Penev authored
Allows removing autoreconf. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit f846ced1)
-
Rosen Penev authored
This is similar to a patch that was previously carried. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 8bc32479)
-
- Feb 06, 2020
-
-
Alexander Traud authored
Beside that, listen not only on IPv4 but also on IPv6 = Dual Stack. Signed-off-by:
Alexander Traud <pabstraud@compuserve.com> (cherry picked from commit a4553b2e)
-
- Jan 01, 2020
-
-
Krystian Kozak authored
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>
-
- Dec 21, 2019
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit dbf7b965)
-
Josef Schlehofer authored
Bump version in config Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit ac4870f2)
-
- Dec 14, 2019
-
-
Leong Hui Wong authored
Signed-off-by:
Leong Hui Wong <wong.leonghui@gmail.com>
-
- Nov 05, 2019
-
-
Josef Schlehofer authored
Bump version also in config file Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit 72f8cda2)
-
- Oct 21, 2019
-
-
Josef Schlehofer authored
Enable PKG_BUILD_PARALLEL Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit 603ead3a)
-
- Oct 19, 2019
-
-
Josef Schlehofer authored
- Refreshed patches - Remove inactive maintainer Fixes: CVE-2019-14287 Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit 35b215df)
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit bd5207a0)
-
- Sep 28, 2019
-
-
Josef Schlehofer authored
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> (cherry-picked from commit 5e898166)
-
- Sep 27, 2019
-
-
Sven Eckelmann authored
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> (cherry-picked from bbb1ea73)
-
- Sep 04, 2019
-
-
Josef Schlehofer authored
- Correct SPDX License Identifier - Move DEPENDS under URL Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit d4eed8c4)
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit 298a9136)
-
- Aug 24, 2019
-
-
Daniel Engberg authored
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> (cherry-picked from commit 35a7f872)
-
Daniel Engberg authored
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> (cherry-picked from commit b95f1920)
-
Josef Schlehofer authored
- Add dependencies: libopenssl, liblz4 - Correct SPDX License Identifier - Change URL of the website Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit b64558b1)
-
Yousong Zhou authored
(cherry-picked from commit 9ff17409)
-
Josef Schlehofer authored
- 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> (cherry-picked from commit e07cc320)
-
- Aug 22, 2019
-
-
Krystian Kozak authored
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>
-
- Jun 10, 2019
-
-
Karel Kočí authored
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>
-
- May 13, 2019
-
-
Josef Schlehofer authored
Bump also version in config Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- May 01, 2019
-
-
Toni Uhlig authored
Some Makefile targets did not honor CFLAGS. This can lead to a SIGSEGV atop exeuctable. Signed-off-by:
Toni Uhlig <matzeton@googlemail.com>
-
- Apr 27, 2019
-
-
Josef Schlehofer authored
- Add @BKPepe and @diizzyy as maintainers - Add PKG_CPE_ID - Modify 2nd patch Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Apr 10, 2019
-
-
Rosen Penev authored
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>
-
- Mar 29, 2019
-
-
Josef Schlehofer authored
Refreshed patches Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Mar 25, 2019
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Mar 24, 2019
-
-
Karel Kočí authored
Signed-off-by:
Karel Kočí <karel.koci@nic.cz>
-
- Mar 21, 2019
-
-
Daniel Engberg authored
Update netdata to 1.13.0 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
- Mar 08, 2019
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <josef.schlehofer@nic.cz>
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Mar 02, 2019
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Feb 25, 2019
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Jan 29, 2019
-
-
Josef Schlehofer authored
Because it's not in OpenWrt since 2014. Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Jan 28, 2019
-
-
Dirk Brenken authored
Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty Signed-off-by:
Dirk Brenken <dev@brenken.org>
-
Josef Schlehofer authored
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>
-
- Jan 17, 2019
-
-
Karel Kočí authored
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>
-