aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libzip: update to 1.6.1Michael Heimpold2020-02-12
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #11309 from tsilia/fix_ch_switch_timing_valueRosen Penev2020-02-11
|\ | | | | libtins: add patch to fix CH_SWITCH_TIMING value
| * libtins: add patch to fix CH_SWITCH_TIMING valueIlya Tsybulsky2020-02-12
| | | | | | | | Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
* | rpcsvc-proto: add gettext-full/host dependsAndy Walsh2020-02-11
|/ | | | | | * fix for missing gettext-full/host depends Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* Merge pull request #11264 from neheb/rhgerg3343Rosen Penev2020-02-10
|\ | | | | avahi: convert to procd
| * avahi: convert to procdRosen Penev2020-02-08
| | | | | | | | | | | | | | | | Add license information. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11300 from lucize/nssupRosen Penev2020-02-10
|\ \ | | | | | | nss: update to 3.50
| * | nss: update to 3.50Lucian Cristian2020-02-11
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nspr: update to 4.25Lucian Cristian2020-02-11
|/ / | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #11286 from tsilia/libtins-config-optionsRosen Penev2020-02-09
|\ \ | | | | | | libtins: Added menu configuration options
| * | libtins: Added menu configuration optionsIlya Tsybulsky2020-02-10
| | | | | | | | | | | | Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
* | | rpcsvc-proto: switch to git release (2020-01-16)Andy Walsh2020-02-09
|/ / | | | | | | | | | | | | * switch to git release (2020-01-16) * fixes #11249 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #11274 from nxhack/libhttp-parser_293Rosen Penev2020-02-08
|\ \ | |/ |/| libhttp-parser: update to v2.9.3
| * libhttp-parser: update to v2.9.3Hirokazu MORIKAWA2020-02-07
| | | | | | | | | | | | | | Support multi-coding Transfer-Encoding CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | check: bump 0.14.0Eduardo Abinader2020-02-06
|/ | | | | | | | | | | | | | | Compiled and run in x86_64. This release adds support for CMake's FetchContent. Changes: -Add support for FetchContent in CMake -Rename CMake project from 'check' to 'Check' -Fix for checking for wrong tool when building docs in Autotools -Fix compiler warning with printf format Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* libirecovery: Update to 1.0.0Rosen Penev2020-02-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: Update to 2020-01-20Rosen Penev2020-02-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11236 from neheb/rhgerg34ege4Rosen Penev2020-02-04
|\ | | | | h2o: fix compilation without deprecated OpenSSL APIs
| * h2o: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-03
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11231 from nxhack/mraa_210Rosen Penev2020-02-04
|\ \ | | | | | | libmraa: update to 2.1.0
| * | libmraa: update to 2.1.0Hirokazu MORIKAWA2020-02-04
| |/ | | | | | | | | | | | | update to 2.1.0 The MRAA project is joining the Eclipse Foundation as an Eclipse IoT project. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | apr-util: add configure varsSebastian Kemper2020-02-04
| | | | | | | | | | | | | | | | | | | | Adds configure variables for features that the compiler or the libc supports and which cannot be detected by apr-util's configure script when cross-compiling. Also removes one call to INSTALL_DIR (no functional change here). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | apr: add configure vars and cachesSebastian Kemper2020-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apr's configure script uses lots of AC_TRY_RUNs and when cross-compiling needs a leg-up. This commit adds more configure variables (and removes one, too). Notable changes: - apr_cv_use_lfs64=yes is removed (again) after having a discussion about it with the musl developers. The conclusion was that _LARGEFILE64_SOURCE is a horrible thing that we don't want and should avoid (hence the removal of the variable, because defining _LARGEFILE64_SOURCE is all it does). - ap_cv_atomic_builtins is set to "yes" for 64-bit platforms. If anybody is interested in enabling this for other targets feel free to send a patch after testing it. - configure doesn't add -lpthread to LIBS when cross-compiling. This is not a problem for musl but might be for other libcs. This commit adds to related variable. - configure caches are added (via patches) for strerror and /dev/zero mmap tests. The former fixes a warning on musl (where strerror returns int instead of a pointer) and the latter is required for pthread pshared mutex apr_lock implementation and cannot be detected during cross-compile either. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | apr: bump to 1.7.0Sebastian Kemper2020-02-04
|/ | | | | | Version bump + patches refresh. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* sqlite3: update to version 3.31.1Josip Kelečić2020-02-03
| | | | Signed-off-by: Josip Kelečić <josip.kelecic@sartura.hr>
* libtasn1: updated to 4.16.0Nikos Mavrogiannopoulos2020-02-02
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* gnutls: updated to 3.6.12Nikos Mavrogiannopoulos2020-02-02
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Merge pull request #11182 from cotequeiroz/afalg_1.2.0-betaRosen Penev2020-02-01
|\ | | | | afalg_engine: Update to 1.2.0-beta.1
| * afalg_engine: Update to 1.2.0-beta.1Eneas U de Queiroz2020-01-30
| | | | | | | | | | | | | | | | This is a beta release that introduces a software fallback mechanism that greatly speeds up smaller requests by fulfilling them in software, avoiding the latency of switching to kernel-mode for small jobs. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #11199 from neheb/measRosen Penev2020-02-01
|\ \ | | | | | | measurement-kit: Fix compilation with uClibc-ng
| * | measurement-kit: Fix compilation with uClibc-ngRosen Penev2020-01-31
| | | | | | | | | | | | | | | | | | The define in the codebase is wrong. Fixed in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libzip: update to 1.6.0Michael Heimpold2020-02-02
|/ / | | | | | | | | | | Also remove upstreamed patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #11185 from micmac1/apache-1-upRosen Penev2020-01-30
|\ \ | | | | | | apache/apr/apr-util: fix some nitpicks
| * | apr-util: workaround reconfigure issueSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build system doesn't always work out the way OpenWrt intends it to. This was found by pure chance. apr-util was in build directory without any plugins selected. Then apache got selected, causing plugins to be selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in apr-util. But afterward apache couldn't find symbols related to LDAP. To workaround this add "clean" to make targets. No rev bump because no change for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apr-util: clean up InstallDevSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the ifneq in InstallDev, because the maintainers are likely to forget to extend it when new plugins are added (this has already occurred). Also, this removes the la files, because OpenWrt won't allow them into staging anyway. No rev bump because meaningless for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apr: don't install la files to stagingSebastian Kemper2020-01-30
| |/ | | | | | | | | | | | | | | They're deleted by OpenWrt build system anyway. No rev bump as meaningless for apr package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / libmariadb: bump to 3.1.7Sebastian Kemper2020-01-30
|/ | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libredblack: pass CFLAGS properlyJosef Schlehofer2020-01-27
| | | | | | Fixes build with enabled ASLR PIE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* nss: update to 3.49.2Lucian Cristian2020-01-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #11133 from micmac1/apache2-cleanupRosen Penev2020-01-26
|\ | | | | apache: cleanup, enable LFS and rename server from httpd to apache2
| * apr-util: clean up Makefile and remove patchSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | - removes 001-automake-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - cleans up installation defines (uses macros, cleans up sed scripts, removes gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: clean up the patches + enable LFSSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes 001-autoconf-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - removes 101-fix_apr_time_now.patch: Mentioned in https://dev.openwrt.org/ticket/9287, meant as a fix, but issue was fixed differently in the end (by activating LFS). - removes 201-upgrade-and-fix-1.5.1.patch: This is a cross-compile fix. This patch gets replaced by 001-cross-compile.patch from buildroot project. The latter was sent upstream by buildroot and is in line with the patch used by OpenWrt for the apache package. - adds 002-sys-param-h.patch: Fix PATH_MAX detection by including sys/param.h if available. Also from buildroot. Additionally configure variables found in buildroot package are added. These also enable LFS support. This was previously done (in OpenWrt) by defining _LARGEFILE64_SOURCE in TARGET_CPPFLAGS. But the configure variable is cleaner (and easier to follow). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: clean up the MakefileSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | - sort configure variables - clean up installation defines (use macros, improve sed scripts, remove gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: add PKG_LICENSE_FILES and PKG_CPE_IDSebastian Kemper2020-01-26
| | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | libzdb: update to 3.2Rosen Penev2020-01-25
|/ | | | | | | | | | | | | | | | | | | | Removed most patches. The last was upstreamed and the others can be worked around using Makefile. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Massive reorganization of Makefile for consistency between packages. Removed --with-sql options. These are totally broken when cross compiling. Leaving them out works just as well. Added cpp patch as the test needs a header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11066 from neheb/botanRosen Penev2020-01-25
|\ | | | | botan: remove
| * botan: removeRosen Penev2020-01-19
| | | | | | | | | | | | | | | | | | | | In addition to being huge (1.5MB on mips24kc), it's not used by anything here. I believe this was added for use with kea but OpenSSL works just as well. Probably faster too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11099 from nmav/tmp-libssh-checksRosen Penev2020-01-25
|\ \ | | | | | | libssh: simplify endianness check
| * | libssh: simplified CMAKE testsNikos Mavrogiannopoulos2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | That is endianness check is provided as option, SSP and other flags are enabled by openwrt global flags to fix issues in unsupported systems, and unused flags were removed. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #9686 from yogo1212/talloc_python3Rosen Penev2020-01-25
|\ \ \ | | | | | | | | WIP talloc python3/cross-compilation issues