cyrus-sasl-vl.spec 23 KB

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