aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #8952 from ammubhave/add_boost_host_buildRosen Penev2019-05-11
|\ | | | | boost: add host library build for boost
| * boost: add host library build for boostAmol Bhave2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Currently, boost host build doesn't actually compile boost libraries for the host arch. If there are host tools that would want to link against boost, it can't right now. This diff adds support for compiling host boost library as well. Any packages that need to depend on a host boost library can depend on CONFIG_boost-host-build-<lib>. Test Plan: Compiled fbthrift and verified that it works. used openwrt master using nbg6817 Maintainer: @ClaymorePT Signed-off-by: Amol Bhave <ambhave@fb.com>
* | Merge pull request #8867 from neheb/iodRosen Penev2019-05-11
|\ \ | | | | | | iodine: Fix compilation with uClibc-ng
| * | iodine: Fix compilation with uClibc-ngRosen Penev2019-05-11
|/ / | | | | | | | | | | daemon is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8933 from commodo/readme-ext-feedsRosen Penev2019-05-11
|\ \ | | | | | | lang/python/README.md: add note about use in other packages feeds
| * | lang/python/README.md: add note about use in other packages feedsAlexandru Ardelean2019-05-08
| | | | | | | | | | | | | | | | | | | | | By popular demand, via: https://github.com/openwrt/packages/issues/8892#issuecomment-489992926 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #8907 from neheb/hfsRosen Penev2019-05-11
|\ \ \ | | | | | | | | hfsprogs: Fix compilation with uClibc-ng
| * | | hfsprogs: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | Replaced deprecated and unsupported valloc with posix_memalign. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8899 from neheb/postRosen Penev2019-05-11
|\ \ \ \ | | | | | | | | | | postfix: Fix compilation with uClibc-ng
| * | | | postfix: Fix compilation with uClibc-ngRosen Penev2019-05-05
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8861 from neheb/tvRosen Penev2019-05-11
|\ \ \ \ | | | | | | | | | | tvheadend: Fix compilation on GCC8
| * | | | tvheadend: Fix compilation on GCC8Rosen Penev2019-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New string warnings were introduced. Adding -Wno-error to TARGET_CFLAGS does not work so patch it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8908 from neheb/artRosen Penev2019-05-11
|\ \ \ \ \ | | | | | | | | | | | | libartnet: Fix compilation with GCC8
| * | | | | libartnet: Fix compilation with GCC8Rosen Penev2019-05-05
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous GCC7 fix was incorrect and GCC8 correctly complains about it. Fix it properly. Also cleaned up the Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8910 from neheb/rsRosen Penev2019-05-11
|\ \ \ \ \ | | | | | | | | | | | | rsyslog: Remove unnecessary depends
| * | | | | rsyslog: Remove unnecessary dependsRosen Penev2019-05-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | It seems these are actually not required. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8832 from neheb/libsshRosen Penev2019-05-11
|\ \ \ \ \ | | | | | | | | | | | | libssh: Fix compilation without deprecated OpenSSL APIs
| * | | | | libssh: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last patch was already fixed upstream. First patch was sent. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8947 from jonathanunderwood/stubby-0.2.6Rosen Penev2019-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | stubby: update to 0.2.6
| * | | | | | stubby: set PKG_SOURCE_VERSION using PKG_VERSIONJonathan G. Underwood2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
| * | | | | | stubby: remove PKG_SOURCE from MakefileJonathan G. Underwood2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
| * | | | | | stubby: add support for TLS configuration optionsJonathan G. Underwood2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tls_cipher_list - tls_ciphersuites - tls_min_version - tls_max_version Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
| * | | | | | stubby: add support for tls_port resolver config option (#8889)Jonathan G. Underwood2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
| * | | | | | stubby: update to 0.2.6Jonathan G. Underwood2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | Merge pull request #8955 from ammubhave/fixfollydepsRosen Penev2019-05-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libfolly: Fix folly missing deps
| * | | | | | | libfolly: Fix folly missing depsAmol Bhave2019-05-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: folly automatically picks up lz4 and unwind if they are found by its cmake build script. This is causing buildbot failure. Include these libraries in DEPENDS as well. Test Plan: - build packages liblz4 and libunwind - build folly, and check that it throws an error - add this patch, and rebuild - verify that it succeeds this time around Compile Tested: nbg6817, openwrt master Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | Merge pull request #8941 from ammubhave/add_libwangleRosen Penev2019-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libwangle: Add new package libwangle
| * | | | | | | libwangle: Add new package libwangleAmol Bhave2019-05-10
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. tested with: master on nbg6817 and arc700. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | Merge pull request #8948 from micmac1/maria10224Rosen Penev2019-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mariadb: security bump + init script brush-up
| * | | | | | | 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>
* | | | | | | | gawk: update to version 5.0.0Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Werkzeug: update to version 0.15.2Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-tools: update to version 1.5.4Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-lite: update to version 1.8.25Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | libp11: update to version 0.4.10Daniel Golle2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | gnurl: update to version 7.64.1Daniel Golle2019-05-10
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #8928 from neheb/evhRosen Penev2019-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libevhtp: Update to 1.2.0
| * | | | | | | libevhtp: Update to 1.2.0Rosen Penev2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the tree, libevhtp is used only for Seafile. This is the most recent version that Haiwen lists as working. Updated threads patch for OpenSSL 1.1. Removed Maintainer as he is inactive. Simplified Makefile a little bit and reorganized for consistency between packages. Fixed compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8940 from ammubhave/add_libfizzRosen Penev2019-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libfizz: Add libfizz package
| * | | | | | | | libfizz: Add libfizz packageAmol Bhave2019-05-10
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest. Compile tested: nbg6817 and arc700, openwrt master Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | Merge pull request #8942 from ammubhave/add_rsocketRosen Penev2019-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | librsocket-cpp: Add new package librsocket-cpp
| * | | | | | | | librsocket-cpp: Add new package librsocket-cppAmol Bhave2019-05-10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ implementation of RSocket RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. (https://rsocket.io/) This ships with two separte libraries, yarpl and rsocket Patch 100 is already upstream (https://github.com/rsocket/rsocket-cpp/commit/862202c6e99a49a8cbd304644d98d3f419b429d8). Patch 101 in process of upstreaming as it needs to made compatible with using both gold and ld. [Dependency of https://github.com/facebook/openr] Compile tested: openwrt master - nbg6817, arc700 Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | Merge pull request #8945 from jonathanunderwood/getdns-1.5.2Rosen Penev2019-05-10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | getdns: update to version 1.5.2
| * | | | | | getdns: update to version 1.5.2Jonathan G. Underwood2019-05-10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | 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