aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILESRosen Penev2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter is actually what is used by the build system. Increased PKG_RELEASE for all packages as this changes the ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8848 from ammubhave/bump_re2Rosen Penev2019-04-30
|\ \ \ \ \ | | | | | | | | | | | | libre2: bump version to 2019-04-01
| * | | | | libre2: bump version to 2019-04-01Amol Bhave2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile tested on nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #7877 from ammubhave/add_gflags_to_glog_stackedRosen Penev2019-04-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | libglog: Add gflags as a dependency for glog
| * | | | | | libglog: Add gflags a dependency for libglogAmol Bhave2019-04-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on PR #7098 With gflags available, glog's compilation behaves differently and includes gflags specific code. This code allows customizing logging in programs that use glog, using command command line parameters. Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx Run tested: Tested on devices running on the above architectures. Signed-off-by: Amol Bhave <ambhave@fb.com>
* / / / / / treewide,python: take over maintainership from Gergely KissAlexandru Ardelean2019-04-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change changes the maintainer to `Alexandru Ardelean <ardeleanalex@gmail.com` for all Python packages owned by `Gergely Kiss <mail.gery@gmail.com>` No functional changes. Bumping PKG_RELEASE on each package that is updated. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #7098 from ammubhave/add_libgflagsRosen Penev2019-04-29
|\ \ \ \ \ | | | | | | | | | | | | libgflags: add gflags package
| * | | | | libgflags: add gflags packageAmol Bhave2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Google's gflags library is a C++ library that implements command line flags processing. Adding the library so that it can used when compiling other C++ programs. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #7102 from ammubhave/add_libre2Rosen Penev2019-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | libre2: add re2 package
| * | | | | | libre2: add re2 packageAmol Bhave2019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | libvpx: cleanup configure/make varsLuiz Angelo Daros de Luca2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of redefining LD (and duplicating it), it is better to unset the existing value first. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | libvpx: bump to 1.8.0Luiz Angelo Daros de Luca2019-04-29
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release focused on encoding performance for realtime and VOD use cases. See: https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.8.0 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #8798 from ja-pa/libpng-security-updateRosen Penev2019-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | libpng: update to version 1.6.37
| * | | | | | libpng: update to version 1.6.37Jan Pavlinec2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-7317 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | libpsl: update to 0.21.0W. Michael Petullo2019-04-27
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | tcp_wrappers: fix compilation warningsTom Sullivan2019-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `Wall` and address sources of reported warnings. Signed-off-by: Tom Sullivan <tom@msbit.com.au>
* | | | | | Merge pull request #8763 from ja-pa/libxslt-security-fixJiri Slachta2019-04-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | libxslt: patch security issue and add CPE id
| * | | | | | libxslt: patch security issue and add CPE idJan Pavlinec2019-04-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-11068 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | libuwsc: update to 3.2.2Jianhui Zhao2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #8735 from neheb/joeRosen Penev2019-04-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | jose: Fix compilation without deprecated OpenSSL APIs
| * | | | | | jose: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8747 from neheb/xerRosen Penev2019-04-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xerces-c: Use libstdcpp instead of uclibc++
| * | | | | | | xerces-c: Use libstdcpp instead of uclibc++Rosen Penev2019-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both dependent packages (sumo and libelektra) use (and must use) libstdcpp Two libc++ cannot be linked against each other at the same time. I believe this causes xerces-c to not be used even though it is listed as a dependency. Took the time to clean up the Makefile. Also replaced -fPIC with -fpic to eliminate potential issues. Added linker flags for smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8751 from micmac1/sql327Rosen Penev2019-04-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sqlite3: bump to 3.27.2
| * | | | | | | | sqlite3: bump to 3.27.2Sebastian Kemper2019-04-22
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No ABI/API changes, backward compatible. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / / / / / / / libsndfile: update to 2019-04-21-25824cb9Peter Wagner2019-04-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #8685 from ClaymorePT/boost_1.70.0_r1Rosen Penev2019-04-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | boost: Update makefile to version 1.70.0 + minor updates
| * | | | | | | boost: Update packet to version 1.70.0 + minor updatesCarlos Ferreira2019-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the boost package to version 1.70.0 [1] and updates the Makefile to activate c++17 compile option. This new Boost version brings two new header-only libraries: Outcome: [2] A set of tools for reporting and handling function failures in contexts where directly using C++ exception handling is unsuitable, from Niall Douglas. Histogram: [3] Fast and extensible multi-dimensional histograms with convenient interface for C++14, from Hans Dembinski. More information about this release at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_70_0.html [2]: https://www.boost.org/libs/outcome/ [3]: https://www.boost.org/libs/histogram/ Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | Merge pull request #8739 from bluewavenet/patch-4Rosen Penev2019-04-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libmicrohttpd: Prevent Recursive Dependency
| * | | | | | | | libmicrohttpd: Prevent Recursive DependencyRob White2019-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, Openwrt Snapshot. Description: Bump to PKG_RELEASE:=3 Signed-off-by: Rob White <rob@blue-wave.net>
| * | | | | | | | libmicrohttpd: Prevent Recursive DependencyRob White2019-04-21
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, Openwrt Snapshot. Description: If a package depends on libmicrohttpd but does not specify which variant, a recursive dependency error occurs caused by the superfluous CONFLICTS line. With this change, a package will get the named variant, or default to the no-ssl variant if only libmicrohttpd is specified. Signed-off-by: Rob White <rob@blue-wave.net>
* / | | | | | | libsndfile: update to 2019-04-07-d5531723Peter Wagner2019-04-21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | zmq: Fix compilation for c++ stdlibAmol Bhave2019-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compilation for the zmq lib is broken for c++ stdlib in openwrt since the patches add uclibc++ specific code. This diffs changes the patch to only include the code conditioned on if we are actually using uclibc++. Signed-off-by: Amol Bhave <amol@amolbhave.com>
* | | | | | | 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>