From b0abf9c1f5210c9042fe3e4145a336a4720710dd043ba5646ab756bc65603b0d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 08:04:01 +0000 Subject: [PATCH] Accepting request 1107951 from home:mnhauke - 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 --- ser2net-4.3.11.tar.gz | 3 --- ser2net-4.5.0.tar.gz | 3 +++ ser2net.changes | 17 +++++++++++++++++ ser2net.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 ser2net-4.3.11.tar.gz create mode 100644 ser2net-4.5.0.tar.gz diff --git a/ser2net-4.3.11.tar.gz b/ser2net-4.3.11.tar.gz deleted file mode 100644 index eaa7cee..0000000 --- a/ser2net-4.3.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f831f11b67538280aa0e8787cb0785ff705cf90749aa175d32c337f29412ae3 -size 489150 diff --git a/ser2net-4.5.0.tar.gz b/ser2net-4.5.0.tar.gz new file mode 100644 index 0000000..7971f33 --- /dev/null +++ b/ser2net-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee1b217aad026948fd17ea00c5ecf6e982de822384c4349118461ad83caa0da +size 469021 diff --git a/ser2net.changes b/ser2net.changes index c291c01..1ad5c89 100644 --- a/ser2net.changes +++ b/ser2net.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Aug 29 13:06:26 UTC 2023 - Martin Hauke + +- 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. + ------------------------------------------------------------------- Thu Dec 29 13:59:09 UTC 2022 - Dominique Leuenberger diff --git a/ser2net.spec b/ser2net.spec index 3ffe9b6..74b59a8 100644 --- a/ser2net.spec +++ b/ser2net.spec @@ -1,7 +1,7 @@ # # spec file for package ser2net # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ser2net -Version: 4.3.11 +Version: 4.5.0 Release: 0 Summary: Serial port to network proxy License: GPL-2.0-or-later