Author: pawelz Date: Sun May 16 11:17:24 2010 GMT Module: packages Tag: HEAD ---- Log message: - apply password-anon-ldap-bind patch (disabled by default via bcond)
---- Files affected: packages/roundcubemail: roundcubemail.spec (1.87 -> 1.88) ---- Diffs: ================================================================ Index: packages/roundcubemail/roundcubemail.spec diff -u packages/roundcubemail/roundcubemail.spec:1.87 packages/roundcubemail/roundcubemail.spec:1.88 --- packages/roundcubemail/roundcubemail.spec:1.87 Sun May 16 12:26:16 2010 +++ packages/roundcubemail/roundcubemail.spec Sun May 16 13:17:19 2010 @@ -6,9 +6,11 @@ # - use system js/tiny_mce # - package: http://blog.ilohamail.org/ and remove boundled classess from it # - Some php-database backend. Suggests? +# - test/finish and then enable by default password-anon-ldap-bind patch # %bcond_with spamfilter # Build with spamfilter patch %bcond_with postfixadmin # Build with postfixadmin support patch +%bcond_with password-anon-ldap-bind # apply with password-anon-ldap-bind patch. %define rcpfa_ver 1.0.5 Summary: RoundCube Webmail @@ -29,6 +31,7 @@ Patch1: %{name}-spam.patch Patch2: %{name}-postfixadmin-pl_locales.patch Patch3: %{name}-faq-page.patch +Patch4: %{name}-password-anon-ldap-bind.patch URL: http://www.roundcube.net/ BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 @@ -116,6 +119,9 @@ #patch2 -p1 %endif %patch3 -p1 +%if %{with password-anon-ldap-bind} +%patch4 -p1 +%endif find -name .svn | xargs -r rm -rf @@ -338,6 +344,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.88 2010/05/16 11:17:19 pawelz +- apply password-anon-ldap-bind patch (disabled by default via bcond) + Revision 1.87 2010/05/16 10:26:16 pawelz - R: webserver(php), webserver(alias) - S: php(ldap) at least for password plugin ldap driver ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/roundcubemail/roundcubemail.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
