1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

4134 Commits

Author SHA1 Message Date
Rosen Penev
7f03141b72
Merge pull request #15772 from DeathCamel58/libnet-1.2.x-libnet-config-master
[master] libnet: Export libnet-config in development environments
2021-06-04 15:38:51 -07:00
Jianhui Zhao
756d9e906b libuhttpd: Update to 3.12.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-06-04 20:52:56 +03:00
Dylan Corrales
e9a6f49ca3 libnet: Export libnet-config in development environments
Signed-off-by: Dylan Corrales <deathcamel58@gmail.com>
2021-06-04 09:38:49 -04:00
Rosen Penev
62c35172a4
Merge pull request #15771 from ClaymorePT/boost_1.76.0_r1
boost: Fixes Boost.regex header-only (v5) include
2021-06-03 16:59:29 -07:00
Carlos Miguel Ferreira
34a91f7be3
boost: Fixes Boost.regex header-only (v5) include
In v1.76.0 Boost.Regex became a header-only library.
With this update, there are now two different versions:
- v4 for C++03 (deprecated)
- v5 header-only

This commit fixes an issue which was preventing Boost.Regex
from being built for old ArmV5 targets

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2021-06-03 23:45:30 +01:00
Rosen Penev
730c582d29 libjpeg-turbo: fix compilation without NEON
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-03 13:21:52 -07:00
Rosen Penev
593e4e2acf taglib: add missing zlib dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 21:11:17 -07:00
Rosen Penev
c25c4e3770 taglib: fix typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 21:07:46 -07:00
Rosen Penev
b1d81f5dde taglib: built shared library instead
Two packages here use taglib.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 21:04:43 -07:00
James Taylor
bdfc242e29 pdns: Change maintainer on pdns packages
Remove myself as maintainer from PowerDNS Related packages and add
Peter van Dijk from PowerDNS as the new maintainer

Signed-off-by: James Taylor <james@jtaylor.id.au>
2021-06-02 22:19:42 +10:00
Rosen Penev
97c47cd88a
Merge pull request #15744 from neheb/jose
jose: update to 11
2021-06-02 04:27:59 -07:00
Rosen Penev
319ae27857
Merge pull request #15734 from neheb/gtl
gnutls: update to 3.7.2
2021-06-02 04:27:25 -07:00
Rosen Penev
63ac7ada00 jose: update to 11
Reorganized Makefile slightly for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 02:02:27 -07:00
Rosen Penev
9477468efe
Merge pull request #15749 from neheb/npup
libnpupnp: update to 4.1.4
2021-06-02 01:49:24 -07:00
Rosen Penev
59a39d4c6f gnutls: update to 3.7.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:18:24 -07:00
Rosen Penev
417d86975f
Merge pull request #15737 from neheb/jpgt
libjpeg-turbo: update to 2.1.0
2021-06-01 23:15:36 -07:00
Rosen Penev
466a17b699
Merge pull request #15735 from neheb/expa
expat: update to 2.4.1
2021-06-01 23:15:32 -07:00
Rosen Penev
93091ea175
Merge pull request #15731 from neheb/libupnp2
libupnp: update to 1.14.7
2021-06-01 23:15:16 -07:00
Rosen Penev
93deac88f2 libnpupnp: update to 4.1.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:11:58 -07:00
Rosen Penev
4ea4bc8077 libjpeg-turbo: update to 2.1.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:01:37 -07:00
Rosen Penev
b50040f4e4 expat: update to 2.4.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:00:12 -07:00
Rosen Penev
57f837d2a6 taglib: update to 1.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 22:57:38 -07:00
Rosen Penev
d41d71e630 libupnp: update to 1.14.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 22:56:31 -07:00
Rosen Penev
e3d4d253b4 spice: update to 0.15.0
Remove celt051 option as upstream removed it.

Remove upstreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-31 15:26:36 +08:00
Rosen Penev
7aefc1daee
Merge pull request #15639 from commodo/seafile-remove-me
seafile: remove myself as maintainer of these packages
2021-05-29 09:44:34 -07:00
David Bauer
69cf7836df xr_usb_serial_common: fix kernel 5.10 builds
Building the xr_usb_serial module fails for Kenel 5.10 with CONFIG_PM
enabled:

xr_usb_serial_common.c:1574:15: error: 'ASYNCB_INITIALIZED' undeclared
(first use in this function); did you mean 'RCU_INITIALIZER'?

Use tty_port_initialized in order to determine the status of the TTY
port. This is compatible with Kernel 5.10 and at least Kernel 5.4.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-05-25 22:41:04 +02:00
Alexander Egorenkov
52af17df39 libassuan: remove gpgrt-config workaround
After the recent libgpg-error update, the workaround for gpgrt-config
is no more necessary.

Reverts 63481e619 ("libassuan: fix linking of host's libgpg-error").

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-05-22 00:15:34 +01:00
Michael Heimpold
791892d482
Merge pull request #15678 from mhei/libxml-update
libxml2: update to 2.9.12
2021-05-21 23:07:44 +02:00
Lucian Cristian
0f5eadf362 nss: update to 3.65
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-05-21 15:41:17 +03:00
Lucian Cristian
d8fb7f4287 nspr: update to 4.30
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-05-21 15:41:04 +03:00
Michael Heimpold
6b932d3ff7 libxml2: update to 2.9.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-05-19 00:12:32 +02:00
Alexandru Ardelean
1e27dd7f8f seafile: remove myself as maintainer of these packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-17 10:40:56 +03:00
Igor Bezzubchenko
59f8342dae libpqxx: update to version 7.5.2
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-05-14 16:07:43 +02:00
W. Michael Petullo
71b7f74ff1 libgpg-error: patch to fix cross-compile
Paul Blazejowski discovered that the recent update to this package broke
cross-compiling for some OpenWrt platforms. This backports commit 33593864
(March 26, 2021) from the upstream libgpg-error project to fix this
problem.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-12 22:27:32 -05:00
Rosen Penev
9c7195a756
Merge pull request #15593 from flyn-org/snort3
Update snort3 and libdaq3 packages
2021-05-11 11:25:13 -07:00
Alexander Egorenkov
63481e619c libassuan: fix linking of host's libgpg-error
gpgrt-config is trying to use the host's /usr/lib path when looking for
libgpg-error. Therefore, disable it and gpg-error-config will be used
as a fallback.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-05-11 17:02:15 +01:00
Josef Schlehofer
62c48b89de
Merge pull request #15602 from ja-pa/redis-6.2.3
redis: update to version 6.2.3
2021-05-11 15:05:53 +02:00
Josef Schlehofer
b300fb7bfb
Merge pull request #15604 from ja-pa/lmdb-0.9.29
lmbd: update to version 0.9.29
2021-05-11 15:05:39 +02:00
Jan Pavlinec
54d8ac1441
lmbd: update to version 0.9.29
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-11 12:44:13 +02:00
Jan Pavlinec
5f47bec5e8
redis: update to version 6.2.3
Fixes CVE-2021-29477

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-11 12:35:25 +02:00
W. Michael Petullo
a1c06aafb3 libdaq3: update to 3.0.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 21:44:23 -05:00
Rosen Penev
28087c7045
Merge pull request #15595 from flyn-org/libgcrypt
Update libgpg-error and libgcrypt
2021-05-10 14:26:17 -07:00
Rosen Penev
385e3633ae
Merge pull request #15596 from flyn-org/openldap
openldap: update to 2.4.58
2021-05-10 14:25:51 -07:00
W. Michael Petullo
2aa097b441 libgcrypt: update to 1.9.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 13:19:47 -05:00
W. Michael Petullo
c664e1f207 libgpg-error: update to 1.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 13:19:34 -05:00
W. Michael Petullo
f200ccd6fc openldap: update to 2.4.58
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 12:56:18 -05:00
W. Michael Petullo
c7f1a6290a libgee: update to 0.20.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 11:52:32 -05:00
Jan Pavlinec
0352d6d942 libmaxminddb: update to version 1.6.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-03 18:19:39 +03:00
Eneas U de Queiroz
2151d948a5
Merge pull request #15532 from dangowrt/bunch-of-updates
a bunch of package updates
2021-05-03 11:30:53 -03:00
Hirokazu MORIKAWA
1eb29ddc95 icu: add ABI_VERSION
To prevent inconsistencies in the coming version (69.1).

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-04-30 02:00:26 -07:00