Commit graph

4111 commits

Author SHA1 Message Date
Rosen Penev
8bd1d86d6d libnpupnp: update to 4.1.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-10 17:05:18 -07:00
Rosen Penev
1692a687fb spdlog: update to 1.8.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-10 17:05:18 -07:00
Rosen Penev
2cdc64b12a file: update to 5.40
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-10 17:05:18 -07:00
Jianhui Zhao
3aa128f007 libuhttpd: Update to 3.11.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-04-08 22:32:11 -07:00
Rosen Penev
4b8138c8a8 libmaxminddb: build with CMake
Faster and less error prone.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-05 14:59:28 -07:00
Stijn Tintel
a62090aea9 libcap: drop from feed
The libcap package was moved to OpenWrt base.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-04-05 20:02:08 +03:00
Rosen Penev
ec6a3a1ef4 libdvbcsa: add BUILD_PATENTED
This was missing in the initial commit.

Add AUTORELEASE as well for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-04 19:40:22 -07:00
Rafał Dzięgiel
51c5a8b4bc libdvbcsa: add new package
Libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm DVB/CSA - with encryption and decryption capabilities.

OpenWrt packages like `tvheadend` and `minisatip` can benefit from it.

Signed-off-by: Rafał Dzięgiel <rafostar.github@gmail.com>
2021-04-03 18:52:50 -07:00
Rosen Penev
8f41e60b7e poco: update to 1.10.1
Switch to AUTORELEASE for simplicity.

Move MAINTAINER line up for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-02 13:46:10 -07:00
Daniel Golle
b29e609701 libseccomp: don't build on ARC
ARC architecture is not yet supported by libseccomp.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-30 00:21:29 +01:00
Rosen Penev
a31b732007 treewide: build CMake projects with Ninja
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Nikos Mavrogiannopoulos
3fefe6ce45
Merge pull request #15251 from ja-pa/gnutls-3.7.1
gnutls: update to version 3.7.1
2021-03-26 21:53:36 +01:00
Rosen Penev
baae054054
Merge pull request #15247 from neheb/fiber
boost: fixup mips64 fiber patch
2021-03-26 13:50:59 -07:00
Rosen Penev
6fb3f7d0d9 ipfs-http-client: update to 2021-03-01
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:15:14 -07:00
Rosen Penev
0aa8204100 libmariadb: update to 3.1.12
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:15:05 -07:00
Rosen Penev
6d959f69ad libulfus: update to 2.7.2
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:14:35 -07:00
Rosen Penev
297f34b5d9 liborcania: update to 2.2.0
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:14:35 -07:00
Rosen Penev
6aa8189393 libical: update to 3.0.9
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Refresh and simplify patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:14:28 -07:00
Rosen Penev
12dc76f426 libyang: update to 1.0.225
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:13:07 -07:00
Rosen Penev
935b7e8c13 libuwsc: update to 3.3.5
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:12:59 -07:00
Rosen Penev
2fe4fe7d6e libtorrent-rasterbar: update to 1.0.2
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:12:32 -07:00
Rosen Penev
04c81d3bcc boost: fixup mips64 fiber patch
It turns out that this is also broken on mips64el. Further testing
reveals that

-mips32r2 -mtune=mips32r2 -mabi=32

compiles the PAUSE instruction just fine whereas

-mips64r2 -mtune=mips64r2 -mabi=64

does not. The PAUSE instruction was introduced in version 2.6 of the
MIPS ISA and GCC for some reason does not allow usage of it with MIPS64.
Modify the macro to fix the situation instead of just matching on
octeon, which is not quite correct.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 12:35:17 -07:00
Rosen Penev
4c8d0f03bb leptonica: update to 1.80.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Daniel Golle
e7caf1f2ba
postgresql: update to version 13.2
Adresses CVE-2021-20229 (Incorrect Authorization)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:31:24 +00:00
Daniel Golle
7341e39768
libudev-zero: update to version 0.4.8
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:29 +00:00
Rosen Penev
fdd696b6ce
Merge pull request #15245 from neheb/gost
gost_engine: fix compilation without deprecated OpenSSL APIs
2021-03-25 10:47:45 -07:00
Jan Pavlinec
323461a1f0
gnutls: update to version 3.7.1
Fixes
CVE-2021-20231
CVE-2021-20232

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-25 10:59:10 +01:00
Rosen Penev
c06938363e spdlog: update to 1.8.3
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 22:56:52 -07:00
Rosen Penev
7b2a817bab libpng: do not build MIPS MSA code at all
The CMake file matches on mipsel and mips64el. Just remove mips
altogether.

Also build with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:44:50 -07:00
Rosen Penev
263802c6a2 gost_engine: fix compilation without deprecated OpenSSL APIs
Build with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:40:24 -07:00
Rosen Penev
70c5687318
Merge pull request #15201 from neheb/lne
libnetconf2: update to 1.1.43
2021-03-23 02:12:28 -07:00
Rosen Penev
3ee6e4e6ad
Merge pull request #15178 from neheb/mzip
minizip: update to 3.0.1
2021-03-22 14:10:04 -07:00
Rosen Penev
25757d22e4
Merge pull request #15177 from neheb/log4c
log4cplus: update to 2.0.6
2021-03-22 14:09:20 -07:00
Eneas U de Queiroz
fbed6751b0
nss: fix compilation with QUILT
Commit 657574f45 disabled building the host nsinstall program when using
QUILT.  However, the host nsinstall is needed to compile the package,
breaking compilation with QUILT.

Move the native compile to Build/Configure, which will not be called for
prepare, refresh, or update targets, but will be called before
Build/Compile.

nss does not have a configure script, so Build/Configure/Default is not
being called.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-03-22 08:23:29 -03:00
Eneas U de Queiroz
c5f91a2a56
nss: quote $(FPIC), as it may have multiple flags
FPIC may be defined with more than one flag.  In that case, it becomes
necessary to use it inside QUOTES in a shell context.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-03-22 08:23:29 -03:00
Rosen Penev
dea0c27355 uw-imap: fix no deprecated API OpenSSL
The previous patch was for OpenSSL 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-21 00:12:01 -07:00
Rosen Penev
4e387996f0 libre2: update to 2021-02-02
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>
2021-03-20 21:08:45 -07:00
Rosen Penev
83c45e18a8 libgd: update to 2.3.2
Switch to building with Ninja for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 21:05:40 -07:00
Rosen Penev
01299e68a2 libnetconf2: update to 1.1.43
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 19:07:57 -07:00
Rosen Penev
5fdbeb654c
Merge pull request #15128 from neheb/ch
check: update to 0.15.2
2021-03-20 18:36:46 -07:00
Rosen Penev
58c32b7e76
Merge pull request #15179 from neheb/pr
protobuf: update to 3.15.6
2021-03-20 17:58:38 -07:00
Rosen Penev
1d0d8e057c protobuf: update to 3.15.6
Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 17:28:09 -07:00
Rosen Penev
0ac671880d minizip: update to 3.0.1
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 17:27:22 -07:00
Rosen Penev
d9d49de98f log4cplus: update to 2.0.6
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 17:25:59 -07:00
Rosen Penev
59ec9e6363 libuv: update to 1.41.0
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 17:23:30 -07:00
Philip Prindeville
0d5c6769f1 treewide: fix places where $(FPIC) is unquoted
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>
2021-03-19 16:38:43 -06:00
Tianling Shen
cfc965b107 msgpack-c: add new package
This is needed by tmate.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-03-18 22:18:14 -10:00
Jakov Petrina
6024474329 uci2: update revision
Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
2021-03-17 20:01:13 +02:00
Florian Eckert
87e52cf180 libatasmart: initial checkin
This library is required by the smart plugin of the collectd.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Karl Palsson
544c7b22b6 libwebsockets: update to 4.1.6
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>
2021-03-15 16:05:58 +00:00
Rosen Penev
4764642e85 libupnpp: update to 0.20.1
Remove inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 17:11:16 -07:00
Rosen Penev
6fa328d109
Merge pull request #15126 from neheb/wsl
gerbera: update to 1.7.0 and update friends
2021-03-14 16:52:22 -07:00
Rosen Penev
b2418547c5 check: update to 0.15.2
Switch to AUTORELEASE for simplicity.

Switch to building with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 16:51:10 -07:00
Rosen Penev
12044355b0 libnpupnp: update to 4.1.1
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 16:04:12 -07:00
Rosen Penev
2c8c25d6f8 pugixml: update to 1.11.4
Switch to AUTORELEASE for simplicity.

Switch to ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 16:04:12 -07:00
Rosen Penev
c94614841f taglib: update to 1.12-beta-2
Switch to AUTORELEASE for simplicity.

Switch to building with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 16:04:12 -07:00
Rosen Penev
3074960bb6 libmatroska: update to 1.6.3
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>
2021-03-14 16:04:12 -07:00
Rosen Penev
7888403545 libebml: update to 1.4.2
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>
2021-03-14 16:04:12 -07:00
Bernd Kuhls
c9ad594cca libx264: enable parallel build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-03-14 12:36:32 +01:00
Rosen Penev
c8f577ca4a
Merge pull request #15111 from gladiac1337/liburing-2.0
liburing: Update to v2.0
2021-03-13 06:12:16 -08:00
Bernd Kuhls
c60573ff7a freetype: meson.build: Fix .pc file generation
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>
2021-03-13 13:29:15 +01:00
Christian Lachner
7e6e82c72b liburing: Update to v2.0
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2021-03-13 10:28:13 +01:00
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