aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* icu: update to 64.2Hirokazu MORIKAWA2019-04-18
| | | | | | locale data and support for new Japanese era Reiwa Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #8700 from ja-pa/measurement-kit-0.10.1Josef Schlehofer2019-04-17
|\ | | | | measurement-kit: update to version 0.10.1
| * measurement-kit: update to version 0.10.1Jan Pavlinec2019-04-12
| | | | | | | | | | | | | | Fixes long title description Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #8684 from nxhack/bump_2_9_1Rosen Penev2019-04-16
|\ \ | | | | | | libhttp-parser: update to 2.9.2
| * | libhttp-parser: update to 2.9.2Hirokazu MORIKAWA2019-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | update to 2.9.2: revert `memchr()` optimization Fix -Wsign-compare warning Fix bad pointer arithmetic Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #8682 from neheb/botRosen Penev2019-04-16
|\ \ \ | | | | | | | | botan: Disable NEON when soft float is disabled
| * | | botan: Disable NEON when soft float is disabledRosen Penev2019-04-14
| |/ / | | | | | | | | | | | | | | | | | | For some reason, the build system enables NEON on platforms that is should not. Fixes compilation on several ARM targets. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libgpiod: update to 1.3Michael Heimpold2019-04-15
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #8569 from bluewavenet/patch-3Rosen Penev2019-04-15
|\ \ \ | | | | | | | | libmicrohttpd: Revert to Named no-ssl Version
| * | | libmicrohttpd: Remove one CONFLICTS statement.Rob White2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Having CONFLICTS for each variant in the other variant causes recursive dependency error, even though the two variants do conflict with each other. This commit removes one of the CONFLICT lines. Build now completes without error on SDK. Signed-off-by: Rob White <rob@blue-wave.net>
| * | | libmicrohttpd: Revert to Named no-ssl VersionRob White2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Alexander Couzens lynxis@fe80.eu Compile Tested: Snapshot SDK Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1-beta, Openwrt Snapshot. Description: Fix for issue #8180 and resubmitted PR #8563 - Any package with a dependency on the non-ssl version of libmicrohttpd ends up with the ssl version along with libgcrypt, libgnutls, .. This fix reverts the no-ssl version name from libmicrohttpd back to libmicrohttpd-no-ssl as it was in previous versions. The two package names will now be libmicrohttpd-no-ssl and libmicrohttpd-ssl. Signed-off-by: Rob White <rob@blue-wave.net>
* | | | pixman: bump to version 0.38.4Yousong Zhou2019-04-15
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version bump contains mainly fixes for the build system e8df10e Pre-release version bump to 0.38.4 23f036d Makefile.am: Ship Meson assembly test files in the tarball e7058fe Makefile.am: Update download links 8888e75 Post-release version bump to 0.38.3 a7ffb3e Pre-release version bump to 0.38.2 4c4753c meson: Correct copy-and-paste mistake 7295983 void function should not return a value ef4fb03 Windows: Support building with SHELL=cmd.exe 55d8f95 Windows: Show compiler invocation 0ea37df meson: store ARM SIMD and NEON tests as text files 2065a07 meson: simplify and fix mmx library compilation 6e206cf meson: Add proper include paths for the loongson check 9ed0576 meson: fix copy-n-paste error for arm simd assembly d13f6a8 meson: fix typo which breaks loongson checks e7ac62c meson: work around meson issue #5115 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #8672 from ja-pa/ldns-fix-devRosen Penev2019-04-13
|\ \ \ | | | | | | | | ldns: copy pkgconfig file in InstallDev
| * | | ldns: copy pkgconfig file in InstallDevJan Pavlinec2019-04-13
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | opencv: Fix tarball URL to fix compilationRosen Penev2019-04-12
| | | | | | | | | | | | | | | | | | | | | | | | The github repository URL changed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7951 from micmac1/hiredis-pkg-configRosen Penev2019-04-12
|\ \ \ \ | | | | | | | | | | hiredis: fix pkg-config file
| * | | | hiredis: fix pkg-config fileSebastian Kemper2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for using the .pc file when cross-compiling. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | libmodbus: backport RS485 fixesDaniel Golle2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import two patches from upstream in order to fix Modbus-RTU over RS485: 1c5d969 Only set SER_RS485_ENABLED bit of existing RS485 settings 91a1d74 Oops fix OR on RS485 settings (1c5d969) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | icu: Backport ARMEB support patchRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix php compilation on PPC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8567 from neheb/lttRosen Penev2019-04-10
|\ \ \ \ \ | | | | | | | | | | | | lttng-*: update version
| * | | | | lttng-ust: Update to 2.10.3Rosen Penev2019-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike the current version, this one has support for aarch64. aarch64 is necessary for several 64-bit targets. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8645 from sartura/protobuf-c-x86-build-fail-fixRosen Penev2019-04-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | protobuf-c: fix x86 build fail
| * | | | | | protobuf-c: bump PKG_RELEASELuka Paulic2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Paulic <luka.paulic@fer.hr>
| * | | | | | protobuf-c: fix x86 build failLuka Paulic2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Paulic <luka.paulic@sartura.hr>
* | | | | | | Merge pull request #8639 from nxhack/bump_2_9_0Rosen Penev2019-04-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libhttp-parser: update to 2.9.0
| * | | | | | | libhttp-parser: update to 2.9.0Hirokazu MORIKAWA2019-04-10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to 2.9.0 Add maintainer Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / / / / / / libnss: buildbot 32 bit compile fixLucian Cristian2019-04-10
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also rework the installed files Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | / / / tiff: patch security issuesJan Pavlinec2019-04-09
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-7663 CVE-2019-6128 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #8616 from neheb/fiRosen Penev2019-04-08
|\ \ \ \ \ | | | | | | | | | | | | file: Update to 5.36
| * | | | | file: Update to 5.36Rosen Penev2019-04-07
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some linker flags to reclaim some space. Switched to $(FPIC) from -fPIC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libs/libstrophe: install pkg-config .pc fileEnrico Mioso2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps packages depending on libs/libstrophe in finding the library via pkg-config or CMake's PKG_SEARCH_MODULE Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
* | | | | Revert "protobuf-c: Disable protoc for host build"Rosen Penev2019-04-07
|/ / / /
* | | | protobuf-c: Disable protoc for host buildRosen Penev2019-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On some platforms, the host build is failing as the tests fail. protoc is not used anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5043 from lucize/libnssRosen Penev2019-04-06
|\ \ \ \ | | | | | | | | | | libnss: add nss-tools 3.43 a prereq for libreswan
| * | | | nss: add nss-toolsLucian Cristian2019-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #7824 from neheb/protoRosen Penev2019-04-06
|\ \ \ \ \ | |/ / / / |/| | | | protobuf: Update to 3.6.1
| * | | | protobuf: Update to 3.7.1Rosen Penev2019-04-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8524 from ja-pa/libssh2-cpe-idFlorian Eckert2019-04-06
|\ \ \ \ \ | | | | | | | | | | | | libssh2: Add PKG_CPE_ID for proper CVE tracking
| * | | | | libssh2: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #8561 from lucize/libnsprRosen Penev2019-04-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | nspr: add nspr libs
| * | | | | | nspr: add nspr libsLucian Cristian2019-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Oracle's server applications, and other software offerings. this is needed for nss libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | pcre: Depending on C++ nowBjørn Mork2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Must depend on cpp for the unconditional --enable-cpp, or the build can fail when CONFIG_PACKAGE_libpcrecpp is unset and nothing else has built the c++ toolchain: configure: error: Invalid C++ compiler or C++ compiler flags Makefile:97: recipe for target '/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940' failed make[3]: *** [/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1 make[3]: Leaving directory '/usr/local/src/lede/feeds/packages/libs/pcre' time: package/feeds/packages/pcre/compile#4.48#0.30#6.88 package/Makefile:107: recipe for target 'package/feeds/packages/pcre/compile' failed Fixes: 17090fecf18c ("pcre: Fix compile of libpcrecpp") Signed-off-by: Bjørn Mork <bjorn@mork.no>
* | | | | | | libssh2: update to version 1.8.2Jan Pavlinec2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #7803 from ammubhave/add_libdoubleconversion_hostbuildRosen Penev2019-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libdouble-conversion: Add host build to libdouble-conversion
| * | | | | | | libdouble-conversion: Add host build to libdouble-conversionAmol Bhave2019-04-02
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to produce host static build for the libdouble-conversion library. Other host build tools can now depend on this library if they need it. Tested on a x86_64 host build machine. make package/libdouble-conversion/host/compile produces staging_dir/hostpkg/lib/libdouble-conversion.a file Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | Merge pull request #4334 from Tiboris/joseRosen Penev2019-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | jose: Add Makefile for jose v10
| * | | | | | | jose: Add Makefile for v10Tibor Dudlák2019-04-03
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jose is acommand line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. Added: https://github.com/latchset/jose/commit/198f7207427ad7f569aa3592ea16e2bb400db040 Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
* | | | | | | Merge pull request #8583 from ammubhave/bump_glogRosen Penev2019-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | glog: Bump version to 0.4.0
| * | | | | | | glog: Bump version to 0.4.0Amol Bhave2019-04-03
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump glog version from 0.3.5 to 0.4.0 Tested by building another package which depends on glog and verify that it builds successfully. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | Merge pull request #8570 from nxhack/icu_64_1Daniel Engberg2019-04-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | icu: update to 64.1