aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* syslog-ng: Add GPL license for pluginsJosef Schlehofer2019-09-01
| | | | | | | - Correct SPDX License Identifier - Move DEPENDS under URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* syslog-ng: Update to version 3.23.1Josef Schlehofer2019-09-01
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #5886 from nonicknamewasleftforme/feature/backuppcRosen Penev2019-08-30
|\ | | | | new backuppc package w/ dependency perl-file-rsyncp
| * backuppc: new packageCarsten Wolff2019-08-08
| | | | | | | | | | Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
* | monit: update to the latest releaseVal Kulkov2019-08-23
| | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #9801 from diizzyy/netdata-fix-depsDaniel Engberg2019-08-23
|\ \ | | | | | | netdata: Add patch to disable optional libraries
| * | netdata: Add patch to disable optional librariesDaniel Engberg2019-08-23
| | | | | | | | | | | | | | | | | | 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>
* | | monit: enable / fix IPv6 detection during buildEtienne Champetier2019-08-22
|/ / | | | | | | | | | | thanks to @val-kulkov for noticing Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | zabbix: update to 4.0.11Krystian Kozak2019-08-20
| | | | | | | | | | | | | | | | | | | | | | 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>
* | netdata: Update to 1.16.1, disable https and dbengineDaniel Engberg2019-08-12
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #9088 from BKPepe/netdataDaniel Engberg2019-08-12
|\ \ | | | | | | netdata: update to version 1.16.0
| * | netdata: update to version 1.16.0Josef Schlehofer2019-07-21
| | | | | | | | | | | | | | | | | | | | | | | | - Add dependencies: libopenssl, liblz4 - Correct SPDX License Identifier - Change URL of the website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | treewide: Capitalize submenusEneas U de Queiroz2019-07-25
|/ / | | | | | | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | syslog-ng: update to version 3.22.1Josef Schlehofer2019-07-04
| | | | | | | | | | | | | | - 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>
* | netdata: netdata.init: fix indentationYousong Zhou2019-06-21
| |
* | syslog-ng: improve init and fix service stopKarel Kočí2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | syslog-ng: update to version 3.21.1Josef Schlehofer2019-05-13
| | | | | | | | | | | | Bump also version in config Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | atop: fix build errorToni Uhlig2019-05-01
| | | | | | | | | | | | | | Some Makefile targets did not honor CFLAGS. This can lead to a SIGSEGV atop exeuctable. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | netdata: update to version 1.14.0Josef Schlehofer2019-04-27
| | | | | | | | | | | | | | | | - Add @BKPepe and @diizzyy as maintainers - Add PKG_CPE_ID - Modify 2nd patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | zabbix: Specify zlib location to fix buildbotsRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #8540 from BKPepe/zabbixchamptar2019-04-09
|\ \ | | | | | | zabbix: update to version 4.0.6
| * | zabbix: update to version 4.0.6Josef Schlehofer2019-03-29
| | | | | | | | | | | | | | | | | | Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8493 from BKPepe/sudoJosef Schlehofer2019-04-07
|\ \ \ | |/ / |/| | sudo: update to version 1.8.27
| * | sudo: update to version 1.8.27Josef Schlehofer2019-03-25
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddbHannu Nyman2019-03-28
|\ \ \ | | | | | | | | syslog-ng: disable geoip2 for now
| * | | syslog-ng: disable geoip2 supportKarel Kočí2019-03-25
| |/ / | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* / / netdata: Update to 1.13.0Daniel Engberg2019-03-21
|/ / | | | | | | | | Update netdata to 1.13.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | syslog-ng: superseded current maintainer by meJosef Schlehofer2019-03-08
| | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | syslog-ng: update to version 3.20.1Josef Schlehofer2019-03-08
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | netdata: update to version v1.12.2Josef Schlehofer2019-03-02
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | netdata: update to version 1.12.1Josef Schlehofer2019-02-25
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #8072 from BKPepe/syslog-ngHannu Nyman2019-01-29
|\ \ | | | | | | syslog-ng: remove psmisc dependency
| * | syslog-ng: remove psmisc dependencyJosef Schlehofer2019-01-29
| | | | | | | | | | | | | | | | | | Because it's not in OpenWrt since 2014. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #7976 from BKPepe/syslog-ngHannu Nyman2019-01-29
|\| | | | | | | | syslog-ng: update to version 3.19.1
| * | syslog-ng: add logread wrapperDirk Brenken2019-01-28
| | | | | | | | | | | | | | | | | | Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty Signed-off-by: Dirk Brenken <dev@brenken.org>
| * | syslog-ng: update to version 3.19.1Josef Schlehofer2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | syslog-ng: Add /etc/syslog-ng.d/.keepKarel Kočí2019-01-18
| | | | | | | | | | | | | | | | | | | | | 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>
| * | syslog-ng: Use procd style initMichal Hrusecky2019-01-18
| | | | | | | | | | | | Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* | | debootstrap: update to version 1.0.110~bpo9+1Daniel Golle2019-01-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #7909 from Rixerx/masterHannu Nyman2019-01-20
|\ \ \ | |/ / |/| | zabbix: update to 4.0.3
| * | zabbix: update to 4.0.3Krystian Kozak2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to 4.0.3 LTS version. Compile tested: Yes, ar71xx Run tested: Yes, ar71xx Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* | | atop: update to version 2.4.0Toni Uhlig2019-01-14
|/ / | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #7542 from Rixerx/masterchamptar2018-12-16
|\ \ | | | | | | zabbix: update to 4.0 LTS
| * | zabbix: update to 4.0 LTSKrystian Kozak2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to 4.0 LTS version. Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* | | Merge pull request #7540 from BKPepe/netdataHannu Nyman2018-12-10
|\ \ \ | |/ / |/| | netdata: update to version 1.11.1
| * | netdata: update to version 1.11.1Josef Schlehofer2018-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | sudo: Update to 1.8.26Rosen Penev2018-11-26
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7334 from neheb/monitchamptar2018-11-10
|\ \ | | | | | | monit: Fix compilation without deprecated APIs
| * | monit: Fix compilation without deprecated APIsRosen Penev2018-11-06
| | | | | | | | | | | | | | | | | | | | | 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>