Hello community, here is the log from the commit of package cyrus-imapd for openSUSE:Factory checked in at 2012-06-25 11:44:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old) and /work/SRC/openSUSE:Factory/.cyrus-imapd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cyrus-imapd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes 2012-01-04 07:23:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 2012-06-25 11:44:56.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 19 11:24:06 UTC 2012 - [email protected] + +- allocate the right size (reported by [email protected]) + +------------------------------------------------------------------- New: ---- charset.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cyrus-imapd.spec ++++++ --- /var/tmp/diff_new_pack.rew7PE/_old 2012-06-25 11:45:00.000000000 +0200 +++ /var/tmp/diff_new_pack.rew7PE/_new 2012-06-25 11:45:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cyrus-imapd # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + +# %define prjname cyrus-imapd # Define and use _name because the macro expansion is not smart enough. Without @@ -55,9 +58,8 @@ BuildRequires: pwdutils BuildRequires: tcpd-devel Url: http://cyrusimap.web.cmu.edu/ -License: BSD-3-Clause -Group: Productivity/Networking/Email/Servers -Requires: %pkg_perl_Cyrus_IMAP %pkg_perl_Cyrus_SIEVE_managesieve +Requires: %pkg_perl_Cyrus_IMAP +Requires: %pkg_perl_Cyrus_SIEVE_managesieve Recommends: perl-TermReadLine-Gnu Conflicts: imap courier-imap %if %{with_kolab} @@ -66,6 +68,8 @@ Conflicts: cyrus-imapd-kolab %endif Summary: The Cyrus IMAP and POP Mail Server +License: BSD-3-Clause +Group: Productivity/Networking/Email/Servers Version: 2.3.18 Release: 0 Source: %{prjname}-%{version}.tar.gz @@ -83,6 +87,7 @@ Patch20: cyrus-imapd-perl-5.14.patch Patch22: cyrus-imapd_tls-session-leak.dif Patch23: cyrus-imapd_references_header-dos.dif +Patch24: charset.patch %if %{with_kolab} # KOLAB_cyrus-imapd patches are maintained at # http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/imapd/patches/ @@ -109,8 +114,8 @@ Conflicts: perl-Cyrus-IMAP-kolab %endif Summary: Cyrus IMAP Perl Module -Requires: perl = %{perl_version} Group: Development/Libraries/Perl +Requires: perl = %{perl_version} %package -n %pkg_perl_Cyrus_SIEVE_managesieve @@ -120,9 +125,9 @@ Conflicts: perl-Cyrus-SIEVE-managesieve-kolab %endif Summary: A Perl Module for Cyrus SIEVE +Group: Development/Libraries/Perl Requires: perl = %{perl_version} Recommends: perl-TermReadLine-Gnu -Group: Development/Libraries/Perl %package -n %{name}-devel @@ -164,6 +169,7 @@ %patch20 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 %if %{with_kolab} %patch100 -p1 ++++++ charset.patch ++++++ Index: cyrus-imapd-2.3.18/lib/charset.c =================================================================== --- cyrus-imapd-2.3.18.orig/lib/charset.c +++ cyrus-imapd-2.3.18/lib/charset.c @@ -723,7 +723,7 @@ struct convert_rock *search_init(const c s->substr = (unsigned char *)substr; /* allocate tracking space and initialise to "no match" */ - s->starts = xmalloc(s->max_start * sizeof(int)); + s->starts = xmalloc(s->max_start * sizeof(size_t)); for (i = 0; i < s->max_start; i++) { s->starts[i] = -1; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
