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

Revision 8851, 23.6 KB checked in by Takemikaduchi, 10 years ago (diff)

alsa, mc: new upstream release
others: rebuild

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