From 41be7dea424248b8df11f6495e5c63e8c9082d505a50135a53ac6937e2854ffc Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 28 Aug 2020 18:34:40 +0000 Subject: [PATCH] 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 --- ser2net-4.2.1.tar.gz | 3 --- ser2net-4.2.2.tar.gz | 3 +++ ser2net.changes | 14 +++++++++++++- ser2net.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ser2net-4.2.1.tar.gz create mode 100644 ser2net-4.2.2.tar.gz diff --git a/ser2net-4.2.1.tar.gz b/ser2net-4.2.1.tar.gz deleted file mode 100644 index 9432b0d..0000000 --- a/ser2net-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2395948440680e83271ea2df9b9d21b7536e379d49168630b869e32dc7d6e1 -size 132936 diff --git a/ser2net-4.2.2.tar.gz b/ser2net-4.2.2.tar.gz new file mode 100644 index 0000000..9a9364e --- /dev/null +++ b/ser2net-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea2bbbc0ef6ce3198e24e7bf7e6b8d714e77d354a929b06661164d6f3b385b6 +size 134517 diff --git a/ser2net.changes b/ser2net.changes index 3f47f86..3a02788 100644 --- a/ser2net.changes +++ b/ser2net.changes @@ -1,7 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 24 21:11:05 UTC 2020 - Martin Hauke + +- 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. + ------------------------------------------------------------------- Sun Aug 9 14:31:22 UTC 2020 - Martin Hauke -- Update to version 4.2.0 +- Update to version 4.2.1 controller: * Added a yaml mode for the controller interface. This should make having a program talk to the controller much easier. diff --git a/ser2net.spec b/ser2net.spec index f3bf62b..85f5b13 100644 --- a/ser2net.spec +++ b/ser2net.spec @@ -17,7 +17,7 @@ Name: ser2net -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Serial port to network proxy License: GPL-2.0-or-later