aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | | | | | libsigar: add sigar libaryAmol Bhave2019-05-06
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sigar is a System Information Gatherer And Reporter library for C++ Adding the package so other C++ packages that depends on this library can build. This creates a libsigar.so shared library. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | Merge pull request #8902 from ja-pa/measurement-kit-0.10.3Josef Schlehofer2019-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | measurement-kit: update to version 0.10.3
| * | | | | | | | measurement-kit: update to version 0.10.3Jan Pavlinec2019-05-05
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch to fix disabled deprecated OpenSSL APIs Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #8613 from diizzyy/libx264Daniel Engberg2019-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/libx264: Update to 20190324 and rework Makefile
| * | | | | | | | libs/libx264: Update to 20190324 and rework MakefileDaniel Engberg2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update (lib)x264 to 20190324 * Stop using GNU Autotools and use libx264's own configuration facility * Drop hardcoded CFLAGS, x264 will handle those fine on its own This will override toolchain optimizaion and set -O3 irregardless of setting. * Rework LTO and ASM optmization selection to make it more compact and readable. This drops optimization for x86 32-bit which is being deprecated in favour of x86_64 in general and the very few systems still in use that doesn't support 64-bit are too slow to be usable anyway. * Import patches to fix compilation on ARM and x86 (32-bit) from OpenEmbedded * Minor style fixes to Makefile Source: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/x264/x264 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | Merge pull request #8886 from lnslbrty/update/nDPIRosen Penev2019-05-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | libndpi: update to 2.8.0
| * | | | | | | | libndpi: update to 2.8.0Toni Uhlig2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nDPI autogen.sh is broken and can lead to compile issues. Fixed. Also removed PKG_INSTALL since it produces invalid symlinks to *.so*. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | | faad2: Remove uClibc hackRosen Penev2019-05-05
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt uses uClibc-ng now, and it seems that these are no longer needed as it seems faad2 automatically renames these functions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8518 from neheb/iRosen Penev2019-05-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libimobiledevice packages updated to git
| * | | | | | | | libusbmuxd: Update to latest gitRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has really infrequent releases while having an active git repository with important bugfixes. This is also needed because libimobiledevice requires a new API from libusbmuxd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | libimobiledevice: Update to latest gitRosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream makes seriously infrequent updates whereas they have an active git repository with important bugfixes. Also fixed compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | 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>