diff --git a/CVE-2019-13565.patch b/CVE-2019-13565.patch index 57c37b0ae7d69835ec132bbf986c6fa0b53feeba..1c11d63bd20174419ec798db023ba4c5af37b54f 100644 --- a/CVE-2019-13565.patch +++ b/CVE-2019-13565.patch @@ -12,13 +12,14 @@ index b85bcb4..704067c 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -554,7 +554,7 @@ Connection * connection_init( - c->c_close_reason = "?"; /* should never be needed */ + c->c_close_reason = "?"; /* should never be needed */ - c->c_ssf = c->c_transport_ssf = ssf; -- c->c_tls_ssf = 0; -+ c->c_tls_ssf = c->c_sasl_ssf = 0; + c->c_ssf = c->c_transport_ssf = ssf; +- c->c_tls_ssf = 0; ++ c->c_tls_ssf = c->c_sasl_ssf = 0; #ifdef HAVE_TLS - if ( flags & CONN_IS_TLS ) { + if ( flags & CONN_IS_TLS ) { -- 1.7.10.4 + diff --git a/openldap.spec b/openldap.spec index 78c4edd50cb4c3d7460911acb0906eddeb3aa609..ce7028390d1adf19ba95dc553db83d4ff2ac7402 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.4.46 -Release: 11 +Release: 12 Summary: LDAP support libraries License: OpenLDAP URL: https://www.openldap.org/ @@ -460,6 +460,12 @@ exit 0 %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Mon Dec 30 2019 openEuler Buildteam - 2.4.46-12 +- Type:bugfix +- ID: +- SUG: +- DESC:modify the spec + * Sat Dec 21 2019 openEuler Buildteam - 2.4.46-11 - Type:cves - ID:CVE-2019-13565