Cristian Rodríguez
7cec196ef6
Accepting request 948268 from home:mnhauke
...
- ser2net 4.3.5:
* Yet another quick release. gcc-11 and the new sctp library
threw some curve balls, so those needed to be handled.
No functional changes, just compile and bug fixes related to
the new compiler and library.
OBS-URL: https://build.opensuse.org/request/show/948268
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=34
2022-01-26 21:38:31 +00:00
Martin Hauke
4a87bd52c0
Accepting request 939585 from home:AndreasStieger:branches:network:utilities
...
ser2net 4.3.4
OBS-URL: https://build.opensuse.org/request/show/939585
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=33
2021-12-11 14:20:38 +00:00
Martin Hauke
7e926feaa5
Accepting request 932202 from home:jsegitz:branches:systemdhardening:network:utilities
...
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
OBS-URL: https://build.opensuse.org/request/show/932202
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=32
2021-11-18 19:37:13 +00:00
Martin Hauke
7a876ecc66
Accepting request 870014 from home:mnhauke
...
- Update to version 4.3.3
* Some minor bug fixes, including a long standing issue with UDP
that I finally tracked down. Nothing major, but upgrading is
recommended.
- Update to version 4.3.1
* Lots of little cleanups and bug fixes.
OBS-URL: https://build.opensuse.org/request/show/870014
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=30
2021-02-07 22:54:58 +00:00
668ded05dc
Accepting request 844924 from home:mnhauke
...
- Update to version 4.3.0
* Add mDNS support in ser2net for advertising.
* Some minor bug fixes.
OBS-URL: https://build.opensuse.org/request/show/844924
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=28
2020-11-03 08:14:18 +00:00
Martin Hauke
bdbb282892
Accepting request 839898 from home:mnhauke
...
- Update to version 4.2.3
* bugfix release only
* No user visible changes
OBS-URL: https://build.opensuse.org/request/show/839898
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=26
2020-10-10 13:11:40 +00:00
Martin Hauke
41be7dea42
Accepting request 829047 from home:mnhauke
...
- Update to version 4.2.2
* Add user lists, so you can specify which users are allowed to
use which connections.
* Split up dataxfer.c into smaller files, since it was far too
large.
* Converted to SPDX license identifiers in the files.
* tcpd on the controller interface had the wrong name, make it
the same as the 3.5 release.
- Update to version 4.2.1
OBS-URL: https://build.opensuse.org/request/show/829047
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=24
2020-08-28 18:34:40 +00:00
Martin Hauke
f87f01802a
Accepting request 825169 from home:mnhauke
...
- Update to version 4.2.0
controller:
* Added a yaml mode for the controller interface. This should
make having a program talk to the controller much easier.
* In yaml mode for the controller interface, add asychronous
notifications to know if anything connects or disconnects.
OBS-URL: https://build.opensuse.org/request/show/825169
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=22
2020-08-13 15:57:25 +00:00
Lars Vogdt
b1676b78ab
Accepting request 819531 from home:mnhauke
...
- 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
2020-07-26 09:28:59 +00:00
Martin Hauke
8aead35d7c
Accepting request 806035 from home:mnhauke
...
- 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
2020-05-21 12:52:37 +00:00
1929e98bfd
Accepting request 796024 from home:mnhauke
...
- Install the configuration file into the correct directory
-> %{_sysconfdir}/ser2net/
OBS-URL: https://build.opensuse.org/request/show/796024
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=16
2020-04-27 11:59:11 +00:00
6ce29fa923
Accepting request 795497 from home:mnhauke
...
- Update to version 4.1.6
* upstream does not provide a changelog
- Drop patch:
* ser2net-config.patch (config is now done via YAML)
- Add BR: pkgconfig(libgensio), pkgconfig(yaml-0.1)
OBS-URL: https://build.opensuse.org/request/show/795497
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=15
2020-04-19 12:56:26 +00:00
8257b7be1d
Accepting request 633795 from home:jengelh:branches:network:utilities
...
- Replace %__-type macro indirections.
OBS-URL: https://build.opensuse.org/request/show/633795
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=13
2018-09-12 11:24:32 +00:00
78b5ccd72c
Accepting request 630673 from home:algraf:branches:network:utilities
...
- Update to version 3.5
- allows to declare device aliases which enabled by-path device names
- adapted ser2net-config.patch
- builds with autoconf, add build dependencies (autoconf, automake, libtool)
OBS-URL: https://build.opensuse.org/request/show/630673
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=11
2018-09-06 14:42:00 +00:00
61f21e4b9c
Accepting request 292380 from home:posophe:branches:network:utilities
...
update
OBS-URL: https://build.opensuse.org/request/show/292380
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=9
2015-03-23 08:08:33 +00:00
OBS User mrdocs
e50cbbbbfb
Accepting request 226902 from home:elvigia:branches:network:utilities
...
- version 2.9.1
* drop tcpwrappers support
* Fix a bug in format strings where hex element (\x)
would have the wrong values for a-f.
* Make RFC2217 signature configurable:
* The baudrate, that will be sent to the client,
was converted twice.
OBS-URL: https://build.opensuse.org/request/show/226902
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=7
2014-03-21 05:02:02 +00:00
Cristian Rodríguez
8c77946dbf
Accepting request 146261 from home:elvigia:branches:network:utilities
...
- Enable tcp-wrappers support
- ser2net-config.patch Do not open any serial2net connections
by default, it is up to the user to do so.
OBS-URL: https://build.opensuse.org/request/show/146261
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=4
2012-12-21 20:51:46 +00:00
Ismail Dönmez
fb27ba36b9
Accepting request 146206 from network:utilities
...
Works and is pretty handy when an embeeded system is connected to a remote machine via serial port. ;)
OBS-URL: https://build.opensuse.org/request/show/146206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ser2net?expand=0&rev=1
2012-12-28 21:49:40 +00:00
Cristian Rodríguez
baa9dea621
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=3
2012-12-20 22:23:03 +00:00
Cristian Rodríguez
ddc98956bb
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=2
2012-12-20 22:17:56 +00:00
Cristian Rodríguez
4cda3a7c94
osc copypac from project:home:elvigia package:ser2net revision:2
...
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=1
2012-12-20 22:14:19 +00:00