aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libuv: update to 1.32.0Hirokazu MORIKAWA2019-09-18
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* dtc: Add missing dependency to -utilsRosen Penev2019-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmodbus: update to 3.1.6Michael Heimpold2019-09-16
| | | | | | | | | | | Also fix the license information: in older versions the test programs were GPL 3 licensed, but meanwhile it changed to BSD license. But since this package only packages the library itself, we can safely focus only on the LGPL here which covers the library itself. While at, fix a minor nitpick during library symlink installation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libgpiod: update to 1.4.1Michael Heimpold2019-09-16
| | | | | | While at, fix minor nitpick during installation of library symlinks. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libiio: Update to 0.18Michael Heimpold2019-09-16
| | | | | | While at, fix a minor nitpick while installing shared library symlinks. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libftdi1: Apply pkgconfig fixes to libftdipp1 as wellRosen Penev2019-09-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfmt: Fix pkgconfig pathsRosen Penev2019-09-16
| | | | | | pkgconfig needs to override these. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Partially add back InstallDevRosen Penev2019-09-16
| | | | | | The pkgconfig file needs changing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: bump to version 1.5.1Yousong Zhou2019-09-16
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #9994 from flyn-org/vipsRosen Penev2019-09-15
|\ | | | | vips: update to 8.8.2
| * vips: update to 8.8.2W. Michael Petullo2019-09-15
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #9992 from flyn-org/openldapHannu Nyman2019-09-15
|\ \ | | | | | | openldap: update to 2.4.48
| * | openldap: update to 2.4.48W. Michael Petullo2019-09-14
| |/ | | | | | | | | | | Fixes CVE-2019-13565. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #9987 from neheb/leptRosen Penev2019-09-15
|\ \ | | | | | | leptonica: Add missing libwebp dependency
| * | leptonica: Add missing libwebp dependencyRosen Penev2019-09-13
| | | | | | | | | | | | | | | | | | Now that libwebp is in the tree, leptonica picks it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | librsocket-cpp: Update to 2019-09-12Rosen Penev2019-09-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libftdi1: Remove faulty change from last patchRosen Penev2019-09-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | opencv: Add missing libwebp dependencyRosen Penev2019-09-13
|/ / | | | | | | | | | | Now that libwebp is in the tree, opencv picks it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgd: Backport SOVERSION and pkgconfig changesRosen Penev2019-09-13
| | | | | | | | | | | | The latter is needed for some packages to find libgd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9963 from neheb/gd4Rosen Penev2019-09-13
|\ \ | | | | | | libgd: Switch to CMake
| * | libgd: Switch to CMakeRosen Penev2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Size reduced from 92878 to 91675 bytes. CMake added CXX files. Removed those. Removed ceill patch. ceill is not used anymore. Removed pkgconfig patch. CMake uses a different file, which does not have this problem. Further size reduction to 87938 with LTO. Removed InstallDev. CMAKE_INSTALL takes care of that. Added WebP support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libftdi1: Don't build examplesRosen Penev2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Replace InstallDev section with CMAKE_INSTALL Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | liblo: disable tests and enable IPv6Rosen Penev2019-09-12
|/ / | | | | | | | | | | | | | | Speeds up compilation. Also fixed compilation without deprecated POSIX APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libwebp: Fix InstallDev typo againRosen Penev2019-09-12
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libwebp: Fix typo with InstallDev sectionRosen Penev2019-09-12
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libfolly: Pass -DBoost_NO_BOOST_CMAKERosen Penev2019-09-12
| | | | | | | | | | | | It seems the new CMake update broke boost again. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9945 from neheb/gcRosen Penev2019-09-12
|\ \ | | | | | | libgcrypt: Update to 1.8.5
| * | libgcrypt: Update to 1.8.5Rosen Penev2019-09-12
| | | | | | | | | | | | | | | | | | Fixed up license information. Only the library is packaged. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9964 from neheb/webpRosen Penev2019-09-12
|\ \ \ | | | | | | | | libwebp: Add new package
| * | | libwebp: Add new packageRosen Penev2019-09-10
| | |/ | |/| | | | | | | | | | | | | Requested by: https://github.com/openwrt/packages/issues/9740 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libgee: Update to 0.20.2Rosen Penev2019-09-12
| |/ |/| | | | | | | | | | | | | | | | | Eliminate patch in favor of configure argument. Shuffled some stuff around for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9952 from neheb/rtRosen Penev2019-09-11
|\ \ | |/ |/| rtorrent: Switch to static linking
| * libtorrent: Switch to static library.Rosen Penev2019-09-09
| | | | | | | | | | | | | | | | | | libtorrent is only used by rtorrent. Switch to a static library to save space. Removed libsigc++ dependency. It seems it's not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libsigcxx: RemoveRosen Penev2019-09-09
| | | | | | | | | | | | It's no longer needed with libtorrent. No other package depends on it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9838 from ClaymorePT/boost_1.71.0_r1Rosen Penev2019-09-10
|\ \ | | | | | | boost: Package Version Update (1.71.0) + bugfixes
| * | boost: Package Version Update (1.71.0) + bugfixesCarlos Miguel Ferreira2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.71.0 and disables Boost.Context for arc and mips64 architectures, since either jump_fcontext or getcontext are undefined for those architectures. It also fixes a bug were Boost.Fiber was not properly disabled for mips32 and mips64 architectures. Boost.Coroutine2 option was removed since it was redundant. By selecting the Coroutine package, Coroutine2 is also installed. Boost.Fiber has been disabled for target brcm47xx_generic and brcm47xx_legacy due to misssing opcode support from instruction set. Boost 1.71.0 brings a new header-only library - Boost.Variant2 [1] -> A never-valueless, strong guarantee implementation of std::variant, from Peter Dimov. More info about Boost 1.71.0 can be found at the usual place [2]. [1]: https://www.boost.org/doc/libs/1_71_0/libs/variant2/doc/html/variant2.html [2]: https://www.boost.org/users/history/version_1_71_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | | libwangle: Update to 2019.09.02Rosen Penev2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | Several size optimizations. Savings of ~68KB. Remove shared build. libwangle is only used by fbthrift. Just use the static version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libfizz: Update to 2019.09.09.00Rosen Penev2019-09-09
| |/ |/| | | | | | | | | Several size optimizations. ~76KB savings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libfolly: Update to 2019.09.02Rosen Penev2019-09-09
| | | | | | | | | | | | Several optimizations to reduce size. ~35KB. Mostly because of LTO. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | glib2: don't use libelf during host buildSebastian Kemper2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d3f86c9cc3e465fbca51aaadbb274856831ba56c tools/libelf installs a pkgconfig file, which in turn is picked up during the glib2 host build. On the build bots the same occurs, although it so happens that (sometimes?) libelf.h is not found and the host build fails. This may be a timing issue specific to the build bots, as the header is in fact installed by tools/libelf and I can't reproduce this here on my own computer. In any case, libelf (if detected) is only used by gresource. gresource can be used without it. gresource is not used by OpenWrt's build system (also not in openwrt/packages). So adding "--disable-libelf" to the host configure args is not detrimental in any way and works around the issue described above. Resolves #9927 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Revert "libmstch: Remove boost dependency"Rosen Penev2019-09-08
| | | | | | | | | | | | | | | | This reverts commit cb78291982b7fe615a28132f6d8d2c927ad5ae28. The buildbots have GCC6. GCC7 is needed for C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | nss: update to 3.46Lucian Cristian2019-09-06
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libuwifi: fix dev installationNick Hainke2019-09-05
| | | | | | | | | | | | | | The ccan needs config.h file. This commit fixes the includes and copies the config.h file to the correct position. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | libmstch: Remove boost dependencyRosen Penev2019-09-03
| | | | | | | | | | | | Added patches that convert Boost functionality to C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libdouble-conversion: Size optimizationsRosen Penev2019-09-03
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-libs: Update to 1.1.9Rosen Penev2019-09-03
| | | | | | | | | | | | | | | | Fixed license information. Removed older unnecessary stuff. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9875 from neheb/mneasRosen Penev2019-09-03
|\ \ | | | | | | measurement-kit: Fix compilation with uClibc-ng
| * | measurement-kit: Fix compilation with uClibc-ngRosen Penev2019-09-01
| | | | | | | | | | | | | | | | | | nextafter is not included in std with uClibc-ng. Don't use the std version Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9849 from neheb/pbcRosen Penev2019-09-03
|\ \ \ | | | | | | | | libpbc: Pass CFLAGS properly