package/gensio: bump to version 2.5.5
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
2e4c0e722f
commit
8f67d23af1
@ -1,29 +0,0 @@
|
||||
From 64f8f754447572a6b7bed4038a9a29a12b448479 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Luebbe <jlu@pengutronix.de>
|
||||
Date: Thu, 25 Aug 2022 12:19:16 +0200
|
||||
Subject: [PATCH] tools:gensiot: Fix build with musl
|
||||
|
||||
According to POSIX getpid() is available in unistd.h, not sys/unistd.h.
|
||||
|
||||
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
|
||||
|
||||
[Retrieved from:
|
||||
https://github.com/cminyard/gensio/commit/64f8f754447572a6b7bed4038a9a29a12b448479]
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
---
|
||||
tools/gensiotool.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tools/gensiotool.c b/tools/gensiotool.c
|
||||
index cac531bb..ab0bb958 100644
|
||||
--- a/tools/gensiotool.c
|
||||
+++ b/tools/gensiotool.c
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
-#include <sys/unistd.h>
|
||||
+#include <unistd.h>
|
||||
#include <syslog.h>
|
||||
#endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
# From https://sourceforge.net/projects/ser2net/files/ser2net/
|
||||
md5 60f90f62180922e2c7550877c4bb950c gensio-2.5.2.tar.gz
|
||||
sha1 b6c2ec39b51a56f5d28e88a59122f4c65ff844fa gensio-2.5.2.tar.gz
|
||||
md5 c8d65e1809ed5cd1138fa309e3ab0e94 gensio-2.5.5.tar.gz
|
||||
sha1 076fc8324dedb658972a88c738131a409968e2ba gensio-2.5.5.tar.gz
|
||||
# Locally computed:
|
||||
sha256 f7bc3d2ba9da73489dd3227a21ddd2f44a18c443185ce2b1a08ec564da06e6d1 gensio-2.5.2.tar.gz
|
||||
sha256 63c5fff536efd080fb7bc7fa084331c19fc64abd42b7f2bec86bd77b4fd10840 gensio-2.5.5.tar.gz
|
||||
sha256 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1 COPYING
|
||||
sha256 dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89 COPYING.LIB
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GENSIO_VERSION = 2.5.2
|
||||
GENSIO_VERSION = 2.5.5
|
||||
GENSIO_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
|
||||
GENSIO_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
|
||||
GENSIO_LICENSE_FILES = COPYING.LIB COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user