aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #16823 from cotequeiroz/openblas-mipsAlexandru Ardelean2021-10-07
|\ | | | | openblas: fix compilation with mips x4k series CPU
| * openblas: avoid using make -j when buildingEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when building the package, honoring the parent make's setting. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * openblas: fix compilation with mips x4k series CPUEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | Anything later than MIPS 24k can run MIPS 24k code. Set OPENBLAS_TARGET to MIPS24K in those cases. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | docker: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | | | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | dockerd: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | | | | | | | | | * switch to AUTORELEASE * fixes CVE-2021-41089 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Mako: add python markup libraryDaniel Golle2021-10-07
| | | | | | | | | | | | Mako is needed for some packages to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libdrm: update to version 2.4.107Daniel Golle2021-10-07
| | | | | | | | | | | | Change to select features by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | autossh: fix procd env issueLeo Soares2021-10-06
| | | | | | | | | | | | | | This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd` environment which gets overwritten by the second `procd_set_param env` call. It now calls the `procd_set_param env` once with the two variables, instead of twice. Signed-off-by: Leo Soares <leo@hyper.ag>
* | nano: update to 5.9Hannu Nyman2021-10-06
|/ | | | | | Update nano editor to version 5.9. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: sqm_collect: optimise parent searchKevin Darbyshire-Bryant2021-10-06
| | | | | | | There can be only 1 parent process ID, so as soon as we find it, print it and exit - there's no point searching any of the following lines Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* vim: fix compilation with macOSRosen Penev2021-10-05
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdnet: fix compilation under macOSRosen Penev2021-10-05
| | | | | | | configure checks the host system not the target one. Override these variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16792 from damianorenfer/masterFlorian Eckert2021-10-05
|\ | | | | ddns-scripts: add infomaniak.com provider
| * ddns-scripts: add infomaniak.com providerDamiano Renfer2021-10-04
| | | | | | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* | net-snmp: remove uClibc reference in patchRosen Penev2021-10-05
| | | | | | | | | | | | | | uClibc is no longer used in OpenWrt. It's pointless anyway. uClibc defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | net-snmp: update to 5.9.1Rosen Penev2021-10-05
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com> [remove irrelevant part from commit message after splitting changes] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | lighttpd: update to lighttpd 1.4.60 release hashGlenn Strauss2021-10-04
| | | | | | | | | | | | also remove patches incorporated upstream into lighttpd 1.4.60 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | openblas: bump to 0.3.18Alexandru Ardelean2021-10-04
|/ | | | | | Drops patch, which was upstreamed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16785 from ayufan-research/masterDirk Brenken2021-10-04
|\ | | | | travelmate: support meta-refresh with single-quote
| * travelmate: support meta-refresh with single-quoteKamil Trzciński2021-10-04
| | | | | | | | | | | | | | | | | | | | | | | | Currently `travelmate` only support `<meta` tag if it contains `"`. This updates `travelmate.sh` to support `'` as well. ```html <meta...content='1; url= ``` Signed-off-by: Kamil Trzciński <ayufan@ayufan.eu>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-04
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | htop: explicitly disable some build optionsEtienne Champetier2021-10-03
| | | | | | | | | | | | | | | | | | | | | | Since 3.1.0 delayacct option is enabled if the needed dependencies are detected, it was previously disabled. Sensors also check for dependency so we need to explicitly disable it when not enabled. Fixes 5f916720551ad5ea5ac86cf5e122fc2c0c34cc15 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | cache-domains: Fixed remote script usage changeGerard Ryan2021-10-03
| | | | | | | | | | | | | | | | * Removed all unnecessary files after configuration * Reduced code duplication * Changed to symlinking config instead of copying Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | zerotier: fix cross compile in macOSLiangbin Lian2021-10-03
| | | | | | | | | | | | | | zerotier's Makefile use `uname` to detect target when cross compile uname should always be 'linux' Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | Merge pull request #16786 from mhei/mmc-utils-updateMichael Heimpold2021-10-03
|\ \ | | | | | | mmc-utils: update to latest upstream revision
| * | mmc-utils: update to latest upstream revisionMichael Heimpold2021-10-02
| | | | | | | | | | | | | | | | | | | | | While at, switch to offical repo URL, adjust license tag to newer style and remove obsolete/already mainlined patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | vnstat2: update to version 2.8Jan Hoffmann2021-10-03
| | | | | | | | | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | | htop: update to 3.1.0Hannu Nyman2021-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update htop to versio 3.1.0 * Adjust Makefile configuration options to update * Avoid libcap dependency * Backport post-release fix for old automake Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | haveged: update to 1.9.15Hannu Nyman2021-10-03
| | | | | | | | | | | | | | | | | | Update haveged to version 1.9.15. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | v2raya: Update to 1.5.4Tianling Shen2021-10-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | collectd: sqm_collect: handle being orphanedKevin Darbyshire-Bryant2021-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the master collectd instance gets shut down in an uncontrolled manner (crashes!) then sqm_collect scripts will be left orphaned and will run forever. Modify script to check if it still has a parent and if not, exit. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | libwebp: fix webpmux lib name for cmake linkingAlexandru Ardelean2021-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets used to get the names of the libraries to link against. Since version 1.2.1 of libwebp, libwebpmux is on by default. This causes a linker error because the linker arg should be `-lwebpmux` instead of `-llibwebpmux`. This is easily fixable by correcting the generation of the WebPConfig.cmake file to append `webpmux` when this lib is enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | yq: Update to 4.13.3Tianling Shen2021-10-02
|/ / | | | | | | | | | | Fixes: CVE-2021-33196 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #16715 from neheb/FIOAlexandru Ardelean2021-10-02
|\ \ | |/ |/| libfido2: update to 1.8.0
| * libfido2: update to 1.8.0Rosen Penev2021-10-01
|/ | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove no longer necessary warning fixes. Add now needed zlib dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16752 from paper42/python-websocketAlexandru Ardelean2021-10-01
|\ | | | | python-websockets: new package
| * python3-package.mk: fix syntax error in FindStdlibDependsMichal Vasilek2021-09-30
| | | | | | | | | | | | | | | | When running FindStdlib and running DependsCheckHostPipVersionMatch at the same time, both commands were joined together resulting in a syntax error. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * python-websockets: new packageMichal Vasilek2021-09-30
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | dnsproxy: Update to 0.39.8Tianling Shen2021-10-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | socat: update to 1.7.4.1Chukun Pan2021-09-30
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | pillow: add webp supportAlexandru Ardelean2021-09-30
| | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libs: libwebp: bump to 1.2.1 & assign myself as maintainerAlexandru Ardelean2021-09-30
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | openpyxl: bump to version 3.0.9Alexandru Ardelean2021-09-30
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | stress-ng: bump to 0.13.03Alexandru Ardelean2021-09-30
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16663 from zhujunsan/masterFlorian Eckert2021-09-30
|\ | | | | ddns-scripts: Add dnspod.cn
| * ddns-scripts: Add dnspod.cnJun Zhu2021-09-30
|/ | | | Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
* Merge pull request #16745 from neheb/tinc2Alexandru Ardelean2021-09-29
|\ | | | | tinc: update to 1.1pre18
| * tinc: update to 1.1pre18Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to normal tarballs. Add license information. Reorganize Makefile for consistency between packages. Add libtool patch fixing compilation under some conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sudo: bump to version 1.9.8p2Alexandru Ardelean2021-09-28
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #16746 from neheb/secc2Alexandru Ardelean2021-09-28
|\ \ | | | | | | libseccomp: update to 2.5.2