package/ser2net: bump to version 4.1.1

The 4.x version now needs gensio and libyaml:
https://sourceforge.net/p/ser2net/news/2019/05/ser2net-40-gensio-10-released/

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Peter: extend commit message, add 4.x release notes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020.02.x
James Hilliard 2020-01-20 18:40:14 -07:00 committed by Peter Korsgaard
parent 068160f46a
commit caff6dc481
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,8 @@
config BR2_PACKAGE_SER2NET
bool "ser2net"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_GENSIO
select BR2_PACKAGE_LIBYAML
help
Ser2net provides a way for a user to connect from a network
connection to a serial port.

View File

@ -1,6 +1,6 @@
# From https://sourceforge.net/projects/ser2net/files/ser2net/
md5 e10e7c8c97e5bade5e85ce6e89bdf1f4 ser2net-3.5.tar.gz
sha1 0ad0affd37ef544c23f42a3f46d09e969d0d9116 ser2net-3.5.tar.gz
md5 44a69f573677d9f2bde87b3611db5817 ser2net-4.1.1.tar.gz
sha1 502e11c3bee429de6550db459d83c9a0991cfc5c ser2net-4.1.1.tar.gz
# Locally computed:
sha256 ba9e1d60a89fd7ed075553b4a2074352902203f7fbd9b65b15048c05f0e3f3be ser2net-3.5.tar.gz
sha256 ad6c8fb34d01be177570323899d840a44c8774399d594595393708162fc61e22 ser2net-4.1.1.tar.gz
sha256 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1 COPYING

View File

@ -4,10 +4,11 @@
#
################################################################################
SER2NET_VERSION = 3.5
SER2NET_VERSION = 4.1.1
SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
SER2NET_LICENSE = GPL-2.0+
SER2NET_LICENSE_FILES = COPYING
SER2NET_DEPENDENCIES = gensio libyaml
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
SER2NET_CONF_OPTS += --with-pthreads