OBS User unknown 2008-10-22 16:50:18 +00:00 committed by Git OBS Bridge
parent 2ca210f0b9
commit 6a588dbe00
4 changed files with 31 additions and 7 deletions

View File

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

3
socat-1.7.0.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 16 09:56:41 CEST 2008 - meissner@suse.de
- upgraded to 1.7.0.0
- support for SCTP stream sockets, raw interface, and generic sockets.
- A new option escape allows it to interrupt raw terminal connections.
- Listening and receiving sockets can set a couple of environment variables.
- Base control of System V STREAMS has been added.
- Many corrections were performed.
-------------------------------------------------------------------
Mon Feb 11 10:24:33 CET 2008 - lmuelle@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package socat (Version 1.6.0.1)
# spec file for package socat (Version 1.7.0.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -13,7 +20,7 @@
Name: socat
BuildRequires: openssl-devel procps readline-devel tcpd-devel
Version: 1.6.0.1
Version: 1.7.0.0
Release: 1
License: BSD 3-Clause; GPL v2 or later
Group: Productivity/Networking/Other
@ -69,6 +76,13 @@ mkdir -p \
%{_mandir}/man1/socat.1.gz
%changelog
* Thu Oct 16 2008 meissner@suse.de
- upgraded to 1.7.0.0
- support for SCTP stream sockets, raw interface, and generic sockets.
- A new option escape allows it to interrupt raw terminal connections.
- Listening and receiving sockets can set a couple of environment variables.
- Base control of System V STREAMS has been added.
- Many corrections were performed.
* Mon Feb 11 2008 lmuelle@suse.de
- Update to version 1.6.0.1.
+ exec:...,pty did not kill child process under some circumstances; fixed