aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* boost: Fix uClibc-ng compilation againRosen Penev2019-05-03
| | | | | | | Several math functions are not defined in math.h and therefore cannot be used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: Remove reference to python-package.mkJeffery To2019-05-04
| | | | | | | | | | Since no Python packages are produced by this package, including python-package.mk is unnecessary. This removes the reference to python-package.mk. (PKG_RELEASE is unchanged as this should have no effect on the build.) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #8827 from MikePetullo/libdmapsharingRosen Penev2019-05-03
|\ | | | | libdmapsharing: update to 3.9.6
| * libdmapsharing: update to 3.9.6W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #8877 from jefferyto/tiff-pkg-configJiri Slachta2019-05-02
|\ \ | | | | | | tiff: Install pkg-config metadata file in Build/InstallDev
| * | tiff: Install pkg-config metadata file in Build/InstallDevJeffery To2019-05-02
| | | | | | | | | | | | | | | | | | Some programs use pkg-config to discover installed libraries. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | libjpeg: Install pkg-config metadata file in Build/InstallDevJeffery To2019-05-02
|/ / | | | | | | | | | | Some programs use pkg-config to discover installed libraries. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | boost: Fix compilation with uClibc-ngRosen Penev2019-05-01
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | 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