From caa2b9e777e7adfabf603abda49128229ce6b3e4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 5 Sep 2013 06:40:43 +0200 Subject: [PATCH] new upstream release fixing a security issue with string formatting subjectAltName of a certificate --- .gitignore | 1 + pyOpenSSL.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 354b09c..053d417 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pyOpenSSL-0.9.tar.gz /pyOpenSSL-0.10.tar.gz /pyOpenSSL-0.12.tar.gz /pyOpenSSL-0.13.tar.gz +/pyOpenSSL-0.13.1.tar.gz diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 22f9627..2fa5b84 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -4,8 +4,8 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL -Version: 0.13 -Release: 8%{?dist} +Version: 0.13.1 +Release: 1%{?dist} Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz # Fedora specific patches @@ -75,6 +75,7 @@ Documentation for pyOpenSSL # Fix permissions for debuginfo package %{__chmod} -x OpenSSL/ssl/connection.c +%build %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} @@ -83,7 +84,6 @@ find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' -%build CFLAGS="%{optflags} -fno-strict-aliasing" %{__python} setup.py build %if 0%{?with_python3} @@ -118,6 +118,10 @@ popd %doc README doc/pyOpenSSL.* doc/html %changelog +* Thu Sep 5 2013 Tomáš Mráz - 0.13.1-1 +- new upstream release fixing a security issue with string + formatting subjectAltName of a certificate + * Tue Aug 06 2013 Jeffrey C. Ollie - 0.13-8 - Python 3 subpackage - Split documentation off into noarch subpackage diff --git a/sources b/sources index 718d80c..2c5b000 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -767bca18a71178ca353dff9e10941929 pyOpenSSL-0.13.tar.gz +e27a3b76734c39ea03952ca94cc56715 pyOpenSSL-0.13.1.tar.gz