Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 28 Oct 2009 22:45:14 +0100
From: websiteaccess <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: My patches (Performance, options, mingw, vc,
 generic md5, phpass, etc)

On Wed, 28 Oct 2009 14:30:27 -0500, JFoug wrote:
> ----- Original Message ----- From: "Erik Winkler" <ewinkler@...ls.com>
> To: <john-users@...ts.openwall.com>
> Sent: Wednesday, October 28, 2009 1:38 PM
> Subject: Re: [john-users] My patches (Performance, options, mingw, 
> vc, generic md5, phpass, etc)
> 
> 
>> You need to apply the patches first, then make manual changes to the 
>> Makefile.  There is no way the patches will work if you change the 
>> original file.
> 
> macosx-x86-sse2:
>    $(LN) x86-sse.h arch.h
>    $(MAKE) $(PROJ) \
>         JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o sha1-mmx.o md5-mmx.o" \
>        ASFLAGS="$(ASFLAGS) -DUNDERSCORES -DBSD -DALIGN_LOG" \
>        CFLAGS="$(CFLAGS) -m32" \
>        LDFLAGS="$(LDFLAGS) -m32"
> 
> 

 I successfully patched and compiled 1.7.3.4 + 2 patches ( 
john-1.7.3.4-jumbo-1.diff.gz + john-1.7.3.4-jimf-after-jumbo-1.diff.gz 
) After patched edit Make file
 
 with the right code (as you can see "-m32" is between 
ASFLAGS="$(ASFLAGS)  and  -DUNDERSCORES -DBSD -DALIGN_LOG" \ ) :

macosx-x86-sse2:
   $(LN) x86-sse.h arch.h
   $(MAKE) $(PROJ) \
        JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o sha1-mmx.o md5-mmx.o" \
       ASFLAGS="$(ASFLAGS) -m32 -DUNDERSCORES -DBSD -DALIGN_LOG" \
       CFLAGS="$(CFLAGS) -m32" \
       LDFLAGS="$(LDFLAGS) -m32"


 W.A.





Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.