openldap24-vl.spec 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. %bcond_with systemd
  2. %bcond_with sql
  3. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  4. %define __perl_requires %{SOURCE11}
  5. %global check_password_version 1.1
  6. Summary: The configuration files, libraries and documentation for OpenLDAP.
  7. Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
  8. Name: openldap24
  9. Version: 2.4.59
  10. Release: 3%{?_dist_release}%{?with_systemd:.systemd}
  11. Group: system
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. License: OpenLDAP
  15. URL: https://www.openldap.org/
  16. Source0: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-%{version}.tgz
  17. Source2: ldap.init
  18. Source4: slapd.ldif
  19. Source5: ldap.conf
  20. Source10: ldap.sysconfig
  21. Source11: filter-requires-openldap.sh
  22. Source12: ltb-project-openldap-ppolicy-check-password-%{check_password_version}.tar.gz
  23. Source50: libexec-functions
  24. Source52: libexec-check-config.sh
  25. Source53: libexec-upgrade-db.sh
  26. Source101: slapd.service
  27. Source102: slapd.tmpfiles
  28. # Patches for 2.4
  29. Patch0: openldap-manpages.patch
  30. Patch2: openldap-reentrant-gethostby.patch
  31. Patch3: openldap-smbk5pwd-overlay.patch
  32. Patch5: openldap-ai-addrconfig.patch
  33. Patch17: openldap-allop-overlay.patch
  34. # fix back_perl problems with lt_dlopen()
  35. # might cause crashes because of symbol collisions
  36. # the proper fix is to link all perl modules against libperl
  37. # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327585
  38. Patch19: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch
  39. # ldapi sasl fix pending upstream inclusion
  40. Patch24: openldap-openssl-manpage-defaultCA.patch
  41. # The below patches come from upstream master and are necessary for Channel Binding
  42. # (both tls-unique and tls-server-end-point) to work properly.
  43. # Additionally, for Samba to be able to implement Channel Binding, the PEERCERT option
  44. # is being included as well.
  45. Patch50: openldap-cbinding-Add-channel-binding-support.patch
  46. Patch51: openldap-cbinding-ITS-8573-allow-all-libldap-options-in-tools-o-option.patch
  47. Patch52: openldap-cbinding-ITS-8573-TLS-option-test-suite.patch
  48. Patch53: openldap-cbinding-ITS-8573-Add-missing-URI-variables-for-tests.patch
  49. Patch54: openldap-cbinding-auth-add-SASL-GSSAPI-tests.patch
  50. Patch55: openldap-cbinding-ITS-7398-add-LDAP_OPT_X_TLS_PEERCERT.patch
  51. Patch56: openldap-cbinding-Make-prototypes-available-where-needed.patch
  52. Patch57: openldap-cbinding-ITS-9189_1-rework-sasl-cbinding-support.patch
  53. Patch58: openldap-cbinding-ITS-9189_2-add-channel-bindings-tests.patch
  54. Patch59: openldap-cbinding-ITS-9189_3-initialize-ldo_sasl_cbinding-in-LDAP_LDO_SA.patch
  55. Patch60: openldap-cbinding-Fix-slaptest-in-test077.patch
  56. Patch61: openldap-cbinding-Convert-test077-to-LDIF-config.patch
  57. Patch62: openldap-cbinding-Update-keys-to-RSA-4096.patch
  58. Patch63: openldap-cbinding-ITS-9215-fix-for-glibc-again.patch
  59. Patch64: openldap-add-tls-sni-support-to-libldap.patch
  60. # check-password module specific patches
  61. Patch90: check-password-makefile.patch
  62. Patch91: check-password.patch
  63. # Vine Patches
  64. # security fixes
  65. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  66. BuildRequires: autoconf, automake, libtool >= 2.2.6a
  67. BuildRequires: libxcrypt-devel, libnsl2-devel
  68. BuildRequires: cyrus-sasl-devel, openssl-devel, perl
  69. BuildRequires: libdb-devel, pam-devel, pkgconfig
  70. BuildRequires: unixODBC-devel, bind-devel, libtool-ltdl-devel >= 2.2.6a
  71. BuildRequires: krb5-devel
  72. BuildRequires: groff
  73. %if %{with systemd}
  74. BuildRequires: systemd
  75. %endif
  76. #BuildConflicts: libicu-devel
  77. Obsoletes: openldap < 2.4.59-3
  78. Provides: openldap = %{version}-%{release}
  79. Requires: cyrus-sasl, mktemp
  80. %description
  81. OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
  82. Protocol) applications and development tools. LDAP is a set of
  83. protocols for accessing directory services (usually phone book style
  84. information, but other information is possible) over the Internet,
  85. similar to the way DNS (Domain Name System) information is propagated
  86. over the Internet. The openldap package contains configuration files,
  87. libraries and documentation for OpenLDAP.
  88. %description -l ja
  89. OpenLDAPはオープンソースなLDAP (Lightweight Directory Access Protocol)アプリケーションと開発ツール集です。LDAPはディレクトリサービス(電話帳の様な情報や他の情報)にInternelからアクセスするプロトコルであり、DNS(Domain Name System)情報に似た方式でInternetに伝えられます。opanldapパッケージはOpanLDAP用の設定ファイルやライブラリ、ドキュメントを含んでいます。
  90. ## to build compat32 for x86_64 architecture support
  91. %package -n compat32-%{name}
  92. Summary: libraries for OpenLDAP.
  93. Group: system
  94. Obsoletes: compat32-openldap < 2.4.59-3
  95. Provides: compat32-openldap = %{version}-%{release}
  96. %description -n compat32-%{name}
  97. OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
  98. Protocol) applications and development tools. LDAP is a set of
  99. protocols for accessing directory services (usually phone book style
  100. information, but other information is possible) over the Internet,
  101. similar to the way DNS (Domain Name System) information is propagated
  102. over the Internet. The openldap package contains configuration files,
  103. libraries and documentation for OpenLDAP.
  104. %debug_package
  105. %prep
  106. %setup -q -c -a 0 -a 12
  107. pushd openldap-%{version}
  108. #AUTOMAKE=/bin/true autoreconf -fiv
  109. autoreconf -fiv ||:
  110. %patch0 -p1
  111. %patch2 -p1
  112. %patch3 -p1
  113. %patch5 -p1
  114. %patch17 -p1
  115. %patch19 -p1
  116. %patch24 -p1
  117. %patch50 -p1
  118. %patch51 -p1
  119. %patch52 -p1
  120. %patch53 -p1
  121. %patch54 -p1
  122. %patch55 -p1
  123. %patch56 -p1
  124. %patch57 -p1
  125. %patch58 -p1
  126. %patch59 -p1
  127. %patch60 -p1
  128. %patch61 -p1
  129. %patch62 -p1
  130. %patch63 -p1
  131. %patch64 -p1
  132. # security
  133. # build smbk5pwd with other overlays
  134. ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays
  135. mv contrib/slapd-modules/smbk5pwd/README contrib/slapd-modules/smbk5pwd/README.smbk5pwd
  136. # build allop with other overlays
  137. ln -s ../../../contrib/slapd-modules/allop/allop.c servers/slapd/overlays
  138. mv contrib/slapd-modules/allop/README contrib/slapd-modules/allop/README.allop
  139. mv contrib/slapd-modules/allop/slapo-allop.5 doc/man/man5/slapo-allop.5
  140. mv servers/slapd/back-perl/README{,.back_perl}
  141. # fix documentation encoding
  142. for filename in doc/drafts/draft-ietf-ldapext-acl-model-xx.txt; do
  143. iconv -f iso-8859-1 -t utf-8 "$filename" > "$filename.utf8"
  144. mv "$filename.utf8" "$filename"
  145. done
  146. popd
  147. pushd ltb-project-openldap-ppolicy-check-password-%{check_password_version}
  148. %patch90 -p1
  149. %patch91 -p1
  150. popd
  151. %build
  152. export CFLAGS="-fpie %{optflags} -Wl,-z,relro,-z,now,--as-needed -DLDAP_CONNECTIONLESS -DLDAP_USE_NON_BLOCKING_TLS"
  153. export LDFLAGS="-pie"
  154. pushd openldap-%{version}
  155. %configure \
  156. --enable-debug \
  157. --enable-dynamic \
  158. \
  159. --enable-slapd=no \
  160. \
  161. --disable-static \
  162. \
  163. --with-cyrus-sasl \
  164. --without-fetch \
  165. --with-threads \
  166. --with-pic \
  167. --with-gnu-ld \
  168. \
  169. --libexecdir=%{_libdir}
  170. make %{_smp_mflags}
  171. popd
  172. %install
  173. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  174. mkdir -p %{buildroot}%{_libdir}/
  175. pushd openldap-%{version}
  176. make install DESTDIR=%{buildroot} STRIP=""
  177. popd
  178. rm -rf %{buildroot}%{_sysconfdir}/openldap
  179. # tweak permissions on the libraries to make sure they're correct
  180. chmod 0755 %{buildroot}%{_libdir}/lib*.so*
  181. chmod 0644 %{buildroot}%{_libdir}/lib*.*a
  182. # remove files which we don't want packaged
  183. rm -f %{buildroot}%{_libdir}/*.la # because we do not want files in %{_libdir}/openldap/ removed, yet
  184. %clean
  185. rm -rf $RPM_BUILD_ROOT
  186. %files
  187. %defattr(-,root,root)
  188. %license openldap-%{version}/{COPYRIGHT,LICENSE}
  189. %doc openldap-%{version}/{ANNOUNCEMENT,CHANGES,README}
  190. %{_libdir}/liblber-2.4*.so.*
  191. %{_libdir}/libldap-2.4*.so.*
  192. %{_libdir}/libldap_r-2.4*.so.*
  193. %exclude %{_libdir}/*.so
  194. %exclude %{_bindir}
  195. %exclude %{_mandir}
  196. %exclude %{_includedir}
  197. ## to build compat32 for x86_64 architecture support
  198. %if %{build_compat32}
  199. %files -n compat32-%{name}
  200. %defattr(-,root,root)
  201. %{_libdir}/libl*-2.4*.so.*
  202. %endif
  203. %changelog
  204. * Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.59-3
  205. - transitional build.
  206. * Sun Nov 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.59-2
  207. - rebuilt with perl-5.34.0.
  208. * Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.59-1
  209. - new upstream release.
  210. - built with openssl-3.0.0.
  211. - imported Patch50-64 from rawhide.
  212. * Thu Jun 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.58-1
  213. - new upstream release.
  214. - dropped ldconfig scriptlets.
  215. - dropped Patch2000: fixed in upstream.
  216. * Thu Mar 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.57-2
  217. - imported Patch2000 from rawhide to fix CVE-2021-27212.
  218. * Sat Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.57-1
  219. - new upstream release.
  220. * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.56-1
  221. - new upstream release.
  222. * Sun Sep 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.53-1
  223. - new upstream release.
  224. - added systemd support (disabled as default).
  225. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-3
  226. - rebuilt with perl-5.26.
  227. * Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-2
  228. - added BR:libxcrypt-devel.
  229. - added BR:libnsl2-devel.
  230. - gdbm is no longer needed.
  231. * Fri Nov 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.46-1
  232. - new upstream release.
  233. - rebuilt with openssl-1.1.1.
  234. - dropped too old MigrationTools.
  235. - dropped all patches and imported from rawhide.
  236. * Mon Mar 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.44-1
  237. - new upstream release and built with openssl 1.0.2g
  238. - update patch0
  239. - drop patch1000,1001 (are included in new release)
  240. * Fri Mar 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-2
  241. - added patch1000,1001 to fix CVE-2015-1545,1546.
  242. * Sat Feb 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-1
  243. - new upstream release.
  244. * Fri Feb 27 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-6
  245. - add patch1146 for fix CVE-2013-4449
  246. * Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.4.23-5
  247. - added Patch700 to build with libdb 5.3.28
  248. * Thu Jan 9 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.4.23-4
  249. - build with cyrus-sasl 2.1.26
  250. * Sun Dec 9 2012 IWAI, Masaharu <iwai@alib.jp> 2.4.23-3
  251. - SECURITY FIX, #2501
  252. - patches from CentOS 6.3; openldap 2.4.23-26.el6_3.2
  253. - CVE-2011-1024: add openldap-cve-ppolicy-forward-updates.patch (Patch1112)
  254. - CVE-2011-1025: add openldap-cve-ndb-bind-rootdn.patch (Patch1113)
  255. - CVE-2012-1164: add openldap-cve-relay-rwm-translucent.patch (Patch1141)
  256. - CVE-2012-2668: add openldap-cve-nss-cipher-suite-ignored.patch (Patch1144)
  257. - patch based CentOS 6.3; openldap 2.4.23-26.el6_3.2
  258. - CVE-2012-2668: add openldap-cve-nss-default-cipher-suite-always-selected.patch (Patch1145)
  259. - fix document file path for servers sub package
  260. * Sat Apr 9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.23-2
  261. - added --with-odbc=unixodbc to configure
  262. * Wed Apr 6 2011 IWAI, Masaharu <iwai@alib.jp> 2.4.23-1
  263. - new upstream release
  264. - update MigrationTools 47
  265. * Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-5
  266. - change %%define __perl_requires instead of __find_requires
  267. * Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.21-4
  268. - rebuild with openssl-1.0.0c
  269. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-3
  270. - rebuilt with gcc-4.4.3-3 on ppc
  271. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.21-2
  272. - rebuilt with rpm-4.8.0-3 (on ppc)
  273. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-1
  274. - new upstream release
  275. - rebuild with db4-4.8.0
  276. - use Requires(post/pre) instead of Prereq
  277. * Sun Dec 20 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-4
  278. - rebuild
  279. * Tue Nov 3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-3
  280. - add BuildConflicts: libicu-devel
  281. * Mon Nov 2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.16-2
  282. - add Patch1000 for fix CVE-2009-3767 (openssl null char)
  283. - add --with-gssapi into configure
  284. - drop --without-kerberos (it is old configure option)
  285. * Wed Aug 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.16-1
  286. - new upstream release
  287. * Sun Jul 05 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-6
  288. - dropped compat32-%%{name}-servers-sql
  289. * Sat Jul 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.4.11-5
  290. - added compat32 subpackages
  291. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-4
  292. - rebuild with libtool-2.2.6a
  293. * Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-3
  294. - use filter-requires-openldap.sh instead of find-requires
  295. * Wed Apr 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-2
  296. - reverted a scriptlet that dropped in 2.3.24-0vl4
  297. * Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.11-1
  298. - new upstream release
  299. - applied patches from fedora's package (openldap-2.4.12-1)
  300. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.41-1vl5
  301. - updated to 2.3.41 (Patch10 and 11 were merged into upstream)
  302. * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.27-0vl5
  303. - rebuild with new openssl
  304. * Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl4
  305. - rebuilt with new toolchain/bdb 4.3
  306. * Tue Dec 26 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.27-0vl3
  307. - rebuilt for VineSeed
  308. * Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.3
  309. - add Vendor/Distribution tag
  310. * Wed Dec 13 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.2
  311. - add patch11 for fix krbv4_ldap_auth issue
  312. * Fri Nov 24 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.27-0vl2.1
  313. - add patch10 for fix CVE-2006-5779
  314. * Sun Sep 03 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl2
  315. - use filter-requires-openldap.sh instead of find-requires
  316. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.27-0vl1
  317. - new upstream release
  318. * Sat Aug 26 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl4
  319. - restored rfc822-MailMember.schema
  320. - update config.patch
  321. - removed a scriptlet that save and restore the database
  322. * Sat Aug 19 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl3
  323. - removed internal bdb
  324. - removed autoconf-2.13.1 and automake-1.4a
  325. * Tue Jul 11 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.24-0vl2
  326. - removed compat-openldap subpackage
  327. * Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 2.3.24-0vl1
  328. - New upstream release
  329. - merged to fedora's package(openldap-2.3.24-2)
  330. -- build sql backend as a loadable module
  331. -- move ucdata to the -servers subpackage where it belongs
  332. -- add compat-openldap subpackage
  333. -- update administrator guide
  334. -- build a separate, static set of libraries for openldap-devel with the
  335. non-standard ntlm bind patch applied, for use by
  336. the evolution-connector package (#125579), and installing them under
  337. %%{evolution_connector_prefix} (%{evolution_connector_prefix})
  338. -- add libtool-ltdl-devel buildprereqs
  339. -- Upgrade internal bdb to db-4.4.20. For a clean upgrade, this will
  340. require that users slapcat their databases into a temp file, move
  341. /var/lib/ldap someplace safe, upgrade the openldap rpms, then
  342. slapadd the temp file.
  343. -- fix ldap.init
  344. -- add two upstream patches for db-4.4.20
  345. * Wed Nov 2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.30-0vl2
  346. - rebuild for VineSeed Plus
  347. - added Japanese summary
  348. * Sat Apr 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.30-0vl1
  349. - new upstream version (openldap-2.1.30)
  350. -- Fixed slapd userdb checkpass bub (ITS#3048)
  351. -- Fixed back-ldbm IDL delete bug (ITS#3048)
  352. -- Fixed libldap schema parsing bug (ITS#2920, ITS#3065)
  353. -- Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
  354. -- Removed lint (ITS#3086)
  355. -- Documentation updated slapd.conf(5) manpage (ITS#2525)
  356. * Thu Apr 08 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl2
  357. - fixed ldap.ini
  358. * Sun Mar 28 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.29-0vl1
  359. - new upstream version (openldap-2.1.29)
  360. * Wed Mar 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.28-0vl1
  361. - new upstream version (openldap-2.1.28)
  362. * Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.27-0vl1
  363. - new upstream version (openldap-2.1.27)
  364. * Sat Jan 24 2004 Satoshi MACHINO <machino@vinelinux.org> 2.1.26-0vl1
  365. - new upstream version (openldap-2.1.26)
  366. - don't use libtool in make
  367. * Sun Oct 26 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.23-0vl1
  368. - new upstream version (openldap-2.1.23)
  369. - updated migration tools to version 45
  370. - used libtool
  371. * Sun Jul 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl2
  372. - for VineSeedPlus
  373. - fixed BuildPreReq
  374. * Sat Jul 19 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.22-0vl1
  375. - for VinePlus
  376. - new upstream version (openldap-2.1.22)
  377. * Thu May 29 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.21-0vl1
  378. - new upstream version (openldap-2.1.21)
  379. * Tue May 20 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.20-0vl1
  380. - new upstream version
  381. * Thu May 15 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.19-1vl1
  382. - new upstream version
  383. - merged spec file to 2.1.19-1
  384. -- switch to db with crypto
  385. -- install the db utils for the bundled libdb as %%{_sbindir}/slapd_db_*
  386. -- install slapcat/slapadd from 2.0.x for migration purposes
  387. * Mon Jan 27 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.12-0vl1
  388. - updated to openldap-2.1.12
  389. -- dropped ldapfriendly
  390. * Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.4-0vl1
  391. - updated to openldap-2.1.4
  392. - updated guide.html
  393. * Fri Sep 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.1.3-4vl1
  394. - updated to openldap-2.1.3
  395. - added db-4.0.14
  396. - updated migration tools to version 44
  397. - merged openldap-2.1.3-4
  398. -- updated patch0, patch1, patch3 and patch6
  399. -- dropped patch7 and patch10
  400. -- enable the ldbm/berkeley backend as well
  401. -- use an ldbm/berkeley database as the default
  402. -- don't install slapadd-gdbm
  403. -- allow ldapv2 binds by default
  404. -- set TLS_CACERTFILE in the default ldap.conf file
  405. * Tue Jun 11 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.25-0vl1
  406. - updated to openldap-2.0.25
  407. * Mon Jun 10 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.24-0vl1
  408. - updated to openldap-2.0.24
  409. - updated migration tools to version 40
  410. - dropped autoconf source
  411. - dropped some patches
  412. * Sat Feb 16 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.23-0vl1
  413. - updated openldap-2.0.23
  414. * Wed Feb 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.22-0vl1
  415. - updated openldap-2.0.22
  416. * Mon Jan 21 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.21-0vl1
  417. - updated openldap-2.0.21
  418. * Wed Nov 07 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.18-0vl1
  419. - updated openldap-2.0.18
  420. * Sun Oct 14 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.17-0vl1
  421. - updated openldap-2.0.17
  422. - updated MigrationTools-38-instdir.patch
  423. - updated openldap-2.0.17-config.patch
  424. - removed openldap-2.0.3-krb5-1.1.patch
  425. * Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-1vl1
  426. - update to migration tools 39
  427. - removed patch libtool.patch and linkage.patch
  428. * Wed Sep 19 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.14-0vl0
  429. - updated openldap-2.0.14
  430. * Mon Jul 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  431. - 2.0.11-0vl2
  432. - rebuilt with openssl-0.9.6b
  433. * Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.11-0vl1
  434. - updated
  435. * Thu Apr 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.7-14vl3
  436. - Fixed resolve libraries path.
  437. * Wed Apr 11 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl2
  438. - added openldap-2.0.7-config-vine.patch
  439. - removed openldap-2.0.7-config.patch
  440. * Tue Apr 10 2001 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-14vl1
  441. - merged Rawhide's OpenLDAP Package
  442. back out pidfile patches, which interact weirdly with Linux threads
  443. mark non-standard schema as such by moving them to a different directory
  444. update to MigrationTools 36, adds netgroup support
  445. fix thinko in that last patch
  446. try to work around some buffering problems
  447. gettextize the init script
  448. move the RFCs to the base package (#21701)
  449. add support for additional OPTIONS, SLAPD_OPTIONS, and SLURPD_OPTIONS in
  450. a /etc/sysconfig/ldap file (#23549)
  451. change automount object OID from 1.3.6.1.1.1.2.9 to 1.3.6.1.1.1.2.13,
  452. per mail from the ldap-nis mailing list
  453. force -fPIC so that shared libraries don't fall over
  454. add Norbert Klasen's patch (via Del) to fix searches using ldaps URLs
  455. (OpenLDAP ITS #889)
  456. add "-h ldaps:///" to server init when TLS is enabled, in order to support
  457. ldaps in addition to the regular STARTTLS (suggested by Del)
  458. correct mismatched-dn-cn bug in migrate_automount.pl
  459. update to the correct OIDs for automount and automountInformation
  460. add notes on upgrading
  461. * Sat Nov 25 2000 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-1vl2
  462. - fixed VersionedDependencies to used _noVersionedDependencies 1 in .rpmmacros
  463. * Sat Nov 18 2000 MACHINO, satoshi <machino@vinelinux.org> 2.0.7-1vl1
  464. - build for Vine Linux
  465. - removed kerberos
  466. - fixed config dir
  467. - fixed _sysconfdir
  468. * Tue Nov 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  469. - update to 2.0.7
  470. - drop chdir patch (went mainstream)
  471. * Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  472. - change automount object classes from auxiliary to structural
  473. * Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  474. - update to Migration Tools 27
  475. - change the sense of the last simple patch
  476. * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  477. - reorganize the patch list to separate MigrationTools and OpenLDAP patches
  478. - switch to Luke Howard's rfc822MailMember schema instead of the aliases.schema
  479. - configure slapd to run as the non-root user "ldap" (#19370)
  480. - chdir() before chroot() (we don't use chroot, though) (#19369)
  481. - disable saving of the pid file because the parent thread which saves it and
  482. the child thread which listens have different pids
  483. * Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  484. - add missing required attributes to conversion scripts to comply with schema
  485. - add schema for mail aliases, autofs, and kerberosSecurityObject rooted in
  486. our own OID tree to define attributes and classes migration scripts expect
  487. - tweak automounter migration script
  488. * Mon Oct 9 2000 Nalin Dahyabhai <nalin@redhat.com>
  489. - try adding the suffix first when doing online migrations
  490. - force ldapadd to use simple authentication in migration scripts
  491. - add indexing of a few attributes to the default configuration
  492. - add commented-out section on using TLS to default configuration
  493. * Thu Oct 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  494. - update to 2.0.6
  495. - add buildprereq on cyrus-sasl-devel, krb5-devel, openssl-devel
  496. - take the -s flag off of slapadd invocations in migration tools
  497. - add the cosine.schema to the default server config, needed by inetorgperson
  498. * Wed Oct 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  499. - add the nis.schema and inetorgperson.schema to the default server config
  500. - make ldapadd a hard link to ldapmodify because they're identical binaries
  501. * Fri Sep 22 2000 Nalin Dahyabhai <nalin@redhat.com>
  502. - update to 2.0.4
  503. * Fri Sep 15 2000 Nalin Dahyabhai <nalin@redhat.com>
  504. - remove prereq on /etc/init.d (#17531)
  505. - update to 2.0.3
  506. - add saucer to the included clients
  507. * Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  508. - update to 2.0.1
  509. * Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  510. - update to 2.0.0
  511. - patch to build against MIT Kerberos 1.1 and later instead of 1.0.x
  512. * Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
  513. - remove that pesky default password
  514. - change "Copyright:" to "License:"
  515. * Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  516. - adjust permissions in files lists
  517. - move libexecdir from %%{_prefix}/sbin to %%{_sbindir}
  518. * Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  519. - add migrate_automount.pl to the migration scripts set
  520. * Tue Aug 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  521. - build a semistatic slurpd with threads, everything else without
  522. - disable reverse lookups, per email on OpenLDAP mailing lists
  523. - make sure the execute bits are set on the shared libraries
  524. * Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  525. - change logging facility used from local4 to daemon (#11047)
  526. * Thu Jul 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  527. - split off clients and servers to shrink down the package and remove the
  528. base package's dependency on Perl
  529. - make certain that the binaries have sane permissions
  530. * Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  531. - move the init script back
  532. * Thu Jul 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  533. - tweak the init script to only source /etc/sysconfig/network if it's found
  534. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  535. - automatic rebuild
  536. * Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  537. - switch to gdbm; I'm getting off the db merry-go-round
  538. - tweak the init script some more
  539. - add instdir to @INC in migration scripts
  540. * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  541. - tweak init script to return error codes properly
  542. - change initscripts dependency to one on /etc/init.d
  543. * Tue Jul 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  544. - prereq initscripts
  545. - make migration scripts use mktemp
  546. * Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  547. - do condrestart in post and stop in preun
  548. - move init script to /etc/init.d
  549. * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  550. - update to 1.2.11
  551. - add condrestart logic to init script
  552. - munge migration scripts so that you don't have to be
  553. /usr/share/openldap/migration to run them
  554. - add code to create pid files in /var/run
  555. * Mon Jun 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  556. - FHS tweaks
  557. - fix for compiling with libdb2
  558. * Thu May 4 2000 Bill Nottingham <notting@redhat.com>
  559. - minor tweak so it builds on ia64
  560. * Wed May 3 2000 Nalin Dahyabhai <nalin@redhat.com>
  561. - more minimalistic fix for bug #11111 after consultation with OpenLDAP team
  562. - backport replacement for the ldapuser patch
  563. * Tue May 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  564. - fix segfaults from queries with commas in them in in.xfingerd (bug #11111)
  565. * Tue Apr 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  566. - update to 1.2.10
  567. - add revamped version of patch from kos@bastard.net to allow execution as
  568. any non-root user
  569. - remove test suite from %%build because of weirdness in the build system
  570. * Wed Apr 12 2000 Nalin Dahyabhai <nalin@redhat.com>
  571. - move the defaults for databases and whatnot to /var/lib/ldap (bug #10714)
  572. - fix some possible string-handling problems
  573. * Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
  574. - start earlier, stop later.
  575. * Thu Feb 3 2000 Nalin Dahyabhai <nalin@redhat.com>
  576. - auto rebuild in new environment (release 4)
  577. * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  578. - add -D_REENTRANT to make threaded stuff more stable, even though it looks
  579. like the sources define it, too
  580. - mark *.ph files in migration tools as config files
  581. * Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  582. - update to 1.2.9
  583. * Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
  584. - strip files
  585. * Sat Sep 11 1999 Bill Nottingham <notting@redhat.com>
  586. - update to 1.2.7
  587. - fix some bugs from bugzilla (#4885, #4887, #4888, #4967)
  588. - take include files out of base package
  589. * Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
  590. - missing ;; in init script reload) (#4734).
  591. * Tue Aug 24 1999 Cristian Gafton <gafton@redhat.com>
  592. - move stuff from /usr/libexec to /usr/sbin
  593. - relocate config dirs to /etc/openldap
  594. * Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
  595. - initscript munging
  596. * Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
  597. - add the migration tools to the package
  598. * Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
  599. - upgrade to 1.2.6
  600. - add rc.d script
  601. - split -devel package
  602. * Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
  603. - upgrade to latest stable (1.1.4), it now uses configure macro.
  604. * Fri Jan 15 1999 Bill Nottingham <notting@redhat.com>
  605. - build on arm, glibc2.1
  606. * Wed Oct 28 1998 Preston Brown <pbrown@redhat.com>
  607. - initial cut.
  608. - patches for signal handling on the alpha