forked from pool/openldap2
This commit is contained in:
parent
61259e5f74
commit
e2297fe130
@ -317,3 +317,29 @@ Index: servers/slapd/back-meta/Makefile.in
|
|||||||
BUILD_OPT = "--enable-meta"
|
BUILD_OPT = "--enable-meta"
|
||||||
BUILD_MOD = @BUILD_META@
|
BUILD_MOD = @BUILD_META@
|
||||||
|
|
||||||
|
Index: libraries/libldap/os-ip.c
|
||||||
|
===================================================================
|
||||||
|
--- libraries/libldap/os-ip.c.orig
|
||||||
|
+++ libraries/libldap/os-ip.c
|
||||||
|
@@ -646,7 +646,7 @@ ldap_host_connected_to( Sockbuf *sb, con
|
||||||
|
char *herr;
|
||||||
|
#ifdef NI_MAXHOST
|
||||||
|
char hbuf[NI_MAXHOST];
|
||||||
|
-#elif defined( MAXHOSTNAMELEN
|
||||||
|
+#elif defined( MAXHOSTNAMELEN )
|
||||||
|
char hbuf[MAXHOSTNAMELEN];
|
||||||
|
#else
|
||||||
|
char hbuf[256];
|
||||||
|
Index: include/ldap_pvt_thread.h
|
||||||
|
===================================================================
|
||||||
|
--- include/ldap_pvt_thread.h.orig
|
||||||
|
+++ include/ldap_pvt_thread.h
|
||||||
|
@@ -61,8 +61,6 @@ ldap_pvt_thread_set_concurrency LDAP_P((
|
||||||
|
/* LARGE stack. Will be twice as large on 64 bit machine. */
|
||||||
|
#define LDAP_PVT_THREAD_STACK_SIZE ( 1 * 1024 * 1024 * sizeof(void *) )
|
||||||
|
/* May be explicitly defined to zero to disable it */
|
||||||
|
-#elif LDAP_PVT_THREAD_STACK_SIZE == 0
|
||||||
|
-#undef LDAP_PVT_THREAD_SET_STACK_SIZE
|
||||||
|
#endif
|
||||||
|
#endif /* !LDAP_PVT_THREAD_H_DONE */
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 17:07:33 CEST 2009 - rhafer@novell.com
|
||||||
|
|
||||||
|
- gcc 4.4 fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 6 15:41:05 CEST 2009 - rhafer@suse.de
|
Mon Apr 6 15:41:05 CEST 2009 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de
|
|||||||
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.4.16
|
Version: 2.4.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.openldap.org
|
Url: http://www.openldap.org
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
%if "%{name}" == "openldap2"
|
%if "%{name}" == "openldap2"
|
||||||
@ -536,6 +536,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2009 rhafer@novell.com
|
||||||
|
- gcc 4.4 fixes
|
||||||
* Mon Apr 06 2009 rhafer@suse.de
|
* Mon Apr 06 2009 rhafer@suse.de
|
||||||
- Update to 2.4.16. Most important fixes:
|
- Update to 2.4.16. Most important fixes:
|
||||||
* Fixed libldap segfault in checking cert/DN (ITS#5976)
|
* Fixed libldap segfault in checking cert/DN (ITS#5976)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 17:07:33 CEST 2009 - rhafer@novell.com
|
||||||
|
|
||||||
|
- gcc 4.4 fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 6 15:41:05 CEST 2009 - rhafer@suse.de
|
Mon Apr 6 15:41:05 CEST 2009 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de
|
|||||||
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.4.16
|
Version: 2.4.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.openldap.org
|
Url: http://www.openldap.org
|
||||||
License: BSD 3-Clause; openldap 2.8
|
License: BSD 3-Clause; openldap 2.8
|
||||||
%if "%{name}" == "openldap2"
|
%if "%{name}" == "openldap2"
|
||||||
@ -539,6 +539,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2009 rhafer@novell.com
|
||||||
|
- gcc 4.4 fixes
|
||||||
* Mon Apr 06 2009 rhafer@suse.de
|
* Mon Apr 06 2009 rhafer@suse.de
|
||||||
- Update to 2.4.16. Most important fixes:
|
- Update to 2.4.16. Most important fixes:
|
||||||
* Fixed libldap segfault in checking cert/DN (ITS#5976)
|
* Fixed libldap segfault in checking cert/DN (ITS#5976)
|
||||||
|
Loading…
Reference in New Issue
Block a user