aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* collectd: fix ubi data source typeFlorian Eckert2020-06-24
| | | | | | | | | Currently the values are stored in the ubi plugin as data source type `counter`. But this makes no sense, because the values change very slowly and I don't want to know the rate of change. It is better to store the value as data source type `gauge`. Then I can see the current value. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* collectd: add ubi uci and plugin infoFlorian Eckert2020-06-24
| | | | | | Add uci binding for ubi plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* collectd: enable ubi pluginFlorian Eckert2020-06-24
| | | | | | Enable ubi plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* Merge pull request #12559 from zhaojh329/wifidog-ngRosen Penev2020-06-23
|\ | | | | wifidog-ng: remove package
| * wifidog-ng: remove packageJianhui Zhao2020-06-20
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #12547 from neheb/torrRosen Penev2020-06-23
|\ \ | | | | | | tor: remove libssp hack
| * | tor: remove libssp hackRosen Penev2020-06-18
| | | | | | | | | | | | | | | | | | Does not seem to be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12542 from neheb/opensRosen Penev2020-06-23
|\ \ \ | | | | | | | | openssh: always enable stackprotect option
| * | | openssh: always enable stackprotect optionRosen Penev2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes to OpenWrt's libssp support. It seems this workaround is no longer needed. Simplified the configure script slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12539 from neheb/revperlRosen Penev2020-06-23
|\ \ \ \ | | | | | | | | | | Revert "perl: fix compilation on x86_64 with glibc and ssp"
| * | | | Revert "perl: fix compilation on x86_64 with glibc and ssp"Rosen Penev2020-06-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3d5ba0f094709c1ca98a39d1f080aa414c40d530. As of b933f9cf0cb254e368027cad6d5799e45b237df5 , this is not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12577 from neheb/shadoRosen Penev2020-06-23
|\ \ \ \ | | | | | | | | | | added libxcrypt and used for shadow-utils
| * | | | shadow: use libxcryptRosen Penev2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since size is not a problem here, use libxcrypt to avoid algorithm availability. Changed default to bcrypt as that's the strongest supported by shadow-utils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libxcrypt: addRosen Penev2020-06-22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxcrypt is an external version of libc's libcrypt. It allows to use algorithms now available with the libc. musl in OpenWrt for example patches out several algorithms for size reasons. But for shadow-utils, size does not really matter. The hashes are set to solaris as that default gives a good balance between compatibility and size. It includes: bcrypt, bcrypt_a, sha512crypt, sha256crypt, md5crypt, descrypt The STRONG default adds several algorithms not supported by shadow-utils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12548 from neheb/powerRosen Penev2020-06-23
|\ \ \ \ | | | | | | | | | | powertop: fix compilation with glibc
| * | | | powertop: fix compilation with glibcRosen Penev2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems several libraries need to be linked. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12533 from TDT-AG/pr/20200617-mwan3Florian Eckert2020-06-23
|\ \ \ \ \ | | | | | | | | | | | | mwan3: improvements
| * | | | | mwan3: update version to 2.8.7Florian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: set status to unknown in rpcd if status file not foundFlorian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the status file is not found then set then return the value unknown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: switch to procd init scriptFlorian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the procd handling for mwan3 on config change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #12531 from zhanhb/overtureRosen Penev2020-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | overture: update to 1.6.1
| * | | | | | overture: update to 1.6.1Huangbin Zhan2020-06-23
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | Merge pull request #12575 from neheb/alpRosen Penev2020-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | alpine: update to 2.23
| * | | | | | alpine: update to 2.23Rosen Penev2020-06-22
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12566 from zhanhb/whichRosen Penev2020-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | which: new package
| * | | | | | which: new packageHuangbin Zhan2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | Merge pull request #12574 from neheb/npupnp-gerberaRosen Penev2020-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Npupnp gerbera
| * | | | | | | gerbera: use npupnpRosen Penev2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is on track to replace libupnp in the next version. Since libupnp is not building with GCC10, do this now. Also backported needed header patch. Replace other patches with the upstream versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | libnpupnp: update to 4.0.7Rosen Penev2020-06-22
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-12695. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12572 from jow-/minidlna-fix-reloadRosen Penev2020-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | minidlna: restore service triggers
| * | | | | | | minidlna: restore service triggersJo-Philipp Wich2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore service triggers which got wrongly removed in commit 733aae9584ef92c327b9008142602a7e69cfec3b ("fix issues"). Without triggers, changing settings from LuCI or calling reload_config from the cli won't have any effect. Also adjust the uci commit call to only commit the minidlna configuration when setting a UUID, to avoid committing unrelated user changes in other config files. Ref: https://github.com/openwrt/luci/issues/4194 Fixes: 733aae958 ("minidlna: fix issues") Fixes: 37367bdc8 ("minidlna: create UUID in config if it is empty") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | Merge pull request #12573 from miska/lighttpdRosen Penev2020-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lighttpd: Add subpackage containing authn_pam module
| * | | | | | | | lighttpd: Add subpackage containing authn_pam moduleMichal Hrusecky2020-06-22
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new subpackage containing pam authentication module. Shouldn't affect dependencies and nothing changes, there is just one more module enabled for people interested in it. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | | | | | | Merge pull request #12560 from G-M0N3Y-2503/feature_docker-ce_updateFlorian Eckert2020-06-22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | docker-ce: Updated to 19.03.11, updated relevant dependencies and script simplification
| * | | | | | | docker-ce: Updated to 19.03.11Gerard Ryan2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Automated dependency version checking Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | libnetwork: Updated to 153d0769 for docker 19.03.11Gerard Ryan2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | docker-ce: Simplified config layout for menuconfigGerard Ryan2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroupfs-mount: Replaced dependency with cgroup config option Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | | Merge pull request #12567 from Grommish/masterRosen Penev2020-06-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [LuaJit] Add support for mips64
| * | | | | | | | [LuaJIT] Allow MIPS64 supportDonald Hoskins2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Donald Hoskins <grommish@gmail.com>
* | | | | | | | | Merge pull request #12570 from wvdakker/masterRosen Penev2020-06-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.5.1
| * | | | | | | | | Shorewall6: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall6-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall-core: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | | haveged: update to 1.9.12Hannu Nyman2020-06-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.12 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | Merge pull request #12564 from ehrmann/patch-1Rosen Penev2020-06-21
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | miniupnpd: suppress grep and uci errors
| * | | | | | | | miniupnpd: suppress grep and uci errorsDavid Ehrmann2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If miniupnpd is installed but disabled or not running, the hotplug script will query uci for keys that don't exist and grep a temporary config file that doesn't exist, resulting in the following errors: uci: Entry not found grep: /var/etc/miniupnd.conf: No such file or directory These would arise when an interface is brought up or down, and are more confusing than helpful, especially when miniupnpd is disabled. Suppress these errors. Signed-off-by: David Ehrmann <ehrmann@gmail.com>
* | | | | | | | | Merge pull request #12550 from TELUS-BBA/feat/zabbixEtienne Champetier2020-06-21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | zabbix: update to 5.0 LTS
| * | | | | | | | zabbix: update to 5.0 LTSScott Roberts2020-06-19
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to 5.0 LTS version. Removed 120-uclibc-res.patch Frontend moved from frontend to ui zabbix-proxy added libevent dependencie refresh patches Compile tested: aarch64 cortex-a53 Run tested: aarch64 cortex-a53 Signed-off-by: Scott Roberts <ttocsr@gmail.com>