Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 106
View file
cyrus-imapd.spec
Changed
@@ -38,13 +38,13 @@ Name: cyrus-imapd Summary: A high-performance mail server with IMAP, POP3, NNTP and SIEVE support Version: 2.5 -Release: 0.1.dev20141030.git273403fc%{?dist} +Release: 0.1.dev20141030.gitd0c3c4cb%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.cyrusimap.org # Upstream sources -# From 273403fcb26e095462cecd1b0dbf9b4f8e3f71d7 +# From d0c3c4cbd1d69a5177c2d52ec2adb3568ccdf3e6 Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{_name}-%{real_version}%{?dot_snapshot_version}.tar.gz Source1: cyrus-imapd.imap-2.3.x-conf Source2: cyrus-imapd.cvt_cyrusdb_all
View file
cyrus-imapd-2.5.tar.gz/configure.ac
Changed
@@ -1710,8 +1710,9 @@ sieve: $enable_sieve External dependencies: - pcre: $cyrus_cv_pcre_utf8 + ldap: $have_ldap openssl: $with_ssl + pcre: $cyrus_cv_pcre_utf8 Database support: bdb: $use_berkeley
View file
cyrus-imapd-2.5.tar.gz/imap/mailbox.c
Changed
@@ -51,7 +51,9 @@ #elif defined(HAVE_STDINT_H) # include <stdint.h> #endif +#ifdef WITH_DAV #include <libical/vcc.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h>
View file
cyrus-imapd-2.5.tar.gz/imap/tls.c
Changed
@@ -706,10 +706,12 @@ if (server_cipher_order) off |= SSL_OP_CIPHER_SERVER_PREFERENCE; +#if (OPENSSL_VERSION_NUMBER >= 0x1000000fL) if (!config_getswitch(IMAPOPT_TLS_COMPRESSION)) { off |= SSL_OP_NO_COMPRESSION; syslog(LOG_DEBUG, "TLS client engine: Setting SSL_OP_NO_COMPRESSION"); } +#endif SSL_CTX_set_options(s_ctx, off); SSL_CTX_set_info_callback(s_ctx, apps_ssl_info_callback);
View file
cyrus-imapd-2.5.tar.gz/lib/imapoptions
Changed
@@ -571,6 +571,9 @@ { "failedloginpause", 3, INT } /* Number of seconds to pause after a failed login. */ +{ "flushseenstate", 1, SWITCH } +/* Deprecated. No longer used */ + { "foolstupidclients", 0, SWITCH } /* If enabled, only list the personal namespace when a LIST "*" is performed (it changes the request to a LIST "INBOX*"). */
View file
cyrus-imapd-2.5.tar.gz/lib/libconfig.c
Changed
@@ -291,6 +291,14 @@ config_option_deprecate(opt, IMAPOPT_AUTOCREATE_POST, "2.5.0"); break; } + case IMAPOPT_FLUSHSEENSTATE: { + syslog( + LOG_WARNING, + "Option '%s' is deprecated in version 2.5.0.", + imapopts[opt].optname + ); + break; + } case IMAPOPT_GENERATE_COMPILED_SIEVE_SCRIPT: { config_option_deprecate(opt, IMAPOPT_AUTOCREATE_SIEVE_SCRIPT_COMPILE, "2.5.0"); break;
View file
debian.changelog
Changed
@@ -1,7 +1,7 @@ cyrus-imapd (2.5~dev2014103001-0~kolab1) unstable; urgency=low * Ship a GIT development snapshot from git.cyrusimap.org - 273403fcb26e095462cecd1b0dbf9b4f8e3f71d7 + d0c3c4cbd1d69a5177c2d52ec2adb3568ccdf3e6 -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 30 Oct 2014 11:30:13 +0100
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.