[Buildroot] [RFC PATCH 1/1] package/links: bump version to 2.25

Arnout Vandecappelle arnout at mind.be
Tue Oct 12 20:35:21 UTC 2021



On 04/10/2021 19:49, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
> Petr,
> 
> from Changelog [1] it fixed DST Root CA X3 Expiration [2] => IMHO worth
> to backport to stable releases.
> 
> 	Delete the expired Let's encrypt certificate from the builtin
> 	certificate store
> 
> 
> 	Set the flag X509_V_FLAG_TRUSTED_FIRST, so that Let's encrypt works
> 	with openssl-1.0.2
> 
> [1] http://links.twibright.com/download/ChangeLog
> [2] https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
> 
>   package/links/links.hash | 2 +-
>   package/links/links.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/links/links.hash b/package/links/links.hash
> index 6dbb9d13c0..0f8cd32937 100644
> --- a/package/links/links.hash
> +++ b/package/links/links.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  9b12f5ba2d068306d7ff7385b520cdcafdc0e55c87eec877abb0e78288525430  links-2.24.tar.bz2
> +sha256  2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c  links-2.25.tar.bz2
>   sha256  92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253  COPYING
> diff --git a/package/links/links.mk b/package/links/links.mk
> index 5f075a70da..1f1a7a9189 100644
> --- a/package/links/links.mk
> +++ b/package/links/links.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LINKS_VERSION = 2.24
> +LINKS_VERSION = 2.25
>   LINKS_SOURCE = links-$(LINKS_VERSION).tar.bz2
>   LINKS_SITE = http://links.twibright.com/download
>   LINKS_DEPENDENCIES = host-pkgconf
> 



More information about the buildroot mailing list