From ea1fe7253dca6fc83e9dcefcbe77f27471d55c71 Mon Sep 17 00:00:00 2001 From: zhangrui Date: Mon, 30 Dec 2019 10:57:02 +0800 Subject: [PATCH] init --- CVE-2019-13565.patch | 11 ++++++----- openldap.spec | 8 +++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CVE-2019-13565.patch b/CVE-2019-13565.patch index 57c37b0..1c11d63 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 78c4edd..ce70283 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 -- Gitee