Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
cyrus-imapd
cyrus-imapd.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cyrus-imapd.changes of Package cyrus-imapd
------------------------------------------------------------------- Mon Sep 28 08:48:12 UTC 2009 - rhafer@novell.com - Fixed init script dependencies. saslauthd is not a hard requirement for cyrus-imapd (bnc#538852) ------------------------------------------------------------------- Wed Sep 23 08:40:16 UTC 2009 - rhafer@novell.com - fixed multiple buffer overflows in the SIEVE code, caused by unsafe usage of the sprintf function (bnc#539877, CVE-2009-3235) - Added flex and bison to buildrequires as the above bugfix requires the sieve parser code to be regenerated. ------------------------------------------------------------------- Tue Sep 8 07:21:25 UTC 2009 - rhafer@novell.com - fixed buffer overflow in SIEVE implementation, caused by the incorrect use of sizeof() on a character pointer rather than a character buffer (bnc#537128, cert-vu#336053) ------------------------------------------------------------------- Thu Sep 3 15:06:11 UTC 2009 - rhafer@novell.com - fixed typo in cron-script ------------------------------------------------------------------- Tue Jul 14 09:26:59 CEST 2009 - rhafer@novell.com - warning fixes for gcc 4.4 ------------------------------------------------------------------- Mon Jun 29 16:52:40 CEST 2009 - rhafer@novell.com - removed obsolete configure options and resorted the rest for better readability ------------------------------------------------------------------- Mon Mar 30 14:12:52 CEST 2009 - rhafer@suse.de - Updated to 2.3.14 * Fixed incompatibility between older ManageSieve clients and newer servers that issue an auto-capability response after AUTH with a SASL security layer. * Fixed quota calculation to ignore files not mentioned in the index * Correct cache truncation after an aborted append (was leaving empty holes in the cache file) * Fixed ACLs copying when renaming users * Fixed TLS session reuse * Log more detail about changes done by a reconstruct (indicating that there were problems with the mailbox before hand - mainly as a debugging aid) * Ensured that the longest possible named mailbox can still be deleted when delayed delete is enabled by increasing buffer sizes * Add configuration option mailbox_default_options allowing (for example) modsequences to be turned on for all new mailboxes * Various Replication fixes ------------------------------------------------------------------- Thu Jan 15 15:06:26 CET 2009 - rhafer@suse.de - Updated to 2.3.13 * Added support for IMAP [CAPABILITY] response code to client-side of Murder proxies. * Added support for ManageSieve auto-capability response after STARTTLS and after AUTH with a SASL security layer. * Made MAXWORD and MAXQUOTED sizes configurable via imapd.conf * Rewrote cyrusdb_quotalegacy.c to use readir() rather than glob.c. This avoids a potential crash due to conflicts between glibc and Heimdal implementations of glob(). * Added support for fulldirhash to 'ctl_mboxlist -v' * Several skiplist transaction bugfixes. * cyr_expire no longer has a default of 0 (zero) for -X and -D. These options must be used explicitly in order to have the desired effect. * Added sieve_utf8fileinto option. * Added sieve_sasl_send_unsolicited_capability and sieve_sasl_expect_unsolicited_capability options. * Several 32/64-bit compatibility fixes. - Removed uneeded patches - Fixed init script dependencies ------------------------------------------------------------------- Thu Oct 9 13:48:55 CEST 2008 - rhafer@suse.de - mention the changed default of "allowplaintext" in the README (bnc#425658) ------------------------------------------------------------------- Mon Aug 18 10:40:46 CEST 2008 - rhafer@suse.de - fixed init-script, added Required-Stop tag ------------------------------------------------------------------- Tue Aug 12 19:17:28 CEST 2008 - rhafer@suse.de - recommend perl-TermReadLine-Gnu to have command line history in sieveshell and cyradm (bnc#400401) - move sieveshell and installsieve to perl-Cyrus-SIEVE-managesieve, as it is useful without cyrus-imapd (bnc#414637). ------------------------------------------------------------------- Wed May 7 14:25:17 CEST 2008 - rhafer@suse.de - added missing return statement to auth_krb.c:myfreestate() to fix current build failures. ------------------------------------------------------------------- Thu Apr 10 00:10:23 CEST 2008 - crrodriguez@suse.de - soft 'Recommends' cron otherwise script that generates backups of mailboxes will not work. ------------------------------------------------------------------- Mon Mar 3 10:59:02 CET 2008 - rhafer@suse.de - Fixed creation of maiboxes.txt backup in cron-job (bnc#355914) ------------------------------------------------------------------- Tue Feb 5 13:58:25 CET 2008 - rhafer@suse.de - cleanups in %post scriptlet (bnc#357950, bnc#357946) - Update to 2.3.11. From the changelog: * Fixed several skiplist bugs -- courtesy of Fastmail.fm. * Add robustness to skiplist recovery -- courtesy of Fastmail.fm. * Added support for modification sequences to replication protocol (for CONDSTORE) -- courtesy of David Carter. * Fixed delayed delete replication -- courtesy of Fastmail.fm. * Allow [un]deleting of user INBOXes (renaming to/from deleted hierarchy) to work when using delayed delete -- courtesy of Simon Matter. * Fixed interaction with removal of rights and implicitownerrights. * Fixed parsing of single FETCH item when using FETCH modifiers. * Prevented SSL_accept() from blocking indefinitely when using TLS/SSL. This should eliminate a lot of hung SSL-wrapped processes. * Allow STARTTLS to be used to externally preauth'd LMTP connections. * Allow a TLS client certificate to be sufficient authentication for LMTP. * timsieved now automatically sends CAPABILITY response after STARTTLS. This code was reintroduced after being mistakenly removed as part of bug #1338. * Fixed miscellaneous bugs and build issues. ------------------------------------------------------------------- Fri Feb 1 15:31:30 CET 2008 - rhafer@suse.de - create backups files in /var/adm/backup/imap instead of /var/lib/imap (bnc#355146, bnc#355914) ------------------------------------------------------------------- Mon Jan 28 17:11:47 CET 2008 - rhafer@suse.de - limit the number of text backups of the mailboxes database (bnc#355914) ------------------------------------------------------------------- Tue Oct 30 13:06:28 CET 2007 - rhafer@suse.de - update to 2.3.10. Most imporant changes: * Added support for "delayed" delete, in which mailboxes are renamed to a special admin-only "deleted" hierarchy at the time of the DELETE (hiding them from the client), rather than immediately removing them from the filesystem. * Fixed the special case of RENAMEing an Inbox, so that it doesn't keep the same mailbox uniqueid, thus allowing it to replicate properly (seen state is still preserved). * Disabled Nagle's algorithm in sync_client and sync_server to increase the throughput of the replication protocol. -- courtesy of Wes Craig. * Added support for a shared \Seen flag on messages (must be enabled on a per-mailbox basis with the /vendor/cmu/cyrus-imapd/sharedseen mailbox annotation. * Added -u and -U options to reconstruct -- courtesy of David Carter. * Added SETUIDVALIDITY command to the replication protocol -- courtesy of David Carter. * Changed message GUIDs used by replication to be the SHA1 hash of the messages -- based on work of David Carter and Fastmail.fm. * Improve the performance of commands that operate on sequence-sets. The sequence-set is now parsed only once, and the commands operate on a sorted list of seq-ranges. * Added new cyr_synclog utility for adding events to the replication log -- courtesy of Fastmail.fm. * Added support for disabling duplicate delivery suppression on a per-folder basis with the /vendor/cmu/cyrus-imapd/duplicatedeliver mailbox annotation -- courtesy of Fastmail.fm. ------------------------------------------------------------------- Wed May 23 14:24:04 CEST 2007 - rhafer@suse.de - enabled replication feature (Bug #264293) - Fixed rpmlint errors - backported fix from CVS to build against berkeley db 4.5 ------------------------------------------------------------------- Mon Mar 26 16:44:10 CEST 2007 - rhafer@suse.de - Corrected configure switch for idled. It's --enable-idled not --with-idle=idled now (Bug #255998) ------------------------------------------------------------------- Thu Mar 15 12:13:34 CET 2007 - rhafer@suse.de - added Service definitions for SuSEfirewall2 (Bug #251654) ------------------------------------------------------------------- Wed Feb 21 19:07:39 CET 2007 - rhafer@suse.de - update to version 2.3.8 (first production quality 2.3.X release) Most important changes since 2.2.13: * Support for mail spool replication * Sieve scripts for shared folders * Added new sieve_extensions option to allow individual Sieve extensions to be enabled/disabled. * The Sieve "include" extension is now supported. This also allows for global sieve scripts. See the new sieve_extensions options to enable it. * Added support to place some/all mailbox metadata files (cyrus.* files) on a separate (probably high-speed) partition. See the new metapartition and metapartition_files options for details. Development sponsored by FastMail. * Added support for accessing subfolders of INBOX via POP3. See the new popsubfolders option for details. Development sponsored by FastMail. * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to perform better under heavy loads). ------------------------------------------------------------------- Wed Jan 10 10:58:19 CET 2007 - rhafer@suse.de - Fixed use of uninitialzied value, that caused deliver to crash when delivering via Unix Domain Socket (Bug #226648) ------------------------------------------------------------------- Thu Sep 7 16:14:38 CEST 2006 - rhafer@suse.de - silence compiler warnings ------------------------------------------------------------------- Fri Aug 11 15:57:09 CEST 2006 - rhafer@suse.de - removed update-messages ------------------------------------------------------------------- Fri Jul 28 14:34:20 CEST 2006 - rhafer@suse.de - update to version 2.2.13. Most important changes: * Allow sieve scripts to be run on shared mailboxes (via sieve annotation). * Updated nntpd to be compliant with latest draft (soon to be RFC3977). * Updated IMAP UIDPLUS extension to be compliant with latest specification (RFC4315). * Performance improvements to quota utility. * Fixed possible race condition in IMAP IDLE. * Made ptloader runtime configurable. * Added more extensive output to arbitron. * Allow responses of any length from backend when proxing IMAP/POP3/NNTP traffic. * Added plaintextloginalert option. * Only allow mbpath to be run as Cyrus user. * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to perform better under heavy loads). * Added lastpop mailbox annotation. * Added subscribe/unsubscribe support to cyradm. * Fixed miscellaneous bugs and build issues. - removed obsolete patches ------------------------------------------------------------------- Fri Jun 2 12:30:23 CEST 2006 - rhafer@suse.de - renamed SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name collision with other packages in src.rpm (Bug #98188) ------------------------------------------------------------------- Wed May 17 19:55:02 CEST 2006 - schwab@suse.de - Don't strip binaries. ------------------------------------------------------------------- Wed Jan 25 21:35:19 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Mon Jan 9 15:07:26 CET 2006 - rhafer@suse.de - fixed --with-ssl configure option ------------------------------------------------------------------- Fri Oct 28 16:06:16 CEST 2005 - choeger@suse.de - update to autocreate patch v0.9.4 - fixed implicit declaration problems ------------------------------------------------------------------- Wed Aug 24 13:58:08 CEST 2005 - choeger@suse.de - Bugfix Bugzilla ID#105243 - timesieved exits with SIG11 when trying to authenticate: - Shut down sasl connection before reusing the connection structure again - log the reason of the failure to syslog ------------------------------------------------------------------- Wed Aug 17 17:09:56 CEST 2005 - choeger@suse.de - added "Autocreate INBOX patch for Cyrus" http://email.uoa.gr/projects/cyrus/autocreate/, Bugzilla ID#96568, Feature ID#2256. ------------------------------------------------------------------- Tue Jul 12 16:08:50 CEST 2005 - choeger@suse.de - improved -pie patch ------------------------------------------------------------------- Thu Jul 7 14:50:44 CEST 2005 - choeger@suse.de - use -pie ------------------------------------------------------------------- Mon Jul 4 12:06:02 CEST 2005 - choeger@suse.de - use lsb conform cronjob name ------------------------------------------------------------------- Tue May 3 16:24:22 CEST 2005 - choeger@suse.de - change heimdal include path to the mit one and use --with-gss_impl=auto ------------------------------------------------------------------- Wed Apr 13 11:25:15 CEST 2005 - rhafer@suse.de - fixes for gcc-4 ------------------------------------------------------------------- Wed Mar 16 09:43:48 CET 2005 - choeger@suse.de - added courier-imapd to Conflicts as it also provides pam configuration files ------------------------------------------------------------------- Mon Mar 14 10:30:45 CET 2005 - choeger@suse.de - added /etc/pam.d/{imap,pop,sieve} to package as pam does not seem to work anymore without creating a pam configuration file as it did in the past (Bugfix Bugzilla ID#72390, Can't autenthicate to cyradm) ------------------------------------------------------------------- Wed Feb 16 10:56:01 CET 2005 - choeger@suse.de - bugfix to bug introduced with 2.2.11 which could result to segfaults (see http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33727) ------------------------------------------------------------------- Mon Feb 14 15:04:16 CET 2005 - choeger@suse.de - added defined return code to signals.c(112) to satisfy the compiler ------------------------------------------------------------------- Mon Feb 14 10:19:01 CET 2005 - choeger@suse.de - update to version 2.2.11 Bugfix ID#50795 VUL-0: cyrus-imapd: bugfix release ------------------------------------------------------------------- Tue Feb 8 09:49:26 CET 2005 - choeger@suse.de - Bugfix Bugzilla ID#50368 - use of uninitialized variable in cyrus-imapd: remove old and incompatible bdb4.2 environment upon update ------------------------------------------------------------------- Wed Jan 26 17:30:27 CET 2005 - meissner@suse.de - Use RPM_OPT_FLAGS, and add -fno-strict-aliasing. ------------------------------------------------------------------- Tue Dec 7 12:05:02 CET 2004 - choeger@suse.de - Bugfix Bugzilla ID#48761: fixed README.SuSE ------------------------------------------------------------------- Mon Dec 6 10:57:20 CET 2004 - choeger@suse.de - Bugfix Bugzilla ID#43107, renamed fetchnews to cyrus_fetchnews ------------------------------------------------------------------- Wed Nov 24 10:36:54 CET 2004 - choeger@suse.de - update to version 2.2.10 ------------------------------------------------------------------- Tue Nov 23 10:11:25 CET 2004 - choeger@suse.de - update to version 2.2.9 containing fix for Bug ID#48201 - VUL-0: cyrus-imapd multiple remote vulnerabilites ------------------------------------------------------------------- Thu Nov 4 10:04:05 CET 2004 - choeger@suse.de - added "lmtp_downcase_rcpt: yes" to default imapd.conf ------------------------------------------------------------------- Sat Oct 23 13:48:52 CEST 2004 - choeger@suse.de - using kerberos-devel-packages ------------------------------------------------------------------- Wed Sep 22 11:51:32 CEST 2004 - choeger@suse.de - removed sieve-vacation-time-period.patch as it still does not work ------------------------------------------------------------------- Tue Sep 21 14:24:11 CEST 2004 - choeger@suse.de - activating idled in /etc/cyrus.conf (as idled support it is now compiled in and there will be error messages if idled is not activated) ------------------------------------------------------------------- Tue Sep 7 17:08:59 CEST 2004 - choeger@suse.de - updated sieve-vacation-time-period.patch We now use an own version of the sieve bytecode, because we must be able to detect incompatible versions. ------------------------------------------------------------------- Tue Aug 31 15:58:27 CEST 2004 - choeger@suse.de - only create update messages, if user is doing an update AND user has SIEVE scripts ------------------------------------------------------------------- Mon Aug 30 14:29:25 CEST 2004 - choeger@suse.de - Bugfix Bugzilla ID#44366 - still using /var/adm/notify now using new update messages mechanism ------------------------------------------------------------------- Mon Aug 30 10:21:40 CEST 2004 - choeger@suse.de - Bugfix ID#44287 - cyrus imapd vacation does not work added sieve bytecode relevant extensions to make the feature work again ------------------------------------------------------------------- Fri Jul 30 11:34:30 CEST 2004 - choeger@suse.de - update to version 2.2.8 * Fix a double-free bug in the notify code ------------------------------------------------------------------- Wed Jul 28 12:14:30 CEST 2004 - choeger@suse.de - update to version 2.2.7 * Fix handling of PARTIAL command and partial body fetches * A large number of portability fixes supplied by Albert Chin <china@thewrittenword.com> * Added client_timeout option to control connect() timeouts for proxy code * Added popuseacl option * Fix a number of issues with the quota -f tool * Fix thread safety issue in saslserver() * Fix possible stage file leak in append code * Fix bugs in handling of MULTIAPPEND introduced in 2.2.3 * Fixed regression bug in Sieve vacation ------------------------------------------------------------------- Mon Jun 21 16:50:47 CEST 2004 - choeger@suse.de - update to version 2.2.6 * Fix a bug in the proxy code where a backend connection might get closed twice * Improved consistancy checking in chk_cyrus * Fix segfault in APPEND code * Fix a bug with an interaction between sieve and unixhierarchysep * Fix a file descriptor leak in the quotadb code * Fix a triggered assertation in service-thread services * Add a number of internal consistancy checks to the skiplist code * Allow mbpath to handle virtual domains * Fix various MANAGESIEVE client authentication issues * Other minor fixes ------------------------------------------------------------------- Tue Jun 1 16:19:04 CEST 2004 - choeger@suse.de - update to version 2.2.5 * Bug fixed in hash table code that could sometimes cause crashes with the quotalegacy database * Net-SNMP compatibility * Significantly improved com_err detection * Assorted minor NNTP improvements * Assorted other minor bugfixes * Quota now uses the cyrusdb interface (quotalegacy by default). * All incoming messages are now staged to disk before locking the destination mailbox (locks are no longer held during a network read). * Fixed off-by-one error in fetchnews (articles are no longer skipped). * nntpd now uses the Followup-To: header (if exists) instead of the Newsgroups: header when constructing post address(es) and adds them to the Reply-To: header instead of the To: header. * Added berkeley_locks_max, berkeley_txns_max and berkeley_cachesize options. * Added imapmagicplus option. * Substantial work on afspts/ptloader canonicalization code * Much improved LDAP ptloader code (no more internal OpenLDAP dependencies) * Fixed a number of IPv6 related bugs ------------------------------------------------------------------- Fri Apr 23 14:38:36 CEST 2004 - choeger@suse.de - enabling idled during compiletime. Bugfix Bugzilla ID#38036 ------------------------------------------------------------------- Wed Apr 21 11:40:01 CEST 2004 - choeger@suse.de - added tools and contrib directory to %doc - added mail notification about sieve bytecode changes ------------------------------------------------------------------- Wed Feb 18 18:45:15 CET 2004 - choeger@suse.de - enabled NNTP support (Bugzilla ID#34679) ------------------------------------------------------------------- Tue Feb 17 17:15:21 CET 2004 - choeger@suse.de - added OpenSLP support to cyrus-imapd ------------------------------------------------------------------- Fri Jan 23 09:33:36 CET 2004 - choeger@suse.de - conflicts package imap now ------------------------------------------------------------------- Wed Jan 21 15:05:59 CET 2004 - choeger@suse.de - update to cyrus-imapd-2.2.3 ------------------------------------------------------------------- Thu Jan 8 15:48:04 CET 2004 - choeger@suse.de - Bugfix ID#29151, ipurge uses Date: Field instead of date of receipt to delete old mails. The patch introduces the -R switch which enables the user to use the date of receipt. ------------------------------------------------------------------- Wed Jan 7 17:36:01 CET 2004 - choeger@suse.de - using libwrap now, Bugzilla ID#33608, cyrus-imap should be compiled with --with-libwrap=/usr ------------------------------------------------------------------- Wed Dec 17 18:03:28 CET 2003 - choeger@suse.de - added cyrus-imapd-2.1.16-db42.patch to build with bdb4.2 ------------------------------------------------------------------- Fri Nov 21 11:33:21 CET 2003 - choeger@suse.de - update to version 2.1.16 ------------------------------------------------------------------- Thu Oct 30 16:24:43 CET 2003 - choeger@suse.de - Don't build as root ------------------------------------------------------------------- Sat Oct 18 07:43:56 CEST 2003 - kukuk@suse.de - removed unused des from neededforbuild ------------------------------------------------------------------- Mon Sep 1 13:22:17 CEST 2003 - choeger@suse.de - removed "-u root" from startproc as it always failes - added saslauthd to Required-Start: in init-script ------------------------------------------------------------------- Fri Aug 29 12:29:52 CEST 2003 - kukuk@suse.de - Call useradd with -r for system accounts [Bug #29611] ------------------------------------------------------------------- Wed Aug 20 19:39:09 CEST 2003 - mjancar@suse.cz - require the perl version we build with ------------------------------------------------------------------- Tue Aug 19 14:24:46 CEST 2003 - choeger@suse.de - updated to version 2.1.15 - added sieve-vacation-time-period.patch which introduces the possibility to give a start start/end tag in a vacation rule. this new feature requires to add a line containing: require "vacation-period"; and is therefor backward compatible with sieve scripts of unpatched cyrus-imapd versions ------------------------------------------------------------------- Wed Jul 30 13:24:00 CEST 2003 - choeger@suse.de - new macros for stop/restart of services on rpm update/removal ------------------------------------------------------------------- Tue Jul 22 11:28:02 CEST 2003 - mls@suse.de - use -n option in %perl_process_packlist ------------------------------------------------------------------- Mon Jul 21 13:11:22 CEST 2003 - choeger@suse.de - chown user:group instead of user.group ------------------------------------------------------------------- Thu Jul 17 16:42:52 CEST 2003 - choeger@suse.de - use install_vendor and new %perl_process_packlist macro ------------------------------------------------------------------- Thu Jul 3 13:23:18 CEST 2003 - choeger@suse.de - updated to version 2.1.14 ------------------------------------------------------------------- Tue Jul 1 14:03:34 CEST 2003 - choeger@suse.de - remove buildroot from .packlist ------------------------------------------------------------------- Fri Jun 13 10:37:23 CEST 2003 - kukuk@suse.de - Add missing directories to filelist ------------------------------------------------------------------- Tue May 20 09:02:00 CEST 2003 - choeger@suse.de - remove installed (but unpackaged) file perllocal.pod - added installed (but unpackaged) mupdatetest manpage ------------------------------------------------------------------- Mon May 19 10:59:20 CEST 2003 - choeger@suse.de - remove CVS directories and .cvsignore files ------------------------------------------------------------------- Mon May 5 10:29:50 CEST 2003 - choeger@suse.de - update to version 2.1.13 - chown/chmod mailboxes.db backup files ------------------------------------------------------------------- Wed Apr 30 12:53:34 CEST 2003 - choeger@suse.de - added cron.daily job to backup mailboxes.db to /var/lib/imap/backup on a daily basis ------------------------------------------------------------------- Wed Apr 16 00:29:11 CEST 2003 - ro@suse.de - fixed prereq ------------------------------------------------------------------- Tue Apr 15 10:11:46 CEST 2003 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Mon Apr 7 13:15:48 CEST 2003 - choeger@suse.de - tail is now picky using -1 instead of -n 1 ------------------------------------------------------------------- Tue Feb 4 12:03:12 CET 2003 - choeger@suse.de - update to version 2.1.12, fixes (from doc/text/changes): * Master now will forcibly exit if a service is not executable * Master now has a daemon mode and pidfile support (-d and -p options) * Berkeley DB Configuration methods have changed. Hopefully they're more generic now. You can still use --with-dbdir, or you can use --with-bdb-libdir and --with-bdb-incdir * timsieved now handles usernames with dots (when unixhierarchysep is active) * tugowar has been removed from the distribution. * Squatter now has an option to skip unmodified mailboxes. * Properly hash username to remove a user's sieve scripts when their INBOX is removed. * Reset output buffer when prot_flush returns EOF. * Minor Makefile improvements with use of $(srcdir) * Remotepurge improvement for empty mailboxes * Fix for AFS overwriting the canonicalized username in ptloader * Security audit of imapd.c performed by SecurityAppraisers and Bynari ------------------------------------------------------------------- Thu Jan 23 14:43:48 CET 2003 - ro@suse.de - fix build on gcc-3.3 (use stdarg) ------------------------------------------------------------------- Thu Jan 16 14:20:24 CET 2003 - ro@suse.de - use shared sasl2 ------------------------------------------------------------------- Tue Dec 10 15:11:13 CET 2002 - choeger@suse.de - added --without-ucdsnmp, because cyrus-imapd doesn't compile with that option and that will prevent users from compiling their own RPM, if they have installed ucdsnmp. ------------------------------------------------------------------- Thu Dec 5 14:13:48 CET 2002 - choeger@suse.de - update to version 2.1.11 * Fixed some potential buffer overflows in the sieve code, as well as a pre-login buffer overflow in the IMAP parsing code. ------------------------------------------------------------------- Mon Nov 25 11:56:07 CET 2002 - choeger@suse.de - new features: rfc_ignore_barenewlines rfc_ignore_8bit rfc_ignore_badheader ------------------------------------------------------------------- Tue Nov 19 14:18:15 CET 2002 - ro@suse.de - fix build ------------------------------------------------------------------- Thu Nov 14 15:05:45 CET 2002 - choeger@suse.de - update to version 2.1.10 ------------------------------------------------------------------- Mon Nov 4 14:06:52 CET 2002 - choeger@suse.de - added $syslog to Required-Start in init script, Bugzilla ID#20989 ------------------------------------------------------------------- Wed Sep 4 11:44:41 CEST 2002 - choeger@suse.de - compiled using skiplist as backend for mailboxes.db as this will prevent problems when the system is under high load. http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&searchterm=skiplist&msg=17010 ------------------------------------------------------------------- Mon Sep 2 12:38:24 CEST 2002 - choeger@suse.de - update to version 2.1.9 (bugfix release) - Fix a strlcpy() off-by-one error. - Better handling of errors in connecting to LMTP servers for deliver and lmtpproxyd. - Fix bug in pop3proxyd's pop3s handling. - Fix Exim install documentation. - bugfix for %post /etc/services fillup mechanism - bugfix for lmtp_luser_relay patch ------------------------------------------------------------------- Fri Aug 30 10:34:06 CEST 2002 - choeger@suse.de - added new feature lmtp_luser_relay to be able to store mail to non existent mailboxes in a default mailbox ------------------------------------------------------------------- Thu Aug 22 12:44:11 CEST 2002 - choeger@suse.de - update to version 2.1.8 (bugfix release) - cleanup of a number of memory and file descriptor leaks - corrections in how strlcpy() is used - locking improvements for CREATE and RENAME operations - This release fixes a critical locking problem with the CREATE command that was introduced in 2.1.6 and 2.1.7 ------------------------------------------------------------------- Tue Aug 20 12:29:31 CEST 2002 - uli@suse.de - fixed for lib64 archs ------------------------------------------------------------------- Mon Aug 19 18:59:51 CEST 2002 - rhafer@suse.de - link statically against libsasl2. Otherwise we run into trouble if cyrus-imapd is used with pam-/nss_ldap (libldap is linked against cyrus-sasl 1.5.X) ------------------------------------------------------------------- Fri Aug 9 17:31:17 CEST 2002 - rhafer@suse.de - updated SIEVE script location in imapd.conf (/var/lib/sieve) ------------------------------------------------------------------- Fri Aug 9 12:44:13 MEST 2002 - mls@suse.de - use sitearch macro ------------------------------------------------------------------- Wed Aug 7 11:06:27 CEST 2002 - choeger@suse.de - added netcfg to Prereq ------------------------------------------------------------------- Tue Aug 6 13:50:54 CEST 2002 - choeger@suse.de - completed Prereq ------------------------------------------------------------------- Mon Aug 5 16:46:37 CEST 2002 - choeger@suse.de - added Prereq ------------------------------------------------------------------- Tue Jul 30 16:30:27 CEST 2002 - ro@suse.de - fix build with perl-5.8 ------------------------------------------------------------------- Thu Jul 11 14:43:12 CEST 2002 - choeger@suse.de - enable cyrus-murder - don't use unset in %post ------------------------------------------------------------------- Tue Jun 25 17:50:47 CEST 2002 - choeger@suse.de - update to version 2.1.5 ------------------------------------------------------------------- Wed Jun 19 13:34:22 CEST 2002 - choeger@suse.de - added old patches: . authid_normalize.patch . allow_auth_plain_proxying.patch ------------------------------------------------------------------- Tue Jun 18 16:11:04 CEST 2002 - choeger@suse.de - renamed manpages master to cyrus_master and idled to cyrus_idled - updated config files - bzip2 sources - updated README.SuSE ------------------------------------------------------------------- Mon Jun 17 19:14:31 CEST 2002 - choeger@suse.de - update to current maintained stable/production release (v2.1.4) ------------------------------------------------------------------- Fri May 24 15:03:26 CEST 2002 - choeger@suse.de - create cyrus user in %pre install ------------------------------------------------------------------- Thu May 16 15:00:31 CEST 2002 - choeger@suse.de - use fcntl locking instead of flock because flock seems to make problems on linux ------------------------------------------------------------------- Tue Apr 30 15:57:34 CEST 2002 - choeger@suse.de - fixed wrong path to lmtp socket in cyrus.conf, Bugzilla ID#16056 ------------------------------------------------------------------- Mon Apr 29 14:14:23 CEST 2002 - choeger@suse.de - added lib64 awareness ------------------------------------------------------------------- Fri Apr 26 10:06:04 CEST 2002 - choeger@suse.de - Bugfix for %post in specfile: SIEVE port is 2000, not 2222, which is the RFC number... :-( ------------------------------------------------------------------- Thu Apr 25 16:57:43 CEST 2002 - choeger@suse.de - removed provides of my own packagename ------------------------------------------------------------------- Wed Apr 17 15:08:55 CEST 2002 - choeger@suse.de - make the overquota behaviour configurable: "lmtp_reject_over_quota: yes" will immediately reject mail to users with folders that exceed the quota limit. "lmtp_reject_over_quota: no", which is the default, will behave as usual. ------------------------------------------------------------------- Wed Apr 17 13:43:30 CEST 2002 - choeger@suse.de - bugfix for the vacation segv problem: cmd buffer in send_response(imap/lmtpd.c) has not been increased to fit the sendmail command in ------------------------------------------------------------------- Fri Apr 5 16:05:25 CEST 2002 - ro@suse.de - more brackets for autoconf ------------------------------------------------------------------- Mon Mar 25 15:05:33 CET 2002 - choeger@suse.de - renamed manpage idled(8) to cyrus_idled(8) because of a conflict with idled(8) of the idled package, Bugzilla ID#15434 ------------------------------------------------------------------- Mon Feb 25 10:30:01 CET 2002 - choeger@suse.de - Bugfix for a header parsing bug in SIEVE (http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&searchterm=haferkamp&msg=12745) ------------------------------------------------------------------- Fri Feb 22 11:49:11 CET 2002 - choeger@suse.de - made authid_normalize configurable ------------------------------------------------------------------- Wed Feb 20 16:01:44 CET 2002 - choeger@suse.de - remove leading and trailing spaces from authid combined with authid_tolower -> authid_normalize ------------------------------------------------------------------- Mon Feb 11 10:40:35 CET 2002 - choeger@suse.de - made allow_auth_plain_proxying configurable ------------------------------------------------------------------- Fri Feb 1 18:46:14 CET 2002 - choeger@suse.de - modify /etc/services in %post and exchange whatever uses port 2222 with sieve (Bugzilla ID#12922) ------------------------------------------------------------------- Thu Jan 31 23:00:26 CET 2002 - ro@suse.de - added heimdal-lib to neededforbuild ------------------------------------------------------------------- Tue Jan 22 13:01:19 CET 2002 - ro@suse.de - fix to build with db4 - bzipped source ------------------------------------------------------------------- Tue Jan 15 10:36:05 CET 2002 - choeger@suse.de - added %post section to handle updates from older SuSE Linux versions ------------------------------------------------------------------- Tue Dec 11 11:13:58 CET 2001 - choeger@suse.de - FHS-enable /usr/cyrus -> /usr/lib/cyrus /usr/sieve -> /var/lib/sieve /var/imap -> /var/lib/imap - Bugfix: anonymous login possible, even if it is switched off Bugzilla ID#12585 ------------------------------------------------------------------- Fri Nov 30 16:37:39 CET 2001 - choeger@suse.de - remove START_ variable ------------------------------------------------------------------- Mon Nov 19 10:14:29 CET 2001 - choeger@suse.de - added ipurge_force_all.patch ipurge only deletes mail in shared folders and not in folders below user.* and INBOX.* This patch adds -f option to allow *force* deletion of mail in all folders, see also http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=10166 http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=10168 - Bugfix: drac patch was not applied because the configure script does not set DRAC_AUTH - updated README.SuSE - added ipurge example to cyrus.conf ------------------------------------------------------------------- Wed Sep 5 14:34:58 CEST 2001 - choeger@suse.de - added sieve_dotstuffing_fix See http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=10136 for more details ------------------------------------------------------------------- Fri Aug 17 14:25:55 CEST 2001 - choeger@suse.de - added -u root to startproc options for some strange reasons cyrus isn't able to read root.root owned files after booting into system. -u root "fixes" this. ------------------------------------------------------------------- Tue Aug 7 10:52:41 CEST 2001 - choeger@suse.de - update to 2.0.16 (important db3 fixes) ------------------------------------------------------------------- Wed Jul 11 16:51:23 CEST 2001 - choeger@suse.de - update to 2.0.15 (sig11 fixes) ------------------------------------------------------------------- Thu Jun 28 13:40:14 CEST 2001 - choeger@suse.de - bugfix: init script was not LSB compliant, Bugzilla ID#8983 ------------------------------------------------------------------- Fri Jun 15 09:38:27 CEST 2001 - choeger@suse.de - update to version 2.0.14 ------------------------------------------------------------------- Mon May 28 11:42:39 CEST 2001 - choeger@suse.de - little fix: Leave Returnpath empty, if it is already empty ------------------------------------------------------------------- Wed May 16 11:41:36 CEST 2001 - lmuelle@suse.de - remove obsolete mail notify ------------------------------------------------------------------- Thu Apr 19 11:53:13 CEST 2001 - choeger@suse.de - renamed master to cyrus_master to prevent conflict with postfix master.8 manpage ------------------------------------------------------------------- Mon Apr 2 16:25:55 CEST 2001 - choeger@suse.de - added missing fillup to %post :-( ------------------------------------------------------------------- Tue Feb 27 11:20:53 CET 2001 - ro@suse.de - changed neededforbuild <cyrus-sasl> to <cyrus-sasl cyrus-sasl-devel> ------------------------------------------------------------------- Wed Feb 21 08:56:23 CET 2001 - choeger@suse.de - new version, 2.0.12 ------------------------------------------------------------------- Thu Feb 1 11:22:41 CET 2001 - choeger@suse.de - new version 2.0.11 (bugfix release) ------------------------------------------------------------------- Mon Jan 22 15:38:57 CET 2001 - schwab@suse.de - Compile with -fPIC for inclusion in shared library. ------------------------------------------------------------------- Wed Dec 27 12:07:20 CET 2000 - choeger@suse.de - typo fix in README.SuSE - new version 2.0.9 (Bugfix Release) ------------------------------------------------------------------- Mon Dec 18 16:10:04 CET 2000 - choeger@suse.de - added README.SuSE ------------------------------------------------------------------- Mon Dec 18 15:08:17 CET 2000 - choeger@suse.de - bugfix: Dependencies - bugfix: openssl to neededforbuilt ------------------------------------------------------------------- Sat Dec 9 13:33:43 CET 2000 - kukuk@suse.de - Fix group tags ------------------------------------------------------------------- Thu Dec 7 13:59:40 CET 2000 - choeger@suse.de - added init script for new cyrus master daemon was not able to test it, yet ------------------------------------------------------------------- Wed Nov 29 17:26:48 CET 2000 - ro@suse.de - changed neededforbuild <tcld> to <tcl-devel> ------------------------------------------------------------------- Fri Nov 24 08:13:16 CET 2000 - ro@suse.de - neededforbuild += openssl-devel ------------------------------------------------------------------- Tue Nov 21 16:42:17 CET 2000 - choeger@suse.de - new version 2.0.7 - build root - long package name ------------------------------------------------------------------- Mon Nov 20 07:58:47 CET 2000 - ro@suse.de - removed eazy from neededforbuild ------------------------------------------------------------------- Thu Nov 16 09:08:23 CET 2000 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Wed Oct 25 00:23:02 CEST 2000 - choeger@suse.de - fixed drac support ------------------------------------------------------------------- Fri Oct 20 11:44:11 CEST 2000 - choeger@suse.de - hacked in support for DRAC ------------------------------------------------------------------- Wed Oct 4 11:48:04 MEST 2000 - choeger@suse.de - changed the behaviour of quota command -t user.<uname> now prints the quota usage of this user to STDOUT ------------------------------------------------------------------- Mon Sep 25 15:05:09 CEST 2000 - choeger@suse.de - bugfix: /etc/imapd.conf was mode 755 ... :-( ------------------------------------------------------------------- Sun Jun 18 23:54:19 CEST 2000 - ro@suse.de - regenerate bison-files ------------------------------------------------------------------- Fri Jun 9 10:54:33 MEST 2000 - choeger@suse.de - update to version 1.6.24 - excluded sasl and made separate package - no longer need for pwcheck with ldap support, we are using pam_ldap, now ------------------------------------------------------------------- Wed May 24 09:50:23 MEST 2000 - choeger@suse.de - patch by jro to the false double-subscribe behaviour ------------------------------------------------------------------- Mon May 22 16:27:21 MEST 2000 - choeger@suse.de - there's no tail in inst-sys, so we have to use sed instead ------------------------------------------------------------------- Mon May 22 12:52:50 MEST 2000 - choeger@suse.de - added reiserfs-check before calling chattr in postinstall ------------------------------------------------------------------- Thu Apr 27 14:04:29 MEST 2000 - choeger@suse.de - added new config option use-unix to pwcheck.conf - changed auth sequence from unix->ldap to ldap->unix ------------------------------------------------------------------- Tue Mar 14 18:55:43 MET 2000 - choeger@suse.de - mnt/usr/bin/chattr does not work, so we call chroot . /usr/bin/chattr ------------------------------------------------------------------- Mon Mar 13 19:57:51 MET 2000 - choeger@suse.de - security fix in pwcheck-module ------------------------------------------------------------------- Fri Mar 10 18:35:02 MET 2000 - choeger@suse.de - chattr is not in inst-sys, so we call mnt/usr/bin/chattr ------------------------------------------------------------------- Wed Mar 1 11:24:21 MET 2000 - choeger@suse.de - added %{_mandir} ------------------------------------------------------------------- Thu Feb 17 13:28:51 MET 2000 - choeger@suse.de - updated to version 1.5.19 of cyrus-imapd ------------------------------------------------------------------- Tue Jan 4 18:11:48 MET 2000 - choeger@suse.de - bugfix for pwcheck ------------------------------------------------------------------- Thu Nov 11 13:18:09 CET 1999 - choeger@suse.de - added mail-notification to postinstall ------------------------------------------------------------------- Tue Oct 12 12:30:04 CEST 1999 - ro@suse.de - added tcld to neededforbuild ------------------------------------------------------------------- Tue Sep 28 15:57:38 CEST 1999 - choeger@suse.de - first version
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor