thomas: server release-notes.txt, 1.253, 1.254 install-kolab.sh, 1.23, 1.24

cvs at kolab.org cvs at kolab.org
Fri Apr 18 12:21:31 CEST 2008


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv18867

Modified Files:
	release-notes.txt install-kolab.sh 
Log Message:
Define 'with_ntlm yes' when compiling sasl.

kolab/issue2591 (NTLM support in Cyrus SASL)


Index: release-notes.txt
===================================================================
RCS file: /kolabrepository/server/release-notes.txt,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -d -r1.253 -r1.254
--- release-notes.txt	16 Apr 2008 15:22:17 -0000	1.253
+++ release-notes.txt	18 Apr 2008 10:21:29 -0000	1.254
@@ -46,6 +46,10 @@
 
 Changes between 2.2-rc-2 and 2.2-rc-3
 
+    - install-kolab.sh
+
+	kolab/issue2591 (NTLM support in Cyrus SASL)
+
     - clamav-0.93-20080414
 
 	New upstream version, fixes various security issues.

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- install-kolab.sh	17 Mar 2008 14:23:15 -0000	1.23
+++ install-kolab.sh	18 Apr 2008 10:21:29 -0000	1.24
@@ -21,7 +21,7 @@
 INSTALL=""
 
 PACKAGES="openpkg-tools openldap postfix kolabd kolab-filter kolab-freebusy kolab-webadmin"
-DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps"
+DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps"
 
 #Flags
 FLAG_BASE=""





More information about the commits mailing list