* Update iss file version
* Fix the -C option definition
* Fix the -C description in the help code
* Fix problem with rfc2217 flush handling
* Add support for the updated gensio modemstate/linestate
* handling
convert gensio_raddr_to_str(), gensio_get_raddr(), and
- Initial version for factory, 2.8.rc3
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=41
- Update to version 4.5.0
Changes since 4.3.11:
* Has some license template updates and spelling fixes.
* Adds the ability for admin connections to be advertised
through MDNS.
* A systemd unit file example is added.
* The setgroup() function for ptys and stdio was not being
called if running the child under a new user and the new user
had no groups.
* A random time was added to the certauth challenge response.
* A timer was added to ssl and certauth.
* Adds the ability for gensios to report errors as they parse the
gensio string.
OBS-URL: https://build.opensuse.org/request/show/1107951
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=37
- Update to version 4.2.0
telnet:
* There was an issue with telnet handling where it could get
into a loop talking to the remote end.
* Fix an issue where an error in a certain place could cause
closing to hang.
selector:
Allow an arbitrary number of file descriptors with epoll. With
epoll, you can set the max number of fds > FD_SETSIZE. Allow
that.
IPv6:
* There was a bug in the Linux SCTP stack dealing with IPv6
handling that I thought was a bug in ser2net. So I looked, and
I found some issues with IPv6 in general and the way it handles
IPv4 address mapping. In the new code:
Modify the operation of an address without "ipv6," explicitly
in front of it to all V4 mapped addresses. And fix the connect
side to set V6 only on the socket if "ipv6,"is in front of it.
This means you cannot mix "ipv6," and "ipv6n4," addresses on
the same connection, and the default is now "ipv6n4"
This broke handling of things like "tcp,1234", so rework those
to only use IPv6 when it is mapped. That, in turn, broke UDP.
Or, more accurately, expose a UDP bug, so some work had to be
done to handle IPv4 mapped addresses in IPv6 by reworking
address comparison to handle that.
general:
convert gensio_raddr_to_str(), gensio_get_raddr(), and
gensio_remote_id() to use gensio_control(). Having separate
functions for those added to the API and added a lot of code
to all the intermediate layer. The function are there but
OBS-URL: https://build.opensuse.org/request/show/819531
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=20
- Update to version 4.1.8
* ser2net will now retry accepters and connect back connectors
if they fail to come up or get an error.
- Update to version 4.1.7
* Fix trace files so the actually work.
* Add a sendon option to cause data to be forwarded immediately
if the given sequence is seen.
* Convert the tests to use yaml configuration.
* Allow stdin to be read as a yaml config file.
* Allow yaml config to be passed in on the command line directly.
* Fix some issues with connect back handling.
* A host of other smaller things.
OBS-URL: https://build.opensuse.org/request/show/806035
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=18