* [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
* Re: [Buildroot] [RFC PATCH 1/1] package/links: bump version to 2.25
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
1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2021-10-04 17:57 UTC (permalink / raw)
To: buildroot
Hi,
tested.
Kind regards,
Petr
bootlin-armv5-uclibc [1/6]: OK
bootlin-armv7-glibc [2/6]: OK
bootlin-armv7m-uclibc [3/6]: SKIPPED
bootlin-x86-64-musl [4/6]: OK
br-arm-full-static [5/6]: OK
sourcery-arm [6/6]: OK
6 builds, 1 skipped, 0 build failed, 0 legal-info failed
andes-nds32 [ 1/45]: OK
arm-aarch64 [ 2/45]: OK
bootlin-aarch64-glibc [ 3/45]: OK
bootlin-arcle-hs38-uclibc [ 4/45]: OK
bootlin-armv5-uclibc [ 5/45]: OK
bootlin-armv7-glibc [ 6/45]: OK
bootlin-armv7m-uclibc [ 7/45]: SKIPPED
bootlin-armv7-musl [ 8/45]: OK
bootlin-microblazeel-uclibc [ 9/45]: OK
bootlin-mipsel-uclibc [10/45]: OK
bootlin-mipsel32r6-glibc [11/45]: OK
bootlin-m68k-5208-uclibc [12/45]: SKIPPED
bootlin-m68k-68040-uclibc [13/45]: OK
bootlin-nios2-glibc [14/45]: OK
bootlin-openrisc-uclibc [15/45]: OK
bootlin-powerpc-e500mc-uclibc [16/45]: OK
bootlin-powerpc64le-power8-glibc [17/45]: OK
bootlin-riscv32-glibc [18/45]: OK
bootlin-riscv64-glibc [19/45]: OK
bootlin-riscv64-musl [20/45]: OK
bootlin-sh4-uclibc [21/45]: OK
bootlin-sparc-uclibc [22/45]: OK
bootlin-sparc64-glibc [23/45]: OK
bootlin-xtensa-uclibc [24/45]: OK
bootlin-x86-64-glibc [25/45]: OK
bootlin-x86-64-musl [26/45]: OK
bootlin-x86-64-uclibc [27/45]: OK
br-arm-basic [28/45]: OK
br-arm-full-nothread [29/45]: OK
br-arm-full-static [30/45]: OK
br-i386-pentium-mmx-musl [31/45]: OK
br-i386-pentium4-full [32/45]: OK
br-mips64-n64-full [33/45]: OK
br-mips64r6-el-hf-glibc [34/45]: OK
br-powerpc-603e-basic-cpp [35/45]: OK
br-powerpc64-power7-glibc [36/45]: OK
linaro-aarch64-be [37/45]: OK
linaro-aarch64 [38/45]: OK
linaro-arm [39/45]: OK
sourcery-arm-armv4t [40/45]: OK
sourcery-arm [41/45]: OK
sourcery-arm-thumb2 [42/45]: OK
sourcery-mips [43/45]: OK
sourcery-mips64 [44/45]: OK
sourcery-nios2 [45/45]: OK
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [Buildroot] [RFC PATCH 1/1] package/links: bump version to 2.25
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
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-10-12 20:35 UTC (permalink / raw)
To: Petr Vorel, buildroot
On 04/10/2021 19:49, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel@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
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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