aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* node: update to v14.15.5Hirokazu MORIKAWA2021-02-12
| | | | | | | | Description: Update to v14.15.5 upgrade npm to 6.14.11 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* youtube-dl: update to version 2021.2.10Josef Schlehofer2021-02-11
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #14712 from ja-pa/ooniprobe-3.5.1Josef Schlehofer2021-02-11
|\ | | | | ooniprobe: update to version 3.5.1
| * ooniprobe: update to version 3.5.1Jan Pavlinec2021-02-11
| | | | | | | | | | | | | | Changes: Add test script Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #14713 from 1715173329/new-yqJosef Schlehofer2021-02-10
|\ \ | | | | | | yq: Update to 4.5.1
| * | yq: Update to 4.5.1Tianling Shen2021-02-10
| | | | | | | | | | | | | | | | | | | | | | | | added test script as well. Changelog: https://github.com/mikefarah/yq/releases/tag/v4.5.1 Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | netdata: update to version 1.29.1Josef Schlehofer2021-02-10
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | dnscrypt-proxy2: sync blocked-names to upstream oneJosef Schlehofer2021-02-10
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #14707 from jclong83/dnscrypt-proxy2Josef Schlehofer2021-02-10
|\ \ | |/ |/| dnscrypt-proxy2: upgrade to 2.0.45
| * dnscrypt-proxy2: upgrade to 2.0.45James Long2021-02-10
| | | | | | | | Signed-off-by: James Long <james@jclong.net>
* | Merge pull request #14705 from micmac1/iio-icoMichael Heimpold2021-02-10
|\ \ | | | | | | libiio: allow access to iconv
| * | libiio: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now libiio needs access to iconv as well. Without it the build fails. [ 32%] Building C object CMakeFiles/iio.dir/lock.c.o [ 34%] Building C object CMakeFiles/iio.dir/iiod-client.c.o [ 37%] Linking C shared library libiio.so /builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-8.4.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/8.4.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #14668 from pprindeville/strongswan-create-swanctl.d-dirPhilip Prindeville2021-02-09
|\ \ \ | |_|/ |/| | strongswan: create /etc/swanctl/conf.d directory
| * | strongswan: include /etc/swanctl/conf.d/ directoryPhilip Prindeville2021-02-08
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #14703 from micmac1/icecast-icoRosen Penev2021-02-09
|\ \ \ | | | | | | | | icecast: allow access to iconv
| * | | icecast: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 (and by extension libxslt) is linked against iconv. Now icecast needs access to iconv as well. Without it the build fails. xslt.c: In function 'xsltSaveResultToString': xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (result->children == NULL) ^~ xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' buf = xmlAllocOutputBuffer(NULL); ^~~ xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'} *doc_txt_len = buf->conv->use; ^~ make[6]: *** [Makefile:545: xslt.o] Error 1 make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src' Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #14704 from micmac1/ices-icoRosen Penev2021-02-09
|\ \ \ \ | |/ / / |/| | | ices: allow access to iconv
| * | | ices: allow access to iconvSebastian Kemper2021-02-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now ices needs access to iconv as well. Without it the build fails. checking for ftime... yes checking for XML configuration checking for xml2-config... /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_generic_musl/host/bin/xml2-config checking for xmlParseFile... no configure: error: Unable to link with libxml Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #14702 from micmac1/xslt-icoJiri Slachta2021-02-09
|\ \ \ | | | | | | | | libxslt: allow access to iconv
| * | | libxslt: allow access to iconvSebastian Kemper2021-02-09
| |/ / | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now libxslt needs access to iconv as well. Without it the build fails. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #14701 from ja-pa/lmdb-updateRosen Penev2021-02-09
|\ \ \ | | | | | | | | lmdb: update to version 0.9.28
| * | | lmdb: update to version 0.9.28Jan Pavlinec2021-02-09
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #14698 from lipnitsk/vpncRosen Penev2021-02-09
|\ \ \ \ | | | | | | | | | | vpnc: update to maintained github fork
| * | | | vpnc: update to maintained github forkIlya Lipnitskiy2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SVN-based version has not changed in years. Many distros use this fork as evident here: https://github.com/streambinder/vpnc/issues/14 Compile tested against GnuTLS and OpenSSL on ramips target. Fixes #14119. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | Merge pull request #14689 from peter-stadler/djangoRosen Penev2021-02-09
|\ \ \ \ \ | |_|_|/ / |/| | | | django: update to 3.1.6 (fixing CVE-2021-3281)
| * | | | django: update to 3.1.6Peter Stadler2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for CVE-2021-3281 Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #14700 from BKPepe/psmiscJosef Schlehofer2021-02-09
|\ \ \ \ \ | | | | | | | | | | | | psmisc: update to version 23.4
| * | | | | psmisc: update to version 23.4Josef Schlehofer2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #14548 from stangri/master-nebulaRosen Penev2021-02-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | nebula: initial commit
| * | | | | | nebula: initial commitStan Grishin2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net> initial commit
* | | | | | | Merge pull request #14694 from mhei/php7-updateMichael Heimpold2021-02-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php7: update to 7.4.15
| * | | | | | | php7: update to 7.4.15Michael Heimpold2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21702 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #14666 from pprindeville/isc-dhcp-support-hex-string-optionsPhilip Prindeville2021-02-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | isc-dhcp: support hex strings as option arguments
| * | | | | | | | isc-dhcp: support hex strings as option argumentsPhilip Prindeville2021-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | Merge pull request #14691 from neheb/p2Rosen Penev2021-02-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pdns: update to 4.4.0
| * | | | | | | | | pdns: update to 4.4.0Rosen Penev2021-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new AUTORELEASE variable. Enable reproducible builds. Remove Upstreamed patches. Refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #14690 from neheb/pRosen Penev2021-02-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pdns-recursor: update to 4.4.2
| * | | | | | | | | | pdns-recursor: update to 4.4.2Rosen Penev2021-02-07
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable reproducible. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #14667 from pprindeville/strongswan-avoid-duplicate-loggingRosen Penev2021-02-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | strongswan: avoid duplicate logging
| * | | | | | | | | | strongswan: avoid duplicate loggingPhilip Prindeville2021-02-05
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | Merge pull request #14665 from peter-stadler/uacmeRosen Penev2021-02-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | uacme: adopt to new behavior of nginx
| * | | | | | | | | | uacme: adopt to new behavior of nginxPeter Stadler2021-02-08
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | | | | Merge pull request #14695 from lucize/frrupRosen Penev2021-02-08
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | frr: fix init and update
| * | | | | | | | | frr: fix init and updateLucian Cristian2021-02-09
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ospfd startup when instances are enabled Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | python-ubus: add packageErik Larsson2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python bindings for ubus. Signed-off-by: Erik Larsson <who+github@cnackers.org>
* | | | | | | | | Merge pull request #14572 from dhewg/dslHauke Mehrtens2021-02-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: use the new ubus dsl metrics
| * | | | | | | | | prometheus-node-exporter-lua: use the new ubus dsl metricsAndre Heider2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is significantly faster. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | | | acme: adopt to new behavior of nginxPeter Stadler2021-02-08
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | | | Merge pull request #14688 from mhei/libxml2-iconv-supportMichael Heimpold2021-02-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libxml2: allow building with iconv support
| * | | | | | | | | libxml2: allow building with iconv support (fixes #14637)Michael Heimpold2021-02-07
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of hard disabling iconv support, just rely on the global setting. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> Signed-off-by: Michael Heimpold <mhei@heimpold.de>