cyrus-sasl-vl.spec 25 KB

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