* Thu Feb 02 2017 Paul Wouters <pwouters@redhat.com> - 1.7.3.2-1
- Resolves rhbz#1404290 socat build failure on rawhide - Resolves rhbz#1416597 socat-1.7.3.2 is available - Resolves rhbz#1417483 Failed DNS resolution causes SIGSEGV and endless loop - Removed obsoleted patch
This commit is contained in:
parent
ef8bf7f77b
commit
d0c5118b38
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ socat-1.7.2.0.tar.gz
|
||||
/socat-1.7.2.3.tar.gz
|
||||
/socat-1.7.2.4.tar.gz
|
||||
/socat-1.7.3.1.tar.gz
|
||||
/socat-1.7.3.2.tar.gz
|
||||
|
22
socat.spec
22
socat.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Bidirectional data relay between two data channels ('netcat++')
|
||||
Name: socat
|
||||
Version: 1.7.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.3.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Url: http://www.dest-unreach.org/socat/
|
||||
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz
|
||||
@ -12,21 +12,19 @@ BuildRequires: openssl-devel readline-devel ncurses-devel
|
||||
BuildRequires: autoconf kernel-headers > 2.6.18
|
||||
# for make test
|
||||
BuildRequires: iproute net-tools coreutils procps-ng openssl iputils
|
||||
Patch1: socat-1.7.2.4-test.patch
|
||||
|
||||
%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 (readline), a program, or a combination of two of these.
|
||||
line editor (readline), a program, or a combination of two of these.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8
|
||||
mv CHANGES.utf8 CHANGES
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -53,7 +51,7 @@ export OD_C=/usr/bin/od
|
||||
# intermittently, a test sometimes just fails and hangs, mostly on arm
|
||||
#timeout 30m make test
|
||||
|
||||
%files
|
||||
%files
|
||||
%doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ PORTING
|
||||
%doc COPYING* README SECURITY
|
||||
%doc %{_docdir}/socat/*.sh
|
||||
@ -63,6 +61,12 @@ export OD_C=/usr/bin/od
|
||||
%doc %{_mandir}/man1/socat.1*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2017 Paul Wouters <pwouters@redhat.com> - 1.7.3.2-1
|
||||
- Resolves rhbz#1404290 socat build failure on rawhide
|
||||
- Resolves rhbz#1416597 socat-1.7.3.2 is available
|
||||
- Resolves rhbz#1417483 Failed DNS resolution causes SIGSEGV and endless loop
|
||||
- Removed obsoleted patch
|
||||
|
||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.7.3.1-2
|
||||
- Rebuild for readline 7.x
|
||||
|
||||
@ -117,7 +121,7 @@ export OD_C=/usr/bin/od
|
||||
|
||||
* Sat Jan 07 2012 Paul Wouters <paul@nohats.ca> - 1.7.2.0-1
|
||||
- Upgraded to 1.7.2.0 which allows tun/tap interfaces without IP address
|
||||
and introduces options openssl-compress and max-children.
|
||||
and introduces options openssl-compress and max-children.
|
||||
|
||||
* Wed Sep 21 2011 Paul Wouters <paul@xelerance.com> - 1.7.1.3-3
|
||||
- support TUN endpoint without IP address (rhbz#706226) [Till Maas]
|
||||
@ -184,7 +188,7 @@ export OD_C=/usr/bin/od
|
||||
|
||||
* Mon Feb 19 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-4
|
||||
- Some filesystem defines moved from their specific (ext2)
|
||||
filesystem defines into the generic <linux/fs.h>.
|
||||
filesystem defines into the generic <linux/fs.h>.
|
||||
|
||||
* Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.5.0.0-3
|
||||
- Rebuild requested for PT_GNU_HASH support from gcc
|
||||
|
Loading…
Reference in New Issue
Block a user