Debian package for SAM
Gregory Colpart <[email protected]> Fri, 17 Mar 2006 03:12:29 +0100
| Newsgroups | gmane.comp.horde.sam |
|---|---|
| Message-ID | <20060317021229.GB29309@test-scsi> |
--XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I inform you about Debian package for sam : http://packages.debian.org/unstable/web/horde-sam With this package, I join 2 minors patches (see attachements) : * A typo bug in SA Driver for LDAP storage * Default config for LDAP storage seems to be false Please, apply them on CVS. (They apply cleanly on my last CVS update) Regards, -- Gregory Colpart <[email protected]> GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="01_spamd_ldap-bug.dpatch" #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_spamd_ldap-bug.dpatch by Gregory Colpart (evolix) <[email protected]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad horde-sam-0.1~/lib/Driver/spamd_ldap.php horde-sam-0.1/lib/Driver/spamd_ldap.php --- horde-sam-0.1~/lib/Driver/spamd_ldap.php 2006-01-30 00:47:55.000000000 +0100 +++ horde-sam-0.1/lib/Driver/spamd_ldap.php 2006-01-30 01:26:56.000000000 +0100 @@ -30,7 +30,7 @@ * @since SAM 0.1 * @package Sam */ -class SAM_Driver_spamd_ldap extends SAM_Driver { +class SAM_Driver_spamd_ldap extends SAM_Driver_spamd { /** * Handle for the current LDAP connection. --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="02_backends.php.dist-corr.dpatch" #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_backends.php.dist-corr.dpatch by Gregory Colpart (evolix) <[email protected]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad horde-sam-0.1~/config/backends.php.dist horde-sam-0.1/config/backends.php.dist --- horde-sam-0.1~/config/backends.php.dist 2006-01-30 01:21:29.000000000 +0100 +++ horde-sam-0.1/config/backends.php.dist 2006-01-30 01:30:33.000000000 +0100 @@ -57,13 +57,13 @@ 'basedn' => 'ou=users,dc=example,dc=com', 'attribute' => 'spamassassinConfig', 'uid' => 'uid', - ), 'defaults' => array( 'hit_level' => '5', 'subject_tag' => '***SPAM***', 'rewrite_sub' => 1, 'report_safe' => 1, 'skip_rbl' => 1, + ), ), ); --XOIedfhf+7KOe/yw Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- sam mailing list - Join the hunt: http://horde.org/bounties/#sam Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected] --XOIedfhf+7KOe/yw--