aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* | measurement-kit: Add static build dependenciesJeffery To2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When measurement-kit is a build dependency (in PKG_BUILD_DEPENDS) of another package, this package's build dependencies (in DEPENDS) may not be selected and so may not be built. (This package does not produce a shared library; the measurement-kit target package contains a program that is statically linked to the measurement-kit library. Other packages may include measurement-kit in their PKG_BUILD_DEPENDS to link to the static library but not include measurement-kit as a run-time dependency.) This adds PKG_BUILD_DEPENDS to this package to ensure that its dependencies are built in this case. This also adds MEASUREMENT_KIT_BUILD_DEPENDS that dependant packages should select to ensure that this package's dependencies are correctly built. (libevent2-openssl and libevent2-pthreads need to be selected for the necessary functionality to be enabled when compiling libevent2.) This also adds openssl as an explicit dependency; it appears to be used directly by this package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | c-ares: update to 1.16.1Karl Palsson2020-05-18
| | | | | | | | | | | | | | Various fixes, nothing particularly standout as of particular interest to OpenWrt. Full changelog at https://c-ares.haxx.se/changelog.html Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libmicrohttpd: build with PICRosen Penev2020-05-18
| | | | | | | | | | | | | | | | | | | | Fixes compilation when linking statically. Made URL HTTPS. Moved description section for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libmariadb: bump to 3.1.8Sebastian Kemper2020-05-17
| | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | libwebp: fix compilation under ARM without NEONRosen Penev2020-05-16
|/ | | | | | The CMake logic seems broken. Luckily it's easy to work around. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12180 from lucize/libcapngRosen Penev2020-05-16
|\ | | | | libcap-ng: add package libcap-ng
| * libcap-ng: add package libcap-ngLucian Cristian2020-05-16
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | nss: revert -flto changeLucian Cristian2020-05-16
|/ | | | | | it seems that it can lead to segfault in libfreebl3.so Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #12167 from lucize/nssltoRosen Penev2020-05-15
|\ | | | | nss: add -flto and makefile cleanup
| * nss: add -flto and makefile cleanupLucian Cristian2020-05-15
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #12166 from lucize/nsprltoRosen Penev2020-05-15
|\ \ | | | | | | nspr: nspr add -flto to compile
| * | nspr: nspr add -flto to compileLucian Cristian2020-05-15
| |/ | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #12162 from neheb/upnp23Rosen Penev2020-05-14
|\ \ | | | | | | npupnp updates
| * | libupnpp: update to 0.19.1Rosen Penev2020-05-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libnpupnp: update to 4.0.3Rosen Penev2020-05-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12161 from neheb/faad22Rosen Penev2020-05-14
|\ \ \ | |_|/ |/| | faad2: update to 2.9.2
| * | faad2: update to 2.9.2Rosen Penev2020-05-13
| |/ | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12075 from ja-pa/redis-updateRosen Penev2020-05-13
|\ \ | |/ |/| redis: update to version 6.0.1
| * redis: update to version 6.0.1Jan Pavlinec2020-05-14
| | | | | | | | | | | | | | Note: add explicit -latomic on 32-bit MIPS because 32-bit MIPS is not able to perform 64-bit atomics in hardware Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #11981 from zhanhb/conffilesRosen Penev2020-05-13
|\ \ | | | | | | treewide: add conffiles
| * | treewide: add conffilesHuangbin Zhan2020-05-09
| | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | Merge pull request #12147 from micmac1/my_upRosen Penev2020-05-13
|\ \ \ | | | | | | | | mariadb: updates for config, auth-pam and init
| * | | mariadb: install config files readable for allSebastian Kemper2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now $(INSTALL_CONF) is used for configuration files that go into /etc/mysql. This commit replaces that with $(INSTALL_DATA). The configuration files are not only parsed by the server, but also by the clients (which can be anybody). This also removes a comment about a cron job from one of the configuration files. There is no cron job. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #12137 from neheb/webpRosen Penev2020-05-12
|\ \ \ \ | | | | | | | | | | libwebp: update to 1.1.0
| * | | | libwebp: switch to CMakeRosen Penev2020-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libwebp: update to 1.1.0Rosen Penev2020-05-10
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12118 from micmac1/ssh2-bdepJiri Slachta2020-05-12
|\ \ \ \ | | | | | | | | | | libssh2: add mbedtls to PKG_BUILD_DEPENDS