aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | 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>
* | | | | | | | | | | mosquitto: bump 2.0.5 to 2.0.7Karl Palsson2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: https://mosquitto.org/blog/2021/02/version-2-0-7-released/ and https://mosquitto.org/blog/2021/01/version-2-0-6-released/ Various fixes in broker and clients Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | wg-installer: add babeld hotplug.d scriptNick Hainke2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a hotplug.d-extension that automatically configures babeld for meshing via wireguard interfaces. It checks for "add" and "remove" of a wireguard interface with name "wg_*". Depending on the action, it removes it from the babeld config or adds the interface and reloads babeld. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | oci-runtime-tools: add packageDaniel Golle2021-02-08
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package oci-runtime-tool itself as well as oci-runtime-tests containing runtime validation test executables as well as rootfs tarballs used by the tests. oci-runtime-tool can be used to generate OCI spec files or validate OCI bundles. To validate the OCI runtime (runc, crun, uxc, maybe others) itself, install the 'oci-runtime-tests' package as well as 'node-npm', use npm to install node-tap and symlink the tap executable to /usr/bin. Then cd /usr/libexec/oci-runtime-tests tap *.t Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | Merge pull request #14685 from jefferyto/golang-1.15.8Rosen Penev2021-02-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | golang: Update to 1.15.8
| * | | | | | | | | | golang: Update to 1.15.8Jeffery To2021-02-08
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #14687 from jefferyto/python-hyperlink-21.0.0Rosen Penev2021-02-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-hyperlink: Update to 21.0.0, refresh patch
| * | | | | | | | | | python-hyperlink: Update to 21.0.0, refresh patchJeffery To2021-02-08
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #14683 from 1715173329/ttyd-fixRosen Penev2021-02-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ttyd: force enable authentication for login
| * | | | | | | | | | ttyd: force enable authentication for loginTianling Shen2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we called `/usr/libexec/login.sh` as login command, but unfortunately the auth is disabled by default in it[1], and this is really serious as it could be a free "backdoor" for any spoiler who has conntectd to the router via LAN or wireless. In my option, it shouldn't be exposed to anyone without auth, so I set the default login command to `/bin/login`. And for those who really want that, they can do it themselves. 1. `login.sh` adjusts whether use authentication or not from system config named ttylogin, which is set to disabled by default. See package/base-files/files/bin/config_generate#L243. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | | | | | | Merge pull request #14680 from jonathanunderwood/getdns-no-static-linkingRosen Penev2021-02-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | getdns: disable static linking of getdns utilities
| * | | | | | | | | | getdns: disable static linking of getdns utilitiesJonathan G. Underwood2021-02-07
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issue #13361. Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | | | | Merge pull request #14682 from dedeckeh/masterHans Dedecker2021-02-07
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | nghttp2: update to 1.43
| * | | | | | | | | nghttp2: update to 1.43Hans Dedecker2021-02-07
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3dc6c0af Bump version number to 1.43.0 e8762781 Update AUTHORS 2bf841e2 workflow: Build with UBSAN enabled 7ebab98e Merge pull request #1548 from nghttp2/py3-bindings 23fc6cc9 Bump Linux runner OS to ubuntu 20.04 2e35cdea Update doc 22af8e78 Require python3 for python bindings c88e9100 Update ax_python_devel.m4 43ba3125 Merge pull request #1547 from nghttp2/sphinx-v3.3 3c17299a Update enum references a7ecff65 Make doc generation work with sphinx v3.3 79a4f789 Merge pull request #1546 from nghttp2/py3-scripts 28ba0b37 Update document reference 6b7ade9f Require python3 for python scripts 46536729 Bump clang-format to 10 563c1173 Merge pull request #1544 from nghttp2/nghttpx-clear-mcpool 1c04ca80 Merge pull request #1540 from tavrez/patch-1 d32e20bc nghttpx: Make sure that Pool gets cleared when all buffers are returned 8b8ba6b0 Merge pull request #1542 from nghttp2/nghttpx-check-sigalg 81fb0153 nghttpx: Choose ECDSA cert if compatible signature algorithm available d8c71d5f Added new nghttp2_ksl.c to Windows makefile fb5b5aef Merge pull request #1537 from nghttp2/nghttpx-allow-colon-in-pattern 6787423e nghttpx: Add workaround to include ':' in backend pattern ffcdf5df Merge pull request #1533 from LorenzNickel/patch-1 0cdb1738 Fix typo in security.rst c9d5472f Bump version number to 1.43.0-DEV 15bd71ed Update manual pages Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>