aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* pixman: cosmetic change on spacingYousong Zhou2020-06-08
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)
* hiredis: update to version 0.14.1Daniel Golle2020-06-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 12.3Daniel Golle2020-06-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #12381 from neheb/hostRosen Penev2020-06-06
|\ | | | | remove pointless host builds
| * libpng: remove host buildRosen Penev2020-06-02
| | | | | | | | | | | | Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * freetype: remove host buildRosen Penev2020-06-02
| | | | | | | | | | | | Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12397 from neheb/v4llRosen Penev2020-06-06
|\ \ | | | | | | libv4l: update to 1.20.0
| * | libv4l: update to 1.20.0Rosen Penev2020-06-03
| | | | | | | | | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | spdlog: update to 1.6.1Rosen Penev2020-06-03
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gnutls: updated to 3.6.14Nikos Mavrogiannopoulos2020-06-04
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | Merge pull request #12393 from ja-pa/redis-6.0.4Rosen Penev2020-06-03
|\ \ | | | | | | redis: update to version 6.0.4
| * | redis: update to version 6.0.4Jan Pavlinec2020-06-03
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #12255 from neheb/libconfigRosen Penev2020-06-03
|\ \ \ | |/ / |/| | libconfig: import from base
| * | libconfig: cleanup MakefileRosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Fixed URL. Removed autoreconf as nothing is being patched. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libconfig: import from baseRosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | All of the packages that depend on this live here, not in base. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libnpupnp: update to 4.0.5Rosen Penev2020-06-02
| |/ |/| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12337 from commodo/lxml-bump-4-5-1Jiri Slachta2020-06-01
|\ \ | | | | | | Lxml bump 4 5 1
| * | libs: libxslt: allow profiler to be enabledAlexandru Ardelean2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | The lxml package depends on the xsltGetProfileInformation() symbol to be available. Without it, the library is unusable at newer versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | nss: update to 3.53Lucian Cristian2020-06-01
| | | | | | | | | | | | | | | | | | also enable parallel build as now is safe Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | libqmi: update version to 1.24.14Aleksander Morgado2020-05-30
| | | | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003321.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | Merge pull request #12225 from neheb/swigggRosen Penev2020-05-29
|\ \ \ | | | | | | | | libmraa: disable swig
| * | | libmraa: disable swigRosen Penev2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swig as used in libmraa is not compatible with node 12. This is causing build failures on all platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12331 from dl12345/avahiRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | avahi: fix reliance on config symbol SSP_SUPPORT
| * | | | avahi: fix reliance on config symbol SSP_SUPPORTIan Cooper2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config symbol SSP_SUPPORT is ambiguous and means different things to different packages: either "toolchain is compiled with ssp support" or "toolchain uses gcc libssp". The use of the symbol should be deprecated and the appropriate symbol used instead. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | | Merge pull request #12290 from neheb/doubRosen Penev2020-05-26
|\ \ \ \ \ | | | | | | | | | | | | libdouble-conversion: remove
| * | | | | libdouble-conversion: removeRosen Penev2020-05-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | / / sqlite3: update to version 3.32.1Robert Marko2020-05-26
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update SQLite to version 3.32.1 to mitigate two security vulnerability CVE-s. This mitigates CVE-s: CVE-2020-13434 and CVE-2020-13435 https://nvd.nist.gov/vuln/detail/CVE-2020-13434 https://nvd.nist.gov/vuln/detail/CVE-2020-13435 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* | | | Merge pull request #12289 from neheb/GIFRosen Penev2020-05-25
|\ \ \ \ | | | | | | | | | | giflib: remove host build
| * | | | giflib: remove host buildRosen Penev2020-05-24
| |/ / / | | | | | | | | | | | | | | | | | | | | It's completely unused and breaks under CentOS7. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12272 from neheb/psqlDaniel Golle2020-05-25
|\ \ \ \ | | | | | | | | | | postgresql: fix compilation with GCC4
| * | | | postgresql: fix compilation with GCC4Rosen Penev2020-05-23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The minimum version of GCC according to prereq-build.mk is 4.8 which defaults to gnu89. This breaks the host build when the host GCC is less than 5, which defaults to gnu99. Add a simple CFLAG to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12288 from neheb/tasnNikos Mavrogiannopoulos2020-05-25
|\ \ \ \ | | | | | | | | | | libtasn1: fix host build under old GCC
| * | | | libtasn1: fix host build under old GCCRosen Penev2020-05-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8 defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12287 from neheb/protoRosen Penev2020-05-24
|\ \ \ \ | | | | | | | | | | protobuf-c: fix host build on GCC4
| * | | | protobuf-c: fix host build on GCC4Rosen Penev2020-05-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8 does not default to gnu++11. This fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12261 from sartura/sqlite/security-bumpRosen Penev2020-05-24
|\ \ \ \ | |/ / / |/| | | sqlite3: update to version 3.32.0
| * | | sqlite3: update to version 3.32.0Robert Marko2020-05-23
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Update SQLite to version 3.32.0 to mitigate a security vulnerability. This mitigates CVE-2020-11656 https://nvd.nist.gov/vuln/detail/CVE-2020-11656 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* | | taglib: update to 1.12-beta-1Rosen Penev2020-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems 1.11.1 is old and has CVEs. Removed boost hack since upstream removed boost support. Removed outdated InstallDev hacks. Added PKG_CPE_ID. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12270 from neheb/taglibRosen Penev2020-05-23
|\ \ \ | | | | | | | | taglib: fix taglib-config paths
| * | | taglib: fix taglib-config pathsRosen Penev2020-05-23
| | | | | | | | | | | | | | | | | | | | | | | | It seems gerbera uses this instead of pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12258 from neheb/taglibRosen Penev2020-05-23
|\| | | | | | | | | | | gerbera: add taglib support
| * | | taglib: addRosen Penev2020-05-23
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / nss: fix build for mips64Lucian Cristian2020-05-23
|/ / | | | | | | | | | | disable arm32_neon on unsupported target Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | p11-kit: fix configuration directory (#12246)Thibaut Robert2020-05-22
| | | | | | | | | | | | | | | | | | | | | | * p11-kit: fix configuration directory p11-kit looks for its configuration files in /etc/pkcs11, not /etc/p11-kit Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com> * p11-kit: bump PKG_RELEASE Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
* | Merge pull request #12190 from neheb/fuseRosen Penev2020-05-20
|\ \ | | | | | | fuse: import from base
| * | fuse3: addRosen Penev2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | libfuse3 is used by newer versions of sshfs. utils require udev, which is not present in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | spice-protocol: bump to version 0.14.2Yousong Zhou2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Starting in this version the upstream project - only provides .xz tarball - meson is the only supported build method Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #12213 from neheb/gerb78Rosen Penev2020-05-19
|\ \ \ | | | | | | | | gerbera: add libmatroska support
| * | | libmatroska: addRosen Penev2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Needed for gerbera's matroska support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | libebml: addRosen Penev2020-05-18
| |/ / | | | | | | | | | | | | | | | Needed for libmatroska. Signed-off-by: Rosen Penev <rosenp@gmail.com>