aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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
| * | | | libssh2: switch default to OpenSSL and fix dependsSebastian Kemper2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All packages in the tree that depend on libssh2 _and_ have their own dependency on a TLS library, depend on OpenSSL by default. It makes sense for the libssh2 package to default to OpenSSL as well. This way it does not pull in a second TLS library. Also, the OpenSSL dependency is changed to "+!LIBSSH2_MBEDTLS:libopenssl", which fixes build issues in case libssh2 is not selected but built anyway. And last, Config.in file is removed and its content added to the Makefile instead. Closes #12108 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #12152 from jefferyto/aarch64-vfp-neonRosen Penev2020-05-12
|\ \ \ \ \ | | | | | | | | | | | | treewide: Enable VFP/NEON optimizations for aarch64
| * | | | | treewide: Enable VFP/NEON optimizations for aarch64Jeffery To2020-05-12
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / | | | libfmt: bump to version 6.2.1Othmar Truniger2020-05-11
|/ / / / | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #12133 from jefferyto/fix-neon-vfp-detectRosen Penev2020-05-10
|\ \ \ \ | | | | | | | | | | treewide: Update ARM NEON/VFP detection
| * | | | treewide: Update ARM NEON/VFP detectionJeffery To2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With openwrt/openwrt@8dcc1087602e2dd606e4f6e81a06aee62cfd4f4c, the ARM FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION. This updates various packages that look for NEON/VFP support to search CONFIG_CPU_TYPE instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | nss: update to 3.52Lucian Cristian2020-05-10
|/ / / / | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #12126 from lucize/netopeerRosen Penev2020-05-09
|\ \ \ \ | | | | | | | | | | Netopeer2: update Netopeer2 and dependencies to master
| * | | | Netopeer2: update Netopeer2 and dependencies to masterLucian Cristian2020-05-10
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / | | libqmi: update version to 1.24.12Aleksander Morgado2020-05-09
|/ / / | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003296.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>