aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | haproxy: Update HAProxy to v2.2.11Christian Lachner2021-03-19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | Merge pull request #15168 from dibdot/banIPDirk Brenken2021-03-19
|\ \ \ \ | |/ / / |/| | | banip: update 0.7.5-3
| * | | banip: update 0.7.5-3Dirk Brenken2021-03-19
|/ / / | | | | | | | | | | | | * fix iptables/chain creation in setups without IPv6 support Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | tmate: add new packageTianling Shen2021-03-18
| | | | | | | | | | | | | | | | | | | | | Tmate is a fork of tmux. It provides an instant pairing solution. For more details, see https://tmate.io. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | msgpack-c: add new packageTianling Shen2021-03-18
| | | | | | | | | | | | | | | | | | This is needed by tmate. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #15148 from dhewg/mesonRosen Penev2021-03-18
|\ \ \ | | | | | | | | meson: update and fix 2 issue
| * | | meson: reconfigure on incremental buildsAndre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When toggling a package specific config knob, we need to pass --reconfigure to the meson setup command if an earlier build already exists. Fixes #15032. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | meson: fix host cpu settingAndre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_TARGET_SUBTARGET is bogus for this, it can contain values such as 'nand' or 'tiny', use the real cpu type instead. Fixes #14662. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | meson: update to 0.57.1Andre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v0.57 is the first version that requires at least python 3.6. Since commit 7379f8bd on the main repository we can now rely on this prerequisite. Switch to AUTORELEASE while at it. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | simple-adblock: jsonOps-related bugfixesStan Grishin2021-03-17
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | CI: use new `openwrt` Docker usernamePaul Spooren2021-03-17
| |/ / |/| | | | | | | | | | | | | | | | | We now own `openwrtorg` and `openwrt`, where the latter replaces the former. Slowly migrate over. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | auc: bump to version 0.1.6Daniel Golle2021-03-18
| | | | | | | | | | | | | | | | | | Fixes running on release branches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | net-snmp: bump to 5.9Stijn Tintel2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neither the configure option nor configure variable to disable linking against PCRE seem to work anymore, so simply drop both and add a dependency on libpcre. As net-snmp is unlikely to fit on devices with small flash anyway, the extra size requirement shouldn't be a problem. If it is, feel free to submit a patch to fix the broken upstream behaviour. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | uci2: update revisionJakov Petrina2021-03-17
| | | | | | | | | | | | Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | | 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>