| Commit message (Collapse) | Author | Age |
|\
| |
| | |
liburing: Update to v2.0
|
| |
| |
| |
| |
| |
| | |
- Updated download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
freetype: switch to meson
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
Changes:
-remove zmalloc patch which is part of release
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
libmraa: fix compilation with GCC10
|
| | |
| | |
| | |
| | |
| | |
| | | |
Taken from an upstream issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
modemmanager and libqmi: bump version
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
treewide: remove uClibc++ support
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
I don't even know why this is here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Nothing uses it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Nothing uses it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
minizip: update to 3.0.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| |/
|/|
| |
| | |
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
|
|\ \
| | |
| | | |
xmlrpc-c: update to 1.51.07
|
| | |
| | |
| | |
| | |
| | |
| | | |
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
redis: update to version 6.2.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes CVE-2021-21309
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
| |
| |
| |
| |
| |
| | |
include/libdrm/drm.h and others headers are needed to build libva.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\ \
| | |
| | | |
snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files. Install them in different places to
avoid trouble.
Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files. Install them in different places to
avoid trouble.
Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|\ \ \
| | | |
| | | | |
Update libqmi, ModemManager and add libqrtr-glib
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
If there are more than two python3 interpreters, and no python2,
libupm thinks one of them is python2 and fails. Avoid that by
telling it that python2 was not found.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST
symbol was removed.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|\ \
| | |
| | | |
jsoncpp: disable exceptions
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reduces size: 59724 to 44439
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
libshout: update to 2.4.5
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove upstreamed patch.
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
liburcu: update to version 0.12.2
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jan Hak <jan.hak@nic.cz>
|
|\ \ \ \
| |_|/ /
|/| | | |
libedit: update to version 20210216-3.1
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Hak <jan.hak@nic.cz>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove upstreamed patches.
Fix license.
Use AUTORELEASE to avoid bumping the release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
gdbm: update to 1.19
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove upstreamed patch.
Use AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
libs/icu: fix host compile in macOS
|