new upstream release fixing a security issue with string

formatting subjectAltName of a certificate
epel9
Tomas Mraz 12 years ago
parent 5f3406bbff
commit caa2b9e777

1
.gitignore vendored

@ -2,3 +2,4 @@ pyOpenSSL-0.9.tar.gz
/pyOpenSSL-0.10.tar.gz /pyOpenSSL-0.10.tar.gz
/pyOpenSSL-0.12.tar.gz /pyOpenSSL-0.12.tar.gz
/pyOpenSSL-0.13.tar.gz /pyOpenSSL-0.13.tar.gz
/pyOpenSSL-0.13.1.tar.gz

@ -4,8 +4,8 @@
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library
Name: pyOpenSSL Name: pyOpenSSL
Version: 0.13 Version: 0.13.1
Release: 8%{?dist} Release: 1%{?dist}
Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
# Fedora specific patches # Fedora specific patches
@ -75,6 +75,7 @@ Documentation for pyOpenSSL
# Fix permissions for debuginfo package # Fix permissions for debuginfo package
%{__chmod} -x OpenSSL/ssl/connection.c %{__chmod} -x OpenSSL/ssl/connection.c
%build
%if 0%{?with_python3} %if 0%{?with_python3}
rm -rf %{py3dir} rm -rf %{py3dir}
cp -a . %{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}|' find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
%build
CFLAGS="%{optflags} -fno-strict-aliasing" %{__python} setup.py build CFLAGS="%{optflags} -fno-strict-aliasing" %{__python} setup.py build
%if 0%{?with_python3} %if 0%{?with_python3}
@ -118,6 +118,10 @@ popd
%doc README doc/pyOpenSSL.* doc/html %doc README doc/pyOpenSSL.* doc/html
%changelog %changelog
* Thu Sep 5 2013 Tomáš Mráz <tmraz@redhat.com> - 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 <jeff@ocjtech.us> - 0.13-8 * Tue Aug 06 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.13-8
- Python 3 subpackage - Python 3 subpackage
- Split documentation off into noarch subpackage - Split documentation off into noarch subpackage

@ -1 +1 @@
767bca18a71178ca353dff9e10941929 pyOpenSSL-0.13.tar.gz e27a3b76734c39ea03952ca94cc56715 pyOpenSSL-0.13.1.tar.gz

Loading…
Cancel
Save