aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mariadb: init script updateSebastian Kemper2019-05-10
| | | | | | | | | | - added trailing '--' to logger to make it foolproof - user is extracted from config instead of using hard-coded value - log directory is now also extracted from config (if set) - directory creation is now done via awk script (more robust) - improved log messages Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* mariadb: bump to 10.2.24Sebastian Kemper2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | From Release Notes: Security MDEV-18686 - Add option to PAM authentication plugin to allow case insensitive username matching bugfix - multi-update checked privileges on views incorrectly (commit 5057d4637525eadad438d25ee6a4870a4e6b384c) MDEV-19276 - during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, if log_warnings > 1 MDEV-17456 - Malicious SUPER user can possibly change audit log configuration without leaving traces. Fixes for the following security vulnerabilities: CVE-2019-2614 CVE-2019-2627 CVE-2019-2628 OpenWrt changes: - added PKG_CPE_ID - shortened default description to make "opkg info" output easier on the eyes - refreshed patches Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #6808 from xueliu/new-lora-gatewayRosen Penev2019-05-10
|\ | | | | LoRa: Add package lora-gateway-hal
| * lora-gateway-hal: Add package lora-gatewayXue Liu2019-05-08
| | | | | | | | | | | | | | | | Add a package for the Semtech lora-gateway-hal. This package includes three sub packages which are libloragw, lora-gateway-tests and lora-gateway-utils. Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
* | Merge pull request #7876 from ammubhave/add_libfolly_stackedRosen Penev2019-05-10
|\ \ | | | | | | libfolly: Add package for folly library
| * | libfolly: Add package for folly libraryAmol Bhave2019-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folly is an open-source C++ library developed and used at Facebook. Adding this package will enable adding further packages that depend on this. Depends on PR #7098, PR #7101, PR #7126, PR #7877 Maintainer: me Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx Run tested: Tested on devices running on the above architectures. Verified that dependent packages can successfully build and run using the libfolly.so shared library. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | Merge pull request #8097 from brunompena/package-tac_plusRosen Penev2019-05-10
|\ \ \ | | | | | | | | tac_plus: New package
| * | | tac_plus: New package (TACACS+ daemon)Bruno Pena2019-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Pena <brunompena@gmail.com> tac_plus: Updated to the latest commit from upstream. Updated URL to reference Facebook's GitHub repository. Tweaked Makefile to include the date on the source package filename. Signed-off-by: Bruno Pena <brunompena@gmail.com>
* | | | Merge pull request #8936 from audricschiltknecht/fix-freeradius3-sqlRosen Penev2019-05-10
|\ \ \ \ | | | | | | | | | | freeradius3: Fix conffiles for mod-sql-* packages
| * | | | freeradius3: Fix conffiles for mod-sql-* packagesAudric Schiltknecht2019-05-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Audric Schiltknecht <audric.schiltknecht@viagenie.ca>
* | | | | Merge pull request #8943 from Andy2244/samba4-update-4-9-7Daniel Engberg2019-05-10
|\ \ \ \ \ | | | | | | | | | | | | samba4: update to 4.9.7
| * | | | | samba4: update to 4.9.7Andy Walsh2019-05-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.9.7 * add write_list, read_list UCI support Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | python-packages: strip quotes around index-urlYousong Zhou2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With pip3.7, `--index-url ""` is different from absence of --index-url argument. Apply the same for python3 variant Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | python3-packages: port from python-packagesYousong Zhou2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is largely done by suffixing "python" or "py" with "3". The README.md file is also copied here and we intend to maintain it independently from its python2 counterpart. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | stubby: Update PKG_RELEASERosen Penev2019-05-10
| | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7101 from ammubhave/add_libmstchRosen Penev2019-05-10
|\ \ \ \ \ | | | | | | | | | | | | libmstch: add mstch library
| * | | | | libmstch: add mstch libraryAmol Bhave2019-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mstch is an implementation of the the mustache templates using C++. This package will build mstch static library that can be used by other packages. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #8922 from nxhack/node_support_mips64Rosen Penev2019-05-10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | node: add mips64 support
| * | | | | node: add mips64 supportHirokazu MORIKAWA2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see: https://github.com/openwrt/packages/pull/8796 And remove uclibc depends Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #8939 from jonathanunderwood/stubby-fix-8888Rosen Penev2019-05-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [WIP] stubby: fix handling of pkis in config (#8888)
| * | | | | stubby: fix handling of pkis in config (#8888)Jonathan G. Underwood2019-05-10
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | shadowsocks-libev: README.md: add "incompatible changes" sectionYousong Zhou2019-05-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | shadowsocks-libev: move plugin options to server sectionYousong Zhou2019-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plugin options are properties of shadowsocks deployment as a whole, including both server and each client components. Multiple client instances accessing the same server will need to share the same plugin settings With this change, plugin options will need to specified to "server" and "ss-server" section, not to each component section. Fixes: c19e949 ("shadowsocks-libev: add plugin options support") Reference: https://github.com/openwrt/packages/issues/8903#issuecomment-489674137 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #8932 from ammubhave/boost_copy_cmakeRosen Penev2019-05-08
|\ \ \ \ \ | | | | | | | | | | | | boost: Copy cmake in InstallDev step
| * | | | | boost: Copy cmake in InstallDev stepAmol Bhave2019-05-08
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy the cmake directory in the InstallDev step. I am currently trying out actual host build for boost i.e. compiling boost libaries for host tools. When I do that, that step installs the boost cmake files in staging_dir/host. This breaks other packages that use cmake to compile and use boost as a dependency. This is because, their compilation step now begins using staging_dir/host version of Boost, rather than the target version of boost. Cmake gives priority to cmake version of Boost config, over finding boost headers manually. This change resolves that problem by installing the BoostConfig.cmake file in staging_dir/<target> as well. Compile tested: nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | Merge pull request #8931 from TDT-AG/pr/20190508-keepalivedRosen Penev2019-05-08
|\ \ \ \ \ | | | | | | | | | | | | keepalived: update to version 2.0.16
| * | | | | keepalived: update to version 2.0.16Florian Eckert2019-05-08
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #8911 from neheb/setMichael Heimpold2019-05-08
|\ \ \ \ \ | | | | | | | | | | | | set2net: Remove false depends
| * | | | | set2net: Remove false dependsRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These depends actually have the effect of disabling ser2net when uClibc-ng is selected. Remove them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8806 from BKPepe/python-urllib3Josef Schlehofer2019-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-urllib3: update to version 1.25.2
| * | | | | | python-urllib3: update to version 1.25.2Josef Schlehofer2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add me as maintainer Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8831 from BKPepe/zeroconfJosef Schlehofer2019-05-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-zeroconf: update to version 0.22.0
| * | | | | | | python-zeroconf: update to version 0.22.0Josef Schlehofer2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #7792 from trldp/masterJosef Schlehofer2019-05-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Hashdeep: add package
| * | | | | | | | Hashdeep: add packageTobe Deprez2019-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobe Deprez <trldp@outlook.com>
* | | | | | | | | Merge pull request #8802 from dddaniel/masterJosef Schlehofer2019-05-08
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | python-boto3: Add new package
| * | | | | | | | python-boto3: Add new packageDaniel Danzberger2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | | | | | Merge pull request #8923 from ammubhave/fixboostRosen Penev2019-05-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | boost: Fix boost apply_visitor for lvalue variants
| * | | | | | | | | boost: Fix boost apply_visitor for lvalue variantsAmol Bhave2019-05-07
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost 1.70.0 broke the apply_visitor functions for lvalue reference variants. This imports the patch that fixes this issue from upstream. Tested this by compiling a library (https://github.com/facebookincubator/fizz) that works with 1.69 but breaks with 1.70. And then, importing this patch and trying the compilation again. Compile tested: nbg6817 Maintainer: @ClaymorePT Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | | Merge pull request #8311 from TDT-AG/pr/20190227-collectdFlorian Eckert2019-05-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | collectd: add uci config support
| * | | | | | | | | collectd: add uci config supportFlorian Eckert2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | Merge pull request #8909 from neheb/msm2Rosen Penev2019-05-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | msmtp: Remove uClibc hack
| * | | | | | | | | | msmtp: Remove uClibc hackRosen Penev2019-05-05
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to no longer be needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #8913 from neheb/ptpRosen Penev2019-05-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | linuxptp: Remove false depends
| * | | | | | | | | | linuxptp: Remove false dependsRosen Penev2019-05-05
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems ever since the switch to uClibc-ng, this builds perfectly fine. Moved PKG_MAINTAINER variable for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #8868 from neheb/icuRosen Penev2019-05-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | icu: Fix compilation with uClibc-ng
| * | | | | | | | | | icu: Fix compilation with uClibc-ngRosen Penev2019-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uClibc-ng does not define these math functions in math.h , only in tgmath.h. Therefore the cmath header will not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #8870 from neheb/zstRosen Penev2019-05-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | zstd: Fix compilation on uClibc-ng
| * | | | | | | | | | zstd: Fix compilation on uClibc-ngRosen Penev2019-05-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7099 from ammubhave/add_libsigarRosen Penev2019-05-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libsigar: add sigar libary