aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* golang: Update to 1.12.5Jeffery To2019-05-13
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #8969 from lucize/nssupDaniel Engberg2019-05-13
|\ | | | | nss: update to 3.44
| * nss: update to 3.44Lucian Cristian2019-05-13
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #8807 from BKPepe/requestsJosef Schlehofer2019-05-13
|\ \ | | | | | | python-requests: allow urllib3 1.25.x
| * | python-requests: polishing MakefileJosef Schlehofer2019-05-08
| | | | | | | | | | | | | | | | | | | | | | | | Add PKG_CPE_ID, PKG_LICENSE_FILES Reorder things in Makefile Update URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | python-requests: allow urllib3 1.25.xJosef Schlehofer2019-05-08
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8959 from brunompena/package-tac_plus-libpam_variantRosen Penev2019-05-13
|\ \ \ | | | | | | | | tac_plus: Disabled PAM by default and added a PAM variant
| * | | tac_plus: Disabled PAM by default and added a PAM variantBruno Pena2019-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Bruno Pena <brunompena@gmail.com>
* | | | Merge pull request #8946 from neheb/xerRosen Penev2019-05-12
|\ \ \ \ | |_|_|/ |/| | | libxerces-c: Switch to using -fPIC
| * | | libxerces-c: Switch to using -fPICRosen Penev2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | -fpic is failing on AArch64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | rpcinfo: add upstream commit to fix stack buffer overflowPeter Wagner2019-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | nfs-kernel-server: update to 2.3.4Peter Wagner2019-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #8967 from BKPepe/ytdlDaniel Engberg2019-05-12
|\ \ \ \ | | | | | | | | | | youtube-dl: update to version 2019.5.11
| * | | | youtube-dl: update to version 2019.5.11Josef Schlehofer2019-05-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8964 from neheb/loudRosen Penev2019-05-12
|\ \ \ \ \ | | | | | | | | | | | | loudmouth: Fix compilation with uClibc-ng
| * | | | | loudmouth: Fix compilation with uClibc-ngRosen Penev2019-05-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk must be included. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8960 from neheb/flRosen Penev2019-05-12
|\ \ \ \ \ | |/ / / / |/| | | | flent-tools: Update to 1.2.2
| * | | | flent-tools: Update to 1.2.2Rosen Penev2019-05-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Simplified the Makefile and fixed compilation with uClibc-ng by including nls.mk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8607 from mmaraya/port-mirroring-1.4.4Hannu Nyman2019-05-12
|\ \ \ \ | |_|/ / |/| | | Port mirroring 1.4.4
| * | | port-mirroring: upgrade to v1.4.4Mike Maraya2019-04-07
| | | | | | | | | | | | | | | | Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
* | | | 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>