cyrus-sasl-vl.spec 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define _plugindir2 %{_libdir}/sasl2
  3. Summary: The Cyrus SASL library.
  4. Name: cyrus-sasl
  5. Version: 2.1.26
  6. Release: 2%{_dist_release}
  7. License: BSD with advertising
  8. Group: System Environment/Libraries
  9. Source0: ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-%{version}.tar.gz
  10. Source4: saslauthd.init
  11. Source5: README.RPM
  12. Source9: saslauthd.sysconfig
  13. URL: http://cyrusimap.org/
  14. #
  15. Patch10: cyrus-sasl-2.1.22-db_bundle.patch
  16. Patch11: cyrus-sasl-2.1.25-no_rpath.patch
  17. Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
  18. Patch24: cyrus-sasl-2.1.21-sizes.patch
  19. Patch28: cyrus-sasl-2.1.26-keytab.patch
  20. # missing size_t declaration in sasl.h
  21. Patch46: cyrus-sasl-2.1.26-size_t.patch
  22. Patch102: cyrus-sasl-2.1.26-configure.patch
  23. #security
  24. ## http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.26-CVE-2013-4122.patch?revision=1.1
  25. Patch200: cyrus-sasl-2.1.26-CVE-2013-4122.patch
  26. Buildroot: %{_tmppath}/%{name}-%{version}-root
  27. BuildRequires: autoconf, automake, libtool
  28. # Note: berkeley db for sasl2, gdbm for sasl1.
  29. BuildRequires: db4-devel, openssl-devel, pam-devel
  30. BuildRequires: MySQL-devel, postgresql-devel, openldap-devel, zlib-devel
  31. BuildRequires: pkgconfig
  32. BuildRequires: krb5-devel
  33. BuildRequires: groff
  34. Requires(post): /sbin/ldconfig, chkconfig
  35. Requires(postun): /sbin/ldconfig, chkconfig
  36. Vendor: Project Vine
  37. Distribution: Vine Linux
  38. %description
  39. The %{name} package contains the Cyrus implementation of SASL.
  40. SASL is the Simple Authentication and Security Layer, a method for
  41. adding authentication support to connection-based protocols.
  42. %package devel
  43. Requires: %{name} = %{version}-%{release}
  44. Group: Development/Libraries
  45. Summary: Files needed for developing applications with Cyrus SASL.
  46. %description devel
  47. The %{name}-devel package contains files needed for developing and
  48. compiling applications which use the Cyrus SASL library.
  49. %package gssapi
  50. Requires: %{name} = %{version}-%{release}
  51. Group: System Environment/Libraries
  52. Summary: GSSAPI support for Cyrus SASL.
  53. %description gssapi
  54. The %{name}-gssapi package contains the Cyrus SASL plugins which
  55. support GSSAPI authentication. GSSAPI is commonly used for Kerberos
  56. authentication.
  57. %package plain
  58. Requires: %{name} = %{version}-%{release}
  59. Group: System Environment/Libraries
  60. Summary: PLAIN and LOGIN support for Cyrus SASL.
  61. %description plain
  62. The %{name}-plain package contains the Cyrus SASL plugins which support
  63. PLAIN and LOGIN authentication schemes.
  64. %package md5
  65. Requires: %{name} = %{version}-%{release}
  66. Group: System Environment/Libraries
  67. Summary: CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL.
  68. %description md5
  69. The %{name}-md5 package contains the Cyrus SASL plugins which support
  70. CRAM-MD5 and DIGEST-MD5 authentication schemes.
  71. %package ntlm
  72. Requires: %{name} = %{version}-%{release}
  73. Group: System Environment/Libraries
  74. Summary: NTLM support for Cyrus SASL.
  75. %description ntlm
  76. The %{name}-ntlm package contains the Cyrus SASL plugin which supports
  77. the NTLM authentication schemes.
  78. # This would more appropriately be named cyrus-sasl-auxprop-sql.
  79. %package sql
  80. #Requires: %{name}-lib = %{version}-%{release}
  81. Requires: %{name} = %{version}-%{release}
  82. Group: System Environment/Libraries
  83. Summary: SQL auxprop support for Cyrus SASL
  84. %description sql
  85. The %{name}-sql package contains the Cyrus SASL plugin which supports
  86. using a RDBMS for storing shared secrets.
  87. # This was *almost* named cyrus-sasl-auxprop-ldapdb, but that's a lot of typing.
  88. %package ldap
  89. #Requires: %{name}-lib = %{version}-%{release}
  90. Requires: %{name} = %{version}-%{release}
  91. Group: System Environment/Libraries
  92. Summary: LDAP auxprop support for Cyrus SASL
  93. %description ldap
  94. The %{name}-ldap package contains the Cyrus SASL plugin which supports using
  95. a directory server, accessed using LDAP, for storing shared secrets.
  96. %package scram
  97. Requires: %{name} = %{version}-%{release}
  98. Group: System Environment/Libraries
  99. Summary: SCRAM auxprop support for Cyrus SASL
  100. %description scram
  101. The %{name}-scram package contains the Cyrus SASL plugin which supports
  102. the SCRAM authentication scheme.
  103. %package gs2
  104. Requires: %{name} = %{version}-%{release}
  105. Group: System Environment/Libraries
  106. Summary: GS2 support for Cyrus SASL
  107. %description gs2
  108. The %{name}-gs2 package contains the Cyrus SASL plugin which supports
  109. the GS2 authentication scheme.
  110. ## to build compat32 for x86_64 architecture support
  111. %package -n compat32-%{name}
  112. Summary: The Cyrus SASL library.
  113. Group: System Environment/Libraries
  114. %description -n compat32-%{name}
  115. The %{name} package contains the Cyrus implementation of SASL.
  116. SASL is the Simple Authentication and Security Layer, a method for
  117. adding authentication support to connection-based protocols.
  118. %package -n compat32-%{name}-devel
  119. Group: Development/Libraries
  120. Summary: Files needed for developing applications with Cyrus SASL.
  121. %description -n compat32-%{name}-devel
  122. The %{name}-devel package contains files needed for developing and
  123. compiling applications which use the Cyrus SASL library.
  124. %package -n compat32-%{name}-gssapi
  125. Group: System Environment/Libraries
  126. Summary: GSSAPI support for Cyrus SASL.
  127. %description -n compat32-%{name}-gssapi
  128. The %{name}-gssapi package contains the Cyrus SASL plugins which
  129. support GSSAPI authentication. GSSAPI is commonly used for Kerberos
  130. authentication.
  131. %package -n compat32-%{name}-plain
  132. Group: System Environment/Libraries
  133. Summary: PLAIN and LOGIN support for Cyrus SASL.
  134. %description -n compat32-%{name}-plain
  135. The %{name}-plain package contains the Cyrus SASL plugins which support
  136. PLAIN and LOGIN authentication schemes.
  137. %package -n compat32-%{name}-md5
  138. Group: System Environment/Libraries
  139. Summary: CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL.
  140. %description -n compat32-%{name}-md5
  141. The %{name}-md5 package contains the Cyrus SASL plugins which support
  142. CRAM-MD5 and DIGEST-MD5 authentication schemes.
  143. %package -n compat32-%{name}-ntlm
  144. Group: System Environment/Libraries
  145. Summary: NTLM support for Cyrus SASL.
  146. %description -n compat32-%{name}-ntlm
  147. The %{name}-ntlm package contains the Cyrus SASL plugin which supports
  148. the NTLM authentication schemes.
  149. # %package -n compat32-%{name}-sql
  150. # Group: System Environment/Libraries
  151. # Summary: SQL auxprop support for Cyrus SASL
  152. # %description -n compat32-%{name}-sql
  153. # The %{name}-sql package contains the Cyrus SASL plugin which supports
  154. # using a RDBMS for storing shared secrets.
  155. %package -n compat32-%{name}-ldap
  156. Group: System Environment/Libraries
  157. Summary: LDAP auxprop support for Cyrus SASL
  158. %description -n compat32-%{name}-ldap
  159. The %{name}-ldap package contains the Cyrus SASL plugin which supports using
  160. a directory server, accessed using LDAP, for storing shared secrets.
  161. %package -n compat32-%{name}-scram
  162. Requires: %{name}-lib%{?_isa} = %{version}-%{release}
  163. Group: System Environment/Libraries
  164. Summary: SCRAM auxprop support for Cyrus SASL
  165. %description -n compat32-%{name}-scram
  166. The %{name}-scram package contains the Cyrus SASL plugin which supports
  167. the SCRAM authentication scheme.
  168. %package -n compat32-%{name}-gs2
  169. Requires: %{name}-lib%{?_isa} = %{version}-%{release}
  170. Group: System Environment/Libraries
  171. Summary: GS2 support for Cyrus SASL
  172. %description -n compat32-%{name}-gs2
  173. The %{name}-gs2 package contains the Cyrus SASL plugin which supports
  174. the GS2 authentication scheme.
  175. %prep
  176. %setup -q
  177. chmod -x doc/*.html
  178. chmod -x include/*.h
  179. %patch10 -p1 -b .db_bundle
  180. %patch11 -p1 -b .no_rpath
  181. %patch15 -p1 -b .path
  182. %patch24 -p1 -b .sizes
  183. %patch28 -p1 -b .keytab
  184. %patch46 -p1 -b .size_t
  185. %patch102 -p1 -b .configure
  186. %patch200 -p1 -b .CVE-2013-4122
  187. # FIXME - we remove these files directly so that we can avoid using the -f
  188. # flag, which has a nasty habit of overwriting files like COPYING.
  189. rm -f config/config.guess config/config.sub
  190. rm -f config/ltconfig config/ltmain.sh config/libtool.m4
  191. rm -fr autom4te.cache
  192. libtoolize -c
  193. aclocal -I config -I cmulocal
  194. automake -a -c
  195. autoheader
  196. autoconf
  197. pushd saslauthd
  198. rm -f config/config.guess config/config.sub
  199. rm -f config/ltconfig config/ltmain.sh config/libtool.m4
  200. rm -fr autom4te.cache
  201. libtoolize -c
  202. aclocal -I config -I ../cmulocal -I ../config
  203. automake -a -c
  204. autoheader
  205. autoconf
  206. popd
  207. %build
  208. CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
  209. # Find OpenSSL.
  210. LIBS="-lcrypt"; export LIBS
  211. if pkg-config openssl ; then
  212. CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"; export CPPFLAGS
  213. CFLAGS="`pkg-config --cflags openssl` $CFLAGS"; export CFLAGS
  214. LDFLAGS="`pkg-config --libs-only-L openssl` $LDFLAGS"; export LDFLAGS
  215. fi
  216. # Find the SQL libraries used needed by the SQL auxprop plugin.
  217. mysql_config=mysql_config
  218. pg_config=pg_config
  219. SQL_CFLAGS=`${mysql_config} --cflags`" -I"`${pg_config} --includedir`
  220. SQL_LIBS=`${mysql_config} --libs`" -L"`${pg_config} --libdir`" -lpq"
  221. SQL_CFLAGS=`eval echo "$SQL_CFLAGS" | sed -e 's,-I%{_includedir}[^/],,g' -e 's,-I%{_includedir}$,,g' -e 's,[[:blank:]]+, ,g'`
  222. SQL_LIBS=`eval echo "$SQL_LIBS" | sed -e 's,-L%{_libdir}[^/],,g' -e 's,-L%{_libdir}$,,g' -e 's,[[:blank:]]+, ,g'`
  223. SQL_LDFLAGS=`eval echo "$SQL_LIBS" | sed -e 's,-[^L][^ ]*,,g'`
  224. echo $SQL_LDFLAGS
  225. SQL_LIBS=`eval echo "$SQL_LIBS" | sed -e 's,-[^l][^ ]*,,g'`
  226. echo $SQL_LIBS
  227. cleanup_flags() {
  228. sed -r -e 's,-D_GNU_SOURCE(=[^[:blank:]]+)?,,g' \
  229. -e 's,-D_FILE_OFFSET_BITS=[[:digit:]]+,,g' \
  230. -e 's,-D_LARGEFILE_SOURCE(=[^[:blank:]]+)?,,g' \
  231. -e 's,[[:blank:]]+, ,g'
  232. }
  233. CFLAGS=`echo $CFLAGS $SQL_CFLAGS | cleanup_flags`; export CFLAGS
  234. CPPFLAGS=`echo $CPPFLAGS $SQL_CFLAGS | cleanup_flags`; export CPPFLAGS
  235. LDFLAGS=`echo $LDFLAGS $SQL_LDFLAGS | cleanup_flags`; export LDFLAGS
  236. %configure \
  237. --disable-static --enable-shared --disable-java \
  238. --with-plugindir=%{_plugindir2}:%{_sysconfdir}/sasl2 \
  239. --disable-krb4 \
  240. --with-rc4 \
  241. --with-dblib=berkeley \
  242. --with-saslauthd=/var/run/saslauthd --without-pwcheck \
  243. --with-ldap \
  244. --with-devrandom=/dev/urandom \
  245. --enable-anon \
  246. --enable-cram \
  247. --enable-digest \
  248. --enable-ntlm \
  249. --enable-plain \
  250. --enable-login \
  251. --disable-otp \
  252. --enable-ldapdb \
  253. --enable-sql --with-mysql=%{_prefix} --with-pgsql=%{_prefix} \
  254. --without-sqlite \
  255. "$@"
  256. # --enable-auth-sasldb -- EXPERIMENTAL
  257. make %{?_smp_mflags} sasldir=%{_plugindir2}
  258. make %{?_smp_mflags} -C saslauthd testsaslauthd
  259. make -C sample
  260. %install
  261. test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
  262. make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2}
  263. make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2} -C plugins
  264. install -m755 -d $RPM_BUILD_ROOT%{_bindir}
  265. ./libtool --tag=CC --mode=install \
  266. install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
  267. ./libtool --tag=CC --mode=install \
  268. install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
  269. ./libtool --tag=CC --mode=install \
  270. install -m755 saslauthd/testsaslauthd $RPM_BUILD_ROOT%{_sbindir}/testsaslauthd
  271. ./libtool --tag=CC --mode=install \
  272. install -m755 utils/dbconverter-2 $RPM_BUILD_ROOT%{_sbindir}/dbconverter-2
  273. # Install the saslauthd mdoc page in the expected location. Sure, it's not
  274. # really a man page, but groff seems to be able to cope with it.
  275. install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
  276. install -m644 saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
  277. # Create the saslauthd listening directory.
  278. install -m755 -d $RPM_BUILD_ROOT/var/run/saslauthd
  279. # Install the init script for saslauthd and the init script's config file.
  280. install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d $RPM_BUILD_ROOT/etc/sysconfig
  281. install -m755 -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/saslauthd
  282. install -m644 -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
  283. # Install the config dirs if they're not already there.
  284. install -m755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2
  285. install -m755 -d $RPM_BUILD_ROOT/%{_plugindir2}
  286. # Remove unpackaged files from the buildroot.
  287. rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/libotp.*
  288. rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.a
  289. rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.la
  290. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  291. rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
  292. %clean
  293. test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
  294. %post
  295. /sbin/ldconfig
  296. /sbin/chkconfig --add saslauthd
  297. %preun
  298. if [ $1 = 0 ] ; then
  299. /sbin/chkconfig --del saslauthd
  300. fi
  301. %postun
  302. /sbin/ldconfig
  303. if [ $1 != 0 ] ; then
  304. /sbin/service saslauthd condrestart 2>&1 > /dev/null
  305. fi
  306. %files
  307. %defattr(-,root,root)
  308. %doc AUTHORS,COPYING,NEWS,README,doc/*.html
  309. %doc $RPM_SOURCE_DIR/README.RPM
  310. %dir %{_sysconfdir}/sasl2
  311. %{_libdir}/libsasl*.so.*
  312. %dir %{_plugindir2}/
  313. %{_plugindir2}/*anonymous*.so*
  314. %{_plugindir2}/*sasldb*.so*
  315. %{_mandir}/man8/*
  316. %{_sbindir}/dbconverter-2
  317. %{_sbindir}/saslpasswd2
  318. %{_sbindir}/sasldblistusers2
  319. %{_sbindir}/pluginviewer
  320. %{_sbindir}/saslauthd
  321. %{_sbindir}/testsaslauthd
  322. %config(noreplace) /etc/sysconfig/saslauthd
  323. %config /etc/rc.d/init.d/saslauthd
  324. /var/run/saslauthd
  325. %files gssapi
  326. %defattr(-,root,root)
  327. %{_plugindir2}/*gssapi*.so*
  328. %files plain
  329. %defattr(-,root,root)
  330. %{_plugindir2}/*plain*.so*
  331. %{_plugindir2}/*login*.so*
  332. %files md5
  333. %defattr(-,root,root)
  334. %{_plugindir2}/*crammd5*.so*
  335. %{_plugindir2}/*digestmd5*.so*
  336. %files ntlm
  337. %defattr(-,root,root)
  338. %{_plugindir2}/*ntlm*.so*
  339. %files sql
  340. %defattr(-,root,root)
  341. %{_plugindir2}/*sql*.so*
  342. %files ldap
  343. %defattr(-,root,root)
  344. %{_plugindir2}/*ldapdb*.so*
  345. %files scram
  346. %defattr(-,root,root)
  347. %{_plugindir2}/libscram.so*
  348. %files gs2
  349. %defattr(-,root,root)
  350. %{_plugindir2}/libgs2.so*
  351. %files devel
  352. %defattr(-,root,root)
  353. %doc %{name}-%{version}/doc/*.txt
  354. %defattr(-,root,root)
  355. %{_bindir}/sasl2-sample-client
  356. %{_bindir}/sasl2-sample-server
  357. %{_includedir}/*
  358. %{_libdir}/libsasl*.so
  359. %{_libdir}/pkgconfig/*.pc
  360. %{_mandir}/man3/*
  361. ## to build compat32 for x86_64 architecture support
  362. %if %{build_compat32}
  363. %files -n compat32-%{name}
  364. %defattr(-,root,root)
  365. %{_libdir}/libsasl*.so.*
  366. %dir %{_plugindir2}/
  367. %{_plugindir2}/*anonymous*.so*
  368. %{_plugindir2}/*sasldb*.so*
  369. %files -n compat32-%{name}-gssapi
  370. %defattr(-,root,root)
  371. %{_plugindir2}/*gssapi*.so*
  372. %files -n compat32-%{name}-plain
  373. %defattr(-,root,root)
  374. %{_plugindir2}/*plain*.so*
  375. %{_plugindir2}/*login*.so*
  376. %files -n compat32-%{name}-md5
  377. %defattr(-,root,root)
  378. %{_plugindir2}/*crammd5*.so*
  379. %{_plugindir2}/*digestmd5*.so*
  380. %files -n compat32-%{name}-ntlm
  381. %defattr(-,root,root)
  382. %{_plugindir2}/*ntlm*.so*
  383. # %files -n compat32-%{name}-sql
  384. # %defattr(-,root,root)
  385. # %{_plugindir2}/*sql*.so*
  386. %files -n compat32-%{name}-ldap
  387. %defattr(-,root,root)
  388. %{_plugindir2}/*ldapdb*.so*
  389. %files -n compat32-%{name}-scram
  390. %defattr(-,root,root)
  391. %{_plugindir2}/libscram.so*
  392. %files -n compat32-%{name}-gs2
  393. %defattr(-,root,root)
  394. %{_plugindir2}/libgs2.so*
  395. %files -n compat32-%{name}-devel
  396. %defattr(-,root,root)
  397. %{_libdir}/libsasl*.so
  398. %endif
  399. %changelog
  400. * Sat Feb 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.26-2
  401. - add Patch46 (cyrus-sasl-2.1.26-size_t.patch) from fedora
  402. * Thu Jan 9 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.1.26-1
  403. - update to 2.1.26
  404. - drop sig file (Source1): upstream isn't release.
  405. - add cyrus-sasl-scram and cyrus-sasl-gs2 packages
  406. - add pkgconfig file in cyrus-sasl-devel package
  407. - fix License
  408. - update URL
  409. - update %%doc
  410. - drop SASLv1
  411. - drop Source2,3
  412. - drop Patch0-5 for SASLv1 patches
  413. - update patch from RHEL7 beta cyrus-sasl-2.1.26-12.1.el7
  414. - no rpath patch (Patch11)
  415. - keytab patch (Patch28)
  416. - db4 patch (Patch100)
  417. - gcc44 patch (Patch101)
  418. - update CVE-2013-4122 patch (Patch200) from Gentoo Linux
  419. - update configure patch (Patch102)
  420. - drop unnecessary patch
  421. - automake 1.10 patch (Patch27)
  422. - upstream fixed
  423. - typo patch (Patch25)
  424. - digest commas patch (Patch26)
  425. * Mon Sep 16 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.1.23-11
  426. - add patch200 for fix CVE-2013-4122 (NULL ptr. dereference)
  427. * Mon Aug 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.1.23-10
  428. - add Vendor/Distri Tags
  429. * Mon Aug 22 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.23-9
  430. - fixed pam support.
  431. - fixed MySQL support.
  432. * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.1.23-8
  433. - rebuilt with postgresql-9.0.3
  434. * Tue Mar 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.23-7
  435. - rebuild with krb5-libs-1.8.2 and openssl-1.0.0d
  436. * Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.23-6
  437. - rebuild with openssl-1.0.0c
  438. - add BuildRequires: groff
  439. * Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.23-5
  440. - rebuilt with db4-4.8
  441. - updated Patch100: cyrus-sasl-2.1.22-db4.patch
  442. - added Patch101: cyrus-sasl-2.1.23-gcc44.patch
  443. * Sun Jul 05 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.1.23-4
  444. - dropped compat32-%%{name}-sql
  445. * Sat Jul 04 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.1.23-3
  446. - added compat32 subpackages
  447. * Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.23-2
  448. - rebuilt with MySQL-5.1.34.
  449. * Mon May 18 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.1.23-1
  450. - new upstream release with security fix (CVE-2009-0688)
  451. - add patch5 to fix CVE-2009-0688 issue in 1.5.28 side
  452. (No effect in Current VineSeed package)
  453. * Sun Jan 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.22-5
  454. - rebuilt with openldap-2.4.11
  455. * Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.22-4
  456. - s/%%{name}-lib/%%{name}/ at requires of sql, ldap sub-packages
  457. * Sun Oct 5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1.22-3
  458. - added gssapi subpackage
  459. * Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1.22-2
  460. - rebuilt against db-4.6.21 with Patch100
  461. - import Patch27 from Fedora
  462. * Sat Apr 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.22-1vl5
  463. - updated to 2.1.22
  464. - added Patches from Fedora
  465. * Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
  466. - fix a typo in sasl_client_start(3) (#196066)
  467. * Thu Apr 27 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-11
  468. - add unapplied patch which makes the DIGEST-MD5 plugin omit the realm
  469. argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set
  470. to a non-zero value, for testing purposes
  471. - added subpackages for the ldapdb auxprop support
  472. - added --disable-static option to %%configure
  473. * Tue May 22 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.18-0vl8
  474. - added Patch17: cyrus-sasl-2.1.18-openssl-098.patch
  475. - rebuilt with openssl-0.9.8
  476. * Thu May 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1.18-0vl7
  477. - disable version 1 now (no VineSeed package require version 1)
  478. - enable ntlm subpackage now
  479. - rebuilt with new toolchain and db4-4.3.x
  480. * Sat Jul 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.18-0vl6
  481. - rebuilt for VineSeed
  482. * Fri Apr 28 2006 IWAI, Masaharu <iwai@alib.jp> 2.1.18-0vl5
  483. - SECURITY FIX for Vine 3.2: CVE-2006-1721
  484. - add 23_CVE-2006-1721.diff ( Patch16 )
  485. from Debian Sarge cyrus-sasl2_2.1.19-1.5sarge1.diff.gz
  486. * Mon Dec 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.18-0vl4
  487. - rebuild for VineSeed
  488. * Sat Nov 27 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 2.1.18-0vl3
  489. - added security patch cyrus-sasl-CAN-2004-0884.patch for CAN-2004-0884
  490. from Mandrakelinux.
  491. * Mon Oct 11 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1.18-0vl2
  492. - rebuilt with db4-4.2.52
  493. * Thu Aug 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.18-0vl1
  494. - new upstream release
  495. - rebuild with openssl-0.9.7d
  496. - import some patch from fedora package
  497. * Sun Nov 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.15-6vl1
  498. - new upstream release
  499. - remove prereq initscripts
  500. - merged with fedora package
  501. * Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-6
  502. - use /dev/urandom instead of /dev/random for SASL2 (docs indicate that this is
  503. safe if you aren't using OTP or SRP, and we build neither); SASL1 appears to
  504. use it to seed the libc RNG only (#103378)
  505. * Mon Oct 20 2003 Nalin Dahyabhai <nalin@redhat.com>
  506. - obey RPM_OPT_FLAGS again when krb5_prefix != %%{_prefix}
  507. * Fri Oct 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-5
  508. - install saslauthd's mdoc page instead of the pre-formatted man page, which
  509. would get formatted again
  510. * Mon Sep 15 2003 Nalin Dahyabhai <nalin@redhat.com>
  511. - include testsaslauthd
  512. - note in the README that the saslauthd protocol is different for v1 and v2,
  513. so v1's clients can't talk to the v2 server
  514. * Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-3
  515. - add logic to build with gssapi libs in either /usr or /usr/kerberos
  516. * Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-1
  517. - update to 2.1.15
  518. * Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.14-1
  519. - update to 2.1.14
  520. * Wed May 14 2003 Satoshi MACHINO <machino@vinelinux.org> 2.1.13-3vl1
  521. - new upstream version
  522. - merged with rawhide version
  523. -- * Fri May 9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-3
  524. -- - change -m argument to saslauthd to be a directory instead of a path
  525. -- * Thu May 8 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-2
  526. -- - link libsasl2 with -lpthread to ensure that the sasldb plug-in
  527. can always be loaded
  528. -- * Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-1
  529. -- - update to 2.1.13
  530. - disable gssapi because Vine Linux don't support Kerberos
  531. * Sun Dec 9 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.5.27-17vl1
  532. - upstream release
  533. - obsoleted cyrus-sasl-1.5.21-des.patch ( upstream merged )
  534. - obsoleted cyrus-sasl-1.5.24-external.patch ( upstream merged )
  535. - added BuildPrereq: gdbm-devel, pam-devel
  536. * Mon Jul 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  537. - 1.5.24-17vl2
  538. - rebuilt with openssl-0.9.6b
  539. * Wed Apr 11 2001 Satoshi MACHINO <machino@vinelinux.org> 1.5.24-17vl1
  540. - merged Rawhide Package
  541. * Sat Nov 18 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.5.24-14vl1
  542. - build for Vine Linux
  543. - build with gcc-2.95.3
  544. - removed kerberos and gssapi
  545. * Fri Oct 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  546. - enable static libraries, but always build with -fPIC
  547. * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  548. - make sure the version of 1.5.24 in the package matches the masters (#18968)
  549. * Mon Oct 9 2000 Nalin Dahyabhai <nalin@redhat.com>
  550. - re-add the libsasl.so symlink to the -devel package (oops)
  551. * Fri Oct 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  552. - move .so files for modules to their respective packages -- they're not -devel
  553. links meant for use by ld anyway
  554. * Thu Oct 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  555. - split off -devel subpackage
  556. - add a -gssapi subpackage for the gssapi plugins
  557. * Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  558. - fix the summary text
  559. * Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  560. - re-enable arcfour and CRAM
  561. * Fri Aug 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  562. - force use of gdbm for database files to avoid DB migration weirdness
  563. - enable login mechanism
  564. - disable gssapi until it can coexist peacefully with non-gssapi setups
  565. - actually do a make in the build section (#15410)
  566. * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  567. - update to 1.5.24
  568. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  569. - automatic rebuild
  570. * Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  571. - rebuild in new environment (release 3)
  572. * Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  573. - don't muck with syslogd in post
  574. - remove patch for db-3.0 wackiness, no longer needed
  575. * Thu Jun 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  576. - FHS cleanup
  577. - don't strip anything by default
  578. * Fri Feb 11 2000 Tim Powers <timp@redhat.com>
  579. - fixed man pages not being gzipped
  580. * Tue Nov 16 1999 Tim Powers <timp@redhat.com>
  581. - incorporated changes from Mads Kiilerich
  582. - release number is 1, not mk1
  583. * Wed Nov 10 1999 Mads Kiilerich <mads@kiilerich.com>
  584. - updated to sasl 1.5.11
  585. - configure --disable-krb4 --without-rc4 --disable-cram
  586. because of missing libraries and pine having cram as default...
  587. - handle changing libsasl.so versions
  588. * Mon Aug 30 1999 Tim Powers <timp@redhat.com>
  589. - changed group
  590. * Fri Aug 13 1999 Tim Powers <timp@redhat.com>
  591. - first build for Powertools