Commit Graph

19 Commits

Author SHA1 Message Date
Tomáš Mráz c222874d03 - fix most critical build warnings (#433583)
- use external db4
2008-09-10 13:52:00 +00:00
Tomáš Mráz 66d231154e - update internal db4 (#449737) 2008-07-09 13:11:39 +00:00
Steve Conklin d2c26416a5 Removed srp plugin from sources and added dist to NVR 2007-11-07 19:29:49 +00:00
Steve Conklin 86397f8138 Changed to db version 4.6.19 2007-09-18 16:23:56 +00:00
Nalin Dahyabhai afaa1d00f1 - rebuild without dlcompat bits (#206119) 2006-09-29 21:08:25 +00:00
Nalin Dahyabhai bd6a2069ae oh right, need a new tarball for an upgrade 2006-05-22 21:24:55 +00:00
Nalin Dahyabhai 77ce9f786e - update to 2.1.21
- turn off compilation of libsasl v1 (finally)
- explicitly disable sqlite to avoid the build warning
- change the default mechanism which is set for saslauthd from "shadow" to
    "pam" (#159194)
- split the shared library up from saslauthd so that multilib systems don't
    have to pull in every dependency of saslauthd for the compat arch
    (#166749)
2005-08-29 18:27:47 +00:00
Nalin Dahyabhai 794fcf079f rebuild with new deps 2005-03-02 02:29:48 +00:00
jbj 60836a158f - rebuild against db-4.3.21. 2004-11-13 00:46:03 +00:00
Nalin Dahyabhai 9a7e009e2c - update to 2.1.20
- build with mysqlclient10 instead of mysql-devel
2004-11-01 18:31:52 +00:00
cvsdist 395b74827a auto-import changelog data from cyrus-sasl-2.1.19-1.src.rpm
Thu Aug 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-1
- rebuild (the 2.1.19 changelog for fixing a buffer overflow referred to a
    CVS revision between 2.1.18 and 2.1.19)
Mon Jul 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-0
- update to 2.1.19, maybe for update
2004-09-09 04:07:06 +00:00
cvsdist 94949f362e auto-import changelog data from cyrus-sasl-2.1.18-2.src.rpm
Tue Mar 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-2
- turn on building of libsasl v1 again
Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-1
- update to 2.1.18
- saslauthd's ldap code is no longer marked experimental, so we build it
Mon Mar 08 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-4
- rebuild
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Feb 03 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-2
- include default /etc/sysconfig/saslauthd configuration file for the init
    script (#114868)
Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
- drop saslauthd_version patch for libsasl2
Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
- add a saslauthd_version option to libsasl's saslauthd client and teach it
    to do the right thing
- enable the saslauthd client code in libsasl version 1 (it's still going
    away!)
- add saslauthd1-checkpass/saslauthd2-checkpass for testing the above
    change
2004-09-09 04:06:43 +00:00
cvsdist eb2d1017f4 auto-import changelog data from cyrus-sasl-2.1.17-1.src.rpm
Wed Jan 07 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-1
- forcibly disable otp and sql plugins at compile-time
Fri Dec 19 2003 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.1.17, forcing the gssapi plugin to be shared now, as before
- use a bundled libdb (#112215)
- build static-with-all-plugins and normal-shared libsasl versions
- add sasl2-{shared,static}-mechlist for very basic sanity checking
- make inclusion of sasl1 stuffs conditional, because it's so going away
Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-7
- rebuild against db-4.2.52.
2004-09-09 04:05:41 +00:00
cvsdist 070f98423b auto-import changelog data from cyrus-sasl-2.1.15-6.src.rpm
Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-6
- use /dev/urandom instead of /dev/random for SASL2 (docs indicate that
    this is safe if you aren't using OTP or SRP, and we build neither);
    SASL1 appears to use it to seed the libc RNG only (#103378)
Mon Oct 20 2003 Nalin Dahyabhai <nalin@redhat.com>
- obey RPM_OPT_FLAGS again when krb5_prefix != %{_prefix}
Fri Oct 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-5
- install saslauthd's mdoc page instead of the pre-formatted man page,
    which would get formatted again
Mon Sep 15 2003 Nalin Dahyabhai <nalin@redhat.com>
- include testsaslauthd
- note in the README that the saslauthd protocol is different for v1 and
    v2, so v1's clients can't talk to the v2 server
Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-4
- rebuild
Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-3
- add logic to build with gssapi libs in either /usr or /usr/kerberos
Mon Jul 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-2
- rebuild
Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-1
- update to 2.1.15
Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.14-1
- update to 2.1.14
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri May 09 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-3
- change -m argument to saslauthd to be a directory instead of a path
Thu May 08 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-2
- link libsasl2 with -lpthread to ensure that the sasldb plug-in can always
    be loaded
Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-1
- update to 2.1.13
2004-09-09 04:05:05 +00:00
cvsdist ae3a54eff9 auto-import cyrus-sasl-2.1.10-1 from cyrus-sasl-2.1.10-1.src.rpm 2004-09-09 04:04:21 +00:00
cvsdist 296135610b auto-import cyrus-sasl-2.1.7-1 from cyrus-sasl-2.1.7-1.src.rpm 2004-09-09 04:03:56 +00:00
cvsdist 7772258ec0 auto-import cyrus-sasl-2.1.6-1 from cyrus-sasl-2.1.6-1.src.rpm 2004-09-09 04:03:40 +00:00
cvsdist ddca9acecf auto-import changelog data from cyrus-sasl-1.5.24-3.src.rpm
Fri Aug 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- force use of gdbm for database files
- enable login
- disable gssapi until it can coexist peacefully with non-gssapi setups
- actually do a make in the build section (#15410)
Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 1.5.24
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment (release 3)
Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- don't muck with syslogd in post
- remove patch for db-3.0 wackiness, no longer needed
Thu Jun 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- FHS cleanup
- don't strip anything by default
Fri Feb 11 2000 Tim Powers <timp@redhat.com>
- fixed man pages not being gzipped
Tue Nov 16 1999 Tim Powers <timp@redhat.com>
- incorporated changes from Mads Kiilerich
- release number is 1, not mk1
Wed Nov 10 1999 Mads Kiilerich <mads@kiilerich.com>
- updated to sasl 1.5.11
- configure --disable-krb4 --without-rc4 --disable-cram because of missing
    libraries and pine having cram as default...
- handle changing libsasl.so versions
Mon Aug 30 1999 Tim Powers <timp@redhat.com>
- changed group
Fri Aug 13 1999 Tim Powers <timp@redhat.com>
- first build for Powertools
2004-09-09 04:01:39 +00:00
cvsdist cb571b06d2 Setup of module cyrus-sasl 2004-09-09 04:01:37 +00:00