* Mon Aug 23 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.3-1

- Upgrade to 1.7.1.3
- Includes fix for CVE-2010-2799 Stack overflow by lexical scanning of nested
  character patterns
- Resolves https://bugzilla.redhat.com/show_bug.cgi?id=620430
This commit is contained in:
Paul Wouters 2010-08-23 19:08:48 -04:00
parent 557bdc77a2
commit 1f4ed5b558
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ socat-1.6.0.1.tar.bz2
socat-1.7.0.0.tar.bz2
socat-1.7.1.1.tar.bz2
socat-1.7.1.2.tar.gz
socat-1.7.1.3.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Bidirectional data relay between two data channels ('netcat++')
Name: socat
Version: 1.7.1.2
Version: 1.7.1.3
Release: 1%{?dist}
License: GPLv2
Url: http://www.dest-unreach.org/%{name}
@ -62,6 +62,12 @@ rm -rf %{buildroot}
%doc %{_mandir}/man1/socat.1*
%changelog
* Mon Aug 23 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.3-1
- Upgrade to 1.7.1.3
- Includes fix for CVE-2010-2799 Stack overflow by lexical scanning of nested
character patterns
- Resolves https://bugzilla.redhat.com/show_bug.cgi?id=620430
* Sat Jan 30 2010 Paul Wouters <paul@xelerance.com> - 1.7.1.2-1
- Upgraded to 1.7.1.2
- Link against compat-readline5 for GPLv2 license (Miroslav Lichvar)

View File

@ -1 +1 @@
2a5b7b0355421a039fb68b7541181b38 socat-1.7.1.2.tar.gz
f5cd212c511725864c4b5e08a22d3366 socat-1.7.1.3.tar.gz