forked from pool/cyrus-sasl
This commit is contained in:
parent
299f8f5911
commit
548ec16430
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 16:06:15 CET 2008 - rhafer@suse.de
|
||||||
|
|
||||||
|
- Enabled NTLM authentication plugin (bnc#343665), created new
|
||||||
|
subpackage cyrus-sasl-ntlm
|
||||||
|
- Replaced %run_ldconfig macro as suggested by rpmlint
|
||||||
|
- Replaced unversioned Obsoltes/Provides with versioned ones
|
||||||
|
- Removed unneeded Split-Provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 26 16:40:22 CEST 2007 - rhafer@suse.de
|
Fri Oct 26 16:40:22 CEST 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cyrus-sasl-saslauthd (Version 2.1.22)
|
# spec file for package cyrus-sasl-saslauthd (Version 2.1.22)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: cyrus-sasl-saslauthd
|
Name: cyrus-sasl-saslauthd
|
||||||
BuildRequires: db-devel krb5-devel mysql-devel openldap2-devel opie pam-devel postgresql-devel
|
BuildRequires: db-devel krb5-devel mysql-devel openldap2-devel opie pam-devel postgresql-devel
|
||||||
License: BSD 4-Clause
|
License: BSD 4-Clause
|
||||||
@ -20,7 +21,7 @@ Provides: cyrus-sasl:/usr/sbin/saslauthd
|
|||||||
Provides: cyrus-sasl2:/usr/sbin/saslauthd
|
Provides: cyrus-sasl2:/usr/sbin/saslauthd
|
||||||
Summary: The SASL Authentication Server
|
Summary: The SASL Authentication Server
|
||||||
Version: 2.1.22
|
Version: 2.1.22
|
||||||
Release: 92
|
Release: 130
|
||||||
Source: cyrus-sasl-%{version}.tar.bz2
|
Source: cyrus-sasl-%{version}.tar.bz2
|
||||||
Source1: cyrus-sasl-rc.tar.bz2
|
Source1: cyrus-sasl-rc.tar.bz2
|
||||||
Patch: cyrus-sasl-%{version}.dif
|
Patch: cyrus-sasl-%{version}.dif
|
||||||
@ -176,33 +177,40 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -n cyrus-sasl-ldap-auxprop
|
%files -n cyrus-sasl-ldap-auxprop
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/sasl2/libldapdb.so*
|
%{_libdir}/sasl2/libldapdb.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 26 2007 - rhafer@suse.de
|
* Wed Mar 26 2008 rhafer@suse.de
|
||||||
|
- Enabled NTLM authentication plugin (bnc#343665), created new
|
||||||
|
subpackage cyrus-sasl-ntlm
|
||||||
|
- Replaced %%run_ldconfig macro as suggested by rpmlint
|
||||||
|
- Replaced unversioned Obsoltes/Provides with versioned ones
|
||||||
|
- Removed unneeded Split-Provides
|
||||||
|
* Fri Oct 26 2007 rhafer@suse.de
|
||||||
- Fixed some RPMLINT complaints
|
- Fixed some RPMLINT complaints
|
||||||
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
|
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
|
||||||
(Bug #335754)
|
(Bug #335754)
|
||||||
* Tue Mar 20 2007 - rhafer@suse.de
|
* Tue Mar 20 2007 rhafer@suse.de
|
||||||
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
|
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
|
||||||
set the number of threads that saslauthd should spawn
|
set the number of threads that saslauthd should spawn
|
||||||
(Bug #199114)
|
(Bug #199114)
|
||||||
* Fri Oct 27 2006 - rhafer@suse.de
|
* Fri Oct 27 2006 rhafer@suse.de
|
||||||
- Use /etc/sasl2/ as directory for config files of services
|
- Use /etc/sasl2/ as directory for config files of services
|
||||||
%%{_libdir} can still be used for backwards compatibilty
|
%%{_libdir} can still be used for backwards compatibilty
|
||||||
(Bug #206414)
|
(Bug #206414)
|
||||||
* Mon Sep 25 2006 - rhafer@suse.de
|
* Mon Sep 25 2006 rhafer@suse.de
|
||||||
- Remove unneeded automake/autoheader calls
|
- Remove unneeded automake/autoheader calls
|
||||||
* Mon Sep 11 2006 - rhafer@suse.de
|
* Mon Sep 11 2006 rhafer@suse.de
|
||||||
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
|
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
|
||||||
BuildRequires of cyrus-sasl.spec
|
BuildRequires of cyrus-sasl.spec
|
||||||
- Removed unneeded openldap2 from BuildRequires of
|
- Removed unneeded openldap2 from BuildRequires of
|
||||||
cyrus-sasl-saslauthd
|
cyrus-sasl-saslauthd
|
||||||
* Tue Aug 29 2006 - rhafer@suse.de
|
* Tue Aug 29 2006 rhafer@suse.de
|
||||||
- Enabled the ldapdb auxprop plugin and created new subpackage
|
- Enabled the ldapdb auxprop plugin and created new subpackage
|
||||||
cyrus-sasl-ldap-auxprop for it (Bug #201478)
|
cyrus-sasl-ldap-auxprop for it (Bug #201478)
|
||||||
* Fri Aug 25 2006 - rhafer@suse.de
|
* Fri Aug 25 2006 rhafer@suse.de
|
||||||
- remove saslauthd man-page from cyrus-sasl package to solve
|
- remove saslauthd man-page from cyrus-sasl package to solve
|
||||||
confict with -saslauthd subpackage (Bug #200490)
|
confict with -saslauthd subpackage (Bug #200490)
|
||||||
* Fri Jun 02 2006 - rhafer@suse.de
|
* Fri Jun 02 2006 rhafer@suse.de
|
||||||
- updated to 2.1.22
|
- updated to 2.1.22
|
||||||
* new pluginviewer utility for reporting information about client
|
* new pluginviewer utility for reporting information about client
|
||||||
and server side authentication plugins and auxprop plugins
|
and server side authentication plugins and auxprop plugins
|
||||||
@ -212,107 +220,107 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
collision with other packages in src.rpm (Bug #98188)
|
collision with other packages in src.rpm (Bug #98188)
|
||||||
- include "crypt.h" in auth_shadow.c to avoid possible crash in
|
- include "crypt.h" in auth_shadow.c to avoid possible crash in
|
||||||
saslauthd (Bug #179621)
|
saslauthd (Bug #179621)
|
||||||
* Mon Apr 03 2006 - rhafer@suse.de
|
* Mon Apr 03 2006 rhafer@suse.de
|
||||||
- remove dlcompat-20010505 from tarball because of legal risk and
|
- remove dlcompat-20010505 from tarball because of legal risk and
|
||||||
documented this in README.Source (Bug: #161390)
|
documented this in README.Source (Bug: #161390)
|
||||||
- added check for dlcompat-20010505 to the spec file
|
- added check for dlcompat-20010505 to the spec file
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Nov 23 2005 - choeger@suse.de
|
* Wed Nov 23 2005 choeger@suse.de
|
||||||
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
|
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
|
||||||
* Mon Sep 26 2005 - ro@suse.de
|
* Mon Sep 26 2005 ro@suse.de
|
||||||
- added LDAP_DEPRECATED to CFLAGS
|
- added LDAP_DEPRECATED to CFLAGS
|
||||||
* Wed Jul 13 2005 - choeger@suse.de
|
* Wed Jul 13 2005 choeger@suse.de
|
||||||
- use /dev/urandom instead of /dev/random, see
|
- use /dev/urandom instead of /dev/random, see
|
||||||
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
|
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
|
||||||
for an explanation
|
for an explanation
|
||||||
- removed the useless .la files from rpm
|
- removed the useless .la files from rpm
|
||||||
* Tue May 17 2005 - choeger@suse.de
|
* Tue May 17 2005 choeger@suse.de
|
||||||
- update to version 2.1.21
|
- update to version 2.1.21
|
||||||
* Mon Mar 14 2005 - choeger@suse.de
|
* Mon Mar 14 2005 choeger@suse.de
|
||||||
- now also build the sql auxprop plugin; created new subpackage
|
- now also build the sql auxprop plugin; created new subpackage
|
||||||
cyrus-sasl-sqlauxprop
|
cyrus-sasl-sqlauxprop
|
||||||
* Fri Feb 25 2005 - uli@suse.de
|
* Fri Feb 25 2005 uli@suse.de
|
||||||
- better GCC4 fix
|
- better GCC4 fix
|
||||||
* Fri Feb 25 2005 - uli@suse.de
|
* Fri Feb 25 2005 uli@suse.de
|
||||||
- fixed to build with GCC4
|
- fixed to build with GCC4
|
||||||
* Tue Nov 02 2004 - mmj@suse.de
|
* Tue Nov 02 2004 mmj@suse.de
|
||||||
- Get rid of .cvsignore files
|
- Get rid of .cvsignore files
|
||||||
- Don't remove buildroot before install
|
- Don't remove buildroot before install
|
||||||
* Mon Oct 25 2004 - choeger@suse.de
|
* Mon Oct 25 2004 choeger@suse.de
|
||||||
- update to version 2.1.20
|
- update to version 2.1.20
|
||||||
* Wed Oct 06 2004 - choeger@suse.de
|
* Wed Oct 06 2004 choeger@suse.de
|
||||||
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
|
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
|
||||||
* Mon Sep 20 2004 - choeger@suse.de
|
* Mon Sep 20 2004 choeger@suse.de
|
||||||
- package binaries of sample-client and -server instead of
|
- package binaries of sample-client and -server instead of
|
||||||
shell wrappers (which do not work)
|
shell wrappers (which do not work)
|
||||||
* Fri Sep 17 2004 - choeger@suse.de
|
* Fri Sep 17 2004 choeger@suse.de
|
||||||
- removed saslauthd from cyrus-sasl requires, as it is only
|
- removed saslauthd from cyrus-sasl requires, as it is only
|
||||||
needed on a "server" side and also not in every case (buildin
|
needed on a "server" side and also not in every case (buildin
|
||||||
mechanisms as CRAM- or DIGEST-MD5 do not need it)
|
mechanisms as CRAM- or DIGEST-MD5 do not need it)
|
||||||
- added split-provides for saslauthd
|
- added split-provides for saslauthd
|
||||||
* Mon Sep 06 2004 - choeger@suse.de
|
* Mon Sep 06 2004 choeger@suse.de
|
||||||
- added testsaslauthd to filelist
|
- added testsaslauthd to filelist
|
||||||
- removed saslauthd and insserv makros from cyrus-sasl.spec
|
- removed saslauthd and insserv makros from cyrus-sasl.spec
|
||||||
* Fri Sep 03 2004 - choeger@suse.de
|
* Fri Sep 03 2004 choeger@suse.de
|
||||||
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
|
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
|
||||||
dependency openldap2 <-> cyrus-sasl with saslauthd having
|
dependency openldap2 <-> cyrus-sasl with saslauthd having
|
||||||
LDAP support
|
LDAP support
|
||||||
* Tue Aug 31 2004 - choeger@suse.de
|
* Tue Aug 31 2004 choeger@suse.de
|
||||||
- removed update messages and implemented "split-provides"
|
- removed update messages and implemented "split-provides"
|
||||||
instead
|
instead
|
||||||
* Tue Aug 31 2004 - choeger@suse.de
|
* Tue Aug 31 2004 choeger@suse.de
|
||||||
- added LDAP support for saslauthd, Bugzilla ID#44051
|
- added LDAP support for saslauthd, Bugzilla ID#44051
|
||||||
* Mon Aug 30 2004 - choeger@suse.de
|
* Mon Aug 30 2004 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
|
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
|
||||||
now using new update messages mechanism
|
now using new update messages mechanism
|
||||||
- added sample/client sample/server to file list
|
- added sample/client sample/server to file list
|
||||||
* Thu Jul 15 2004 - choeger@suse.de
|
* Thu Jul 15 2004 choeger@suse.de
|
||||||
- update to version 2.1.19
|
- update to version 2.1.19
|
||||||
* Tue Jun 15 2004 - choeger@suse.de
|
* Tue Jun 15 2004 choeger@suse.de
|
||||||
- bugfix id#39245 - cyrus-sasl includes straycat man page
|
- bugfix id#39245 - cyrus-sasl includes straycat man page
|
||||||
* Fri Mar 12 2004 - choeger@suse.de
|
* Fri Mar 12 2004 choeger@suse.de
|
||||||
- update to version 2.1.18 (Bugfix Release)
|
- update to version 2.1.18 (Bugfix Release)
|
||||||
* Tue Jan 27 2004 - choeger@suse.de
|
* Tue Jan 27 2004 choeger@suse.de
|
||||||
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
|
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
|
||||||
* Thu Jan 22 2004 - choeger@suse.de
|
* Thu Jan 22 2004 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#34019, notice users about the fact, that
|
- Bugfix Bugzilla ID#34019, notice users about the fact, that
|
||||||
cyrus-sasl has been splitted into subpackages
|
cyrus-sasl has been splitted into subpackages
|
||||||
* Fri Jan 16 2004 - kukuk@suse.de
|
* Fri Jan 16 2004 kukuk@suse.de
|
||||||
- Add pam-devel to neededforbuild
|
- Add pam-devel to neededforbuild
|
||||||
* Tue Dec 02 2003 - choeger@suse.de
|
* Tue Dec 02 2003 choeger@suse.de
|
||||||
- update to version 2.1.17
|
- update to version 2.1.17
|
||||||
* Fri Oct 31 2003 - choeger@suse.de
|
* Fri Oct 31 2003 choeger@suse.de
|
||||||
- Don't build as root
|
- Don't build as root
|
||||||
* Fri Oct 17 2003 - kukuk@suse.de
|
* Fri Oct 17 2003 kukuk@suse.de
|
||||||
- Remove unused des from neededforbuild
|
- Remove unused des from neededforbuild
|
||||||
* Tue Sep 16 2003 - kukuk@suse.de
|
* Tue Sep 16 2003 kukuk@suse.de
|
||||||
- Add missing Provides [Bug #31005]
|
- Add missing Provides [Bug #31005]
|
||||||
* Mon Sep 01 2003 - choeger@suse.de
|
* Mon Sep 01 2003 choeger@suse.de
|
||||||
- removed "-u root" from startproc as it always failes
|
- removed "-u root" from startproc as it always failes
|
||||||
- removed link to doc/components.html from doc/index.html as
|
- removed link to doc/components.html from doc/index.html as
|
||||||
components.html does not exist (Bugzilla ID#29253)
|
components.html does not exist (Bugzilla ID#29253)
|
||||||
* Thu Aug 14 2003 - choeger@suse.de
|
* Thu Aug 14 2003 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#28932:
|
- Bugfix Bugzilla ID#28932:
|
||||||
missing activation metadata in sysconfig template
|
missing activation metadata in sysconfig template
|
||||||
* Wed Jul 30 2003 - choeger@suse.de
|
* Wed Jul 30 2003 choeger@suse.de
|
||||||
- new macros for stop/restart of services on rpm update/removal
|
- new macros for stop/restart of services on rpm update/removal
|
||||||
* Tue Jul 15 2003 - choeger@suse.de
|
* Tue Jul 15 2003 choeger@suse.de
|
||||||
- update to version 2.1.15
|
- update to version 2.1.15
|
||||||
* Mon Jun 30 2003 - choeger@suse.de
|
* Mon Jun 30 2003 choeger@suse.de
|
||||||
- update to version 2.1.14
|
- update to version 2.1.14
|
||||||
* Wed Jun 18 2003 - ro@suse.de
|
* Wed Jun 18 2003 ro@suse.de
|
||||||
- use kerberos-devel-packages in neededforbuild
|
- use kerberos-devel-packages in neededforbuild
|
||||||
* Fri Jun 13 2003 - kukuk@suse.de
|
* Fri Jun 13 2003 kukuk@suse.de
|
||||||
- Add missing directory to filelist
|
- Add missing directory to filelist
|
||||||
* Fri May 09 2003 - choeger@suse.de
|
* Fri May 09 2003 choeger@suse.de
|
||||||
- use -ldb instead of -ldb-x.y to manually link the
|
- use -ldb instead of -ldb-x.y to manually link the
|
||||||
dbconverter
|
dbconverter
|
||||||
* Tue May 06 2003 - choeger@suse.de
|
* Tue May 06 2003 choeger@suse.de
|
||||||
- update to version 2.1.13
|
- update to version 2.1.13
|
||||||
* Tue Apr 15 2003 - ro@suse.de
|
* Tue Apr 15 2003 ro@suse.de
|
||||||
- added krb4-lib,krb4-devel to neededforbuild
|
- added krb4-lib,krb4-devel to neededforbuild
|
||||||
* Mon Apr 07 2003 - choeger@suse.de
|
* Mon Apr 07 2003 choeger@suse.de
|
||||||
- renamed to cyrus-sasl
|
- renamed to cyrus-sasl
|
||||||
- splitted libraries for the following auth methods into seperate
|
- splitted libraries for the following auth methods into seperate
|
||||||
packages:
|
packages:
|
||||||
@ -322,78 +330,78 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- plain
|
- plain
|
||||||
this is to prevent from annoying warnings about missing proper
|
this is to prevent from annoying warnings about missing proper
|
||||||
setup of mechanisms we don't use
|
setup of mechanisms we don't use
|
||||||
* Thu Mar 06 2003 - choeger@suse.de
|
* Thu Mar 06 2003 choeger@suse.de
|
||||||
- ever used dbconverter-2? Well it is just a shell script
|
- ever used dbconverter-2? Well it is just a shell script
|
||||||
which uses the damn compiled source tree... :-(
|
which uses the damn compiled source tree... :-(
|
||||||
manually building dbconverter to let users convert their
|
manually building dbconverter to let users convert their
|
||||||
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
|
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
|
||||||
* Thu Mar 06 2003 - choeger@suse.de
|
* Thu Mar 06 2003 choeger@suse.de
|
||||||
- as cyrus-sasl is dropped now:
|
- as cyrus-sasl is dropped now:
|
||||||
provide cyrus-sasl-*, obsolete cyrus-sasl-*
|
provide cyrus-sasl-*, obsolete cyrus-sasl-*
|
||||||
(Bugzilla ID# 24762)
|
(Bugzilla ID# 24762)
|
||||||
* Tue Feb 04 2003 - choeger@suse.de
|
* Tue Feb 04 2003 choeger@suse.de
|
||||||
- update to cyrus-sasl-2.1.12, bug-fix release.
|
- update to cyrus-sasl-2.1.12, bug-fix release.
|
||||||
This release addresses a few minor build and distribution
|
This release addresses a few minor build and distribution
|
||||||
related issues
|
related issues
|
||||||
* Mon Feb 03 2003 - choeger@suse.de
|
* Mon Feb 03 2003 choeger@suse.de
|
||||||
- update to cyrus-sasl-2.1.11, bug-fix release.
|
- update to cyrus-sasl-2.1.11, bug-fix release.
|
||||||
It addresses a number of issues in the build system, a
|
It addresses a number of issues in the build system, a
|
||||||
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
|
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
|
||||||
server side support to only require one of the LM or NT methods.
|
server side support to only require one of the LM or NT methods.
|
||||||
* Thu Jan 23 2003 - choeger@suse.de
|
* Thu Jan 23 2003 choeger@suse.de
|
||||||
- don't use new libtool macros as cyrus-sasl2 seems to not
|
- don't use new libtool macros as cyrus-sasl2 seems to not
|
||||||
work when using them.
|
work when using them.
|
||||||
- added patch to compile shared libraries on ppc
|
- added patch to compile shared libraries on ppc
|
||||||
* Wed Jan 15 2003 - kukuk@suse.de
|
* Wed Jan 15 2003 kukuk@suse.de
|
||||||
- Remove openldap2 from needed for build
|
- Remove openldap2 from needed for build
|
||||||
* Tue Jan 14 2003 - choeger@suse.de
|
* Tue Jan 14 2003 choeger@suse.de
|
||||||
- do not build the static library anymore
|
- do not build the static library anymore
|
||||||
* Wed Dec 11 2002 - choeger@suse.de
|
* Wed Dec 11 2002 choeger@suse.de
|
||||||
- added sysconfig metadata to sysconfig templates
|
- added sysconfig metadata to sysconfig templates
|
||||||
* Tue Dec 10 2002 - choeger@suse.de
|
* Tue Dec 10 2002 choeger@suse.de
|
||||||
- update to version 2.1.10
|
- update to version 2.1.10
|
||||||
This version corrects a number of DIGEST-MD5
|
This version corrects a number of DIGEST-MD5
|
||||||
interoperability issues, as well as corrects some potential buffer
|
interoperability issues, as well as corrects some potential buffer
|
||||||
overflows.
|
overflows.
|
||||||
* Thu Oct 31 2002 - ro@suse.de
|
* Thu Oct 31 2002 ro@suse.de
|
||||||
- make it build again
|
- make it build again
|
||||||
* Tue Oct 29 2002 - ro@suse.de
|
* Tue Oct 29 2002 ro@suse.de
|
||||||
- remove own libtool macros
|
- remove own libtool macros
|
||||||
* Thu Oct 24 2002 - choeger@suse.de
|
* Thu Oct 24 2002 choeger@suse.de
|
||||||
- update to latest version 2.1.9
|
- update to latest version 2.1.9
|
||||||
* Thu Sep 12 2002 - choeger@suse.de
|
* Thu Sep 12 2002 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
|
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
|
||||||
with cyrus-sasl2-devel, because they contain files with the
|
with cyrus-sasl2-devel, because they contain files with the
|
||||||
same name
|
same name
|
||||||
* Mon Aug 19 2002 - rhafer@suse.de
|
* Mon Aug 19 2002 rhafer@suse.de
|
||||||
- enabled building of the static libsasl.a. It is needed for
|
- enabled building of the static libsasl.a. It is needed for
|
||||||
cyrus-imap to be usable with nss_ldap (which is linked against
|
cyrus-imap to be usable with nss_ldap (which is linked against
|
||||||
cyrus-sasl1)
|
cyrus-sasl1)
|
||||||
* Mon Aug 12 2002 - choeger@suse.de
|
* Mon Aug 12 2002 choeger@suse.de
|
||||||
- update to version 2.1.7
|
- update to version 2.1.7
|
||||||
* Thu Aug 08 2002 - choeger@suse.de
|
* Thu Aug 08 2002 choeger@suse.de
|
||||||
- added .la files to the sasl2 plugin directory
|
- added .la files to the sasl2 plugin directory
|
||||||
([lt_]dlopen seems to need that)
|
([lt_]dlopen seems to need that)
|
||||||
* Mon Aug 05 2002 - choeger@suse.de
|
* Mon Aug 05 2002 choeger@suse.de
|
||||||
- added Prereq
|
- added Prereq
|
||||||
* Sat Jul 27 2002 - adrian@suse.de
|
* Sat Jul 27 2002 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Wed Jul 17 2002 - choeger@suse.de
|
* Wed Jul 17 2002 choeger@suse.de
|
||||||
- update to version 2.1.6
|
- update to version 2.1.6
|
||||||
* Wed Jun 19 2002 - choeger@suse.de
|
* Wed Jun 19 2002 choeger@suse.de
|
||||||
- also install dbconverter-2 to be able to migrate from
|
- also install dbconverter-2 to be able to migrate from
|
||||||
cyrus-sasl(1)
|
cyrus-sasl(1)
|
||||||
* Tue Jun 18 2002 - choeger@suse.de
|
* Tue Jun 18 2002 choeger@suse.de
|
||||||
- /var/run/sasl2 must be 755 to let non root daemons
|
- /var/run/sasl2 must be 755 to let non root daemons
|
||||||
connect to unix socket
|
connect to unix socket
|
||||||
* Tue Jun 18 2002 - choeger@suse.de
|
* Tue Jun 18 2002 choeger@suse.de
|
||||||
- added initscript and sysconfig file for saslauthd
|
- added initscript and sysconfig file for saslauthd
|
||||||
- added docs
|
- added docs
|
||||||
* Tue Jun 18 2002 - rhafer@suse.de
|
* Tue Jun 18 2002 rhafer@suse.de
|
||||||
- added opie to needforbuild
|
- added opie to needforbuild
|
||||||
- should build on ppc64 and s390x now
|
- should build on ppc64 and s390x now
|
||||||
* Mon Jun 17 2002 - rhafer@suse.de
|
* Mon Jun 17 2002 rhafer@suse.de
|
||||||
- additional autoconf related patches, that were missing at first
|
- additional autoconf related patches, that were missing at first
|
||||||
check in
|
check in
|
||||||
* Mon Jun 17 2002 - rhafer@suse.de
|
* Mon Jun 17 2002 rhafer@suse.de
|
||||||
- Initial checkin of cyrus-sasl-2.1.5
|
- Initial checkin of cyrus-sasl-2.1.5
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 16:06:15 CET 2008 - rhafer@suse.de
|
||||||
|
|
||||||
|
- Enabled NTLM authentication plugin (bnc#343665), created new
|
||||||
|
subpackage cyrus-sasl-ntlm
|
||||||
|
- Replaced %run_ldconfig macro as suggested by rpmlint
|
||||||
|
- Replaced unversioned Obsoltes/Provides with versioned ones
|
||||||
|
- Removed unneeded Split-Provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 26 16:40:22 CEST 2007 - rhafer@suse.de
|
Fri Oct 26 16:40:22 CEST 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
214
cyrus-sasl.spec
214
cyrus-sasl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cyrus-sasl (Version 2.1.22)
|
# spec file for package cyrus-sasl (Version 2.1.22)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,17 +10,18 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
BuildRequires: db-devel krb5-devel openssl-devel opie pam-devel
|
BuildRequires: db-devel krb5-devel openssl-devel opie pam-devel
|
||||||
Obsoletes: cyrus-sasl2
|
Obsoletes: cyrus-sasl2 <= %{version}
|
||||||
Provides: cyrus-sasl2
|
Provides: cyrus-sasl2 = %{version}
|
||||||
License: BSD 4-Clause
|
License: BSD 4-Clause
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://asg.web.cmu.edu/sasl/
|
Url: http://asg.web.cmu.edu/sasl/
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Implementation of Cyrus SASL API
|
Summary: Implementation of Cyrus SASL API
|
||||||
Version: 2.1.22
|
Version: 2.1.22
|
||||||
Release: 89
|
Release: 124
|
||||||
Source: cyrus-sasl-%{version}.tar.bz2
|
Source: cyrus-sasl-%{version}.tar.bz2
|
||||||
Source1: cyrus-sasl-rc.tar.bz2
|
Source1: cyrus-sasl-rc.tar.bz2
|
||||||
Source2: README.Source
|
Source2: README.Source
|
||||||
@ -33,8 +34,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
#
|
#
|
||||||
|
|
||||||
%package gssapi
|
%package gssapi
|
||||||
Obsoletes: cyrus-sasl2-gssapi
|
Obsoletes: cyrus-sasl2-gssapi <= %{version}
|
||||||
Provides: cyrus-sasl2-gssapi
|
Provides: cyrus-sasl2-gssapi = %{version}
|
||||||
Summary: cyrus-sasl plugin for the GSSAPI mechanism
|
Summary: cyrus-sasl plugin for the GSSAPI mechanism
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -46,7 +47,9 @@ Summary: cyrus-sasl plugin for the CRAMMD5 mechanism
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
Provides: cyrus-sasl:%{_libdir}/sasl2/libcrammd5.so
|
# cyrus-sasl2 was split in to several subpackages
|
||||||
|
# after SLES8, this "Provides" should be removed after
|
||||||
|
# EndOfLife of SLES8
|
||||||
Provides: cyrus-sasl2:%{_libdir}/sasl2/libcrammd5.so
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libcrammd5.so
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -55,7 +58,9 @@ Summary: cyrus-sasl plugin for the DIGESTMD5 mechanism
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
Provides: cyrus-sasl:%{_libdir}/sasl2/libdigestmd5.so
|
# cyrus-sasl2 was split in to several subpackages
|
||||||
|
# after SLES8, this "Provides" should be removed after
|
||||||
|
# EndOfLife of SLES8
|
||||||
Provides: cyrus-sasl2:%{_libdir}/sasl2/libdigestmd5.so
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libdigestmd5.so
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -64,7 +69,9 @@ Summary: cyrus-sasl plugin for the OTP mechanism
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
Provides: cyrus-sasl:%{_libdir}/sasl2/libotp.so
|
# cyrus-sasl2 was split in to several subpackages
|
||||||
|
# after SLES8, this "Provides" should be removed after
|
||||||
|
# EndOfLife of SLES8
|
||||||
Provides: cyrus-sasl2:%{_libdir}/sasl2/libotp.so
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libotp.so
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -73,13 +80,22 @@ Summary: cyrus-sasl plugin for the PLAIN mechanism
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
Provides: cyrus-sasl:%{_libdir}/sasl2/libplain.so
|
# cyrus-sasl2 was split in to several subpackages
|
||||||
|
# after SLES8, this "Provides" should be removed after
|
||||||
|
# EndOfLife of SLES8
|
||||||
Provides: cyrus-sasl2:%{_libdir}/sasl2/libplain.so
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libplain.so
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%package ntlm
|
||||||
|
Summary: Implementation of Cyrus SASL API
|
||||||
|
AutoReqProv: on
|
||||||
|
Group: Productivity/Networking/Other
|
||||||
|
Requires: cyrus-sasl
|
||||||
|
#
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Obsoletes: cyrus-sasl2-devel
|
Obsoletes: cyrus-sasl2-devel <= %{version}
|
||||||
Provides: cyrus-sasl2-devel
|
Provides: cyrus-sasl2-devel = %{version}
|
||||||
Summary: Cyrus SASL API Implementation, Libraries and Header Files
|
Summary: Cyrus SASL API Implementation, Libraries and Header Files
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -156,6 +172,16 @@ information.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
||||||
|
|
||||||
|
%description ntlm
|
||||||
|
This is the Cyrus SASL API. It can be used on the client or server side
|
||||||
|
to provide authentication. See RFC 2222 for more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
<tech-transfer> tech-transfer@andrew.cmu.edu
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
||||||
@ -201,6 +227,7 @@ export CPPFLAGS=-I/usr/include/heimdal
|
|||||||
--enable-sample \
|
--enable-sample \
|
||||||
--enable-login \
|
--enable-login \
|
||||||
--enable-gssapi \
|
--enable-gssapi \
|
||||||
|
--enable-ntlm \
|
||||||
--enable-krb4=no \
|
--enable-krb4=no \
|
||||||
--enable-sql=no \
|
--enable-sql=no \
|
||||||
--with-devrandom=/dev/urandom
|
--with-devrandom=/dev/urandom
|
||||||
@ -225,11 +252,9 @@ rm -f $RPM_BUILD_ROOT/usr/sbin/saslauthd
|
|||||||
rm -f $RPM_BUILD_ROOT/usr/sbin/testsaslauthd
|
rm -f $RPM_BUILD_ROOT/usr/sbin/testsaslauthd
|
||||||
find $RPM_BUILD_ROOT/%{_libdir}/sasl2 -name "*.la" | xargs rm -f
|
find $RPM_BUILD_ROOT/%{_libdir}/sasl2 -name "*.la" | xargs rm -f
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -271,39 +296,50 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/sasl2/libplain.so*
|
%{_libdir}/sasl2/libplain.so*
|
||||||
|
|
||||||
|
%files ntlm
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/sasl2/libntlm.so*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/include/sasl
|
/usr/include/sasl
|
||||||
%doc %{_mandir}/man3/sasl_*.gz
|
%doc %{_mandir}/man3/sasl_*.gz
|
||||||
%{_libdir}/libsasl2.so
|
%{_libdir}/libsasl2.so
|
||||||
%{_libdir}/libsasl2.la
|
%{_libdir}/libsasl2.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 26 2007 - rhafer@suse.de
|
* Wed Mar 26 2008 rhafer@suse.de
|
||||||
|
- Enabled NTLM authentication plugin (bnc#343665), created new
|
||||||
|
subpackage cyrus-sasl-ntlm
|
||||||
|
- Replaced %%run_ldconfig macro as suggested by rpmlint
|
||||||
|
- Replaced unversioned Obsoltes/Provides with versioned ones
|
||||||
|
- Removed unneeded Split-Provides
|
||||||
|
* Fri Oct 26 2007 rhafer@suse.de
|
||||||
- Fixed some RPMLINT complaints
|
- Fixed some RPMLINT complaints
|
||||||
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
|
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
|
||||||
(Bug #335754)
|
(Bug #335754)
|
||||||
* Tue Mar 20 2007 - rhafer@suse.de
|
* Tue Mar 20 2007 rhafer@suse.de
|
||||||
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
|
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
|
||||||
set the number of threads that saslauthd should spawn
|
set the number of threads that saslauthd should spawn
|
||||||
(Bug #199114)
|
(Bug #199114)
|
||||||
* Fri Oct 27 2006 - rhafer@suse.de
|
* Fri Oct 27 2006 rhafer@suse.de
|
||||||
- Use /etc/sasl2/ as directory for config files of services
|
- Use /etc/sasl2/ as directory for config files of services
|
||||||
%%{_libdir} can still be used for backwards compatibilty
|
%%{_libdir} can still be used for backwards compatibilty
|
||||||
(Bug #206414)
|
(Bug #206414)
|
||||||
* Mon Sep 25 2006 - rhafer@suse.de
|
* Mon Sep 25 2006 rhafer@suse.de
|
||||||
- Remove unneeded automake/autoheader calls
|
- Remove unneeded automake/autoheader calls
|
||||||
* Mon Sep 11 2006 - rhafer@suse.de
|
* Mon Sep 11 2006 rhafer@suse.de
|
||||||
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
|
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
|
||||||
BuildRequires of cyrus-sasl.spec
|
BuildRequires of cyrus-sasl.spec
|
||||||
- Removed unneeded openldap2 from BuildRequires of
|
- Removed unneeded openldap2 from BuildRequires of
|
||||||
cyrus-sasl-saslauthd
|
cyrus-sasl-saslauthd
|
||||||
* Tue Aug 29 2006 - rhafer@suse.de
|
* Tue Aug 29 2006 rhafer@suse.de
|
||||||
- Enabled the ldapdb auxprop plugin and created new subpackage
|
- Enabled the ldapdb auxprop plugin and created new subpackage
|
||||||
cyrus-sasl-ldap-auxprop for it (Bug #201478)
|
cyrus-sasl-ldap-auxprop for it (Bug #201478)
|
||||||
* Fri Aug 25 2006 - rhafer@suse.de
|
* Fri Aug 25 2006 rhafer@suse.de
|
||||||
- remove saslauthd man-page from cyrus-sasl package to solve
|
- remove saslauthd man-page from cyrus-sasl package to solve
|
||||||
confict with -saslauthd subpackage (Bug #200490)
|
confict with -saslauthd subpackage (Bug #200490)
|
||||||
* Fri Jun 02 2006 - rhafer@suse.de
|
* Fri Jun 02 2006 rhafer@suse.de
|
||||||
- updated to 2.1.22
|
- updated to 2.1.22
|
||||||
* new pluginviewer utility for reporting information about client
|
* new pluginviewer utility for reporting information about client
|
||||||
and server side authentication plugins and auxprop plugins
|
and server side authentication plugins and auxprop plugins
|
||||||
@ -313,107 +349,107 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
collision with other packages in src.rpm (Bug #98188)
|
collision with other packages in src.rpm (Bug #98188)
|
||||||
- include "crypt.h" in auth_shadow.c to avoid possible crash in
|
- include "crypt.h" in auth_shadow.c to avoid possible crash in
|
||||||
saslauthd (Bug #179621)
|
saslauthd (Bug #179621)
|
||||||
* Mon Apr 03 2006 - rhafer@suse.de
|
* Mon Apr 03 2006 rhafer@suse.de
|
||||||
- remove dlcompat-20010505 from tarball because of legal risk and
|
- remove dlcompat-20010505 from tarball because of legal risk and
|
||||||
documented this in README.Source (Bug: #161390)
|
documented this in README.Source (Bug: #161390)
|
||||||
- added check for dlcompat-20010505 to the spec file
|
- added check for dlcompat-20010505 to the spec file
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Nov 23 2005 - choeger@suse.de
|
* Wed Nov 23 2005 choeger@suse.de
|
||||||
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
|
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
|
||||||
* Mon Sep 26 2005 - ro@suse.de
|
* Mon Sep 26 2005 ro@suse.de
|
||||||
- added LDAP_DEPRECATED to CFLAGS
|
- added LDAP_DEPRECATED to CFLAGS
|
||||||
* Wed Jul 13 2005 - choeger@suse.de
|
* Wed Jul 13 2005 choeger@suse.de
|
||||||
- use /dev/urandom instead of /dev/random, see
|
- use /dev/urandom instead of /dev/random, see
|
||||||
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
|
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
|
||||||
for an explanation
|
for an explanation
|
||||||
- removed the useless .la files from rpm
|
- removed the useless .la files from rpm
|
||||||
* Tue May 17 2005 - choeger@suse.de
|
* Tue May 17 2005 choeger@suse.de
|
||||||
- update to version 2.1.21
|
- update to version 2.1.21
|
||||||
* Mon Mar 14 2005 - choeger@suse.de
|
* Mon Mar 14 2005 choeger@suse.de
|
||||||
- now also build the sql auxprop plugin; created new subpackage
|
- now also build the sql auxprop plugin; created new subpackage
|
||||||
cyrus-sasl-sqlauxprop
|
cyrus-sasl-sqlauxprop
|
||||||
* Fri Feb 25 2005 - uli@suse.de
|
* Fri Feb 25 2005 uli@suse.de
|
||||||
- better GCC4 fix
|
- better GCC4 fix
|
||||||
* Fri Feb 25 2005 - uli@suse.de
|
* Fri Feb 25 2005 uli@suse.de
|
||||||
- fixed to build with GCC4
|
- fixed to build with GCC4
|
||||||
* Tue Nov 02 2004 - mmj@suse.de
|
* Tue Nov 02 2004 mmj@suse.de
|
||||||
- Get rid of .cvsignore files
|
- Get rid of .cvsignore files
|
||||||
- Don't remove buildroot before install
|
- Don't remove buildroot before install
|
||||||
* Mon Oct 25 2004 - choeger@suse.de
|
* Mon Oct 25 2004 choeger@suse.de
|
||||||
- update to version 2.1.20
|
- update to version 2.1.20
|
||||||
* Wed Oct 06 2004 - choeger@suse.de
|
* Wed Oct 06 2004 choeger@suse.de
|
||||||
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
|
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
|
||||||
* Mon Sep 20 2004 - choeger@suse.de
|
* Mon Sep 20 2004 choeger@suse.de
|
||||||
- package binaries of sample-client and -server instead of
|
- package binaries of sample-client and -server instead of
|
||||||
shell wrappers (which do not work)
|
shell wrappers (which do not work)
|
||||||
* Fri Sep 17 2004 - choeger@suse.de
|
* Fri Sep 17 2004 choeger@suse.de
|
||||||
- removed saslauthd from cyrus-sasl requires, as it is only
|
- removed saslauthd from cyrus-sasl requires, as it is only
|
||||||
needed on a "server" side and also not in every case (buildin
|
needed on a "server" side and also not in every case (buildin
|
||||||
mechanisms as CRAM- or DIGEST-MD5 do not need it)
|
mechanisms as CRAM- or DIGEST-MD5 do not need it)
|
||||||
- added split-provides for saslauthd
|
- added split-provides for saslauthd
|
||||||
* Mon Sep 06 2004 - choeger@suse.de
|
* Mon Sep 06 2004 choeger@suse.de
|
||||||
- added testsaslauthd to filelist
|
- added testsaslauthd to filelist
|
||||||
- removed saslauthd and insserv makros from cyrus-sasl.spec
|
- removed saslauthd and insserv makros from cyrus-sasl.spec
|
||||||
* Fri Sep 03 2004 - choeger@suse.de
|
* Fri Sep 03 2004 choeger@suse.de
|
||||||
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
|
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
|
||||||
dependency openldap2 <-> cyrus-sasl with saslauthd having
|
dependency openldap2 <-> cyrus-sasl with saslauthd having
|
||||||
LDAP support
|
LDAP support
|
||||||
* Tue Aug 31 2004 - choeger@suse.de
|
* Tue Aug 31 2004 choeger@suse.de
|
||||||
- removed update messages and implemented "split-provides"
|
- removed update messages and implemented "split-provides"
|
||||||
instead
|
instead
|
||||||
* Tue Aug 31 2004 - choeger@suse.de
|
* Tue Aug 31 2004 choeger@suse.de
|
||||||
- added LDAP support for saslauthd, Bugzilla ID#44051
|
- added LDAP support for saslauthd, Bugzilla ID#44051
|
||||||
* Mon Aug 30 2004 - choeger@suse.de
|
* Mon Aug 30 2004 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
|
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
|
||||||
now using new update messages mechanism
|
now using new update messages mechanism
|
||||||
- added sample/client sample/server to file list
|
- added sample/client sample/server to file list
|
||||||
* Thu Jul 15 2004 - choeger@suse.de
|
* Thu Jul 15 2004 choeger@suse.de
|
||||||
- update to version 2.1.19
|
- update to version 2.1.19
|
||||||
* Tue Jun 15 2004 - choeger@suse.de
|
* Tue Jun 15 2004 choeger@suse.de
|
||||||
- bugfix id#39245 - cyrus-sasl includes straycat man page
|
- bugfix id#39245 - cyrus-sasl includes straycat man page
|
||||||
* Fri Mar 12 2004 - choeger@suse.de
|
* Fri Mar 12 2004 choeger@suse.de
|
||||||
- update to version 2.1.18 (Bugfix Release)
|
- update to version 2.1.18 (Bugfix Release)
|
||||||
* Tue Jan 27 2004 - choeger@suse.de
|
* Tue Jan 27 2004 choeger@suse.de
|
||||||
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
|
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
|
||||||
* Thu Jan 22 2004 - choeger@suse.de
|
* Thu Jan 22 2004 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#34019, notice users about the fact, that
|
- Bugfix Bugzilla ID#34019, notice users about the fact, that
|
||||||
cyrus-sasl has been splitted into subpackages
|
cyrus-sasl has been splitted into subpackages
|
||||||
* Fri Jan 16 2004 - kukuk@suse.de
|
* Fri Jan 16 2004 kukuk@suse.de
|
||||||
- Add pam-devel to neededforbuild
|
- Add pam-devel to neededforbuild
|
||||||
* Tue Dec 02 2003 - choeger@suse.de
|
* Tue Dec 02 2003 choeger@suse.de
|
||||||
- update to version 2.1.17
|
- update to version 2.1.17
|
||||||
* Fri Oct 31 2003 - choeger@suse.de
|
* Fri Oct 31 2003 choeger@suse.de
|
||||||
- Don't build as root
|
- Don't build as root
|
||||||
* Fri Oct 17 2003 - kukuk@suse.de
|
* Fri Oct 17 2003 kukuk@suse.de
|
||||||
- Remove unused des from neededforbuild
|
- Remove unused des from neededforbuild
|
||||||
* Tue Sep 16 2003 - kukuk@suse.de
|
* Tue Sep 16 2003 kukuk@suse.de
|
||||||
- Add missing Provides [Bug #31005]
|
- Add missing Provides [Bug #31005]
|
||||||
* Mon Sep 01 2003 - choeger@suse.de
|
* Mon Sep 01 2003 choeger@suse.de
|
||||||
- removed "-u root" from startproc as it always failes
|
- removed "-u root" from startproc as it always failes
|
||||||
- removed link to doc/components.html from doc/index.html as
|
- removed link to doc/components.html from doc/index.html as
|
||||||
components.html does not exist (Bugzilla ID#29253)
|
components.html does not exist (Bugzilla ID#29253)
|
||||||
* Thu Aug 14 2003 - choeger@suse.de
|
* Thu Aug 14 2003 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#28932:
|
- Bugfix Bugzilla ID#28932:
|
||||||
missing activation metadata in sysconfig template
|
missing activation metadata in sysconfig template
|
||||||
* Wed Jul 30 2003 - choeger@suse.de
|
* Wed Jul 30 2003 choeger@suse.de
|
||||||
- new macros for stop/restart of services on rpm update/removal
|
- new macros for stop/restart of services on rpm update/removal
|
||||||
* Tue Jul 15 2003 - choeger@suse.de
|
* Tue Jul 15 2003 choeger@suse.de
|
||||||
- update to version 2.1.15
|
- update to version 2.1.15
|
||||||
* Mon Jun 30 2003 - choeger@suse.de
|
* Mon Jun 30 2003 choeger@suse.de
|
||||||
- update to version 2.1.14
|
- update to version 2.1.14
|
||||||
* Wed Jun 18 2003 - ro@suse.de
|
* Wed Jun 18 2003 ro@suse.de
|
||||||
- use kerberos-devel-packages in neededforbuild
|
- use kerberos-devel-packages in neededforbuild
|
||||||
* Fri Jun 13 2003 - kukuk@suse.de
|
* Fri Jun 13 2003 kukuk@suse.de
|
||||||
- Add missing directory to filelist
|
- Add missing directory to filelist
|
||||||
* Fri May 09 2003 - choeger@suse.de
|
* Fri May 09 2003 choeger@suse.de
|
||||||
- use -ldb instead of -ldb-x.y to manually link the
|
- use -ldb instead of -ldb-x.y to manually link the
|
||||||
dbconverter
|
dbconverter
|
||||||
* Tue May 06 2003 - choeger@suse.de
|
* Tue May 06 2003 choeger@suse.de
|
||||||
- update to version 2.1.13
|
- update to version 2.1.13
|
||||||
* Tue Apr 15 2003 - ro@suse.de
|
* Tue Apr 15 2003 ro@suse.de
|
||||||
- added krb4-lib,krb4-devel to neededforbuild
|
- added krb4-lib,krb4-devel to neededforbuild
|
||||||
* Mon Apr 07 2003 - choeger@suse.de
|
* Mon Apr 07 2003 choeger@suse.de
|
||||||
- renamed to cyrus-sasl
|
- renamed to cyrus-sasl
|
||||||
- splitted libraries for the following auth methods into seperate
|
- splitted libraries for the following auth methods into seperate
|
||||||
packages:
|
packages:
|
||||||
@ -423,78 +459,78 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- plain
|
- plain
|
||||||
this is to prevent from annoying warnings about missing proper
|
this is to prevent from annoying warnings about missing proper
|
||||||
setup of mechanisms we don't use
|
setup of mechanisms we don't use
|
||||||
* Thu Mar 06 2003 - choeger@suse.de
|
* Thu Mar 06 2003 choeger@suse.de
|
||||||
- ever used dbconverter-2? Well it is just a shell script
|
- ever used dbconverter-2? Well it is just a shell script
|
||||||
which uses the damn compiled source tree... :-(
|
which uses the damn compiled source tree... :-(
|
||||||
manually building dbconverter to let users convert their
|
manually building dbconverter to let users convert their
|
||||||
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
|
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
|
||||||
* Thu Mar 06 2003 - choeger@suse.de
|
* Thu Mar 06 2003 choeger@suse.de
|
||||||
- as cyrus-sasl is dropped now:
|
- as cyrus-sasl is dropped now:
|
||||||
provide cyrus-sasl-*, obsolete cyrus-sasl-*
|
provide cyrus-sasl-*, obsolete cyrus-sasl-*
|
||||||
(Bugzilla ID# 24762)
|
(Bugzilla ID# 24762)
|
||||||
* Tue Feb 04 2003 - choeger@suse.de
|
* Tue Feb 04 2003 choeger@suse.de
|
||||||
- update to cyrus-sasl-2.1.12, bug-fix release.
|
- update to cyrus-sasl-2.1.12, bug-fix release.
|
||||||
This release addresses a few minor build and distribution
|
This release addresses a few minor build and distribution
|
||||||
related issues
|
related issues
|
||||||
* Mon Feb 03 2003 - choeger@suse.de
|
* Mon Feb 03 2003 choeger@suse.de
|
||||||
- update to cyrus-sasl-2.1.11, bug-fix release.
|
- update to cyrus-sasl-2.1.11, bug-fix release.
|
||||||
It addresses a number of issues in the build system, a
|
It addresses a number of issues in the build system, a
|
||||||
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
|
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
|
||||||
server side support to only require one of the LM or NT methods.
|
server side support to only require one of the LM or NT methods.
|
||||||
* Thu Jan 23 2003 - choeger@suse.de
|
* Thu Jan 23 2003 choeger@suse.de
|
||||||
- don't use new libtool macros as cyrus-sasl2 seems to not
|
- don't use new libtool macros as cyrus-sasl2 seems to not
|
||||||
work when using them.
|
work when using them.
|
||||||
- added patch to compile shared libraries on ppc
|
- added patch to compile shared libraries on ppc
|
||||||
* Wed Jan 15 2003 - kukuk@suse.de
|
* Wed Jan 15 2003 kukuk@suse.de
|
||||||
- Remove openldap2 from needed for build
|
- Remove openldap2 from needed for build
|
||||||
* Tue Jan 14 2003 - choeger@suse.de
|
* Tue Jan 14 2003 choeger@suse.de
|
||||||
- do not build the static library anymore
|
- do not build the static library anymore
|
||||||
* Wed Dec 11 2002 - choeger@suse.de
|
* Wed Dec 11 2002 choeger@suse.de
|
||||||
- added sysconfig metadata to sysconfig templates
|
- added sysconfig metadata to sysconfig templates
|
||||||
* Tue Dec 10 2002 - choeger@suse.de
|
* Tue Dec 10 2002 choeger@suse.de
|
||||||
- update to version 2.1.10
|
- update to version 2.1.10
|
||||||
This version corrects a number of DIGEST-MD5
|
This version corrects a number of DIGEST-MD5
|
||||||
interoperability issues, as well as corrects some potential buffer
|
interoperability issues, as well as corrects some potential buffer
|
||||||
overflows.
|
overflows.
|
||||||
* Thu Oct 31 2002 - ro@suse.de
|
* Thu Oct 31 2002 ro@suse.de
|
||||||
- make it build again
|
- make it build again
|
||||||
* Tue Oct 29 2002 - ro@suse.de
|
* Tue Oct 29 2002 ro@suse.de
|
||||||
- remove own libtool macros
|
- remove own libtool macros
|
||||||
* Thu Oct 24 2002 - choeger@suse.de
|
* Thu Oct 24 2002 choeger@suse.de
|
||||||
- update to latest version 2.1.9
|
- update to latest version 2.1.9
|
||||||
* Thu Sep 12 2002 - choeger@suse.de
|
* Thu Sep 12 2002 choeger@suse.de
|
||||||
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
|
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
|
||||||
with cyrus-sasl2-devel, because they contain files with the
|
with cyrus-sasl2-devel, because they contain files with the
|
||||||
same name
|
same name
|
||||||
* Mon Aug 19 2002 - rhafer@suse.de
|
* Mon Aug 19 2002 rhafer@suse.de
|
||||||
- enabled building of the static libsasl.a. It is needed for
|
- enabled building of the static libsasl.a. It is needed for
|
||||||
cyrus-imap to be usable with nss_ldap (which is linked against
|
cyrus-imap to be usable with nss_ldap (which is linked against
|
||||||
cyrus-sasl1)
|
cyrus-sasl1)
|
||||||
* Mon Aug 12 2002 - choeger@suse.de
|
* Mon Aug 12 2002 choeger@suse.de
|
||||||
- update to version 2.1.7
|
- update to version 2.1.7
|
||||||
* Thu Aug 08 2002 - choeger@suse.de
|
* Thu Aug 08 2002 choeger@suse.de
|
||||||
- added .la files to the sasl2 plugin directory
|
- added .la files to the sasl2 plugin directory
|
||||||
([lt_]dlopen seems to need that)
|
([lt_]dlopen seems to need that)
|
||||||
* Mon Aug 05 2002 - choeger@suse.de
|
* Mon Aug 05 2002 choeger@suse.de
|
||||||
- added Prereq
|
- added Prereq
|
||||||
* Sat Jul 27 2002 - adrian@suse.de
|
* Sat Jul 27 2002 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Wed Jul 17 2002 - choeger@suse.de
|
* Wed Jul 17 2002 choeger@suse.de
|
||||||
- update to version 2.1.6
|
- update to version 2.1.6
|
||||||
* Wed Jun 19 2002 - choeger@suse.de
|
* Wed Jun 19 2002 choeger@suse.de
|
||||||
- also install dbconverter-2 to be able to migrate from
|
- also install dbconverter-2 to be able to migrate from
|
||||||
cyrus-sasl(1)
|
cyrus-sasl(1)
|
||||||
* Tue Jun 18 2002 - choeger@suse.de
|
* Tue Jun 18 2002 choeger@suse.de
|
||||||
- /var/run/sasl2 must be 755 to let non root daemons
|
- /var/run/sasl2 must be 755 to let non root daemons
|
||||||
connect to unix socket
|
connect to unix socket
|
||||||
* Tue Jun 18 2002 - choeger@suse.de
|
* Tue Jun 18 2002 choeger@suse.de
|
||||||
- added initscript and sysconfig file for saslauthd
|
- added initscript and sysconfig file for saslauthd
|
||||||
- added docs
|
- added docs
|
||||||
* Tue Jun 18 2002 - rhafer@suse.de
|
* Tue Jun 18 2002 rhafer@suse.de
|
||||||
- added opie to needforbuild
|
- added opie to needforbuild
|
||||||
- should build on ppc64 and s390x now
|
- should build on ppc64 and s390x now
|
||||||
* Mon Jun 17 2002 - rhafer@suse.de
|
* Mon Jun 17 2002 rhafer@suse.de
|
||||||
- additional autoconf related patches, that were missing at first
|
- additional autoconf related patches, that were missing at first
|
||||||
check in
|
check in
|
||||||
* Mon Jun 17 2002 - rhafer@suse.de
|
* Mon Jun 17 2002 rhafer@suse.de
|
||||||
- Initial checkin of cyrus-sasl-2.1.5
|
- Initial checkin of cyrus-sasl-2.1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user