* [Buildroot] [PATCH] package/luvi: bump 2.14
@ 2023-08-01 22:37 Romain Naour
2023-08-06 15:39 ` Thomas Petazzoni via buildroot
2023-08-06 15:40 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2023-08-01 22:37 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour
lua-openssl (0.7.8-0) bundled in luvi 2.13 fail to build with openssl-3.x
test-output/TestLuvi/build/luvi-2.13.0/deps/lua-openssl/src/lbn.c:28:27: error: expected ')' before 'SHLIB_VERSION_NUMBER'
28 | "based on OpenSSL " SHLIB_VERSION_NUMBER
| ^~~~~~~~~~~~~~~~~~~~
Luvi 2.14 include an lua-openssl update to 0.8.2-0 fixing TestLuvi.
See:
https://github.com/luvit/luvi/releases/tag/v2.14.0
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561386
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/luvi/luvi.hash | 2 +-
package/luvi/luvi.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/luvi/luvi.hash b/package/luvi/luvi.hash
index 9621ef4d03..3518a2dc85 100644
--- a/package/luvi/luvi.hash
+++ b/package/luvi/luvi.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 da25c74a30a3fe2fc75e9797a6fa0717ebb05ceb7e6ccb61301f80c7dd436b73 luvi-src-v2.13.0.tar.gz
+sha256 4be4468d01657100967a9c696f503aa3c30de6f23af39050c1aae909fbf0aaf2 luvi-src-v2.14.0.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt
diff --git a/package/luvi/luvi.mk b/package/luvi/luvi.mk
index 5266281ffc..4a8072dee5 100644
--- a/package/luvi/luvi.mk
+++ b/package/luvi/luvi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LUVI_VERSION = 2.13.0
+LUVI_VERSION = 2.14.0
LUVI_SOURCE = luvi-src-v$(LUVI_VERSION).tar.gz
LUVI_SITE = https://github.com/luvit/luvi/releases/download/v$(LUVI_VERSION)
LUVI_LICENSE = Apache-2.0
--
2.41.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] [PATCH] package/luvi: bump 2.14
2023-08-01 22:37 [Buildroot] [PATCH] package/luvi: bump 2.14 Romain Naour
@ 2023-08-06 15:39 ` Thomas Petazzoni via buildroot
2023-08-06 15:40 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-06 15:39 UTC (permalink / raw)
To: Romain Naour; +Cc: buildroot
On Wed, 2 Aug 2023 00:37:41 +0200
Romain Naour <romain.naour@gmail.com> wrote:
> lua-openssl (0.7.8-0) bundled in luvi 2.13 fail to build with openssl-3.x
>
> test-output/TestLuvi/build/luvi-2.13.0/deps/lua-openssl/src/lbn.c:28:27: error: expected ')' before 'SHLIB_VERSION_NUMBER'
> 28 | "based on OpenSSL " SHLIB_VERSION_NUMBER
> | ^~~~~~~~~~~~~~~~~~~~
>
> Luvi 2.14 include an lua-openssl update to 0.8.2-0 fixing TestLuvi.
>
> See:
> https://github.com/luvit/luvi/releases/tag/v2.14.0
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561386
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> package/luvi/luvi.hash | 2 +-
> package/luvi/luvi.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/luvi: bump 2.14
2023-08-01 22:37 [Buildroot] [PATCH] package/luvi: bump 2.14 Romain Naour
2023-08-06 15:39 ` Thomas Petazzoni via buildroot
@ 2023-08-06 15:40 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-06 15:40 UTC (permalink / raw)
To: Romain Naour; +Cc: buildroot
On Wed, 2 Aug 2023 00:37:41 +0200
Romain Naour <romain.naour@gmail.com> wrote:
> lua-openssl (0.7.8-0) bundled in luvi 2.13 fail to build with openssl-3.x
>
> test-output/TestLuvi/build/luvi-2.13.0/deps/lua-openssl/src/lbn.c:28:27: error: expected ')' before 'SHLIB_VERSION_NUMBER'
> 28 | "based on OpenSSL " SHLIB_VERSION_NUMBER
> | ^~~~~~~~~~~~~~~~~~~~
>
> Luvi 2.14 include an lua-openssl update to 0.8.2-0 fixing TestLuvi.
>
> See:
> https://github.com/luvit/luvi/releases/tag/v2.14.0
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561386
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> package/luvi/luvi.hash | 2 +-
> package/luvi/luvi.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
I realized only afterwards that it fixes a build issue, so I've applied
to master as well. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2023-08-06 15:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 22:37 [Buildroot] [PATCH] package/luvi: bump 2.14 Romain Naour
2023-08-06 15:39 ` Thomas Petazzoni via buildroot
2023-08-06 15:40 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox