aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | libupnp: downgrade to 1.8.6Rosen Penev2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newer libupnp is causing problems with libupnpp. While the latter has migraded to using a different library, it still has support for older libupnp. Keep using it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | file: add newly introduced compression supportRosen Penev2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Also make it explicit in the configure args. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11333 from neheb/abaskat3Rosen Penev2020-02-18
|\ \ \ \ | |/ / / |/| | | libffi: do not build in a special directory
| * | | libffi: do not build in a special directoryRosen Penev2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | There's no need. It also breaks host builds. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11345 from neheb/abaskat3ra3211Rosen Penev2020-02-17
|\ \ \ \ | | | | | | | | | | libcoap: update to 4.2.1
| * | | | libcoap: update to 4.2.1Rosen Penev2020-02-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11339 from neheb/fiRosen Penev2020-02-17
|\ \ \ \ \ | | | | | | | | | | | | file: update to 5.38
| * | | | | file: update to 5.38Rosen Penev2020-02-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11346 from neheb/abas1Rosen Penev2020-02-16
|\ \ \ \ \ | |_|_|/ / |/| | | | libupnp: update to 1.12.0
| * | | | libupnp: update to 1.12.0Rosen Penev2020-02-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated build options. Fix CPE ID. Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / google-authenticator-libpam: update to 1.08Rosen Penev2020-02-14
|/ / / | | | | | | | | | | | | | | | | | | | | | malloc bug fix. Small cleanup. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / libgpg-error: update to 1.37Rosen Penev2020-02-13
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libuv: update to 1.34.2Hirokazu MORIKAWA2020-02-13
| | | | | | | | | | | | Update is required to build the latest node.js v12.16.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | libcups: fix cups-config locationLuiz Angelo Daros de Luca2020-02-12
| | | | | | | | | | | | Fixes #11317 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | 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>