#6 Upstream release 3.1.0
Closed 6 years ago by sgallagh. Opened 6 years ago by cheimes.
rpms/ cheimes/python-ldap release-3.1.0  into  master

file modified
+1
@@ -9,3 +9,4 @@ 

  /python-ldap-3.0.0b3.tar.gz

  /python-ldap-3.0.0b4.tar.gz

  /python-ldap-3.0.0.tar.gz

+ /python-ldap-3.1.0.tar.gz

file modified
+4 -1
@@ -11,7 +11,7 @@ 

  %endif

  

  Name: python-ldap

- Version: 3.0.0

+ Version: 3.1.0

  Release: 1%{?dist}

  License: Python

  Group: System Environment/Libraries
@@ -150,6 +150,9 @@ 

  %{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info

  

  %changelog

+ * Fri May 25 2018 Christian Heimes <cheimes@redhat.com> - 3.1.0-1

+ - New upstream release 3.1.0

+ 

  * Wed Mar 21 2018 Christian Heimes <cheimes@redhat.com> - 3.0.0-1

  - New upstream release 3.0.0

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-ldap-3.0.0.tar.gz) = 707780b9bf2c75451ab13a7e435b89a425a539a206b6faa54d3ab2332d0c46a9df6aeda3ba4b6344b9212c3031d83b2e08249995088f0fcef7a4859964f757d6

+ SHA512 (python-ldap-3.1.0.tar.gz) = 71948cbae1c9a47f9e68fb8c6d65d91a2992261dd9aa535a0453f5733be1c2a25be1dda3c84abc6bdebab92150c89cc8caa757454331a0303de4fa46788b414a

New upstream release 3.1.0 fixes a critical segfault in FreeIPA, see https://pagure.io/freeipa/issue/7324

I merged this manually with a Signed-Off-By line that caused Pagure not to detect the merge.

https://src.fedoraproject.org/rpms/python-ldap/c/64af0ae648283d92ada80ea5c0cf455563f174f8?branch=master

Pull-Request has been closed by sgallagh

6 years ago