[socat/el5] * Wed May 23 2012 Paul Wouters <pwouters at redhat.com> - 1.7.2.1-1 - Updated to 1.7.2.1 for CVE-2012-0

Paul Wouters pwouters at fedoraproject.org
Wed May 23 19:30:46 UTC 2012


commit 9fb4ed54abbf9dd12e07bc2fc41aab83acfcbc4d
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed May 23 15:30:37 2012 -0400

    * Wed May 23 2012 Paul Wouters <pwouters at redhat.com> - 1.7.2.1-1
    - Updated to 1.7.2.1 for CVE-2012-0219, rhbz#821553
    - Remove patch merged upstream
    - Remove --disable-fips from configure

 .gitignore |    1 +
 socat.spec |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index feb6c30..944eea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ socat-1.5.0.0.tar.bz2
 socat-1.7.1.2.tar.gz
 socat-1.7.1.3.tar.gz
 /socat-1.7.2.0.tar.gz
+/socat-1.7.2.1.tar.gz
diff --git a/socat.spec b/socat.spec
index 8cfb993..98904e5 100644
--- a/socat.spec
+++ b/socat.spec
@@ -1,11 +1,10 @@
 Summary: Bidirectional data relay between two data channels ('netcat++')
 Name: socat
-Version: 1.7.2.0
-Release: 2%{?dist}
+Version: 1.7.2.1
+Release: 1%{?dist}
 License: GPL
 Url:  http://www.dest-unreach.org/%{name}
 Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz
-Patch1: socat-configure.patch
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel readline-devel ncurses-devel
@@ -23,7 +22,6 @@ line editor (readline), a program, or a combination of two of these.
 %setup -q 
 iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8
 mv CHANGES.utf8 CHANGES
-%patch1 -p0
 
 %build
 %configure  \
@@ -35,7 +33,7 @@ mv CHANGES.utf8 CHANGES
         --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}
@@ -61,6 +59,11 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man1/socat.1*
 
 %changelog
+* Wed May 23 2012 Paul Wouters <pwouters at 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 at nohats.ca> - 1.7.2.0-2
 - Patch configure to check errqueue.h for linux/types.h inclusion
 
diff --git a/sources b/sources
index 8d7ba00..8f16e0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0565dd58800e4c50534c61bbb453b771  socat-1.7.2.0.tar.gz
+c807a2feb6fdd8cdbd8b075a36e8f5f4  socat-1.7.2.1.tar.gz


More information about the scm-commits mailing list