aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libre2: update to 2021-02-02Rosen Penev2021-03-20
| | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Remove libcxx hacks as it's gone now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgd: update to 2.3.2Rosen Penev2021-03-20
| | | | | | | | Switch to building with Ninja for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15128 from neheb/chRosen Penev2021-03-20
|\ | | | | check: update to 0.15.2
| * check: update to 0.15.2Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15179 from neheb/prRosen Penev2021-03-20
|\ \ | | | | | | protobuf: update to 3.15.6
| * | protobuf: update to 3.15.6Rosen Penev2021-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libuv: update to 1.41.0Rosen Penev2021-03-20
|/ / | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: fix places where $(FPIC) is unquotedPhilip Prindeville2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes part of issue #14921. When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can count on $(TARGET_CFLAGS) in turn being quoted when it gets expanded. But there are a few places where $(FPIC) gets expanded directly into environment variables passed on the command line, such as when setting lt_cv_* variables as in this case. It's wrong to assume that the expansion of $(FPIC) won't require quoting (such as it containing spaces) if it has multiple compiler flags. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | msgpack-c: add new packageTianling Shen2021-03-18
| | | | | | | | | | | | This is needed by tmate. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | uci2: update revisionJakov Petrina2021-03-17
| | | | | | | | Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | libatasmart: initial checkinFlorian Eckert2021-03-16
| | | | | | | | | | | | This library is required by the smart plugin of the collectd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libwebsockets: update to 4.1.6Karl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major version bump, from 3.x to 4.x, and continues the path towards a mail client. New features: * ntp client * dns resolver * mqtt client * number humanizing string helpers License change upstream. cmake options tweaked to match current upstream defaults again. Tested with mosquitto and ttyd. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libupnpp: update to 0.20.1Rosen Penev2021-03-14
| | | | | | | | | | | | Remove inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15126 from neheb/wslRosen Penev2021-03-14
|\ \ | |/ |/| gerbera: update to 1.7.0 and update friends
| * libnpupnp: update to 4.1.1Rosen Penev2021-03-14
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * pugixml: update to 1.11.4Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * taglib: update to 1.12-beta-2Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libmatroska: update to 1.6.3Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Remove LTO as it's broken on this package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libebml: update to 1.4.2Rosen Penev2021-03-14
| | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to ninja for faster compilation. Remove LTO as it's broken on this package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libx264: enable parallel buildBernd Kuhls2021-03-14
|/ | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* Merge pull request #15111 from gladiac1337/liburing-2.0Rosen Penev2021-03-13
|\ | | | | liburing: Update to v2.0
| * liburing: Update to v2.0Christian Lachner2021-03-13
| | | | | | | | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | freetype: meson.build: Fix .pc file generationBernd Kuhls2021-03-13
|/ | | | | | | | | | | | Fixes error when building fontconfig: checking for FREETYPE... no configure: error: Package requirements (freetype2 >= 21.0.15) were not met: Package dependency requirement 'freetype2 >= 21.0.15' could not be satisfied. Package 'freetype2' has version '6.17.4', required version is '>= 21.0.15' Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* Merge pull request #15018 from neheb/freetypeRosen Penev2021-03-09
|\ | | | | freetype: switch to meson
| * freetype: switch to mesonRosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | | | Meson configures and builds faster. It's also simpler. Backport upstream patch fixing compilation without harfbuzz and brotli. Added distutils patch for some debian systems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | redis: update to version 6.2.1Jan Pavlinec2021-03-08
| | | | | | | | | | | | | | Changes: -remove zmalloc patch which is part of release Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #15033 from neheb/mrRosen Penev2021-03-07
|\ \ | | | | | | libmraa: fix compilation with GCC10
| * | libmraa: fix compilation with GCC10Rosen Penev2021-03-07
| | | | | | | | | | | | | | | | | | Taken from an upstream issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #15039 from nickberry17/libmqi_1.28.2Rosen Penev2021-03-07
|\ \ \ | |/ / |/| | modemmanager and libqmi: bump version
| * | libqmi: bump to 1.28.2Nicholas Smith2021-03-07
| | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | libstrophe: fix build with full language support enabledMichael Heimpold2021-03-07
|/ / | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #14873 from neheb/cxxRosen Penev2021-03-06
|\ \ | | | | | | treewide: remove uClibc++ support
| * | treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libndpi: remove C++ stuffRosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | I don't even know why this is here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | tiff: get rid of libtiffxxRosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | Nothing uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libplist: get rid of libplistxxRosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | Nothing uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14822 from neheb/mRosen Penev2021-03-06
|\ \ \ | |/ / |/| | minizip: update to 3.0.0
| * | minizip: update to 3.0.0Rosen Penev2021-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to new upstream and switch package name. Further disable features to avoid extra dependencies. Build with PIC to avoid build failures with mips16. Remove no longer needed patch. Upstream fixed it differently. Use AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libpqxx: update version to 7.4.1Igor Bezzubchenko2021-03-05
| |/ |/| | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | Merge pull request #14965 from neheb/xmlRosen Penev2021-03-01
|\ \ | | | | | | xmlrpc-c: update to 1.51.07
| * | xmlrpc-c: update to 1.51.07Rosen Penev2021-02-28
| | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14981 from ja-pa/redis-6.2.0Rosen Penev2021-03-01
|\ \ \ | | | | | | | | redis: update to version 6.2.0
| * | | redis: update to version 6.2.0Jan Pavlinec2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-21309 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | libuhttpd: Update to 3.10.1Jianhui Zhao2021-03-01
|/ / / | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* / / libdrm: add option to build the nouveau and radeon driverBernd Kuhls2021-03-01
|/ / | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* | libdrm: install all headersBernd Kuhls2021-02-27
| | | | | | | | | | | | include/libdrm/drm.h and others headers are needed to build libva. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* | libdrm: add option to build the intel driverBernd Kuhls2021-02-27
| | | | | | | | | | | | | | | | libpciaccess is not needed for libdrm itself, only the intel driver depends on it: https://cgit.freedesktop.org/mesa/drm/tree/meson.build#n240 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* | libdrm: update to 2.4.104Bernd Kuhls2021-02-27
| | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* | sqlite3: add option for batch-atomic write supportJan Hoffmann2021-02-26
| | | | | | | | | | | | | | | | | | This allows to build SQLite with support for the batch-atomic write optimization. It makes use of atomic write support provided by the underlying file system. Currently, this is only supported on F2FS. It it does not work with overlayfs. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | libuhttpd: Update to 3.10.0Jianhui Zhao2021-02-27
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>