0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-14 21:38:23 +00:00

71 Commits

Author SHA1 Message Date
fc1cc08360 gnutls: update to 3.8.9 2025-02-08 12:13:49 +00:00
35e1c3e6ee gnutls: update to 3.8.8 2024-11-06 09:03:55 +00:00
8c580bf4d3 gnutls: drop obsolete guile configure option since 3.8.0 2024-09-17 09:12:14 +00:00
f89710112a gnutls: update to 3.8.7 2024-08-15 10:33:04 +00:00
CvH
d1f8af4c71 Merge pull request #9052 from heitbaum/pkg
Package updates
2024-07-06 19:30:22 +02:00
565be48939 gnutls: update to 3.8.6 2024-07-04 10:45:09 +00:00
624868a953 minor fixes to the toolchain depends 2024-07-03 17:04:33 -04:00
c0801dc820 gnutls: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
7dedd1ec9a gnutls: update to 3.8.5 2024-04-21 12:43:19 +00:00
7898b48cd4 gnutls: update to 3.8.4
log:
- https://github.com/gnutls/gnutls/compare/3.8.3...3.8.4

NEWS
* Version 3.8.4 (released 2024-03-18)

** libgnutls: RSA-OAEP encryption scheme is now supported
   To use it with an unrestricted RSA private key, one would need to
   initialize a gnutls_x509_spki_t object with necessary parameters
   for RSA-OAEP and attach it to the private key. It is also possible
   to import restricted private keys if they are stored in PKCS#8
   format.

** libgnutls: Fix side-channel in the deterministic ECDSA.
   Reported by George Pantelakis (#1516).
   [GNUTLS-SA-2023-12-04, CVSS: medium] [CVE-2024-28834]

** libgnutls: Fixed a bug where certtool crashed when verifying a certificate
   chain with more than 16 certificates. Reported by William Woodruff (#1525)
   and yixiangzhike (#1527).
   [GNUTLS-SA-2024-01-23, CVSS: medium] [CVE-2024-28835]

** libgnutls: Compression libraries are now loaded dynamically as needed
   instead of all being loaded during gnutls library initialization.
   As a result, the library initialization should be faster.

** build: The gnutls library can now be linked with the static library
   of GMP.  Note that in order for this to work libgmp.a needs to be
   compiled with -fPIC and libhogweed in Nettle also has to be linked
   to the static library of GMP.  This can be used to prevent custom
   memory allocators from being overriden by other applications.

** API and ABI modifications:
gnutls_x509_spki_get_rsa_oaep_params: New function.
gnutls_x509_spki_set_rsa_oaep_params: New function.
GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t.
2024-04-21 12:43:19 +00:00
4abb271407 gnutls: update to 3.8.3
ann:
- https://lists.gnupg.org/pipermail/gnutls-help/2024-January/004841.html
2024-01-17 09:43:41 +00:00
c40910c493 gnutls: update to 3.8.2 2023-11-16 12:16:15 +00:00
36b804fa49 gnutls: update to 3.8.1 2023-08-05 09:04:04 +00:00
1f26268794 gnutls: allow for host build used by AMLGX u-boot-tools on tools-only_defconfig 2023-07-01 12:06:38 +00:00
1de4d41e6d gnutls: update to 3.8.0 2023-03-17 13:10:47 +00:00
9d97230cd4 gnutls: update to 3.7.8 2022-09-29 11:16:55 +00:00
a43d3dc77a gnutls: update to 3.7.7 2022-07-29 09:42:42 +00:00
f767fa14ed gnutls: update to 3.7.6 2022-06-01 09:58:57 +00:00
12f4b23523 gnutls: update to 3.7.4
included_libopts is no longer included in gnutls since
26578b7d02
2022-03-29 09:14:22 +00:00
3afad1f43a gnutls: update to 3.7.3
update 3.7.2 (2021-05-29) to 3.7.3 (2022-01-17)

ann:
- https://lists.gnupg.org/pipermail/gnutls-help/2022-January/004736.html
2022-02-05 03:44:19 +00:00
a51f500384 gnutls: remove RPATH 2022-01-23 21:39:17 +00:00
83292945a1 gnutls: update to 3.7.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-12-16 06:10:02 +00:00
74a87fa5cc gnutls: update to 3.7.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-03-11 04:02:13 +00:00
ea622a836a security: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:14 +00:00
aec03042a2 gnutls: update to 3.7.0
Update from 3.6.15 (2020-09-04) to 3.7.0 (2020-12-02)

Release Notes:
https://lists.gnupg.org/pipermail/gnutls-help/2020-December/004670.html
2021-01-07 20:50:55 +00:00
c83d98d0f0 gnutls: update to 3.6.15
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:57 +00:00
ab1e674800 gnutls: update to 3.6.14
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:53:46 +00:00
be8940f8ba gnutls: update to 3.6.13
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-03-31 21:22:50 +00:00
72f0aa7380 gnutls: update to gnutls-3.6.12 2020-02-04 23:14:28 +00:00
0e1d6f12ed gnutls: update to 3.6.10
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-01 18:33:32 +00:00
2468ca2d0a gnutls: add to system image
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-14 23:27:59 +00:00
8d84107dce gnutls: update to 3.6.7.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-14 23:27:59 +00:00
CvH
0568159e5f gnutls: initial package 2019-01-09 11:46:28 +01:00
fea84b1153 remove package 'gnutls'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-27 16:44:36 +02:00
18a850272d gnutls: enable nettle-mini support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-05-30 20:39:02 +02:00
8f045caedf gnutls: update to gnutls-3.2.15
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-05-30 17:07:04 +02:00
6b4bca233f gnutls: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:19 +01:00
d991de333d gnutls: build with local-libopts 2014-01-19 22:43:33 +02:00
ce03024616 gnutls: disable doc 2014-01-19 20:20:06 +02:00
0cf62df810 gnutls: tryfix build
-L/usr/lib o_O
2014-01-18 13:11:36 +02:00
7a7b0f8abd gnutls: disable cxx/lzo 2014-01-12 14:46:12 +02:00
039d0bc886 gnutls: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-25 14:12:35 +01:00
cc8ebbf54e gnutls: update to gnutls-3.2.8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-24 14:19:39 +01:00
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
0068eb0e4d Revert "nettle: build as static library"
This reverts commit 4fbda399db78166ffccaf654aa465a5e3f02bc47.

Conflicts:
	packages/security/gnutls/meta
2013-06-09 15:41:12 +03:00
3515ed2fa1 gnutls: disable not needed openssl compatibility support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-03 19:48:25 +02:00
b9496f5dd7 gnutls: disable cryptodev support, fails to build with gnutls-3.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-03 19:47:49 +02:00
ee2ea948e3 gnutls: update to gnutls-3.2.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-03 19:45:44 +02:00
4fbda399db nettle: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-31 20:14:35 +02:00
076cd6e578 gnutls: update to gnutls-3.1.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-16 04:01:09 +01:00