| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cyrus-imapd-devel | Distribution: Cloud |
| Version: 2.2.10 | Vendor: Comodo Trustix |
| Release: 0.1tr | Build date: Wed Nov 24 16:18:10 2004 |
| Group: Libraries/Development | Build host: trustix-20.trustix.net |
| Size: 781876 | Source RPM: cyrus-imapd-2.2.10-0.1tr.src.rpm |
| Packager: Comodo Trustix <http://www.trustix.com> | |
| Url: http://asg.web.cmu.edu/cyrus/imapd/ | |
| Summary: Files needed for developing applications with Cyrus IMAPD. | |
The cyrus-imapd-devel package contains files needed for developing and compiling applications which use the Cyrus IMAPD.
BSD
internal MD5: d8adea7211d55023b3ebf3312836cdd6
GPG
* Sun Nov 14 2004 Erlend Midttun <erlendbm at trustix dot org> 2.2.10-0.1tr
- New upstream.
* Wed Sep 17 2003 Chr. Toldnes <christht at trustix dot com> 2.1.15-3tr
- Rebuilt and retagged for release.
* Tue Sep 16 2003 Chr. Toldnes <christht at trustix dot com> 2.1.15-1tr
- New upstream version: 2.1.15
* Fri Jul 18 2003 Chr. Toldnes <christht at trustix dot com> 2.1.14-3tr
- Rebuilt and tagged for TSL 2.0
* Wed Jul 16 2003 Gerald Dachs <gda at trustix dot org> 2.1.14-2gd
- corrected perl path
* Wed Jul 16 2003 Gerald Dachs <gda at trustix dot org> 2.1.14-1gd
- new upstream version
* Mon Jun 23 2003 Erlend Midttun <erlendbm at trustix dot com> 2.1.13-11tr
- Added %defattr.
* Fri Jun 20 2003 Chr. Toldnes <christht at trustix dot com> 2.1.13-10tr
- Minor fix in initscript.
* Fri Jun 20 2003 Chr. Toldnes <christht at trustix dot com> 2.1.13-9tr
- Correct placement of internal binaries.
* Wed Jun 18 2003 Erlend Midttun <erlendbm at trustix dot com> 2.1.13-8tr
- Big rebuild
* Wed Jun 18 2003 Erlend Midttun <erlendbm at trustix dot com> 2.1.13-7em
- We leave logrotate to syslog.
* Mon Jun 16 2003 Chr. Toldnes <christht at trustix dot com> 2.1.13-6ct
- logrotate config corresponds with syslog setup
* Fri Jun 13 2003 Chr. Toldnes <christht at trustix dot com> 2.1.13-5ct
- Minor fix in the cron script to use /var/lib/cyrus-imapd
* Wed Jun 11 2003 Chr. Toldnes <christht at trustix dot com> 2.1.13-4ct
- Huge cleanups.
* Wed Jun 04 2003 Erlend Midttun <erlendbm at trustix dot com> 2.1.13-3em
- init script now uses killproc.
* Mon May 19 2003 Tor Hveem <torh at trustix dot org> 2.1.13-2th
- Fixed wrong socket path in cyrus.conf
* Mon May 19 2003 Tor Hveem <torh at trustix dot org> 2.1.13-1th
- Improved imapd.conf
- 2.1.13
- Changed paths to /var/spool/cyrus-imapd
- Removed not needed file /usr/lib/sasl2/Cyrus.conf
- Added missing BuildReq perl-devel
* Mon Mar 24 2003 Erlend Midttun <erlendbm at trustix dot com> 2.1.12-4em
- Rebuilt against glibc 2.3.2.
* Mon Mar 10 2003 Christian H. Toldnes <christht at trustix dot com> 2.1.12-3ct
- Package somehow required /usr/local/bin/perl patch3 fixed this.
- No need to use both autoconf and
CFLAGS="${CFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations}" ; export FFLAGS ;
[ -f configure.in ] && [ configure.in -nt configure ] \
&& libtoolize --copy --force ;
./configure \
--host=i586-trustix-linux-gnu --target=i586-trustix-linux \
\
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info in my opinion. I stand 'till
proven wrong. :)
* Sun Mar 09 2003 Tor Hveem <torh at trustix dot org> 2.1.12-2th
- added som missing items
- removed %config for a few files
- added noreplace for a few files
* Tue Feb 04 2003 Tor Hveem <torh at trustix dot org> 2.1.12-1th
- 2.1.12
- initscript now uses cyrus' own .pid file
* Mon Jan 06 2003 Tor Hveem <tor at trustix dot org> 2.1.11-4th
- added missing buildreq openssl-devel
- added --with-annotatemore and --with-listext
- added a few more missing manpages and binaries
- new package: devel
* Fri Dec 20 2002 Tor Hveem <torh at trustix dot org> 2.1.11-3th
- added missing ctl_cyrusdb binary
- added missing ctl_cyrusdb manpage
* Thu Dec 19 2002 Gerald Dachs <gda at trustix dot org> 2.1.11-2gd
- use now killbypidfile in initscript
- updated cyrus.conf file
* Wed Dec 18 2002 Gerald Dachs <gda at trustix dot org> 2.1.11-1gd
- new upstream version
- fixed location of pidof in init script
- changed invokation of functions in init script
- don't use %config for cyrus init script anymore
- changed lockdev to .lockdev in cyrus init script
* Thu Nov 21 2002 Christian H. Toldnes <christht at trustix dot com> 2.1.7-5ct
- cyrus initscript now uses $INITLOCK
* Wed Nov 20 2002 Erlend Midttun <erlendbm at trustix dot com> 2.1.7-4em
- Split the PAM files into a separate package and Req'ed them.
- Added Provides imapd.
- Removed Conflicts as it is no longer needed.
* Fri Nov 08 2002 Erlend Midttun <erlendbm at trustix dot com> 2.1.7-3em
- Updated Conflicts and renamed man pages to avoid crashing there.
* Thu Sep 12 2002 Erlend Midttun <erlendbm at trustix dot com> 2.1.7-2em
- Use autoconf to create new configure.
- Use configure macro
- Require autoconf >= 2.52. Does not work with 2.13 at least.
- PreReq shadow-utils and glibc as they are in %pre
* Thu Aug 22 2002 Gerald Dachs <gda at trustix dot org> 2.1.7-1gd
- new version 2.1.7
- depends now on db4
- deactivated install of postfix config files
should not be done here
* Mon Aug 05 2002 Christian H. Toldnes <christht at trustix dot com> 2.1.4-3ct
- The build environment does not need cyrus user and mail group.
- uid 103 belongs to ntp. cyrus got 110 for now.
- cyrus-imap.rc now looks in /etc/init.d for functions file.
- Added chkconfig and restart_maybe in %post
- Removed condrestart in %postun, as we restart in %post
* Fri Aug 02 2002 Gerald Dachs <gda at trustix dot org> 2.1.4-2gd
- cleaned up group
- better user management
- don't start cyrus by default
* Mon Jun 10 2002 Gerald Dachs <gda at trustix dot org> 2.1.4-1gd
- repackaged for Trustix
- new version 2.1.4
* Sat Sep 15 2001 Gerald Dachs <gda@dachsweb.de>
- cyrus-imapd.cron changed deliver to ctl_deliver
* Fri Apr 13 2001 Gerald Dachs <gda@dachsweb.de>
- Postfix support
- pwcheck_method is now PAM
- changed cyrus-imapd-rc, pidof is in /bin
- created sieve user directories
/usr/include/cyrus /usr/include/cyrus/acl.h /usr/include/cyrus/assert.h /usr/include/cyrus/auth.h /usr/include/cyrus/bsearch.h /usr/include/cyrus/charset.h /usr/include/cyrus/cyrusdb.h /usr/include/cyrus/glob.h /usr/include/cyrus/gmtoff.h /usr/include/cyrus/hash.h /usr/include/cyrus/imapopts.h /usr/include/cyrus/imapurl.h /usr/include/cyrus/imclient.h /usr/include/cyrus/imparse.h /usr/include/cyrus/iptostring.h /usr/include/cyrus/libconfig.h /usr/include/cyrus/libcyr_cfg.h /usr/include/cyrus/lock.h /usr/include/cyrus/lsort.h /usr/include/cyrus/map.h /usr/include/cyrus/mkgmtime.h /usr/include/cyrus/mpool.h /usr/include/cyrus/nonblock.h /usr/include/cyrus/parseaddr.h /usr/include/cyrus/prot.h /usr/include/cyrus/retry.h /usr/include/cyrus/rfc822date.h /usr/include/cyrus/strhash.h /usr/include/cyrus/strhash.o /usr/include/cyrus/stristr.h /usr/include/cyrus/sysexits.h /usr/include/cyrus/util.h /usr/include/cyrus/xmalloc.h /usr/lib/libcyrus.a /usr/lib/libcyrus_min.a
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 16 04:25:11 2008