aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* adguardhome: bump to 0.105.2Dobroslaw Kijowski2021-03-17
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* Merge pull request #15105 from TDT-AG/pr/20210312-collectdFlorian Eckert2021-03-17
|\ | | | | collectd: enable smart plugin
| * collectd: upate PKG_RELEASE numberFlorian Eckert2021-03-16
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: make compile time debug option configurableFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | Enables the compiler option that collectd is compiled with debugging support. This is used at development stages to get more messages from the collectd during development. This option is default disabled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: fix COLLECTD_PLUGINS_SELECTED end of lineFlorian Eckert2021-03-16
| | | | | | | | | | | | This removes the trailing back slash. This is not needed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: fix smart disk detectionFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my system the attribute DEVTYPE was not set. The plugin could not read any data and the function call blocked forever on this function and did not returned. By removing it, all block devices under `/sys/class/block` were checked. Block devices that do not support SMART were not evaluated. The collected displays the following message. smart plugin: checking SMART status of /dev/loop4. smart plugin: unable to open /dev/loop4. If you do not like this message, you could only enable device in the uci that does support SMART. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: enable collectd-mod-smartFlorian Eckert2021-03-16
| | | | | | | | | | | | Switching on compilation for collectd smart plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * libatasmart: initial checkinFlorian Eckert2021-03-16
| | | | | | | | | | | | This library is required by the smart plugin of the collectd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #15144 from ja-pa/tor-0.4.5.7Rosen Penev2021-03-16
|\ \ | | | | | | tor: update to version 0.4.5.7 (security fix)
| * | tor: update to version 0.4.5.7Jan Pavlinec2021-03-16
| | | | | | | | | | | | | | | | | | Fixes CVE-2021-28089 and CVE-2021-28090 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #15138 from mstorchak/haserlRosen Penev2021-03-16
|\ \ \ | | | | | | | | haserl: update to 0.9.36
| * | | haserl: update to 0.9.36Maxim Storchak2021-03-16
| | |/ | |/| | | | | | | | | | | | | | | | | | | - refresh patches - switch to AUTORELEASE - remove myself as maintainer Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | sudo: update to version 1.9.6p1Alexandru Ardelean2021-03-16
| |/ |/| | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #14996 from TDT-AG/pr/20210302-mwan3Florian Eckert2021-03-16
|\ \ | |/ |/| mwan3: add connecting and disconnecting event to mwan3track
| * mwan3: add connecting and disconnecting event to mwan3trackFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | If the interface goes into failure state (is disconnecting) then with this change one hotplug.d event is generated. The same is true for the recovery state (is connecting), when the interface comes back from a failure state. In both cases, a hotplug.d event for the iface is triggered. Once with the $ACTION=disconnecting and once for the $ACTION=connecting. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #14857 from neheb/emRosen Penev2021-03-15
|\ \ | | | | | | emailrelay: update to 2.2
| * | emailrelay: update to 2.2Rosen Penev2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #15139 from dibdot/banIPDirk Brenken2021-03-15
|\ \ \ | | | | | | | | banip: update to 0.7.5-2
| * | | banip: update to 0.7.5-2Dirk Brenken2021-03-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | * refine the new dns resolving process * add a caching mechanism for the resolved IPs, the detached name lookup takes place only during 'restart' or 'reload' action, 'start' and 'refresh' actions are using an auto-generated backup instead. * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | openpyxl: bump to version 3.0.7Alexandru Ardelean2021-03-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | libwebsockets: update to 4.1.6Karl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major version bump, from 3.x to 4.x, and continues the path towards a mail client. New features: * ntp client * dns resolver * mqtt client * number humanizing string helpers License change upstream. cmake options tweaked to match current upstream defaults again. Tested with mosquitto and ttyd. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | net/mosquitto: Update to 2.0.9Karl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release, with minor security fixes for outgoing bridge connections and the client library. Full details here: https://mosquitto.org/blog/2021/03/version-2-0-9-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | lang/lua-libmodbus: bump to 0.7 releaseKarl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | | | | Includes fixes for OpenWrt's Lnum patched lua. Release notes at: https://github.com/etactica/lua-libmodbus/blob/v0.7/changelog Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #15131 from neheb/unrarRosen Penev2021-03-15
|\ \ \ | | | | | | | | unrar: update to 6.0.4
| * | | unrar: update to 6.0.4Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #15130 from neheb/udpxyRosen Penev2021-03-15
|\ \ \ \ | | | | | | | | | | udpxy: update to 1.0-25.1
| * | | | udpxy: update to 1.0-25.1Rosen Penev2021-03-14
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #15132 from neheb/upmpdcRosen Penev2021-03-14
|\ \ \ \ | | | | | | | | | | upmpdcli: update to 1.5.9
| * | | | upmpdcli: update to 1.5.9Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libupnpp: update to 0.20.1Rosen Penev2021-03-14
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #15129 from neheb/v4Rosen Penev2021-03-14
|\ \ \ \ | | | | | | | | | | v4l2rtspserver: update to 0.23
| * | | | v3l2rtspserver: update to 0.23Rosen Penev2021-03-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update live555 as well. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / auc: several improvementsDaniel Golle2021-03-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include version_code in request * include versions of selected packages in request * add SHA256 verification via busybox sha256sum * sort attributes in policies alphabetically * move all API-specific string constants to precompiler macros * set correct MIME type for JSON post request (application/json) * output string error message if something goes wrong * auto-generate version string Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #15126 from neheb/wslRosen Penev2021-03-14
|\ \ \ | | | | | | | | gerbera: update to 1.7.0 and update friends
| * | | gerbera: update to 1.7.0Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libnpupnp: update to 4.1.1Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | pugixml: update to 1.11.4Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | taglib: update to 1.12-beta-2Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libmatroska: update to 1.6.3Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Remove LTO as it's broken on this package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libebml: update to 1.4.2Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Remove LTO as it's broken on this package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #15122 from 1715173329/xray-updateRosen Penev2021-03-14
|\ \ \ \ | | | | | | | | | | xray-core: Update to 1.4.0
| * | | | xray-core: Update to 1.4.0Tianling Shen2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Re-assigned myself as the maintainer - Updated geodata to latest version Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #15120 from bkuhls/master-ffmpeg-parallelRosen Penev2021-03-14
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: enable parallel build
| * | | | | ffmpeg: enable parallel buildBernd Kuhls2021-03-14
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* | | | | Merge pull request #15119 from bkuhls/master-libx264-parallelRosen Penev2021-03-14
|\ \ \ \ \ | |_|/ / / |/| | | | libx264: enable parallel build
| * | | | libx264: enable parallel buildBernd Kuhls2021-03-14
| |/ / / | | | | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* / / / asu: remove ASU server from packagesPaul Spooren2021-03-14
|/ / / | | | | | | | | | | | | | | | | | | | | | This package wasn't updated since forever, I'll pack it in a container for easier installation but don't want to maintain it as an OpenWrt package. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | wg-installer: delete old interfacesNick Hainke2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "wg_check_interfaces" and specify a timeout in the config file. This allows to delete not used wireguard-interfaces automatically. For example a cronjob can be installed that calls: . /usr/share/wginstaller/wg_functions.sh && wg_check_interfaces Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | ooniprobe: update to version 3.7.0Jan Pavlinec2021-03-14
| | | | | | | | | | | | | | | | | | | | | Changes: -add Configure stage to prebuild resources Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #15116 from dibdot/banIPDirk Brenken2021-03-14
|\ \ \ | | | | | | | | banip: bump to 0.7.5