Commit Graph

3999 Commits

Author SHA1 Message Date
Rosen Penev e8419e1003
Merge pull request #15018 from neheb/freetype
freetype: switch to meson
2021-03-09 15:27:44 -08:00
Jan Pavlinec d4ead62706
redis: update to version 6.2.1
Changes:
-remove zmalloc patch which is part of release

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-08 14:48:41 +01:00
Rosen Penev b28b8058c9
Merge pull request #15033 from neheb/mr
libmraa: fix compilation with GCC10
2021-03-07 23:47:34 -08:00
Rosen Penev 07d0ee7552 libmraa: fix compilation with GCC10
Taken from an upstream issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-07 14:49:05 -08:00
Rosen Penev b57aebbef1
Merge pull request #15039 from nickberry17/libmqi_1.28.2
modemmanager and libqmi: bump version
2021-03-07 14:47:30 -08:00
Michael Heimpold 59a8bb10d4 libstrophe: fix build with full language support enabled
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>
2021-03-07 11:25:43 +01:00
Nicholas Smith 570ff69ec6 libqmi: bump to 1.28.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-03-07 19:44:37 +10:00
Rosen Penev 45dcec32ce
Merge pull request #14873 from neheb/cxx
treewide: remove uClibc++ support
2021-03-06 14:00:32 -08:00
Rosen Penev 987cec780b
Merge pull request #14822 from neheb/m
minizip: update to 3.0.0
2021-03-06 13:51:33 -08:00
Rosen Penev 39bc254663 treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev f2d7f216a4 libndpi: remove C++ stuff
I don't even know why this is here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Rosen Penev c3544ac71d tiff: get rid of libtiffxx
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Rosen Penev 26a9b47588 libplist: get rid of libplistxx
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Igor Bezzubchenko 1f08a4c8df libpqxx: update version to 7.4.1
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-03-05 13:27:09 +03:00
Rosen Penev dd65dac8b3 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>
2021-03-05 01:17:34 -08:00
Rosen Penev ebf45cc6ca
Merge pull request #14965 from neheb/xml
xmlrpc-c: update to 1.51.07
2021-03-01 17:20:11 -08:00
Rosen Penev 1947db77a2
Merge pull request #14981 from ja-pa/redis-6.2.0
redis: update to version 6.2.0
2021-03-01 14:35:23 -08:00
Jan Pavlinec 4e0962e8f4
redis: update to version 6.2.0
Fixes CVE-2021-21309

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-01 14:14:58 +01:00
Jianhui Zhao 20328691d3 libuhttpd: Update to 3.10.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-03-01 17:26:11 +08:00
Bernd Kuhls 240af18f30 libdrm: add option to build the nouveau and radeon driver
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-03-01 07:04:01 +01:00
Rosen Penev 246f332b9c xmlrpc-c: update to 1.51.07
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 17:14:18 -08:00
Bernd Kuhls cb8c0ba6c0 libdrm: install all headers
include/libdrm/drm.h and others headers are needed to build libva.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-02-27 19:37:57 +01:00
Bernd Kuhls d216b47dbf libdrm: add option to build the intel driver
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>
2021-02-27 15:45:34 +01:00
Bernd Kuhls 6d8426b4d5 libdrm: update to 2.4.104
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-02-27 08:53:20 +01:00
Jan Hoffmann 4bc7ba7fe8 sqlite3: add option for batch-atomic write support
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>
2021-02-26 17:31:24 -05:00
Jianhui Zhao a5fbbb9970 libuhttpd: Update to 3.10.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-02-27 00:40:47 +08:00
Eneas U de Queiroz 31dac1a0ed
Merge pull request #14891 from cotequeiroz/snort-libdaq
snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir
2021-02-24 22:10:06 -03:00
Rosen Penev 1a72538f9f
Merge pull request #14881 from nickberry17/mm_libqmi_libqrtr
Update libqmi, ModemManager and add libqrtr-glib
2021-02-24 16:53:22 -08:00
Eneas U de Queiroz 30a8d8db6a
libupm: enforce disabling python2
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>
2021-02-24 21:00:13 -03:00
Eneas U de Queiroz 92cdc620b6
libdaq3,snort3: install/use libdaq3 in its 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>
2021-02-24 20:42:03 -03:00
Eneas U de Queiroz 48e2b6ebb3
libdaq,snort: install/use libdaq2 in its 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>
2021-02-24 20:42:03 -03:00
Eneas U de Queiroz d8203191cc gost_engine: remove OPENSSL_WITH_GOST restraint
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>
2021-02-24 13:54:31 -03:00
Nicholas Smith c9709a3c82 libqmi: bump to 1.28.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-02-24 13:42:54 +10:00
Nicholas Smith cfe24305de libqrtr-glib: add libqrtr-glib
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-02-24 13:38:17 +10:00
Rosen Penev 476c7d1b95
Merge pull request #14874 from neheb/jso
jsoncpp: disable exceptions
2021-02-23 11:59:36 -08:00
Rosen Penev eed4820efc
Merge pull request #14864 from neheb/sh
libshout: update to 2.4.5
2021-02-23 05:11:43 -08:00
Rosen Penev 732e90dd9f
Merge pull request #14836 from Payne-X6/liburcu
liburcu: update to version 0.12.2
2021-02-23 05:08:54 -08:00
Rosen Penev eb142cdced
Merge pull request #14835 from Payne-X6/master
libedit: update to version 20210216-3.1
2021-02-23 05:08:27 -08:00
Rosen Penev 55cec11ad8
jsoncpp: disable exceptions
Reduces size: 59724 to 44439

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 22:06:16 -08:00
Rosen Penev 500bed5935
libshout: update to 2.4.5
Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 20:43:43 -08:00
Rosen Penev 7a86c6d81a
loudmouth: update to 1.5.4
Remove upstreamed patches.

Fix license.

Use AUTORELEASE to avoid bumping the release.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 16:40:57 -08:00
Rosen Penev e2938499eb
Merge pull request #14823 from neheb/gdbn
gdbm: update to 1.19
2021-02-22 13:54:31 -08:00
Rosen Penev ca0858960b
Merge pull request #14826 from jjm2473/master-fix-icu-macos
libs/icu:  fix host compile in macOS
2021-02-22 12:47:49 -08:00
Rosen Penev 23bb8ec5ef
Merge pull request #14817 from neheb/sn
sane-backends: remove outdated C++ patch
2021-02-22 12:41:46 -08:00
Jan Pavlinec e76ce033d5
libmaxminddb: update to version 1.5.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-22 10:36:31 +01:00
Jan Hak 9443203377 liburcu: update to version 0.12.2
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2021-02-22 10:19:34 +01:00
Jan Hak fd7f43ae46 libedit: update to version 20210216-3.1
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2021-02-22 09:55:55 +01:00
Liangbin Lian ceee8ba199 libs/icu: fix host compile in macOS
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2021-02-22 12:58:49 +08:00
Rosen Penev 371549af83
Merge pull request #14821 from neheb/gd
libwebp + libgd version bump
2021-02-21 01:20:25 -08:00
Rosen Penev d821fdc72b libevdev: update to 1.11.0
Use AUTORELEASE to avoid having to bump it manually.

Remove old patch for kernel 4.14 compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-21 09:09:06 +00:00