Commit graph

4395 commits

Author SHA1 Message Date
Espen Jürgensen
0750d1a555 libunistring: update to 1.0
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2022-01-18 18:04:00 -08:00
Sergey V. Lobanov
3062e575dd neon: fix build on macos
neon detects Darwin on target build and fails due to darwin-specific
build behaviour. OS detection is disable (as non required) via
ne_cv_os_uname=Linux as a part of CONFIGURE_VARS

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-17 21:09:39 -08:00
Sebastian Kemper
3ca2094f62 expat: bump to version 2.4.3
CVE-2021-45960
CVE-2021-46143
CVE-2022-22822
CVE-2022-22823
CVE-2022-22824
CVE-2022-22825
CVE-2022-22826
CVE-2022-22827

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-01-17 20:53:34 -08:00
Hauke Mehrtens
dafb96c148 gpgme: Fix compile with glibc 2.34
This backports a patch from upstream gpgme to fix compilation with glibc 2.34.

It fixes the following build problem:
posix-io.c: In function '_gpgme_io_spawn':
posix-io.c:577:23: error: void value not ignored as it ought to be
  577 |             while ((i = closefrom (fd)) && errno == EINTR)
      |                       ^
make[5]: *** [Makefile:947: posix-io.lo] Error 1

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-01-13 10:46:27 +00:00
Othmar Truniger
a15aa08135 libfmt: bump to new upstream version 8.1.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
2022-01-13 10:03:52 +01:00
Sergey V. Lobanov
d504cb206f serdisplib: fix build on macos
./configure script detects if serdisplib is built on non-linux build
host and disables framebuffer driver. It blocks touchscreen_tool
compilation. This detection is not required on cross-compile build
so it is disabled via ac_cv_build=$(GNU_TARGET_NAME) in Makefile

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-12 18:51:51 +00:00
Michael Heimpold
d8d91931d0 libmodbus: update to 3.1.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-01-11 16:19:11 -08:00
Georgi Valkov
2703cc03c7 rpcsvc-proto: bump to 1.4.3
Fixes: rpcgen build (host-compile) on macOS
https://github.com/openwrt/packages/pull/17430
https://github.com/openwrt/openwrt/pull/4638

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
2022-01-11 14:53:46 -08:00
Rosen Penev
8ffdecc972 boost: fix libboost_context for mips64
There was an upstream patch that changes mips1 to mips.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-08 19:05:17 -08:00
Sergey V. Lobanov
9a9f26796b libuhttpd: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-06 23:18:23 +01:00
Jeffery To
9671185acb
Merge pull request #17440 from commodo/openblas-numpy
openblas,numpy: bump versions
2022-01-03 22:35:16 +08:00
Rafał Miłecki
c8d4c89daa dtc: drop package
It has been imported as core package into OpenWrt repository. Its fdtget
is required by sysupgrade on U-Boot devices so it couldn't live in an
extra feed.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2022-01-03 13:49:19 +01:00
Rui Salvaterra
978e226596 getdns: add optional support for libevent2
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-01-03 02:18:57 -08:00
Rui Salvaterra
a1d0de6799 getdns: clean up the configuration menu
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-01-03 02:18:57 -08:00
Josef Schlehofer
9ea77a9781
libtorrent-rasterbar: add patch to fix compile with boost 1.78.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-12-31 00:34:16 +01:00
Carlos Miguel Ferreira
e9731ff6b4 boost: Bump to version 1.78.0
This commit updates boost to version 1.78.0
More info about Boost 1.78.0 can be found at the usual place [1].

No new libraries have been added.

[1]: https://www.boost.org/users/history/version_1_78_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2021-12-29 13:37:11 -08:00
Alexandru Ardelean
8a22ad5ebf libs: openblas: bump to version v0.3.19
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-12-27 12:16:12 +02:00
Florian Eckert
01473316a5
Merge pull request #17389 from clayface/openldap
openldap: hide configurables when libopenldap is not enabled
2021-12-23 12:40:42 +01:00
Matthew Hagan
6c0f24d146 openldap: hide configurables when libopenldap is not enabled
When openldap is not enabled, the following configurables remain present
in the config:

CONFIG_OPENLDAP_DEBUG=y
\# CONFIG_OPENLDAP_CRYPT is not set
\# CONFIG_OPENLDAP_MONITOR is not set
\# CONFIG_OPENLDAP_DB47 is not set
\# CONFIG_OPENLDAP_ICU is not set

This patch adds a libopenldap dependency for these options, removing the
above from .config when libopenldap is not used. Further, move these
configurables to Config.in.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-22 09:41:45 +00:00
Rosen Penev
54c13e9b90 minizip: update to 3.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-21 17:37:18 -08:00
Marius Dinu
b2309dc25e sqlite: update to v3.37 (2021-11-27)
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2021-12-21 21:37:57 +01:00
Rosen Penev
c24e28bd5e neon: update to 0.32.1
Add patch to get rid of xmlto dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 18:05:57 -08:00
Rosen Penev
2ad8695d33 alsa-ucm-conf: update to 1.2.6.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:28:31 +02:00
Rosen Penev
96af5b07c2 alsa-lib: update to 1.2.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:28:31 +02:00
Rosen Penev
dcc5d134c7 freetype: update to 2.11.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:27:05 +02:00
Alexandru Ardelean
6336c56ef5
Merge pull request #17376 from neheb/20
jsoncpp: update to 1.9.5
2021-12-20 11:26:19 +02:00
Rosen Penev
637ecf8c6a libtorrent-rasterbar: update to 2.0.5
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 21:13:33 -08:00
Rosen Penev
02d6c8346c jose: remove libjose
It can be built statically as nothing else uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:08:20 -08:00
Rosen Penev
185a50af97 libexif: update to 0.6.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 21:53:58 -08:00
Rosen Penev
f68e551468 libjpeg-turbo: update to 2.1.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 20:26:01 -08:00
Rosen Penev
28c1c0d24c libnetfilter-log: update to 1.0.2
Remove all patches as they have been upstreamed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 11:33:40 +08:00
Rosen Penev
8e8bbd3dc0 libmpdclient: update to 2.20
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 18:13:46 -08:00
Rosen Penev
dc225b3b05 libupnp: update to 1.14.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 17:58:58 -08:00
Rosen Penev
e1cc27641c jsoncpp: update to 1.9.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 15:52:23 -08:00
W. Michael Petullo
435295f5d8 libdaq3: update to 3.0.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-16 15:30:41 -08:00
W. Michael Petullo
9b267db812 hwloc: update to 2.6.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-16 15:30:41 -08:00
Rosen Penev
5ea4056cd6 file: update to 6.41
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 15:27:05 -08:00
Florian Eckert
c52380cc86
Merge pull request #17337 from TDT-AG/pr/20211214-libqmi
libqmi: fix missing CONFIG_ prefix
2021-12-15 12:14:33 +01:00
Florian Eckert
43a0f68940 libqmi: fix missing CONFIG_ prefix
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-15 11:56:08 +01:00
W. Michael Petullo
d6000af907 libgpg-error: update to 1.43
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-14 19:01:54 +01:00
W. Michael Petullo
6d921a898e openldap: udpate to 2.6.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-13 19:56:44 -08:00
W. Michael Petullo
18484fbd83 vips: update to 8.12.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-13 22:44:43 +01:00
W. Michael Petullo
9fb00310ab libsoup: update to 2.74.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-12 14:44:58 -08:00
Eric Luehrsen
7594e8581a ldns: update to 1.8.1
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2021-12-11 10:19:14 +01:00
Donald Hoskins
c3e3e93b28 nss: update to 3.73
Update to 3.73 to alievate critical vulnerability CVE-2021-43527:
Memory corruption via DER-encoded DSA and RSA-PSS signatures

https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/

Signed-off-by: Donald Hoskins <grommish@gmail.com>
2021-12-09 03:48:40 -05:00
Oskari Rauta
5b5873de74 libslirp: new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-01 14:22:30 -08:00
Michal Hrusecky
d8ecded02d mariadb-common: Drop package and adjust configuration
The raison d'être of package mariadb-common was to provide common my.cnf
config file that was being used to include subdirectories and then to
push utf-8 as default everywhere. Let's make this file part of the
server package as there we actually set other options as well and drop
it from all clients. Instead let's set utf-8 as default in server,
client and client libraries. While at it also set socket to the more
common path and drop mysqld_safe script from the list of configuration
files and do other minor tweaks.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Eneas U de Queiroz
9335b406bd
Merge pull request #17064 from cotequeiroz/mariadb
mariadb, liburing: fix liburing dependency failure (use liburing if kernel supports it)
2021-11-25 20:52:26 -03:00
Daniel Golle
3b13df4adc
libxml2: build host static lib with -fPIC
libxslt/host is complaing that static libxml2 should be with -fPIC.
Unconditionally enable -fPIC for for host build of libxml2.

Fixes: dc701d61b ("libxml2: don't build host shared libraries")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-24 11:10:51 +00:00
Daniel Golle
ca21bbf2ed
expat: add host build
mesa in the video feed requires expat/host. Provide host build to
allow mesa to build.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-24 01:34:23 +00:00