libsasl2_2-vl.spec 23 KB

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