source: projects/specs/trunk/c/cyrus-sasl/cyrus-sasl-vl.spec @ 12109

Revision 12109, 25.2 KB checked in by tomop, 5 years ago (diff)

cyrus-sasl-2.1.27-1

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