Commit graph

25 commits

Author SHA1 Message Date
Morgan Christiansson
e718abc23f ser2net: update to 4.5.0 (closes #21409)
This major update not only updates the ser2net daemon version,
but also migrates the UCI configuration handling to the newer
YAML configuration file format.

If you only configured ser2net using UCI, then there should
be no noticable difference and your configuration should
still work as before.

If you modified /etc/ser2net.conf before, or used custom adaptions
etc., then you must migrate to newer /etc/ser2net.yaml on your
own and/or double-check your installation - there is no automatic
migration logic during package upgrade path.

Signed-off-by: Morgan Christiansson <git@mog.se>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-11-05 10:41:23 +01:00
Michael Heimpold
02faa202e5 ser2net: schedule start later during boot (fixes #18872)
Usually, no other local service depends on the start of ser2net, so
let's start it later in the boot process.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-07-09 21:46:41 +02:00
Michael Heimpold
c10b700bcc ser2net: update to 4.3.6
We need to add an upstream patch as well, which fixes disabling
the newly introduced PAM support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-06-11 12:17:51 +02:00
Nita Vesa
7da45225f4 ser2net: Update to version 4.3.5
The updated version requires libgensio, libyaml and libpthread,
so those have been added accordingly to dependencies.

Also added arguments for the configure-script to always attempt
to build ser2net with the same settings, instead of leaving it
to guess, for consistency.

Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-30 19:41:18 -07:00
Huangbin Zhan
0ec746ccb6 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-09 06:06:43 +08:00
Michele Primavera
8299fac7ab ser2net: fix rpcd reload
ser2net did not get restarted after saving in uci or luci

Signed-off-by: Michele Primavera <primavera@elmod.it>
2020-01-27 08:16:29 +01:00
Sven Eckelmann
bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Rosen Penev
4942dd1285
set2net: Remove false depends
These depends actually have the effect of disabling ser2net when uClibc-ng
is selected. Remove them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:06:21 -07:00
Michael Heimpold
8cfbcfd757 ser2net: update to 3.5.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-01-08 23:13:08 +01:00
Michael Heimpold
e3e2c08487 ser2net: fix dynamic config generation (refs #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-18 22:30:27 +01:00
Michael Heimpold
1dd54f5673 ser2net: extend dynamic config generation (refs #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-12-30 23:43:11 +01:00
Jasper Scholte
e190a22c6a ser2net: added support for config file.
Signed-off-by: Jasper Scholte <NightNL@outlook.com>
2017-12-21 10:01:42 +01:00
Michael Heimpold
4625398eac ser2net: update to 3.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-23 22:40:32 +01:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Michael Heimpold
cbf83cb171 ser2net: add some upstream patches (fixes #4249)
As reported by @thornley-touchstar, there are some issues in the
showshortport and showport commands on the monitoring channel.
After short dicussion with upstream, the following patches were merged
upstream to fix the issue(s).

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-04-15 14:33:05 +02:00
Michael Heimpold
2a8b0e4a29 ser2net: update to 3.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-02-19 20:42:11 +01:00
Michael Heimpold
21b9ac9706 ser2net: update to 3.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-01-08 21:50:02 +01:00
Michael Heimpold
194ff8a6b3 ser2net: update to 3.2
Beside some bugfixes, this adds multi-connection support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-17 22:16:57 +01:00
Michael Heimpold
56f34f0c03 ser2net: add missing dependency to librt when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-09 20:37:52 +01:00
Michael Heimpold
c90a92f945 ser2net: upgrade to 3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-07 20:26:40 +01:00
Michael Heimpold
f2a5123170 ser2net: add missing dependency to libpthread when using uClibc
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-03 23:49:19 +01:00
Michael Heimpold
ca527abe60 ser2net: change maintainer
Current maintainer seems to be unavailable, so taking
maintainership.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-16 21:33:51 +02:00
Michael Heimpold
0358f8f81a ser2net: update to 3.0
The patches were included upstream, so remove them here.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-24 21:45:54 +02:00
Michael Heimpold
c380283137 ser2net: add patch for LED activity support
This adds a patch for ser2net, so that ser2net can be configured
to flash leds on serial traffic. This could -for example- be used
to have an activity indicator, like netdev trigger.
Internally, the linux kernel's 'transient' led trigger is used.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-04-29 20:37:31 +02:00
Nicolas Thill
e2b6aedea8 ser2net: import from old packages feed
- update to latest version (v2.10.0)
 - add a patch to fix compilation failures due to missing TIOCSRS485 macro
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 23:17:01 +01:00