summaryrefslogtreecommitdiff
path: root/comms/ser2net/files/patch-devcfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comms/ser2net: update to 4.6.4 and take maintainershipRodrigo Osorio2025-02-191-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://sourceforge.net/p/ser2net/news Major changes since 3.5.1 (2017) * massive rewrite of ser2net * Configuration has been converted over to use YAML * supports encrypted and authenticated connections using gensio gtlssh * ability to "connect back" to a remote address data comes in on a device * new gensio dependency to manage data streams, SSL, TELNET and so * add mDNS support * DSR/RTS line controls on the serialdev gensio * 2-factor authentication support to gtlssh * use PAM passwords to authenticate ser2net connections * ed25519 end elliptical key support for gtlssh and certauth * ratelimit - limit the data throughput on the write side of the gensio stack * AFSK modem gensio has been added to implements the 1200 baud modem used for AX.25 in ham radio This version breaks the existing ser2net configuration who has to be converted over using YAML. Please see the examples on ser2net.yaml sample configuration and read the ser2net.yaml manpage on how to configure the new version. Additional links and resources have been provided on the pkg-message.
* - Update `comms/ser2net' to version 3.5Alexey Dokuchaev2018-02-041-15/+6
| | | | | | | | | | - Drop unneeded `autoreconf' from USES list - Unroll .for loop when installing documentation PR: 225507 Notes: svn path=/head/; revision=460876
* - Update to 2.10.0Wen Heping2015-01-031-0/+20
PR: 196378 Submitted by: koue@chaosophia.net Notes: svn path=/head/; revision=376117