Eneas U de Queiroz
149c3014f7
gnutls: don't run aclocal --install
...
Remove the --install parameter when running aclocal. The --install
argument is used to copy third-party files to the first -I directory.
gnutls has -I m4 first, which would copy files to its local build
directory. However, openwrt prepends the staging dir m4 directory,
causing aclocal --install to copy an old definition of
ax_code_coverage.m4 into the staging dir.
If strace is built after gnutls, compilation will fail:
Makefile:9303: *** missing separator. Stop.
The version of ax_code_coverage.m4 that gets installed does not define
@CODE_COVERAGE_RULES@.
Removing the --install parameter in gnutls solves the issue.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 206eaae165
)
2021-12-07 22:58:38 +01:00
Jan Pavlinec
b69cba5a62
gnutls: update to version 3.7.1
...
Fixes
CVE-2021-20231
CVE-2021-20232
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit 323461a1f0
)
2021-03-29 00:14:54 +02:00
Daniel Golle
ec7109ec12
gnutls: package libdane
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:18:29 +00:00
Rosen Penev
9a1ece330f
gnutls: update to 3.7.0
...
Added autoreconf to fix bad linking under Arch Linux.
Added patch to fix compilation with autoreconf.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-22 20:06:23 -08:00
Jan Pavlinec
9e81fcad9e
gnutls: update to version 3.6.15 (security fix)
...
Fixes:
CVE-2020-24659
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-09 15:28:32 +02:00
Nikos Mavrogiannopoulos
2b9f88a4bf
gnutls: updated to 3.6.14
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-06-04 05:52:44 +02:00
Nikos Mavrogiannopoulos
586b283a8f
gnutls: updated to 3.6.13
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-03-31 22:56:08 +02:00
Nikos Mavrogiannopoulos
8512a2ab63
gnutls: updated to 3.6.12
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-02 22:41:20 +01:00
Nikos Mavrogiannopoulos
2dd76ae765
gnutls: fixed pkg-hash to the right one
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-12-02 17:42:23 +01:00
Nikos Mavrogiannopoulos
b36825be75
gnutls: updated to 3.6.11
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-12-02 17:14:48 +01:00
Sven Eckelmann
bbb1ea7345
treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
...
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Nikos Mavrogiannopoulos
15884f28a1
gnutls: updated to 3.6.9
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-08-02 21:27:39 +02:00
Nikos Mavrogiannopoulos
e053ce17c7
gnutls: removed autogen patch
...
It was causing regressions in systems without some particular
development tools (see #8129 )
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-06-01 08:14:37 +02:00
Nikos Mavrogiannopoulos
8e62aeef46
gnutls: removed FIXUP
...
This addresses regression discussed in #8129
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-05-30 07:24:34 +02:00
Nikos Mavrogiannopoulos
998b6d4636
gnutls: updated to 3.6.8
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-05-29 07:33:29 +02:00
Rosen Penev
d8a00bb62b
gnutls: Update to 3.6.7
...
Cleaned up configure arguments (alphabetized and sorted) and added some
new ones to help speed up compilation.
Disabled SSL support by default. SSLv2 and 3 have long been deprecated as
they are both insecure variants that currently hold less than 10% of total
encrypted traffic on the web.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 03:19:19 -07:00
Nikos Mavrogiannopoulos
485db8a770
gnutls: updated to 3.6.5
...
Compile tested for: ar71xx
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-12-10 19:57:19 +01:00
Nikos Mavrogiannopoulos
16ee897b12
gnutls: updated to 3.5.19
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-09-29 10:04:48 +02:00
Rosen Penev
9c43fd81d5
gnutls: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-21 12:47:25 -07:00
Rosen Penev
170de23a80
gnutls: Use HTTPS instead of FTP
...
While recently building asterisk, the make system stalled on gnutls. On my install of Ubuntu 16.04 on WSL, it seems curl can't download from ftp and doesn't even time out properly. Easiest solution is to switch the gnutls Makefile to use HTTPS instead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-12-10 20:03:37 -08:00
Nikos Mavrogiannopoulos
889ef7e32d
gnutls: updated to 3.5.16
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:24:35 +02:00
Nikos Mavrogiannopoulos
3de228f3ad
gnutls: updated to 3.5.13
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-06-18 13:25:26 +02:00
Nikos Mavrogiannopoulos
cc1128befa
gnutls: updated to 3.5.11
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-05-08 05:39:15 +02:00
Nikos Mavrogiannopoulos
278c5c1f1d
gnutls: updated to 3.5.9
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-02-12 11:26:56 +01:00
Daniel Engberg
c7c951eada
libs/gnutls: Don't link libidn unintentionally
...
Fixes compilation reported by by buildbots.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-07 00:23:09 +01:00
Nikos Mavrogiannopoulos
4563af5d95
gnutls: updated to 3.5.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-01-15 21:32:38 +01:00
Nikos Mavrogiannopoulos
449f578975
gnutls: updated to 3.5.6
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-11-04 20:53:59 +01:00
Alberto Bursi
fea72523f2
gnutls-utils/certtool: move to Encryption submenu
...
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-24 00:11:58 +02:00
Nikos Mavrogiannopoulos
868315d959
gnutls: remove C99 constructions rejected by compiler
2016-09-27 23:46:58 +02:00
Ian Pozella
e1b0adf5f2
gnutls: optionally disable tpm support
...
Add option that allows you to explicitly disable use of the tpm
otherwise if a tss stack such as trousers is found by gnutls build
system then it will use it which will cause a build failure when
PKCS11 support is not enabled.
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
2016-09-15 15:29:49 +01:00
Nikos Mavrogiannopoulos
dc5961ffc2
gnutls: updated to 3.5.4
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-09-08 18:25:35 +02:00
Nikos Mavrogiannopoulos
b5a3312100
gnutls: updated to 3.4.14
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-07-06 10:44:36 +02:00
Nikos Mavrogiannopoulos
06ee8721d1
gnutls: updated to 3.4.13
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-12 15:37:48 +02:00
Nikos Mavrogiannopoulos
e99e88efc1
gnutls: updated to 3.4.12
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-05-22 17:47:33 +02:00
Nikos Mavrogiannopoulos
5288b94ece
gnutls: updated to 3.4.11
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:13:40 +02:00
Nikos Mavrogiannopoulos
db993dc673
gnutls: updated to 3.4.10
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-05 11:57:08 +01:00
Nikos Mavrogiannopoulos
f87f3fc249
Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodev
...
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
2016-02-25 17:28:52 +01:00
Nikos Mavrogiannopoulos
52c82f196a
gnutls: updated to 3.4.9
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-02-03 09:56:54 +01:00
Daniel Dickinson
6e288a01bf
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
...
It is not enough to select package kmod-cryptodev to avoid
build failure; there must be a Makefile dependency on
kmod-cryptodev in order for the build system to ensure
kmod-cryptodev (and it's headers) are present during build.
Therefore drop the select and add a conditional dependency.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-01-11 02:37:17 -05:00
Nikos Mavrogiannopoulos
1794ba1039
gnutls: updated to 3.4.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:32:08 +01:00
Nikos Mavrogiannopoulos
f90f6251d5
gnutls: updated to 3.4.7
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:27:38 +01:00
Nikos Mavrogiannopoulos
472cb4e3a8
gnutls: update to 3.4.6
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:33:06 +02:00
Nikos Mavrogiannopoulos
026486fc0a
gnutls: updated to 3.4.5
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:05:27 +02:00
Nikos Mavrogiannopoulos
ffc5360856
gnutls: updated to 3.4.4
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-08-10 19:50:20 +02:00
Nikos Mavrogiannopoulos
6cbf232c7b
gnutls: removed libgnutls-openssl subpackage
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-17 22:18:36 +02:00
Nikos Mavrogiannopoulos
2cfdc7a804
gnutls: updated to 3.4.3
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-12 21:42:11 +02:00
Nikos Mavrogiannopoulos
b3d2d64928
gnutls: updated to 3.4.2
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 20:47:21 +02:00
Nikos Mavrogiannopoulos
5244681f2d
gnutls: corrected regression with camellia cipher
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-30 22:50:55 +02:00
Nikos Mavrogiannopoulos
606d375b6f
gnutls: updated to 3.4.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-04 18:41:07 +02:00
Alexander Ryzhov
acae17897f
gnutls: fix compilation with external toolchain
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 10:00:34 +00:00