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

Revision 12521, 42.2 KB checked in by tomop, 3 years ago (diff)

updated 11 packages

dnsmasq-2.84-1

firefox-78.7.0-1

kernel-5.4.93-1

libmaxminddb-1.5.0-1

nsd-4.3.5-1

openldap-2.4.57-1

python-pillow-8.1.0-1

rust-1.49.0-1

samba-4.13.4-1

sudo-1.9.5p2-1

thunderbird-78.7.0-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.57
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 Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.57-1
695- new upstream release.
696
697* Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.56-1
698- new upstream release.
699
700* Sun Sep 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.53-1
701- new upstream release.
702- added systemd support (disabled as default).
703
704* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-3
705- rebuilt with perl-5.26.
706
707* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-2
708- added BR:libxcrypt-devel.
709- added BR:libnsl2-devel.
710- gdbm is no longer needed.
711
712* Fri Nov 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-1
713- new upstream release.
714- rebuilt with openssl-1.1.1.
715- dropped too old MigrationTools.
716- dropped all patches and imported from rawhide.
717
718* Mon Mar 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.44-1
719- new upstream release and built with openssl 1.0.2g
720- update patch0
721- drop patch1000,1001 (are included in new release)
722
723* Fri Mar 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-2
724- added patch1000,1001 to fix CVE-2015-1545,1546.
725
726* Sat Feb 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-1
727- new upstream release.
728
729* Fri Feb 27 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-6
730- add patch1146 for fix CVE-2013-4449
731
732* Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-5
733- added Patch700 to build with libdb 5.3.28
734
735* Thu Jan  9 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.4.23-4
736- build with cyrus-sasl 2.1.26
737
738* Sun Dec  9 2012 IWAI, Masaharu <iwai@alib.jp> 2.4.23-3
739- SECURITY FIX, #2501
740 - patches from CentOS 6.3; openldap 2.4.23-26.el6_3.2
741  - CVE-2011-1024: add openldap-cve-ppolicy-forward-updates.patch (Patch1112)
742  - CVE-2011-1025: add openldap-cve-ndb-bind-rootdn.patch (Patch1113)
743  - CVE-2012-1164: add openldap-cve-relay-rwm-translucent.patch (Patch1141)
744  - CVE-2012-2668: add openldap-cve-nss-cipher-suite-ignored.patch (Patch1144)
745 - patch based CentOS 6.3; openldap 2.4.23-26.el6_3.2
746  - CVE-2012-2668: add openldap-cve-nss-default-cipher-suite-always-selected.patch (Patch1145)
747- fix document file path for servers sub package
748
749* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.23-2
750- added --with-odbc=unixodbc to configure
751
752* Wed Apr  6 2011 IWAI, Masaharu <iwai@alib.jp> 2.4.23-1
753- new upstream release
754- update MigrationTools 47
755
756* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-5
757- change %%define __perl_requires instead of __find_requires
758
759* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-4
760- rebuild with openssl-1.0.0c
761
762* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-3
763- rebuilt with gcc-4.4.3-3 on ppc
764
765* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-2
766- rebuilt with rpm-4.8.0-3 (on ppc)
767
768* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-1
769- new upstream release
770- rebuild with db4-4.8.0
771- use Requires(post/pre) instead of Prereq
772
773* Sun Dec 20 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-4
774- rebuild
775
776* Tue Nov  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-3
777- add BuildConflicts: libicu-devel
778
779* Mon Nov  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-2
780- add Patch1000 for fix CVE-2009-3767 (openssl null char)
781- add --with-gssapi into configure
782- drop --without-kerberos (it is old configure option)
783
784* Wed Aug 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.16-1
785- new upstream release
786
787* Sun Jul 05 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-6
788- dropped compat32-%%{name}-servers-sql
789
790* Sat Jul 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-5
791- added compat32 subpackages
792
793* Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-4
794- rebuild with libtool-2.2.6a
795
796* Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-3
797- use filter-requires-openldap.sh instead of find-requires
798
799* Wed Apr 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-2
800- reverted a scriptlet that dropped in 2.3.24-0vl4
801
802* Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-1
803- new upstream release
804- applied patches from fedora's package (openldap-2.4.12-1)
805
806* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.41-1vl5
807- updated to 2.3.41 (Patch10 and 11 were merged into upstream)
808
809* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.27-0vl5
810- rebuild with new openssl
811
812* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl4
813- rebuilt with new toolchain/bdb 4.3
814
815* Tue Dec 26 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl3
816- rebuilt for VineSeed
817
818* Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.3
819- add Vendor/Distribution tag
820
821* Wed Dec 13 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.2
822- add patch11 for fix krbv4_ldap_auth issue
823
824* Fri Nov 24 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.1
825- add patch10 for fix CVE-2006-5779
826
827* Sun Sep 03 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl2
828- use filter-requires-openldap.sh instead of find-requires
829
830* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl1
831- new upstream release
832
833* Sat Aug 26 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl4
834- restored rfc822-MailMember.schema
835- update config.patch
836- removed a scriptlet that save and restore the database
837
838* Sat Aug 19 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl3
839- removed internal bdb
840- removed autoconf-2.13.1 and automake-1.4a
841
842* Tue Jul 11 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl2
843- removed compat-openldap subpackage
844
845* Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 2.3.24-0vl1
846- New upstream release
847- merged to fedora's package(openldap-2.3.24-2)
848        -- build sql backend as a loadable module
849        -- move ucdata to the -servers subpackage where it belongs
850        -- add compat-openldap subpackage
851        -- update administrator guide
852        -- build a separate, static set of libraries for openldap-devel with the
853           non-standard ntlm bind patch applied, for use by
854           the evolution-connector package (#125579), and installing them under
855           %%{evolution_connector_prefix} (%{evolution_connector_prefix})
856        -- add libtool-ltdl-devel buildprereqs
857        -- Upgrade internal bdb to db-4.4.20.  For a clean upgrade, this will
858           require that users slapcat their databases into a temp file, move
859           /var/lib/ldap someplace safe, upgrade the openldap rpms, then
860           slapadd the temp file.
861        -- fix ldap.init
862        -- add two upstream patches for db-4.4.20
863
864* Wed Nov  2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.30-0vl2
865- rebuild for VineSeed Plus
866- added Japanese summary
867
868* Sat Apr 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.30-0vl1
869- new upstream version (openldap-2.1.30)
870        -- Fixed slapd userdb checkpass bub (ITS#3048)
871        -- Fixed back-ldbm IDL delete bug (ITS#3048)
872        -- Fixed libldap schema parsing bug (ITS#2920, ITS#3065)
873        -- Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
874        -- Removed lint (ITS#3086)
875        -- Documentation updated slapd.conf(5) manpage (ITS#2525)
876
877* Thu Apr 08 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl2
878- fixed ldap.ini
879
880* Sun Mar 28 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl1
881- new upstream version (openldap-2.1.29)
882
883* Wed Mar 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.28-0vl1
884- new upstream version (openldap-2.1.28)
885
886* Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.27-0vl1
887- new upstream version (openldap-2.1.27)
888
889* Sat Jan 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.26-0vl1
890- new upstream version (openldap-2.1.26)
891- don't use libtool in make
892
893* Sun Oct 26 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.23-0vl1
894- new upstream version (openldap-2.1.23)
895- updated migration tools to version 45
896- used libtool
897
898* Sun Jul 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl2
899- for VineSeedPlus
900- fixed BuildPreReq
901
902* Sat Jul 19 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl1
903- for VinePlus
904- new upstream version (openldap-2.1.22)
905
906* Thu May 29 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.21-0vl1
907- new upstream version (openldap-2.1.21)
908
909* Tue May 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.20-0vl1
910- new upstream version
911
912* Thu May 15 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.19-1vl1
913- new upstream version
914- merged spec file to 2.1.19-1
915        -- switch to db with crypto
916        -- install the db utils for the bundled libdb as %%{_sbindir}/slapd_db_*
917        -- install slapcat/slapadd from 2.0.x for migration purposes
918
919* Mon Jan 27 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.12-0vl1
920- updated to openldap-2.1.12
921        -- dropped ldapfriendly
922
923* Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.4-0vl1
924- updated to openldap-2.1.4
925- updated guide.html
926
927* Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.3-4vl1
928- updated to openldap-2.1.3
929- added db-4.0.14
930- updated migration tools to version 44
931- merged openldap-2.1.3-4
932        -- updated patch0, patch1, patch3 and patch6
933        -- dropped patch7 and patch10
934        -- enable the ldbm/berkeley backend as well
935        -- use an ldbm/berkeley database as the default
936        -- don't install slapadd-gdbm
937        -- allow ldapv2 binds by default
938        -- set TLS_CACERTFILE in the default ldap.conf file
939
940* Tue Jun 11 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.25-0vl1
941- updated to openldap-2.0.25
942
943* Mon Jun 10 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.24-0vl1
944- updated to openldap-2.0.24
945- updated migration tools to version 40
946- dropped autoconf source
947- dropped some patches
948
949* Sat Feb 16 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.23-0vl1
950- updated openldap-2.0.23
951
952* Wed Feb 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.22-0vl1
953- updated openldap-2.0.22
954
955* Mon Jan 21 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.21-0vl1
956- updated openldap-2.0.21
957
958* Wed Nov 07 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.18-0vl1
959- updated openldap-2.0.18
960
961* Sun Oct 14 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.17-0vl1
962- updated openldap-2.0.17
963- updated MigrationTools-38-instdir.patch
964- updated openldap-2.0.17-config.patch
965- removed openldap-2.0.3-krb5-1.1.patch
966
967* Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-1vl1
968- update to migration tools 39
969- removed patch libtool.patch and linkage.patch
970 
971* Wed Sep 19 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-0vl0
972- updated openldap-2.0.14
973
974* Mon Jul 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
975- 2.0.11-0vl2
976- rebuilt with openssl-0.9.6b
977
978* Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.11-0vl1
979- updated
980
981* Thu Apr 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.7-14vl3
982- Fixed resolve libraries path.
983
984* Wed Apr 11 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl2
985- added openldap-2.0.7-config-vine.patch
986- removed openldap-2.0.7-config.patch
987
988* Tue Apr 10 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl1
989- merged Rawhide's OpenLDAP Package
990    back out pidfile patches, which interact weirdly with Linux threads
991    mark non-standard schema as such by moving them to a different directory
992    update to MigrationTools 36, adds netgroup support
993    fix thinko in that last patch
994    try to work around some buffering problems
995    gettextize the init script
996    move the RFCs to the base package (#21701)
997    add support for additional OPTIONS, SLAPD_OPTIONS, and SLURPD_OPTIONS in
998    a /etc/sysconfig/ldap file (#23549)
999    change automount object OID from 1.3.6.1.1.1.2.9 to 1.3.6.1.1.1.2.13,
1000    per mail from the ldap-nis mailing list
1001    force -fPIC so that shared libraries don't fall over
1002    add Norbert Klasen's patch (via Del) to fix searches using ldaps URLs
1003     (OpenLDAP ITS #889)
1004    add "-h ldaps:///" to server init when TLS is enabled, in order to support
1005    ldaps in addition to the regular STARTTLS (suggested by Del)
1006    correct mismatched-dn-cn bug in migrate_automount.pl
1007    update to the correct OIDs for automount and automountInformation
1008    add notes on upgrading
1009   
1010* Sat Nov 25 2000 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-1vl2
1011- fixed VersionedDependencies to used _noVersionedDependencies 1 in .rpmmacros
1012
1013* Sat Nov 18 2000 MACHINO, satoshi <machino@vinelinux.org> 2.0.7-1vl1
1014- build for Vine Linux
1015- removed kerberos
1016- fixed config dir
1017- fixed _sysconfdir
1018
1019* Tue Nov  7 2000 Nalin Dahyabhai <nalin@redhat.com>
1020- update to 2.0.7
1021- drop chdir patch (went mainstream)
1022
1023* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1024- change automount object classes from auxiliary to structural
1025
1026* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1027- update to Migration Tools 27
1028- change the sense of the last simple patch
1029
1030* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1031- reorganize the patch list to separate MigrationTools and OpenLDAP patches
1032- switch to Luke Howard's rfc822MailMember schema instead of the aliases.schema
1033- configure slapd to run as the non-root user "ldap" (#19370)
1034- chdir() before chroot() (we don't use chroot, though) (#19369)
1035- disable saving of the pid file because the parent thread which saves it and
1036  the child thread which listens have different pids
1037
1038* Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1039- add missing required attributes to conversion scripts to comply with schema
1040- add schema for mail aliases, autofs, and kerberosSecurityObject rooted in
1041  our own OID tree to define attributes and classes migration scripts expect
1042- tweak automounter migration script
1043
1044* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
1045- try adding the suffix first when doing online migrations
1046- force ldapadd to use simple authentication in migration scripts
1047- add indexing of a few attributes to the default configuration
1048- add commented-out section on using TLS to default configuration
1049
1050* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
1051- update to 2.0.6
1052- add buildprereq on cyrus-sasl-devel, krb5-devel, openssl-devel
1053- take the -s flag off of slapadd invocations in migration tools
1054- add the cosine.schema to the default server config, needed by inetorgperson
1055
1056* Wed Oct  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1057- add the nis.schema and inetorgperson.schema to the default server config
1058- make ldapadd a hard link to ldapmodify because they're identical binaries
1059
1060* Fri Sep 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1061- update to 2.0.4
1062
1063* Fri Sep 15 2000 Nalin Dahyabhai <nalin@redhat.com>
1064- remove prereq on /etc/init.d (#17531)
1065- update to 2.0.3
1066- add saucer to the included clients
1067
1068* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1069- update to 2.0.1
1070
1071* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1072- update to 2.0.0
1073- patch to build against MIT Kerberos 1.1 and later instead of 1.0.x
1074
1075* Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1076- remove that pesky default password
1077- change "Copyright:" to "License:"
1078
1079* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
1080- adjust permissions in files lists
1081- move libexecdir from %%{_prefix}/sbin to %%{_sbindir}
1082
1083* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1084- add migrate_automount.pl to the migration scripts set
1085
1086* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
1087- build a semistatic slurpd with threads, everything else without
1088- disable reverse lookups, per email on OpenLDAP mailing lists
1089- make sure the execute bits are set on the shared libraries
1090
1091* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1092- change logging facility used from local4 to daemon (#11047)
1093
1094* Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
1095- split off clients and servers to shrink down the package and remove the
1096  base package's dependency on Perl
1097- make certain that the binaries have sane permissions
1098
1099* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1100- move the init script back
1101
1102* Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
1103- tweak the init script to only source /etc/sysconfig/network if it's found
1104
1105* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1106- automatic rebuild
1107
1108* Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
1109- switch to gdbm; I'm getting off the db merry-go-round
1110- tweak the init script some more
1111- add instdir to @INC in migration scripts
1112
1113* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1114- tweak init script to return error codes properly
1115- change initscripts dependency to one on /etc/init.d
1116
1117* Tue Jul  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1118- prereq initscripts
1119- make migration scripts use mktemp
1120
1121* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
1122- do condrestart in post and stop in preun
1123- move init script to /etc/init.d
1124
1125* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
1126- update to 1.2.11
1127- add condrestart logic to init script
1128- munge migration scripts so that you don't have to be
1129  /usr/share/openldap/migration to run them
1130- add code to create pid files in /var/run
1131
1132* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
1133- FHS tweaks
1134- fix for compiling with libdb2
1135
1136* Thu May  4 2000 Bill Nottingham <notting@redhat.com>
1137- minor tweak so it builds on ia64
1138
1139* Wed May  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1140- more minimalistic fix for bug #11111 after consultation with OpenLDAP team
1141- backport replacement for the ldapuser patch
1142
1143* Tue May  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1144- fix segfaults from queries with commas in them in in.xfingerd (bug #11111)
1145
1146* Tue Apr 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1147- update to 1.2.10
1148- add revamped version of patch from kos@bastard.net to allow execution as
1149  any non-root user
1150- remove test suite from %%build because of weirdness in the build system
1151
1152* Wed Apr 12 2000 Nalin Dahyabhai <nalin@redhat.com>
1153- move the defaults for databases and whatnot to /var/lib/ldap (bug #10714)
1154- fix some possible string-handling problems
1155
1156* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
1157- start earlier, stop later.
1158
1159* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1160- auto rebuild in new environment (release 4)
1161
1162* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1163- add -D_REENTRANT to make threaded stuff more stable, even though it looks
1164  like the sources define it, too
1165- mark *.ph files in migration tools as config files
1166
1167* Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1168- update to 1.2.9
1169
1170* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
1171- strip files
1172
1173* Sat Sep 11 1999 Bill Nottingham <notting@redhat.com>
1174- update to 1.2.7
1175- fix some bugs from bugzilla (#4885, #4887, #4888, #4967)
1176- take include files out of base package
1177
1178* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
1179- missing ;; in init script reload) (#4734).
1180
1181* Tue Aug 24 1999 Cristian Gafton <gafton@redhat.com>
1182- move stuff from /usr/libexec to /usr/sbin
1183- relocate config dirs to /etc/openldap
1184
1185* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
1186- initscript munging
1187
1188* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
1189- add the migration tools to the package
1190
1191* Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
1192- upgrade to 1.2.6
1193- add rc.d script
1194- split -devel package
1195
1196* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
1197- upgrade to latest stable (1.1.4), it now uses configure macro.
1198
1199* Fri Jan 15 1999 Bill Nottingham <notting@redhat.com>
1200- build on arm, glibc2.1
1201
1202* Wed Oct 28 1998 Preston Brown <pbrown@redhat.com>
1203- initial cut.
1204- patches for signal handling on the alpha
Note: See TracBrowser for help on using the repository browser.