* Wed May 23 2012 Paul Wouters <pwouters@redhat.com> - 1.7.2.1-1
- Updated to 1.7.2.1 for CVE-2012-0219, rhbz#821553, rhbz#821688 - Remove patch merged upstream - Remove --disable-fips from configure
This commit is contained in:
parent
e0887e5772
commit
70ee14480d
@ -1,6 +1,6 @@
|
||||
Summary: Bidirectional data relay between two data channels ('netcat++')
|
||||
Name: socat
|
||||
Version: 1.7.2.0
|
||||
Version: 1.7.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Url: http://www.dest-unreach.org/%{name}
|
||||
@ -36,7 +36,7 @@ export CPPFLAGS="-I%{_includedir}/readline5" LDFLAGS="-L%{_libdir}/readline5"
|
||||
--enable-listen --enable-proxy --enable-exec \
|
||||
--enable-system --enable-pty --enable-readline \
|
||||
--enable-openssl --enable-sycls --enable-filan \
|
||||
--enable-retry --enable-libwrap --disable-fips
|
||||
--enable-retry --enable-libwrap
|
||||
|
||||
chmod 644 *.sh
|
||||
make %{?_smp_mflags}
|
||||
@ -62,6 +62,11 @@ rm -rf %{buildroot}
|
||||
%doc %{_mandir}/man1/socat.1*
|
||||
|
||||
%changelog
|
||||
* Wed May 23 2012 Paul Wouters <pwouters@redhat.com> - 1.7.2.1-1
|
||||
- Updated to 1.7.2.1 for CVE-2012-0219, rhbz#821553, rhbz#821688
|
||||
- Remove patch merged upstream
|
||||
- Remove --disable-fips from configure
|
||||
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user