package/lua-lunix: bump to version 20220331

remove merged patches

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Francois Perrad 2022-09-03 15:58:40 +02:00 committed by Yann E. MORIN
parent fc7ba3ab8f
commit 5a8c013bb0
5 changed files with 7 additions and 59 deletions

View File

@ -1,28 +0,0 @@
From ee41d97a80b978f54941ac6857c00b8a8f28de24 Mon Sep 17 00:00:00 2001
From: Francois Perrad <francois.perrad@gadz.org>
Date: Sun, 6 Jun 2021 17:55:06 +0200
Subject: [PATCH] fix with uClibc
uClibc doesn't have is no sys_siglist.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
lunix-rel-20170920/src/unix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lunix-rel-20170920/src/unix.c b/lunix-rel-20170920/src/unix.c
index 5f3a70a..e561ab2 100644
--- a/lunix-rel-20170920/src/unix.c
+++ b/lunix-rel-20170920/src/unix.c
@@ -438,7 +438,7 @@
#endif
#ifndef HAVE_SYS_SIGLIST
-#define HAVE_SYS_SIGLIST (!MUSL_MAYBE && !__sun && !_AIX)
+#define HAVE_SYS_SIGLIST (!MUSL_MAYBE && !__sun && !_AIX && !__UCLIBC__)
#endif
#ifndef HAVE_UNLINKAT
--
2.30.2

View File

@ -7,13 +7,13 @@ librt is not available with musl
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
lunix-rel-20170920/lunix-20170920-1.rockspec | 10 ----------
lunix-rel-20220331/lunix-20220331-1.rockspec | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/lunix-rel-20170920/lunix-20170920-1.rockspec b/lunix-rel-20170920/lunix-20170920-1.rockspec
diff --git a/lunix-rel-20220331/lunix-20220331-1.rockspec b/lunix-rel-20220331/lunix-20220331-1.rockspec
index 741179d..76cafeb 100644
--- a/lunix-rel-20170920/lunix-20170920-1.rockspec
+++ b/lunix-rel-20170920/lunix-20170920-1.rockspec
--- a/lunix-rel-20220331/lunix-20220331-1.rockspec
+++ b/lunix-rel-20220331/lunix-20220331-1.rockspec
@@ -26,16 +26,6 @@ build = {
};
};

View File

@ -1,24 +0,0 @@
sys/sysctl.h was removed with glibc 2.32
Fetched from: https://github.com/wahern/lunix/pull/20/files
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
lunix-rel-20170920/src/unix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lunix-rel-20170920/src/unix.c b/lunix-rel-20170920/src/unix.c
index 272820a..fa00876 100644
--- a/lunix-rel-20170920/src/unix.c
+++ b/lunix-rel-20170920/src/unix.c
@@ -165,7 +165,7 @@
#endif
#ifndef HAVE_SYS_SYSCTL_H /* missing on musl libc */
-#define HAVE_SYS_SYSCTL_H (defined BSD || GLIBC_PREREQ(0,0) || UCLIBC_PREREQ(0,0,0))
+#define HAVE_SYS_SYSCTL_H (defined BSD || (__GLIBC__ && !GLIBC_PREREQ(2,32)) || UCLIBC_PREREQ(0,0,0))
#endif
#ifndef HAVE_STRUCT_IN_PKTINFO
--
2.30.2

View File

@ -1,3 +1,3 @@
# computed by luarocks/buildroot
sha256 4a4007b394ae884e18e9d0319ea584e8b4a682d7bf8fa5b99c7eea9baf1e5ed6 lunix-20170920-1.src.rock
sha256 9b74be104d59caa45bf3321ebe771f9cc7874209261a93f1cf971ceca44fbe03 lunix-rel-20170920/LICENSE
sha256 eb13e89e1dfcc82aec3915ed4185f3a2a9205ec3e98a991b13cc39d7f389c427 lunix-20220331-1.src.rock
sha256 9b74be104d59caa45bf3321ebe771f9cc7874209261a93f1cf971ceca44fbe03 lunix-rel-20220331/LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
LUA_LUNIX_VERSION_UPSTREAM = 20170920
LUA_LUNIX_VERSION_UPSTREAM = 20220331
LUA_LUNIX_VERSION = $(LUA_LUNIX_VERSION_UPSTREAM)-1
LUA_LUNIX_NAME_UPSTREAM = lunix
LUA_LUNIX_SUBDIR = lunix-rel-$(LUA_LUNIX_VERSION_UPSTREAM)