From 1f4ed5b558a237012f312df534989502e71e2eb9 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Aug 23 2010 23:08:48 +0000 Subject: * Mon Aug 23 2010 Paul Wouters - 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 --- diff --git a/.gitignore b/.gitignore index 8dba99c..bc9dd05 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/socat.spec b/socat.spec index 6b06439..c7d18a1 100644 --- a/socat.spec +++ b/socat.spec @@ -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 - 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 - 1.7.1.2-1 - Upgraded to 1.7.1.2 - Link against compat-readline5 for GPLv2 license (Miroslav Lichvar) diff --git a/sources b/sources index 5e77503..0453422 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a5b7b0355421a039fb68b7541181b38 socat-1.7.1.2.tar.gz +f5cd212c511725864c4b5e08a22d3366 socat-1.7.1.3.tar.gz