cyrus-sasl-vl.spec 24 KB

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