RE: Cyrus 2.3.13 RC3

2008-10-13 Thread Larry Rosenbaum
... no
checking for lex... lex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... no
checking for main in -lfl... no
checking pcreposix.h usability... no
checking pcreposix.h presence... no
checking for pcreposix.h... no
checking rxposix.h usability... no
checking rxposix.h presence... no
checking for rxposix.h... no
checking for library containing regcomp... none required
checking for strerror... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for daemon... yes
checking for setsid... yes
checking for shutdown... yes
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysnews.h usability... no
checking sys/sysnews.h presence... no
checking for sys/sysnews.h... no
checking for PS_STRINGS... no
checking for SCO... no
checking for setproctitle usability... yes
checking nonblocking method... fcntl
checking timezone GMT offset method... gmtime
checking for shared mmap... yes
checking for fcntl... yes
checking for fdatasync... no
checking for fdatasync in -lrt... yes
checking for sigvec... no
checking for sigvec in -lBSD... no
checking for sigvec in -lucb... yes
checking for res_search in -lresolv... yes
checking krb.h usability... no
checking krb.h presence... no
checking for krb.h... no
configure: WARNING: No Kerberos V4 found
checking for openssl... /usr/local/ssl
checking for ZInitialize in -lzephyr... no
checking for com_err in -lcom_err... no
configure: WARNING: Parts of com_err distribuion were found, but not
compile_et.
configure: WARNING: Will build com_err from included sources.
checking for modern syslog... yes
checking which syslog facility to use... LOG_LOCAL6
checking for getdtablesize... yes
checking to use old sieve service name... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for crypt... yes
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for res_search in -lresolv... (cached) yes
checking for gss_unwrap in -lgssapi... no
checking for krb5int_getspecific in -lkrb5support... no
checking for gss_unwrap in -lgssapi_krb5... no
checking for csf_gss_acq_user in -lgss... no
checking for csf_gss_acq_user in -lgss... no
checking for gss_unwrap in -lgss... yes
checking GSSAPI... with implementation seam
checking for res_search in -lresolv... (cached) yes
checking for gsskrb5_register_acceptor_identity... no
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking sasl/saslutil.h usability... yes
checking sasl/saslutil.h presence... yes
checking for sasl/saslutil.h... yes
checking for prop_get in -lsasl2... yes
checking for sasl_checkapop in -lsasl2... yes
checking for perl... perl
checking for MD5Init... no
checking for MD5Init in -lmd... no
checking for long... (cached) yes
checking size of long... (cached) 4
checking what directory libraries are found in... lib
checking for request_init in -lwrap... no
checking libwrap support... no
checking for net-snmp-config... no
checking for sprint_objid in -lsnmp... no
checking UCD SNMP libraries... no
configure: creating ./config.status
config.status: creating man/Makefile
config.status: WARNING:  man/Makefile.in seems to ignore the --datarootdir
setting
config.status: creating master/Makefile
config.status: creating lib/Makefile
config.status: creating imap/Makefile
config.status: creating imtest/Makefile
config.status: creating netnews/Makefile
config.status: creating perl/Makefile
config.status: creating sieve/Makefile
config.status: creating com_err/et/Makefile
config.status: creating timsieved/Makefile
config.status: creating notifyd/Makefile
config.status: creating perl/sieve/Makefile
config.status: creating perl/sieve/lib/Makefile
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir
setting
config.status: creating config.h

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:info-cyrus-
 [EMAIL PROTECTED] On Behalf Of Ken Murchison
 Sent: Thursday, October 09, 2008 10:58 AM
 To: [EMAIL PROTECTED]; cyrus-
 [EMAIL PROTECTED]; Cyrus Info
 Subject: Cyrus 2.3.13 RC3
 
 I just put together a third and hopefully FINAL release candidate for
 Cyrus 2.3.13.  I'd appreciate any independent testing before I release
 this to the masses.
 
 http://www.contrib.andrew.cmu.edu/~murch/cyrus-imapd-2.3.13rc3.tar.gz
 http://www.contrib.andrew.cmu.edu/~murch/cyrus-imapd-
 2.3.13rc3.tar.gz.sig
 
 
 Noteworthy changes:
 
 * Added an experimental sql backend for cyrusdb.  Currently MySQL,
PostgreSQL, and SQLite are supported.
 * Added

Re: Cyrus 2.3.13 RC3

2008-10-13 Thread Wesley Craig
Try --without-gssapi.

:wes

On 13 Oct 2008, at 15:45, Larry Rosenbaum wrote:
 I can't get it to build.  I get the following:

 gcc -c -I.. -I/usr/local/BerkeleyDB.4.2/include  -I/usr/local/ssl/ 
 include
 -I../com_err/et -I/usr/local/include -DHAVE_CONFIG_H  -g -O2  \
 auth_krb5.c
 auth_krb5.c:60:18: krb5.h: No such file or directory

 I'm not interested in using Kerberos.  I tried --without-krb but  
 got the
 same error.  What do I need to change?  I am on Solaris 9 SPARC.   
 Here is
 the configure input and output:

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


RE: Cyrus 2.3.13 RC3

2008-10-13 Thread Rosenbaum, Larry M.
 From: Wesley Craig [mailto:[EMAIL PROTECTED]

 Try --without-gssapi.

Thanks, but that didn't help.

 :wes

 On 13 Oct 2008, at 15:45, Larry Rosenbaum wrote:
  I can't get it to build.  I get the following:
 
  gcc -c -I.. -I/usr/local/BerkeleyDB.4.2/include  -I/usr/local/ssl/
  include
  -I../com_err/et -I/usr/local/include -DHAVE_CONFIG_H  -g -O2  \
  auth_krb5.c
  auth_krb5.c:60:18: krb5.h: No such file or directory
 
  I'm not interested in using Kerberos.  I tried --without-krb but
  got the
  same error.  What do I need to change?  I am on Solaris 9 SPARC.
  Here is
  the configure input and output:

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


RE: Cyrus 2.3.13 RC3

2008-10-13 Thread Rosenbaum, Larry M.
 From: Wesley Craig [mailto:[EMAIL PROTECTED]

 Try --without-gssapi.

 Sorry, it's actually --disable-gssapi.

That fixed it.  Thanks.

 :wes

 On 13 Oct 2008, at 15:45, Larry Rosenbaum wrote:
  I can't get it to build.  I get the following:
 
  gcc -c -I.. -I/usr/local/BerkeleyDB.4.2/include  -I/usr/local/ssl/
  include
  -I../com_err/et -I/usr/local/include -DHAVE_CONFIG_H  -g -O2  \
  auth_krb5.c
  auth_krb5.c:60:18: krb5.h: No such file or directory
 
  I'm not interested in using Kerberos.  I tried --without-krb but
  got the
  same error.  What do I need to change?  I am on Solaris 9 SPARC.
  Here is
  the configure input and output:

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cyrus 2.3.13 RC3

2008-10-13 Thread Wesley Craig
On 13 Oct 2008, at 16:42, Rosenbaum, Larry M. wrote:
 That fixed it.  Thanks.

Sure, please respond to the list so someone finding your original  
question can get the correct answer as well.  Thanks!

:wes

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Cyrus 2.3.13 RC3

2008-10-09 Thread Ken Murchison
I just put together a third and hopefully FINAL release candidate for 
Cyrus 2.3.13.  I'd appreciate any independent testing before I release 
this to the masses.

http://www.contrib.andrew.cmu.edu/~murch/cyrus-imapd-2.3.13rc3.tar.gz
http://www.contrib.andrew.cmu.edu/~murch/cyrus-imapd-2.3.13rc3.tar.gz.sig


Noteworthy changes:

* Added an experimental sql backend for cyrusdb.  Currently MySQL,
   PostgreSQL, and SQLite are supported.
* 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.


Check doc/changes.html and doc/install-upgrade.html for a complete list 
of changes.

If there are any outstanding critical issues that you believe still need 
to be addressed in 2.3.13, please let me know.  This code has been in 
feature freeze for a while, so no new requests please.

-- 
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University







Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cyrus 2.3.13 RC3

2008-10-09 Thread Bron Gondwana
On Thu, Oct 09, 2008 at 10:57:33AM -0400, Ken Murchison wrote:
 I just put together a third and hopefully FINAL release candidate for  
 Cyrus 2.3.13.  I'd appreciate any independent testing before I release  
 this to the masses.

Looks good.  The syslog deleted change broke the fastrename patch, so I
had to re-build it, but otherwise applied fine and is working fine on
our testbed.

Bron.

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html