2 Commits

Author SHA256 Message Date
d014678e6d Accepting request 1288925 from utilities
OBS-URL: https://build.opensuse.org/request/show/1288925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ttynvt?expand=0&rev=3
2025-06-30 11:04:57 +00:00
7d75c3b37f - Update to version 0.17
* Handling of initial protocol error changed
  * Handling of pthread_mutex_init failure fixed
  * nvttest: Add missing -lpthread
  * ttynvt: On TCSET* skip rfc2217 baud rate change if zero
  * nvtsrv: Fix inconsistent help
  * nvttest: Improve help
  * nvttest: Enable specifying device
  * nvttest: Rework thread handling
  * nvttest: Return error if anything fails
  * nvtsrv: Change some log messages to debug
  * test: Initial testing framework
  * ttynvt: Move optional delay during close
  * Support odd parity.
  * support TCP/IPv6 address and UNIX domain socket path as
    rfc2217 server

OBS-URL: https://build.opensuse.org/package/show/utilities/ttynvt?expand=0&rev=6
2025-06-28 07:05:21 +00:00
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bf716e39303ab90d85631c98817cc48729c155586a769ccb49a494cda57482c
size 26806

3
ttynvt-v0.17.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7cfdc750bd5777a2feefabe3eda11a2e4b8975da7d2a37c01a36c0c203f3043
size 29651

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 26 13:49:48 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.17
* Handling of initial protocol error changed
* Handling of pthread_mutex_init failure fixed
* nvttest: Add missing -lpthread
* ttynvt: On TCSET* skip rfc2217 baud rate change if zero
* nvtsrv: Fix inconsistent help
* nvttest: Improve help
* nvttest: Enable specifying device
* nvttest: Rework thread handling
* nvttest: Return error if anything fails
* nvtsrv: Change some log messages to debug
* test: Initial testing framework
* ttynvt: Move optional delay during close
* Support odd parity.
* support TCP/IPv6 address and UNIX domain socket path as
rfc2217 server
-------------------------------------------------------------------
Mon Mar 20 07:53:00 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package ttynvt
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021-2023, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2021-2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,29 @@
Name: ttynvt
Version: 0.16
Version: 0.17
Release: 0
Summary: Virtual Network Terminal supporting the Com Port Control Option (RFC2217)
License: GPL-3.0-or-later
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Group: System/Utilities
URL: https://gitlab.com/lars-thrane-as/ttynvt
#Git-Clone: https://gitlab.com/lars-thrane-as/ttynvt.git
Source: https://gitlab.com/lars-thrane-as/ttynvt/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(gtest)
%description
ttynvt makes a virtual serial device (tty) and connects
the device to a Network Virtual Terminal (NVT).
%prep
%setup -q -n %{name}-v%{version}
%autosetup -n %{name}-v%{version}
%build
autoreconf -fiv
@@ -47,6 +50,10 @@ autoreconf -fiv
%install
%make_install
%check
# disabled since tests need root permission
#%%make_build test
%files
%license COPYING
%doc AUTHORS README