On Wed, 11 Sep 2013 15:07:31 +0200, Johannes Weberhofer wrote:
> Eric,
> this line in the spec will remove CRAM-MD5 completely:
>
> %{__perl} -pi -e "s|\#define CRAM_MD5||g" qmail-smtpd.c
>
> Johannes

In the .spec file included with qmail-toaster-1.03-1.3.22.src.rpm there is 
already something that indicates that CRAM-MD5 is being removed, however the 
action line is attempting to remove "#define AUTHCRAM" which doesn't exist 
anywhere in qmail-smtpd.c, before or after patches are applied:

        # Remove CRAM-MD5 because qmail-remote-auth doesn't like it
        
#-------------------------------------------------------------------------------
        %{__perl} -pi -e "s|\#define AUTHCRAM||g" qmail-smtpd.c

If, as it appears, the .spec is set to remove CRAM-MD5 by default, it isn't 
working. The line Johannes suggested earlier *does* work correctly to remove 
CRAM-MD5. Can someone comment on this?

Thanks!

--
Quinn Comendant
Strangecode, LLC
http://www.strangecode.com/
+1 530 624 4410 mobile
+1 530 636 2633 office
@qc and @strangecode

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to