package/gensio: bump version to 2.2.3
authorHeiko Thiery <heiko.thiery@gmail.com>
Sun, 31 Jan 2021 15:42:10 +0000 (16:42 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 31 Jan 2021 20:23:34 +0000 (21:23 +0100)
Drop upstream patch that is in new version.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gensio/0001-sctp-Fix-a-compile-problem-when-disabled.patch [deleted file]
package/gensio/gensio.hash
package/gensio/gensio.mk

diff --git a/package/gensio/0001-sctp-Fix-a-compile-problem-when-disabled.patch b/package/gensio/0001-sctp-Fix-a-compile-problem-when-disabled.patch
deleted file mode 100644 (file)
index 086093a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From 28e869876525479b98d0c473b47b176b98fc27be Mon Sep 17 00:00:00 2001
-From: Corey Minyard <cminyard@mvista.com>
-Date: Sat, 31 Oct 2020 13:32:23 -0500
-Subject: [PATCH] sctp: Fix a compile problem when disabled
-
-Changing the disabled code was missed :(.
-
-Signed-off-by: Corey Minyard <cminyard@mvista.com>
-Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
-[james.hilliard1@gmail.com: backport from upstream commit
-28e869876525479b98d0c473b47b176b98fc27be]
----
- lib/gensio_sctp.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/gensio_sctp.c b/lib/gensio_sctp.c
-index bd9437f..4278ff8 100644
---- a/lib/gensio_sctp.c
-+++ b/lib/gensio_sctp.c
-@@ -1092,7 +1092,7 @@ str_to_sctp_gensio_accepter(const char *str, const char * const args[],
- #else
- int
--sctp_gensio_alloc(struct gensio_addr *iai, const char * const args[],
-+sctp_gensio_alloc(const struct gensio_addr *iai, const char * const args[],
-                 struct gensio_os_funcs *o,
-                 gensio_event cb, void *user_data,
-                 struct gensio **new_gensio)
--- 
-2.25.1
-
index 7389cd1c9c3b1868266f550e603de7e1bce4ac90..77963abe4056e36477cfb440f3ca63a77f13cb0f 100644 (file)
@@ -1,7 +1,7 @@
 # From https://sourceforge.net/projects/ser2net/files/ser2net/
-md5  580c969c150effa9e53be70544b7ae9e  gensio-2.2.0.tar.gz
-sha1  23f9211b9b91325ac6ba64d038c978d483fb93cb  gensio-2.2.0.tar.gz
+md5  3feb9b586f41cdda4025eeac11000127  gensio-2.2.3.tar.gz
+sha1  85eb2f063e906868672e08c8f7e282272904631c  gensio-2.2.3.tar.gz
 # Locally computed:
-sha256  006ce4e1fa0786b1abfa18f675cd92f98558f612e6fde6fac8bd5a1e61b5e1c9  gensio-2.2.0.tar.gz
+sha256  ffc849be3349ba15cd6f92d109a54c7608c15d33d210a262c02ddcf00ea76262  gensio-2.2.3.tar.gz
 sha256  501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1  COPYING
 sha256  dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89  COPYING.LIB
index 74aa827324cd8c376fc95a2355b2d22caf609ff6..e68e75e2ad338d3459c1e0892013e8b431a4b7c1 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GENSIO_VERSION = 2.2.0
+GENSIO_VERSION = 2.2.3
 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