Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 1/1] package/links: bump version to 2.25
@ 2021-10-04 17:49 Petr Vorel
  2021-10-04 17:57 ` Petr Vorel
  2021-10-12 20:35 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2021-10-04 17:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
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
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-12 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 17:49 [Buildroot] [RFC PATCH 1/1] package/links: bump version to 2.25 Petr Vorel
2021-10-04 17:57 ` Petr Vorel
2021-10-12 20:35 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox