commit openldap2 for openSUSE:Factory
Hello community, here is the log from the commit of package openldap2 for openSUSE:Factory checked in at Fri May 1 00:11:04 CEST 2009. -------- --- openldap2/openldap2.changes 2009-04-06 15:42:05.000000000 +0200 +++ openldap2/openldap2.changes 2009-04-29 17:08:32.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 17:07:33 CEST 2009 - rhafer@novell.com + +- gcc 4.4 fixes + +------------------------------------------------------------------- openldap2-client.changes: same change calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openldap2-client.spec ++++++ --- /var/tmp/diff_new_pack.C31433/_old 2009-05-01 00:09:32.000000000 +0200 +++ /var/tmp/diff_new_pack.C31433/_new 2009-05-01 00:09:32.000000000 +0200 @@ -27,7 +27,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif Version: 2.4.16 -Release: 1 +Release: 2 Url: http://www.openldap.org License: BSD 3-Clause %if "%{name}" == "openldap2" @@ -536,6 +536,8 @@ %endif %changelog +* Wed Apr 29 2009 rhafer@novell.com +- gcc 4.4 fixes * Mon Apr 06 2009 rhafer@suse.de - Update to 2.4.16. Most important fixes: * Fixed libldap segfault in checking cert/DN (ITS#5976) ++++++ openldap2.spec ++++++ --- /var/tmp/diff_new_pack.C31433/_old 2009-05-01 00:09:32.000000000 +0200 +++ /var/tmp/diff_new_pack.C31433/_new 2009-05-01 00:09:32.000000000 +0200 @@ -27,7 +27,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif Version: 2.4.16 -Release: 1 +Release: 2 Url: http://www.openldap.org License: BSD 3-Clause; openldap 2.8 %if "%{name}" == "openldap2" @@ -539,6 +539,8 @@ %endif %changelog +* Wed Apr 29 2009 rhafer@novell.com +- gcc 4.4 fixes * Mon Apr 06 2009 rhafer@suse.de - Update to 2.4.16. Most important fixes: * Fixed libldap segfault in checking cert/DN (ITS#5976) ++++++ openldap-2.3.37.dif ++++++ --- /var/tmp/diff_new_pack.C31433/_old 2009-05-01 00:09:32.000000000 +0200 +++ /var/tmp/diff_new_pack.C31433/_new 2009-05-01 00:09:32.000000000 +0200 @@ -52,7 +52,7 @@ =================================================================== --- libraries/liblunicode/Makefile.in.orig +++ libraries/liblunicode/Makefile.in -@@ -35,6 +35,9 @@ $(XXDIR)/uctable.h: $(XXDIR)/ucgendat.c +@@ -35,6 +35,9 @@ $(XXDIR)/uctable.h: $(XXDIR)/ucgendat.c $(MAKE) ucgendat ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt @@ -317,3 +317,29 @@ BUILD_OPT = "--enable-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 */ + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de