From 5dd146ee13abca738fb4560745b20c96a4374aaaedf43b01b3e233c86f9be109 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 16 Nov 2009 17:32:49 +0000 Subject: [PATCH] Accepting request 24542 from network:ldap Copy from network:ldap/openldap2 based on submit request 24542 from user rhafer OBS-URL: https://build.opensuse.org/request/show/24542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=56 --- openldap2-client.changes | 5 ++ openldap2-client.spec | 2 +- openldap2.changes | 5 ++ openldap2.spec | 2 +- pie-compile.dif | 106 +++++++++++++++++++++++--------------- slapo-collect-include.dif | 10 ++-- 6 files changed, 82 insertions(+), 48 deletions(-) diff --git a/openldap2-client.changes b/openldap2-client.changes index 0d808bc..80488b2 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 3 19:13:32 UTC 2009 - coolo@novell.com + +- updated patches to apply with fuzz=0 + ------------------------------------------------------------------- Mon Sep 28 13:59:18 UTC 2009 - rhafer@novell.com diff --git a/openldap2-client.spec b/openldap2-client.spec index 3a684f3..9435a60 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -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 %endif Version: 2.4.17 -Release: 4 +Release: 5 Url: http://www.openldap.org License: BSD 3-clause (or similar) ; openldap 2.8 %if "%{name}" == "openldap2" diff --git a/openldap2.changes b/openldap2.changes index 0d808bc..80488b2 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 3 19:13:32 UTC 2009 - coolo@novell.com + +- updated patches to apply with fuzz=0 + ------------------------------------------------------------------- Mon Sep 28 13:59:18 UTC 2009 - rhafer@novell.com diff --git a/openldap2.spec b/openldap2.spec index 24b6736..f1a8c19 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -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 %endif Version: 2.4.17 -Release: 4 +Release: 5 Url: http://www.openldap.org License: BSD 3-clause (or similar) ; openldap 2.8 %if "%{name}" == "openldap2" diff --git a/pie-compile.dif b/pie-compile.dif index 0514654..0cede92 100644 --- a/pie-compile.dif +++ b/pie-compile.dif @@ -1,6 +1,8 @@ ---- build/top.mk 2005/06/22 09:26:29 1.3 -+++ build/top.mk 2005/06/22 12:20:52 -@@ -169,9 +169,9 @@ +Index: build/top.mk +=================================================================== +--- build/top.mk.orig ++++ build/top.mk +@@ -178,9 +178,9 @@ SLAPD_L = $(LDAP_LIBLUNICODE_A) $(LDAP_L WRAP_LIBS = @WRAP_LIBS@ # AutoConfig generated AC_CC = @CC@ @@ -12,21 +14,25 @@ AC_LIBS = @LIBS@ KRB4_LIBS = @KRB4_LIBS@ ---- libraries/liblunicode/Makefile.in 2005/06/22 12:25:47 1.1 -+++ libraries/liblunicode/Makefile.in 2005/06/22 12:26:18 -@@ -29,6 +29,9 @@ - LDAP_INCDIR= ../../include - LDAP_LIBDIR= ../../libraries +Index: libraries/liblunicode/Makefile.in +=================================================================== +--- libraries/liblunicode/Makefile.in.orig ++++ libraries/liblunicode/Makefile.in +@@ -35,6 +35,9 @@ $(XXDIR)/uctable.h: $(XXDIR)/ucgendat.c + $(MAKE) ucgendat + ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt +PIE_CFLAGS="-fPIE" +PIE_LDFLAGS="-pie" + ucgendat: $(XLIBS) ucgendat.o $(LTLINK) -o $@ ucgendat.o $(LIBS) - ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt ---- libraries/liblutil/Makefile.in 2005/06/22 12:29:51 1.1 -+++ libraries/liblutil/Makefile.in 2005/06/22 12:30:20 -@@ -19,6 +19,9 @@ + +Index: libraries/liblutil/Makefile.in +=================================================================== +--- libraries/liblutil/Makefile.in.orig ++++ libraries/liblutil/Makefile.in +@@ -19,6 +19,9 @@ PROGRAM = testavl LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries @@ -36,9 +42,11 @@ NT_SRCS = ntservice.c NT_OBJS = ntservice.o slapdmsg.res ---- servers/slapd/Makefile.in 2005/06/22 09:28:52 1.1 -+++ servers/slapd/Makefile.in 2005/06/22 10:04:38 -@@ -67,6 +67,9 @@ +Index: servers/slapd/Makefile.in +=================================================================== +--- servers/slapd/Makefile.in.orig ++++ servers/slapd/Makefile.in +@@ -69,6 +69,9 @@ SLAPD_DYNAMIC_BACKENDS=@SLAPD_DYNAMIC_BA SLAPI_LIBS=@LIBSLAPI@ @SLAPI_LIBS@ @@ -48,11 +56,13 @@ XDEFS = $(MODULES_CPPFLAGS) XLDFLAGS = $(MODULES_LDFLAGS) ---- servers/slapd/back-bdb/Makefile.in 2005/06/22 10:05:47 1.1 -+++ servers/slapd/back-bdb/Makefile.in 2005/06/22 10:06:22 -@@ -37,6 +37,9 @@ +Index: servers/slapd/back-bdb/Makefile.in +=================================================================== +--- servers/slapd/back-bdb/Makefile.in.orig ++++ servers/slapd/back-bdb/Makefile.in +@@ -37,6 +37,9 @@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_BDB@_DEFS) - MOD_LIBS = $(LDBM_LIBS) + MOD_LIBS = $(BDB_LIBS) +PIE_CFLAGS="-fPIE" +PIE_LDFLAGS="-pie" @@ -60,11 +70,13 @@ shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) ---- servers/slapd/back-hdb/Makefile.in 2005/06/22 11:31:01 1.1 -+++ servers/slapd/back-hdb/Makefile.in 2005/06/22 11:31:41 -@@ -39,6 +39,9 @@ +Index: servers/slapd/back-hdb/Makefile.in +=================================================================== +--- servers/slapd/back-hdb/Makefile.in.orig ++++ servers/slapd/back-hdb/Makefile.in +@@ -41,6 +41,9 @@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_HDB@_DEFS) - MOD_LIBS = $(LDBM_LIBS) + MOD_LIBS = $(BDB_LIBS) +PIE_CFLAGS="-fPIE" +PIE_LDFLAGS="-pie" @@ -72,9 +84,11 @@ shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) ---- servers/slapd/overlays/Makefile.in 2005/06/22 12:35:29 1.1 -+++ servers/slapd/overlays/Makefile.in 2005/06/22 12:35:47 -@@ -19,6 +19,9 @@ +Index: servers/slapd/overlays/Makefile.in +=================================================================== +--- servers/slapd/overlays/Makefile.in.orig ++++ servers/slapd/overlays/Makefile.in +@@ -45,6 +45,9 @@ LTONLY_MOD = $(LTONLY_mod) LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries @@ -84,9 +98,11 @@ MOD_DEFS = -DSLAPD_IMPORT shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) ---- servers/slapd/back-relay/Makefile.in 2005/09/23 09:59:31 1.1 -+++ servers/slapd/back-relay/Makefile.in 2005/09/23 09:59:12 -@@ -24,6 +24,9 @@ +Index: servers/slapd/back-relay/Makefile.in +=================================================================== +--- servers/slapd/back-relay/Makefile.in.orig ++++ servers/slapd/back-relay/Makefile.in +@@ -25,6 +25,9 @@ BUILD_MOD = @BUILD_RELAY@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_RELAY@_DEFS) @@ -96,9 +112,11 @@ shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(REWRITE) UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(REWRITE) ---- servers/slapd/back-ldif/Makefile.in 2005/09/23 09:58:52 1.1 -+++ servers/slapd/back-ldif/Makefile.in 2005/09/23 09:58:54 -@@ -25,6 +25,9 @@ +Index: servers/slapd/back-ldif/Makefile.in +=================================================================== +--- servers/slapd/back-ldif/Makefile.in.orig ++++ servers/slapd/back-ldif/Makefile.in +@@ -25,6 +25,9 @@ BUILD_MOD = yes mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(yes_DEFS) @@ -108,9 +126,11 @@ shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) ---- libraries/librewrite/Makefile.in 2005/09/23 10:16:37 1.1 -+++ libraries/librewrite/Makefile.in 2005/09/23 10:18:36 -@@ -26,6 +26,9 @@ +Index: libraries/librewrite/Makefile.in +=================================================================== +--- libraries/librewrite/Makefile.in.orig ++++ libraries/librewrite/Makefile.in +@@ -26,6 +26,9 @@ OBJS = config.o context.o info.o ldapmap LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries @@ -120,9 +140,11 @@ LIBRARY = librewrite.a PROGRAMS = rewrite XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) \ ---- servers/slapd/back-ldap/Makefile.in 2005/12/09 08:58:44 1.1 -+++ servers/slapd/back-ldap/Makefile.in 2005/12/09 08:59:28 -@@ -27,6 +27,9 @@ +Index: servers/slapd/back-ldap/Makefile.in +=================================================================== +--- servers/slapd/back-ldap/Makefile.in.orig ++++ servers/slapd/back-ldap/Makefile.in +@@ -29,6 +29,9 @@ BUILD_MOD = @BUILD_LDAP@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_LDAP@_DEFS) @@ -132,9 +154,11 @@ shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) ---- servers/slapd/back-monitor/Makefile.in 2005/12/09 08:58:55 1.1 -+++ servers/slapd/back-monitor/Makefile.in 2005/12/09 08:59:48 -@@ -33,6 +33,9 @@ +Index: servers/slapd/back-monitor/Makefile.in +=================================================================== +--- servers/slapd/back-monitor/Makefile.in.orig ++++ servers/slapd/back-monitor/Makefile.in +@@ -33,6 +33,9 @@ BUILD_MOD = @BUILD_MONITOR@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_MONITOR@_DEFS) diff --git a/slapo-collect-include.dif b/slapo-collect-include.dif index 2a549b4..6b63bc6 100644 --- a/slapo-collect-include.dif +++ b/slapo-collect-include.dif @@ -1,12 +1,12 @@ -Index: openldap-2.4.12/servers/slapd/overlays/collect.c +Index: openldap-2.4.17/servers/slapd/overlays/collect.c =================================================================== ---- openldap-2.4.12.orig/servers/slapd/overlays/collect.c -+++ openldap-2.4.12/servers/slapd/overlays/collect.c +--- openldap-2.4.17.orig/servers/slapd/overlays/collect.c ++++ openldap-2.4.17/servers/slapd/overlays/collect.c @@ -30,6 +30,7 @@ #include "slap.h" #include "config.h" +#include "lutil.h" - /* This is a cheap hack to implement a collective attribute. - * + #include "lutil.h" +