source: projects/specs/trunk/o/openldap/openldap-vl.spec @ 12511

Revision 12511, 42.1 KB checked in by tomop, 3 years ago (diff)

openldap-2.4.56-1

Line 
1%bcond_with systemd
2%bcond_with sql
3
4%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
5%define __perl_requires %{SOURCE11}
6
7%global check_password_version 1.1
8
9Summary: The configuration files, libraries and documentation for OpenLDAP.
10Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
11Name: openldap
12Version: 2.4.56
13Release: 1%{?_dist_release}%{?with_systemd:.systemd}
14Group: system
15Vendor: Project Vine
16Distribution: Vine Linux
17
18License: OpenLDAP
19URL: https://www.openldap.org/
20Source0: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version}.tgz
21Source2: ldap.init
22Source4: slapd.ldif
23Source5: ldap.conf
24Source10: ldap.sysconfig
25Source11: filter-requires-openldap.sh
26Source12: ltb-project-openldap-ppolicy-check-password-%{check_password_version}.tar.gz
27Source50: libexec-functions
28Source52: libexec-check-config.sh
29Source53: libexec-upgrade-db.sh
30Source101: slapd.service
31Source102: slapd.tmpfiles
32
33# Patches for 2.4
34Patch0: openldap-manpages.patch
35Patch2: openldap-reentrant-gethostby.patch
36Patch3: openldap-smbk5pwd-overlay.patch
37Patch5: openldap-ai-addrconfig.patch
38Patch17: openldap-allop-overlay.patch
39
40# fix back_perl problems with lt_dlopen()
41# might cause crashes because of symbol collisions
42# the proper fix is to link all perl modules against libperl
43# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327585
44Patch19: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch
45# ldapi sasl fix pending upstream inclusion
46Patch20: openldap-ldapi-sasl.patch
47Patch22: openldap-openssl-ITS7595-Add-EC-support-1.patch
48Patch23: openldap-openssl-ITS7595-Add-EC-support-2.patch
49Patch24: openldap-openssl-manpage-defaultCA.patch
50
51# check-password module specific patches
52Patch90: check-password-makefile.patch
53Patch91: check-password.patch
54
55# Vine Patches
56
57# security fixes
58
59BuildRoot: %{_tmppath}/%{name}-%{version}-root
60BuildRequires: autoconf, automake, libtool >= 2.2.6a
61BuildRequires: libxcrypt-devel, libnsl2-devel
62BuildRequires: cyrus-sasl-devel, openssl-devel, perl
63BuildRequires: libdb-devel, pam-devel, pkgconfig, tcp_wrappers
64BuildRequires: unixODBC-devel, bind-devel, libtool-ltdl-devel >= 2.2.6a
65BuildRequires: krb5-devel
66BuildRequires: groff
67%if %{with systemd}
68BuildRequires: systemd
69%endif
70#BuildConflicts: libicu-devel
71Requires: cyrus-sasl, mktemp
72
73%description
74OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
75Protocol) applications and development tools.  LDAP is a set of
76protocols for accessing directory services (usually phone book style
77information, but other information is possible) over the Internet,
78similar to the way DNS (Domain Name System) information is propagated
79over the Internet.  The openldap package contains configuration files,
80libraries and documentation for OpenLDAP.
81
82%description -l ja
83OpenLDAPはオープンソースなLDAP (Lightweight Directory Access Protocol)アプリケーションと開発ツール集です。LDAPはディレクトリサービス(電話帳の様な情報や他の情報)にInternelからアクセスするプロトコルであり、DNS(Domain Name System)情報に似た方式でInternetに伝えられます。opanldapパッケージはOpanLDAP用の設定ファイルやライブラリ、ドキュメントを含んでいます。
84
85
86%package devel
87Summary: OpenLDAP development libraries and header files.
88Summary(ja): OpenLDAP の開発用ライブラリおよびヘッダファイル.
89Group: programming
90Requires: openldap = %{version}-%{release}, cyrus-sasl-devel >= 2.1
91Provides: openldap-evolution-devel = %{version}-%{release}
92
93%description devel
94The openldap-devel package includes the development libraries and
95header files needed for compiling applications that use LDAP
96(Lightweight Directory Access Protocol) internals.  LDAP is a set of
97protocols for enabling directory services over the Internet. Install
98this package only if you plan to develop or will need to compile
99customized LDAP clients.
100
101%description devel -l ja
102openldap-develパッケージはLDAP(Lightweight Directory Access Protocol)を使うためにコンパイルするアプリケーションに必要な開発用ライブラリやヘッダファイルを含んでいます。LDAPはInternet上にディレクトリサービスを可能にするプロトコルです。LDAPクライアントを開発したりカスタマイズする場合には、このパッケージをインストールしてください。
103
104
105%package servers
106Summary: OpenLDAP servers and related files.
107Summary(ja): OpenLDAP サーバおよび関連ファイル.
108Group: servers
109Requires(pre): fileutils, make, openldap = %{version}-%{release}, openssl, shadow-utils, coreutils
110Requires(post): fileutils, make, openldap = %{version}-%{release}, openssl, shadow-utils, coreutils
111%if %{with systemd}
112%{?systemd_requires}
113%else
114Requires(pre): chkconfig
115Requires(post): chkconfig
116%endif
117
118%description servers
119OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
120Protocol) applications and development tools.  LDAP is a set of
121protocols for accessing directory services (usually phone book style
122information, but other information is possible) over the Internet,
123similar to the way DNS (Domain Name System) information is propagated
124over the Internet. This package contains the slapd and slurpd servers,
125migration scripts and related files.
126
127%description servers -l ja
128OpenLDAPはオープンソースなLDAP (Lightweight Directory Access Protocol)アプリケーションと開発ツール集です。LDAPはディレクトリサービス(電話帳の様な情報や他の情報)にInternelからアクセスするプロトコルであり、DNS(Domain Name System)情報に似た\方式でInternetに伝えられます。このパッケージはslapdやslurpdサーバ、移行スクリプトや関連するファイルを含んでいます。
129
130
131%if %{with sql}
132%package servers-sql
133Summary: OpenLDAP server SQL support module.
134Summary(ja): SQLサポートモジュールを含んだOpenLDAPサーバ
135Group: servers
136Requires(post): openldap-servers = %{version}-%{release}
137
138%description servers-sql
139OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access
140Protocol) applications and development tools. LDAP is a set of
141protocols for accessing directory services (usually phone book style
142information, but other information is possible) over the Internet,
143similar to the way DNS (Domain Name System) information is propagated
144over the Internet. This package contains a loadable module which the
145slapd server can use to read data from an RDBMS.
146
147%description servers-sql -l ja
148OpenLDAPはオープンソースなLDAP (Lightweight Directory Access Protocol)アプリケー
149ションと開発ツール集です。LDAPはディレクトリサービス(電話帳の様な情報や他の情報
150)にInternelからアクセスするプロトコルであり、DNS(Domain Name System)情報に似た
151方式でInternetに伝えられます。
152このパッケージはslapdサーバがRDBMSからデータを読み込むためのモジュールを含んでいます。
153%endif
154
155
156%package clients
157Summary: Client programs for OpenLDAP.
158Summary(ja): OpenLDAP のクライアントプログラム.
159Requires(post): openldap = %{version}-%{release}
160Group: admin-tools
161
162%description clients
163OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
164Protocol) applications and development tools.  LDAP is a set of
165protocols for accessing directory services (usually phone book style
166information, but other information is possible) over the Internet,
167similar to the way DNS (Domain Name System) information is propagated
168over the Internet.  The openldap-clients package contains the client
169programs needed for accessing and modifying OpenLDAP directories.
170
171%description clients -l ja
172OpenLDAPはオープンソースなLDAP (Lightweight Directory Access Protocol)アプリケーションと開発ツール集です。LDAPはディレクトリサービス(電話帳の様な情報や他の情報)にInternelからアクセスするプロトコルであり、DNS(Domain Name System)情報に似た\方式でInternetに伝えられます。openldap-clientsパッケージはOpenLDAPディレクトリにアクセスしたり、修正したりするためのクライアントプログラムを含んでいます。
173
174
175## to build compat32 for x86_64 architecture support
176%package -n compat32-%{name}
177Summary: libraries for OpenLDAP.
178Group: system
179
180%description -n compat32-%{name}
181OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
182Protocol) applications and development tools.  LDAP is a set of
183protocols for accessing directory services (usually phone book style
184information, but other information is possible) over the Internet,
185similar to the way DNS (Domain Name System) information is propagated
186over the Internet.  The openldap package contains configuration files,
187libraries and documentation for OpenLDAP.
188
189# %package -n compat32-%{name}-servers-sql
190# Summary: OpenLDAP server SQL support module.
191# Group: System Environment/Libraries
192
193# %description -n compat32-%{name}-servers-sql
194# OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access
195# Protocol) applications and development tools. LDAP is a set of
196# protocols for accessing directory services (usually phone book style
197# information, but other information is possible) over the Internet,
198# similar to the way DNS (Domain Name System) information is propagated
199# over the Internet. This package contains a loadable module which the
200# slapd server can use to read data from an RDBMS.
201
202%package -n compat32-%{name}-devel
203Summary: OpenLDAP development libraries and header files.
204Group: programming
205
206%description -n compat32-%{name}-devel
207The openldap-devel package includes the development libraries and
208header files needed for compiling applications that use LDAP
209(Lightweight Directory Access Protocol) internals.  LDAP is a set of
210protocols for enabling directory services over the Internet. Install
211this package only if you plan to develop or will need to compile
212customized LDAP clients.
213
214
215%debug_package
216
217
218%prep
219%setup -q -c -a 0 -a 12
220
221pushd openldap-%{version}
222
223AUTOMAKE=/bin/true autoreconf -fi
224
225%patch0 -p1
226%patch2 -p1
227%patch3 -p1
228%patch5 -p1
229%patch17 -p1
230%patch19 -p1
231#%patch20 -p1
232#%patch22 -p1
233#%patch23 -p1
234%patch24 -p1
235
236# security
237# %patch1000 -p1 -b .CVE-2015-1545
238# %patch1001 -p1 -b .CVE-2015-1546
239
240# build smbk5pwd with other overlays
241ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays
242mv contrib/slapd-modules/smbk5pwd/README contrib/slapd-modules/smbk5pwd/README.smbk5pwd
243# build allop with other overlays
244ln -s ../../../contrib/slapd-modules/allop/allop.c servers/slapd/overlays
245mv contrib/slapd-modules/allop/README contrib/slapd-modules/allop/README.allop
246mv contrib/slapd-modules/allop/slapo-allop.5 doc/man/man5/slapo-allop.5
247
248mv servers/slapd/back-perl/README{,.back_perl}
249
250# fix documentation encoding
251for filename in doc/drafts/draft-ietf-ldapext-acl-model-xx.txt; do
252        iconv -f iso-8859-1 -t utf-8 "$filename" > "$filename.utf8"
253        mv "$filename.utf8" "$filename"
254done
255
256popd
257
258pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
259%patch90 -p1
260%patch91 -p1
261popd
262
263%build
264export CFLAGS="-fpie %{optflags} -Wl,-z,relro,-z,now,--as-needed -DLDAP_CONNECTIONLESS"
265export LDFLAGS="-pie"
266
267pushd openldap-%{version}
268%configure \
269        --enable-debug \
270        --enable-dynamic \
271        \
272        --enable-dynacl \
273        --enable-cleartext \
274        --enable-crypt \
275        --enable-lmpasswd \
276        --enable-spasswd \
277        --enable-modules \
278        --enable-rewrite \
279        --enable-rlookups \
280        --enable-slapi \
281        --disable-slp \
282        \
283        --enable-backends=mod \
284        --enable-bdb=yes \
285        --enable-hdb=yes \
286        --enable-mdb=yes \
287        --enable-monitor=yes \
288        --disable-ndb \
289%if %{with sql}
290        --enable-sql=yes \
291%else
292        --disable-sql \
293%endif
294        \
295        --enable-overlays=mod \
296        \
297        --disable-static \
298        \
299        --with-cyrus-sasl \
300        --without-fetch \
301        --with-threads \
302        --with-pic \
303        --with-gnu-ld \
304        \
305        --libexecdir=%{_libdir}
306
307make %{_smp_mflags}
308popd
309
310pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
311make LDAP_INC="-I../openldap-%{version}/include \
312 -I../openldap-%{version}/servers/slapd \
313 -I../openldap-%{version}/build-servers/include"
314popd
315
316%install
317[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
318mkdir -p %{buildroot}%{_libdir}/
319
320pushd openldap-%{version}
321make install DESTDIR=%{buildroot} STRIP=""
322popd
323
324# install check_password module
325pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
326mv check_password.so check_password.so.%{check_password_version}
327ln -s check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/check_password.so
328install -m 755 check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/
329# install -m 644 README %{buildroot}%{_libdir}/openldap
330install -d -m 755 %{buildroot}%{_sysconfdir}/openldap
331cat > %{buildroot}%{_sysconfdir}/openldap/check_password.conf <<EOF
332# OpenLDAP pwdChecker library configuration
333
334#useCracklib 1
335#minPoints 3
336#minUpper 0
337#minLower 0
338#minDigit 0
339#minPunct 0
340EOF
341mv README{,.check_pwd}
342popd
343
344# setup directories for TLS certificates
345mkdir -p %{buildroot}%{_sysconfdir}/openldap/certs
346
347# Create the data directory.
348install -m 0700 -d $RPM_BUILD_ROOT/var/lib/ldap
349# Create the new run directory
350install -m 0755 -d $RPM_BUILD_ROOT/var/run/openldap
351
352# install default ldap.conf (customized)
353rm -f %{buildroot}%{_sysconfdir}/openldap/ldap.conf
354install -m 0644 %SOURCE5 %{buildroot}%{_sysconfdir}/openldap/ldap.conf
355
356# setup maintainance scripts
357mkdir -p %{buildroot}%{_libexecdir}
358install -m 0755 -d %{buildroot}%{_libexecdir}/openldap
359install -m 0644 %SOURCE50 %{buildroot}%{_libexecdir}/openldap/functions
360install -m 0755 %SOURCE52 %{buildroot}%{_libexecdir}/openldap/check-config.sh
361install -m 0755 %SOURCE53 %{buildroot}%{_libexecdir}/openldap/upgrade-db.sh
362
363# remove build root from config files and manual pages
364perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_sysconfdir}/openldap/*.conf
365perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_mandir}/*/*.*
366
367# we don't need the default files -- RPM handles changes
368rm -f %{buildroot}%{_sysconfdir}/openldap/*.default
369rm -f %{buildroot}%{_sysconfdir}/openldap/schema/*.default
370
371%if %{with systemd}
372# install an init script for the servers
373mkdir -p %{buildroot}%{_unitdir}
374install -m 0644 %{SOURCE101} %{buildroot}%{_unitdir}/slapd.service
375# setup autocreation of runtime directories on tmpfs
376mkdir -p %{buildroot}%{_tmpfilesdir}
377install -m 0644 %{SOURCE102} %{buildroot}%{_tmpfilesdir}/slapd.conf
378%else
379# Install an init script for the servers.
380mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
381install -m 755 $RPM_SOURCE_DIR/ldap.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/ldap
382# install syconfig/ldap
383mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
384install -m 644 %SOURCE2 %{buildroot}%{_sysconfdir}/sysconfig/slapd
385%endif
386
387# move slapd out of _libdir
388mv %{buildroot}%{_libdir}/slapd %{buildroot}%{_sbindir}/
389
390# setup tools as symlinks to slapd
391rm -f %{buildroot}%{_sbindir}/slap{acl,add,auth,cat,dn,index,passwd,test,schema}
392rm -f %{buildroot}%{_libdir}/slap{acl,add,auth,cat,dn,index,passwd,test,schema}
393for X in acl add auth cat dn index passwd test schema; do ln -s slapd %{buildroot}%{_sbindir}/slap$X ; done
394
395# tweak permissions on the libraries to make sure they're correct
396chmod 0755 %{buildroot}%{_libdir}/lib*.so*
397chmod 0644 %{buildroot}%{_libdir}/lib*.*a
398
399# slapd.conf(5) is obsoleted since 2.3, see slapd-config(5)
400# new configuration will be generated in %%post
401mkdir -p %{buildroot}%{_datadir}
402install -m 0755 -d %{buildroot}%{_datadir}/openldap-servers
403install -m 0644 %SOURCE4 %{buildroot}%{_datadir}/openldap-servers/slapd.ldif
404install -m 0750 -d %{buildroot}%{_sysconfdir}/openldap/slapd.d
405rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.conf
406rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.ldif
407
408# move doc files out of _sysconfdir
409mv %{buildroot}%{_sysconfdir}/openldap/schema/README README.schema
410mv %{buildroot}%{_sysconfdir}/openldap/DB_CONFIG.example %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example
411chmod 0644 openldap-%{version}/servers/slapd/back-sql/rdbms_depend/timesten/*.sh
412chmod 0644 %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example
413
414# remove files which we don't want packaged
415rm -f %{buildroot}%{_libdir}/*.la  # because we do not want files in %{_libdir}/openldap/ removed, yet
416
417rm -f %{buildroot}%{_localstatedir}/openldap-data/DB_CONFIG.example
418rmdir %{buildroot}%{_localstatedir}/openldap-data
419
420%clean
421rm -rf $RPM_BUILD_ROOT
422
423%post
424/sbin/ldconfig
425
426%postun
427#update only on package erase
428if [ $1 == 0 ]; then
429    /sbin/ldconfig
430fi
431
432%pre servers
433
434# create ldap user and group
435getent group ldap &>/dev/null || groupadd -r -g 55 ldap
436getent passwd ldap &>/dev/null || \
437        useradd -r -g ldap -u 55 -d %{_sharedstatedir}/ldap -s /sbin/nologin -c "OpenLDAP server" ldap
438
439if [ $1 -eq 2 ]; then
440        # package upgrade
441
442        old_version=$(rpm -q --qf=%%{version} openldap-servers)
443        new_version=%{version}
444
445        if [ "$old_version" != "$new_version" ]; then
446                touch %{_sharedstatedir}/ldap/rpm_upgrade_openldap &>/dev/null
447        fi
448fi
449
450exit 0
451
452%post servers
453/sbin/ldconfig -n %{_libdir}/openldap
454%if %{with systemd}
455%systemd_post slapd.service
456%endif
457
458# generate configuration if necessary
459if [[ ! -f %{_sysconfdir}/openldap/slapd.d/cn=config.ldif && \
460      ! -f %{_sysconfdir}/openldap/slapd.conf
461   ]]; then
462      # if there is no configuration available, generate one from the defaults
463      mkdir -p %{_sysconfdir}/openldap/slapd.d/ &>/dev/null || :
464      /usr/sbin/slapadd -F %{_sysconfdir}/openldap/slapd.d/ -n0 -l %{_datadir}/openldap-servers/slapd.ldif
465      chown -R ldap:ldap %{_sysconfdir}/openldap/slapd.d/
466%if %{with systemd}
467      systemctl try-restart slapd.service &>/dev/null
468%else
469      /sbin/service ldap condrestart > /dev/null 2>&1 || :
470%endif
471fi
472
473start_slapd=0
474
475# upgrade the database
476if [ -f %{_sharedstatedir}/ldap/rpm_upgrade_openldap ]; then
477%if %{with systemd}
478    systemctl stop slapd.service
479    start_slapd=1
480%else
481    running=`/sbin/service ldap status >/dev/null; echo $?`
482    if [ $running -eq 0 ]; then
483                /sbin/service ldap stop > /dev/null 2>&1 || :
484                start_slapd=1
485        fi
486%endif
487
488        %{_libexecdir}/openldap/upgrade-db.sh &>/dev/null
489        rm -f %{_sharedstatedir}/ldap/rpm_upgrade_openldap
490fi
491
492# restart after upgrade
493if [ $1 -ge 1 ]; then
494%if %{with systemd}
495        if [ $start_slapd -eq 1 ]; then
496                systemctl start slapd.service &>/dev/null || :
497        else
498                systemctl condrestart slapd.service &>/dev/null || :
499        fi
500%else
501        if [ $start_slapd -eq 1 ]; then
502                /sbin/service ldap start > /dev/null 2>&1 || :
503        else
504                /sbin/service ldap condrestart > /dev/null 2>&1 || :
505        fi
506%endif
507fi
508
509exit 0
510
511%preun servers
512%if %{with systemd}
513%systemd_preun slapd.service
514%else
515if [ "$1" = "0" -o -x /bin/systemctl ] ; then
516        /sbin/service ldap stop > /dev/null 2>&1 || :
517        /sbin/chkconfig --del ldap
518# Openldap-servers are being removed from system.
519# Do not touch the database! Older versions of this
520# package attempted to store database in LDIF format, so
521# it can be restored later - but it's up to the administrator
522# to save the database, if he/she wants so.
523fi
524%endif
525
526%postun servers
527/sbin/ldconfig ${_libdir}/openldap
528%if %{with systemd}
529%systemd_postun_with_restart slapd.service
530%else
531if [ $1 -ge 1 ] ; then
532        /sbin/service ldap condrestart > /dev/null 2>&1 || :
533fi
534%endif
535
536%post devel -p /sbin/ldconfig
537%postun devel -p /sbin/ldconfig
538
539%triggerin servers -- libdb
540
541# libdb upgrade (setup for %%triggerun)
542if [ $2 -eq 2 ]; then
543        # we are interested in minor version changes (both versions of libdb are installed at this moment)
544        if [ "$(rpm -q --qf="%%{version}\n" libdb | sed 's/\.[0-9]*$//' | sort -u | wc -l)" != "1" ]; then
545                touch %{_sharedstatedir}/ldap/rpm_upgrade_libdb
546        else
547                rm -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb
548        fi
549fi
550
551exit 0
552
553
554%triggerun servers -- libdb
555
556# libdb upgrade (finish %%triggerin)
557running=`/sbin/service ldap status >/dev/null; echo $?`
558
559if [ -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb ]; then
560        if [ $running -eq 0 ]; then
561                /sbin/service ldap stop > /dev/null 2>&1 || :
562                start=1
563        else
564                start=0
565        fi
566
567        %{_libexecdir}/openldap/upgrade-db.sh &>/dev/null
568        rm -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb
569
570        [ $start -eq 1 ] && /sbin/service ldap condrestart > /dev/null 2>&1 || :
571fi
572
573exit 0
574
575%files
576%defattr(-,root,root)
577%license openldap-%{version}/{COPYRIGHT,LICENSE}
578%doc openldap-%{version}/{ANNOUNCEMENT,CHANGES,README}
579%dir %{_sysconfdir}/openldap
580%dir %{_sysconfdir}/openldap/certs
581%config(noreplace) %{_sysconfdir}/openldap/ldap.conf
582%dir %{_libexecdir}/openldap/
583%{_libdir}/liblber-2.4*.so.*
584%{_libdir}/libldap-2.4*.so.*
585%{_libdir}/libldap_r-2.4*.so.*
586%{_libdir}/libslapi-2.4*.so.*
587%{_mandir}/man5/ldif.5*
588%{_mandir}/man5/ldap.conf.5*
589
590%files servers
591%defattr(-,root,root)
592%doc openldap-%{version}/contrib/slapd-modules/smbk5pwd/README.smbk5pwd
593%doc openldap-%{version}/doc/guide/admin/*.html
594%doc openldap-%{version}/doc/guide/admin/*.png
595%doc openldap-%{version}/servers/slapd/back-perl/SampleLDAP.pm
596%doc openldap-%{version}/servers/slapd/back-perl/README.back_perl
597%doc openldap-%{version}/servers/slapd/back-perl/README.back_perl
598%doc ltb-project-openldap-ppolicy-check-password-%{check_password_version}/README.check_pwd
599%doc README.schema
600%config(noreplace) %dir %attr(0750,ldap,ldap) %{_sysconfdir}/openldap/slapd.d
601%config(noreplace) %{_sysconfdir}/openldap/schema
602%config(noreplace) %{_sysconfdir}/openldap/check_password.conf
603%if %{with systemd}
604%{_unitdir}/slapd.service
605%{_tmpfilesdir}/slapd.conf
606%else
607%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/ldap
608%config(noreplace) %{_sysconfdir}/sysconfig/slapd
609%endif
610%attr(0700,ldap,ldap) %dir /var/lib/ldap
611%attr(0755,ldap,ldap) %dir /var/run/openldap
612%{_datadir}/openldap-servers/
613%{_libdir}/openldap/accesslog*
614%{_libdir}/openldap/auditlog*
615%{_libdir}/openldap/allop*
616%{_libdir}/openldap/back_dnssrv*
617%{_libdir}/openldap/back_ldap*
618%{_libdir}/openldap/back_meta*
619%{_libdir}/openldap/back_null*
620%{_libdir}/openldap/back_passwd*
621%{_libdir}/openldap/back_relay*
622%{_libdir}/openldap/back_shell*
623%{_libdir}/openldap/back_sock*
624%{_libdir}/openldap/back_perl*
625%{_libdir}/openldap/collect*
626%{_libdir}/openldap/constraint*
627%{_libdir}/openldap/dds*
628%{_libdir}/openldap/deref*
629%{_libdir}/openldap/dyngroup*
630%{_libdir}/openldap/dynlist*
631%{_libdir}/openldap/memberof*
632%{_libdir}/openldap/pcache*
633%{_libdir}/openldap/ppolicy*
634%{_libdir}/openldap/refint*
635%{_libdir}/openldap/retcode*
636%{_libdir}/openldap/rwm*
637%{_libdir}/openldap/seqmod*
638%{_libdir}/openldap/smbk5pwd*
639%{_libdir}/openldap/sssvlv*
640%{_libdir}/openldap/syncprov*
641%{_libdir}/openldap/translucent*
642%{_libdir}/openldap/unique*
643%{_libdir}/openldap/valsort*
644%{_libdir}/openldap/check_password*
645%{_libexecdir}/openldap/functions
646%{_libexecdir}/openldap/check-config.sh
647%{_libexecdir}/openldap/upgrade-db.sh
648%{_sbindir}/sl*
649%{_mandir}/man8/*
650%{_mandir}/man5/slapd*.5*
651%{_mandir}/man5/slapo-*.5*
652# obsolete configuration
653%ghost %config(noreplace,missingok) %attr(0640,ldap,ldap) %{_sysconfdir}/openldap/slapd.conf
654
655%if %{with sql}
656%files servers-sql
657%defattr(-,root,root)
658%doc openldap-%{version}/servers/slapd/back-sql/docs/*
659%doc openldap-%{version}/servers/slapd/back-sql/rdbms_depend
660%{_libdir}/openldap/back_sql*
661%endif
662
663%files clients
664%defattr(-,root,root)
665%{_bindir}/*
666%{_mandir}/man1/*
667
668%files devel
669%defattr(-,root,root)
670%doc openldap-%{version}/doc/drafts openldap-%{version}/doc/rfc
671%{_libdir}/lib*.so
672%{_includedir}/*
673%{_mandir}/man3/*
674
675## to build compat32 for x86_64 architecture support
676%if %{build_compat32}
677%files -n compat32-%{name}
678%defattr(-,root,root)
679%{_libdir}/libl*-2.4*.so.*
680
681# %files -n compat32-%{name}-servers-sql
682# %defattr(-,root,root)
683# %attr(0755,root,root) %{_libdir}/openldap/back_sql.la
684# %attr(0755,root,root) %{_libdir}/openldap/back_sql*.so.*
685
686%files -n compat32-%{name}-devel
687%defattr(-,root,root)
688%{_libdir}/lib*.so
689
690%endif
691
692
693%changelog
694* Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.56-1
695- new upstream release.
696
697* Sun Sep 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.53-1
698- new upstream release.
699- added systemd support (disabled as default).
700
701* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-3
702- rebuilt with perl-5.26.
703
704* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-2
705- added BR:libxcrypt-devel.
706- added BR:libnsl2-devel.
707- gdbm is no longer needed.
708
709* Fri Nov 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-1
710- new upstream release.
711- rebuilt with openssl-1.1.1.
712- dropped too old MigrationTools.
713- dropped all patches and imported from rawhide.
714
715* Mon Mar 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.44-1
716- new upstream release and built with openssl 1.0.2g
717- update patch0
718- drop patch1000,1001 (are included in new release)
719
720* Fri Mar 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-2
721- added patch1000,1001 to fix CVE-2015-1545,1546.
722
723* Sat Feb 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-1
724- new upstream release.
725
726* Fri Feb 27 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-6
727- add patch1146 for fix CVE-2013-4449
728
729* Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-5
730- added Patch700 to build with libdb 5.3.28
731
732* Thu Jan  9 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.4.23-4
733- build with cyrus-sasl 2.1.26
734
735* Sun Dec  9 2012 IWAI, Masaharu <iwai@alib.jp> 2.4.23-3
736- SECURITY FIX, #2501
737 - patches from CentOS 6.3; openldap 2.4.23-26.el6_3.2
738  - CVE-2011-1024: add openldap-cve-ppolicy-forward-updates.patch (Patch1112)
739  - CVE-2011-1025: add openldap-cve-ndb-bind-rootdn.patch (Patch1113)
740  - CVE-2012-1164: add openldap-cve-relay-rwm-translucent.patch (Patch1141)
741  - CVE-2012-2668: add openldap-cve-nss-cipher-suite-ignored.patch (Patch1144)
742 - patch based CentOS 6.3; openldap 2.4.23-26.el6_3.2
743  - CVE-2012-2668: add openldap-cve-nss-default-cipher-suite-always-selected.patch (Patch1145)
744- fix document file path for servers sub package
745
746* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.23-2
747- added --with-odbc=unixodbc to configure
748
749* Wed Apr  6 2011 IWAI, Masaharu <iwai@alib.jp> 2.4.23-1
750- new upstream release
751- update MigrationTools 47
752
753* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-5
754- change %%define __perl_requires instead of __find_requires
755
756* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-4
757- rebuild with openssl-1.0.0c
758
759* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-3
760- rebuilt with gcc-4.4.3-3 on ppc
761
762* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-2
763- rebuilt with rpm-4.8.0-3 (on ppc)
764
765* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-1
766- new upstream release
767- rebuild with db4-4.8.0
768- use Requires(post/pre) instead of Prereq
769
770* Sun Dec 20 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-4
771- rebuild
772
773* Tue Nov  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-3
774- add BuildConflicts: libicu-devel
775
776* Mon Nov  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-2
777- add Patch1000 for fix CVE-2009-3767 (openssl null char)
778- add --with-gssapi into configure
779- drop --without-kerberos (it is old configure option)
780
781* Wed Aug 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.16-1
782- new upstream release
783
784* Sun Jul 05 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-6
785- dropped compat32-%%{name}-servers-sql
786
787* Sat Jul 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-5
788- added compat32 subpackages
789
790* Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-4
791- rebuild with libtool-2.2.6a
792
793* Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-3
794- use filter-requires-openldap.sh instead of find-requires
795
796* Wed Apr 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-2
797- reverted a scriptlet that dropped in 2.3.24-0vl4
798
799* Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-1
800- new upstream release
801- applied patches from fedora's package (openldap-2.4.12-1)
802
803* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.41-1vl5
804- updated to 2.3.41 (Patch10 and 11 were merged into upstream)
805
806* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.27-0vl5
807- rebuild with new openssl
808
809* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl4
810- rebuilt with new toolchain/bdb 4.3
811
812* Tue Dec 26 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl3
813- rebuilt for VineSeed
814
815* Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.3
816- add Vendor/Distribution tag
817
818* Wed Dec 13 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.2
819- add patch11 for fix krbv4_ldap_auth issue
820
821* Fri Nov 24 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.1
822- add patch10 for fix CVE-2006-5779
823
824* Sun Sep 03 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl2
825- use filter-requires-openldap.sh instead of find-requires
826
827* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl1
828- new upstream release
829
830* Sat Aug 26 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl4
831- restored rfc822-MailMember.schema
832- update config.patch
833- removed a scriptlet that save and restore the database
834
835* Sat Aug 19 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl3
836- removed internal bdb
837- removed autoconf-2.13.1 and automake-1.4a
838
839* Tue Jul 11 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl2
840- removed compat-openldap subpackage
841
842* Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 2.3.24-0vl1
843- New upstream release
844- merged to fedora's package(openldap-2.3.24-2)
845        -- build sql backend as a loadable module
846        -- move ucdata to the -servers subpackage where it belongs
847        -- add compat-openldap subpackage
848        -- update administrator guide
849        -- build a separate, static set of libraries for openldap-devel with the
850           non-standard ntlm bind patch applied, for use by
851           the evolution-connector package (#125579), and installing them under
852           %%{evolution_connector_prefix} (%{evolution_connector_prefix})
853        -- add libtool-ltdl-devel buildprereqs
854        -- Upgrade internal bdb to db-4.4.20.  For a clean upgrade, this will
855           require that users slapcat their databases into a temp file, move
856           /var/lib/ldap someplace safe, upgrade the openldap rpms, then
857           slapadd the temp file.
858        -- fix ldap.init
859        -- add two upstream patches for db-4.4.20
860
861* Wed Nov  2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.30-0vl2
862- rebuild for VineSeed Plus
863- added Japanese summary
864
865* Sat Apr 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.30-0vl1
866- new upstream version (openldap-2.1.30)
867        -- Fixed slapd userdb checkpass bub (ITS#3048)
868        -- Fixed back-ldbm IDL delete bug (ITS#3048)
869        -- Fixed libldap schema parsing bug (ITS#2920, ITS#3065)
870        -- Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
871        -- Removed lint (ITS#3086)
872        -- Documentation updated slapd.conf(5) manpage (ITS#2525)
873
874* Thu Apr 08 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl2
875- fixed ldap.ini
876
877* Sun Mar 28 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl1
878- new upstream version (openldap-2.1.29)
879
880* Wed Mar 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.28-0vl1
881- new upstream version (openldap-2.1.28)
882
883* Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.27-0vl1
884- new upstream version (openldap-2.1.27)
885
886* Sat Jan 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.26-0vl1
887- new upstream version (openldap-2.1.26)
888- don't use libtool in make
889
890* Sun Oct 26 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.23-0vl1
891- new upstream version (openldap-2.1.23)
892- updated migration tools to version 45
893- used libtool
894
895* Sun Jul 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl2
896- for VineSeedPlus
897- fixed BuildPreReq
898
899* Sat Jul 19 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl1
900- for VinePlus
901- new upstream version (openldap-2.1.22)
902
903* Thu May 29 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.21-0vl1
904- new upstream version (openldap-2.1.21)
905
906* Tue May 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.20-0vl1
907- new upstream version
908
909* Thu May 15 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.19-1vl1
910- new upstream version
911- merged spec file to 2.1.19-1
912        -- switch to db with crypto
913        -- install the db utils for the bundled libdb as %%{_sbindir}/slapd_db_*
914        -- install slapcat/slapadd from 2.0.x for migration purposes
915
916* Mon Jan 27 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.12-0vl1
917- updated to openldap-2.1.12
918        -- dropped ldapfriendly
919
920* Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.4-0vl1
921- updated to openldap-2.1.4
922- updated guide.html
923
924* Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.3-4vl1
925- updated to openldap-2.1.3
926- added db-4.0.14
927- updated migration tools to version 44
928- merged openldap-2.1.3-4
929        -- updated patch0, patch1, patch3 and patch6
930        -- dropped patch7 and patch10
931        -- enable the ldbm/berkeley backend as well
932        -- use an ldbm/berkeley database as the default
933        -- don't install slapadd-gdbm
934        -- allow ldapv2 binds by default
935        -- set TLS_CACERTFILE in the default ldap.conf file
936
937* Tue Jun 11 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.25-0vl1
938- updated to openldap-2.0.25
939
940* Mon Jun 10 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.24-0vl1
941- updated to openldap-2.0.24
942- updated migration tools to version 40
943- dropped autoconf source
944- dropped some patches
945
946* Sat Feb 16 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.23-0vl1
947- updated openldap-2.0.23
948
949* Wed Feb 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.22-0vl1
950- updated openldap-2.0.22
951
952* Mon Jan 21 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.21-0vl1
953- updated openldap-2.0.21
954
955* Wed Nov 07 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.18-0vl1
956- updated openldap-2.0.18
957
958* Sun Oct 14 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.17-0vl1
959- updated openldap-2.0.17
960- updated MigrationTools-38-instdir.patch
961- updated openldap-2.0.17-config.patch
962- removed openldap-2.0.3-krb5-1.1.patch
963
964* Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-1vl1
965- update to migration tools 39
966- removed patch libtool.patch and linkage.patch
967 
968* Wed Sep 19 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-0vl0
969- updated openldap-2.0.14
970
971* Mon Jul 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
972- 2.0.11-0vl2
973- rebuilt with openssl-0.9.6b
974
975* Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.11-0vl1
976- updated
977
978* Thu Apr 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.7-14vl3
979- Fixed resolve libraries path.
980
981* Wed Apr 11 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl2
982- added openldap-2.0.7-config-vine.patch
983- removed openldap-2.0.7-config.patch
984
985* Tue Apr 10 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl1
986- merged Rawhide's OpenLDAP Package
987    back out pidfile patches, which interact weirdly with Linux threads
988    mark non-standard schema as such by moving them to a different directory
989    update to MigrationTools 36, adds netgroup support
990    fix thinko in that last patch
991    try to work around some buffering problems
992    gettextize the init script
993    move the RFCs to the base package (#21701)
994    add support for additional OPTIONS, SLAPD_OPTIONS, and SLURPD_OPTIONS in
995    a /etc/sysconfig/ldap file (#23549)
996    change automount object OID from 1.3.6.1.1.1.2.9 to 1.3.6.1.1.1.2.13,
997    per mail from the ldap-nis mailing list
998    force -fPIC so that shared libraries don't fall over
999    add Norbert Klasen's patch (via Del) to fix searches using ldaps URLs
1000     (OpenLDAP ITS #889)
1001    add "-h ldaps:///" to server init when TLS is enabled, in order to support
1002    ldaps in addition to the regular STARTTLS (suggested by Del)
1003    correct mismatched-dn-cn bug in migrate_automount.pl
1004    update to the correct OIDs for automount and automountInformation
1005    add notes on upgrading
1006   
1007* Sat Nov 25 2000 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-1vl2
1008- fixed VersionedDependencies to used _noVersionedDependencies 1 in .rpmmacros
1009
1010* Sat Nov 18 2000 MACHINO, satoshi <machino@vinelinux.org> 2.0.7-1vl1
1011- build for Vine Linux
1012- removed kerberos
1013- fixed config dir
1014- fixed _sysconfdir
1015
1016* Tue Nov  7 2000 Nalin Dahyabhai <nalin@redhat.com>
1017- update to 2.0.7
1018- drop chdir patch (went mainstream)
1019
1020* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1021- change automount object classes from auxiliary to structural
1022
1023* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1024- update to Migration Tools 27
1025- change the sense of the last simple patch
1026
1027* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1028- reorganize the patch list to separate MigrationTools and OpenLDAP patches
1029- switch to Luke Howard's rfc822MailMember schema instead of the aliases.schema
1030- configure slapd to run as the non-root user "ldap" (#19370)
1031- chdir() before chroot() (we don't use chroot, though) (#19369)
1032- disable saving of the pid file because the parent thread which saves it and
1033  the child thread which listens have different pids
1034
1035* Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1036- add missing required attributes to conversion scripts to comply with schema
1037- add schema for mail aliases, autofs, and kerberosSecurityObject rooted in
1038  our own OID tree to define attributes and classes migration scripts expect
1039- tweak automounter migration script
1040
1041* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
1042- try adding the suffix first when doing online migrations
1043- force ldapadd to use simple authentication in migration scripts
1044- add indexing of a few attributes to the default configuration
1045- add commented-out section on using TLS to default configuration
1046
1047* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
1048- update to 2.0.6
1049- add buildprereq on cyrus-sasl-devel, krb5-devel, openssl-devel
1050- take the -s flag off of slapadd invocations in migration tools
1051- add the cosine.schema to the default server config, needed by inetorgperson
1052
1053* Wed Oct  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1054- add the nis.schema and inetorgperson.schema to the default server config
1055- make ldapadd a hard link to ldapmodify because they're identical binaries
1056
1057* Fri Sep 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1058- update to 2.0.4
1059
1060* Fri Sep 15 2000 Nalin Dahyabhai <nalin@redhat.com>
1061- remove prereq on /etc/init.d (#17531)
1062- update to 2.0.3
1063- add saucer to the included clients
1064
1065* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1066- update to 2.0.1
1067
1068* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1069- update to 2.0.0
1070- patch to build against MIT Kerberos 1.1 and later instead of 1.0.x
1071
1072* Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1073- remove that pesky default password
1074- change "Copyright:" to "License:"
1075
1076* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
1077- adjust permissions in files lists
1078- move libexecdir from %%{_prefix}/sbin to %%{_sbindir}
1079
1080* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1081- add migrate_automount.pl to the migration scripts set
1082
1083* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
1084- build a semistatic slurpd with threads, everything else without
1085- disable reverse lookups, per email on OpenLDAP mailing lists
1086- make sure the execute bits are set on the shared libraries
1087
1088* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1089- change logging facility used from local4 to daemon (#11047)
1090
1091* Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
1092- split off clients and servers to shrink down the package and remove the
1093  base package's dependency on Perl
1094- make certain that the binaries have sane permissions
1095
1096* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1097- move the init script back
1098
1099* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
1100- tweak the init script to only source /etc/sysconfig/network if it's found
1101
1102* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1103- automatic rebuild
1104
1105* Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
1106- switch to gdbm; I'm getting off the db merry-go-round
1107- tweak the init script some more
1108- add instdir to @INC in migration scripts
1109
1110* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1111- tweak init script to return error codes properly
1112- change initscripts dependency to one on /etc/init.d
1113
1114* Tue Jul  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1115- prereq initscripts
1116- make migration scripts use mktemp
1117
1118* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
1119- do condrestart in post and stop in preun
1120- move init script to /etc/init.d
1121
1122* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
1123- update to 1.2.11
1124- add condrestart logic to init script
1125- munge migration scripts so that you don't have to be
1126  /usr/share/openldap/migration to run them
1127- add code to create pid files in /var/run
1128
1129* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
1130- FHS tweaks
1131- fix for compiling with libdb2
1132
1133* Thu May  4 2000 Bill Nottingham <notting@redhat.com>
1134- minor tweak so it builds on ia64
1135
1136* Wed May  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1137- more minimalistic fix for bug #11111 after consultation with OpenLDAP team
1138- backport replacement for the ldapuser patch
1139
1140* Tue May  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1141- fix segfaults from queries with commas in them in in.xfingerd (bug #11111)
1142
1143* Tue Apr 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1144- update to 1.2.10
1145- add revamped version of patch from kos@bastard.net to allow execution as
1146  any non-root user
1147- remove test suite from %%build because of weirdness in the build system
1148
1149* Wed Apr 12 2000 Nalin Dahyabhai <nalin@redhat.com>
1150- move the defaults for databases and whatnot to /var/lib/ldap (bug #10714)
1151- fix some possible string-handling problems
1152
1153* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
1154- start earlier, stop later.
1155
1156* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1157- auto rebuild in new environment (release 4)
1158
1159* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1160- add -D_REENTRANT to make threaded stuff more stable, even though it looks
1161  like the sources define it, too
1162- mark *.ph files in migration tools as config files
1163
1164* Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1165- update to 1.2.9
1166
1167* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
1168- strip files
1169
1170* Sat Sep 11 1999 Bill Nottingham <notting@redhat.com>
1171- update to 1.2.7
1172- fix some bugs from bugzilla (#4885, #4887, #4888, #4967)
1173- take include files out of base package
1174
1175* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
1176- missing ;; in init script reload) (#4734).
1177
1178* Tue Aug 24 1999 Cristian Gafton <gafton@redhat.com>
1179- move stuff from /usr/libexec to /usr/sbin
1180- relocate config dirs to /etc/openldap
1181
1182* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
1183- initscript munging
1184
1185* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
1186- add the migration tools to the package
1187
1188* Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
1189- upgrade to 1.2.6
1190- add rc.d script
1191- split -devel package
1192
1193* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
1194- upgrade to latest stable (1.1.4), it now uses configure macro.
1195
1196* Fri Jan 15 1999 Bill Nottingham <notting@redhat.com>
1197- build on arm, glibc2.1
1198
1199* Wed Oct 28 1998 Preston Brown <pbrown@redhat.com>
1200- initial cut.
1201- patches for signal handling on the alpha
Note: See TracBrowser for help on using the repository browser.