From f6854ad87dce2329b8a71d0e736d43a32f67431c9941968a106392170e74b29c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:37:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + ready | 0 socat-1.5.0.0.tar.bz2 | 3 ++ socat.changes | 81 ++++++++++++++++++++++++++++ socat.spec | 123 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ready create mode 100644 socat-1.5.0.0.tar.bz2 create mode 100644 socat.changes create mode 100644 socat.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/socat-1.5.0.0.tar.bz2 b/socat-1.5.0.0.tar.bz2 new file mode 100644 index 0000000..4c61e85 --- /dev/null +++ b/socat-1.5.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b9f00a0bd2b2a59e51e6d986164eab0f62d9ef7024d8356ba9a818f6fdd624 +size 309547 diff --git a/socat.changes b/socat.changes new file mode 100644 index 0000000..bdaba89 --- /dev/null +++ b/socat.changes @@ -0,0 +1,81 @@ +------------------------------------------------------------------- +Mon Jul 17 12:43:39 CEST 2006 - lmuelle@suse.de + +- Update to version 1.5.0.0. + + new datagram modes for udp, rawip, unix domain sockets + + socat option -T specifies inactivity timeout + + rewrote lexical analysis to allow nested socat calls + + addresses tcp, udp, tcp-l, udp-l, and rawip now support IPv4 and IPv6 + + socat options -4, -6 and environment variables SOCAT_DEFAULT_LISTEN_IP, + SOCAT_PREFERRED_RESOLVE_IP for control of protocol selection + + addresses ssl, ssl-l, socks, proxy now support IPv4 and IPv6 + + option protocol-family (pf), esp. for openssl-listen + + range option supports IPv6 - syntax: range=[::1/128] + + option ipv6-v6only (ipv6only) + + new tcp-wrappers options allow-table, deny-table, tcpwrap-etc + + FIPS version of OpenSSL can be integrated - initial patch provided by + David Acker. See README.FIPS + + support for resolver options res-debug, aaonly, usevc, primary, igntc, + recurse, defnames, stayopen, dnsrch + + options for file attributes on advanced filesystems (ext2, ext3, + reiser): secrm, unrm, compr, ext2-sync, immutable, ext2-append, nodump, + ext2-noatime, journal-data etc. + + option cool-write controls severeness of write failure (EPIPE, + ECONNRESET) + + option o-noatime + + socat option -lh for hostname in log output + + traffic dumping provides packet headers + + configure.in became part of distribution + + socats unpack directory now has full version, e.g. socat-1.5.0.0/ + + corrected docu of option verify + +------------------------------------------------------------------- +Wed Jan 25 21:41:44 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Apr 26 15:20:20 CEST 2005 - uli@suse.de + +- disabled test on ARM (hangs QEMU) + +------------------------------------------------------------------- +Sun Mar 20 20:14:32 CET 2005 - lmuelle@suse.de + +- Update to version 1.4.2.0. + +------------------------------------------------------------------- +Sun Dec 12 15:51:50 CET 2004 - lmuelle@suse.de + +- Update to version 1.4.1.0. + +------------------------------------------------------------------- +Tue Oct 26 23:18:18 CEST 2004 - lmuelle@suse.de + +- Update to version 1.4.0.3. + +------------------------------------------------------------------- +Mon Sep 27 00:26:39 CEST 2004 - lmuelle@suse.de + +- Update to version 1.4.0.2. + +------------------------------------------------------------------- +Sat Aug 28 15:33:21 CEST 2004 - lmuelle@suse.de + +- Add readline.sh to the examples. + +------------------------------------------------------------------- +Fri Aug 27 16:25:49 CEST 2004 - lmuelle@suse.de + +- Update to version 1.4.0.1. + +------------------------------------------------------------------- +Mon Jun 14 15:21:13 CEST 2004 - lmuelle@suse.de + +- Add openssl-devel, readline-devel, and tcpd-devel to neededforbuild/ + BuildRequires. + +------------------------------------------------------------------- +Mon Jun 14 12:30:55 CEST 2004 - lmuelle@suse.de + +- Inital SuSE RPM based on source tar ball spec file. diff --git a/socat.spec b/socat.spec new file mode 100644 index 0000000..2664096 --- /dev/null +++ b/socat.spec @@ -0,0 +1,123 @@ +# +# spec file for package socat (Version 1.5.0.0) +# +# Copyright (c) 2006 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. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: socat +BuildRequires: openssl-devel readline-devel tcpd-devel +Version: 1.5.0.0 +Release: 1 +License: GPL, BSD +Group: Productivity/Networking/Other +URL: http://www.dest-unreach.org/socat/ +Autoreqprov: on +Summary: Multipurpose relay for bidirectional data transfer +Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +socat is a relay for bidirectional data transfer between two +independent data channels. Each of these data channels may be a file, +pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, +IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a +file descriptor (stdin etc.), the GNU line editor, a program, or a +combination of two of these. + + + +Authors: +-------- + Gerhard Rieger + +%prep +%setup + +%build +%{?suse_update_config:%{suse_update_config -f}} +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +./configure \ + --prefix=%{_prefix} \ + --mandir=%{_mandir} \ + --sysconfdir=%{_sysconfdir} +%{__make} all +%ifnarch %arm +./test.sh +%endif +mkdir examples +mv daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples + +%install +[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT} +mkdir -p \ + ${RPM_BUILD_ROOT}/%{_bindir} \ + ${RPM_BUILD_ROOT}/%{_mandir}/man1 +%{__make} DESTDIR=${RPM_BUILD_ROOT} install + +%clean +[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT} + +%files +%defattr(-,root,root) +%doc BUGREPORTS CHANGES COPYING COPYING.OpenSSL DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY VERSION examples socat.html xio.help +%{_bindir}/socat +%{_bindir}/procan +%{_bindir}/filan +%{_mandir}/man1/socat.1.gz + +%changelog -n socat +* Mon Jul 17 2006 - lmuelle@suse.de +- Update to version 1.5.0.0. + + new datagram modes for udp, rawip, unix domain sockets + + socat option -T specifies inactivity timeout + + rewrote lexical analysis to allow nested socat calls + + addresses tcp, udp, tcp-l, udp-l, and rawip now support IPv4 and IPv6 + + socat options -4, -6 and environment variables SOCAT_DEFAULT_LISTEN_IP, + SOCAT_PREFERRED_RESOLVE_IP for control of protocol selection + + addresses ssl, ssl-l, socks, proxy now support IPv4 and IPv6 + + option protocol-family (pf), esp. for openssl-listen + + range option supports IPv6 - syntax: range=[::1/128] + + option ipv6-v6only (ipv6only) + + new tcp-wrappers options allow-table, deny-table, tcpwrap-etc + + FIPS version of OpenSSL can be integrated - initial patch provided by + David Acker. See README.FIPS + + support for resolver options res-debug, aaonly, usevc, primary, igntc, + recurse, defnames, stayopen, dnsrch + + options for file attributes on advanced filesystems (ext2, ext3, + reiser): secrm, unrm, compr, ext2-sync, immutable, ext2-append, nodump, + ext2-noatime, journal-data etc. + + option cool-write controls severeness of write failure (EPIPE, + ECONNRESET) + + option o-noatime + + socat option -lh for hostname in log output + + traffic dumping provides packet headers + + configure.in became part of distribution + + socats unpack directory now has full version, e.g. socat-1.5.0.0/ + + corrected docu of option verify +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Apr 26 2005 - uli@suse.de +- disabled test on ARM (hangs QEMU) +* Sun Mar 20 2005 - lmuelle@suse.de +- Update to version 1.4.2.0. +* Sun Dec 12 2004 - lmuelle@suse.de +- Update to version 1.4.1.0. +* Tue Oct 26 2004 - lmuelle@suse.de +- Update to version 1.4.0.3. +* Mon Sep 27 2004 - lmuelle@suse.de +- Update to version 1.4.0.2. +* Sat Aug 28 2004 - lmuelle@suse.de +- Add readline.sh to the examples. +* Fri Aug 27 2004 - lmuelle@suse.de +- Update to version 1.4.0.1. +* Mon Jun 14 2004 - lmuelle@suse.de +- Add openssl-devel, readline-devel, and tcpd-devel to neededforbuild/ + BuildRequires. +* Mon Jun 14 2004 - lmuelle@suse.de +- Inital SuSE RPM based on source tar ball spec file.