소스 검색

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>
Francois Perrad 2 년 전
부모
커밋
5a8c013bb0

+ 0 - 28
package/lua-lunix/0001-fix-with-uClibc.patch

@@ -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
-

+ 4 - 4
package/lua-lunix/0002-remove-link-with-librt.patch → package/lua-lunix/0001-remove-link-with-librt.patch

@@ -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 = {
  		};
  	};

+ 0 - 24
package/lua-lunix/0003-fix-sysctl-detection.patch

@@ -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
-

+ 2 - 2
package/lua-lunix/lua-lunix.hash

@@ -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

+ 1 - 1
package/lua-lunix/lua-lunix.mk

@@ -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)