Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 10 Mar 2012 16:16:47 -0300
From: Claudio André <claudioandre.br@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Fwd: Re: [john-users] Help on SHA-512

Do i miss anything? (The new diff format attached.)
------------

git clone git://github.com/magnumripper/magnum-jumbo jumbo-unstable
cd jumbo-unstable
git checkout -b openCL_crypt512

- Do the job

git commit -a -m 'OpenCL Crypt 512 (development)'
git format-patch magnum-jumbo --stdout > openCL_crypt512.patch

make clean linux-x86-64-opencl
../run/john --test=1 --format=cryptsha512-opencl


------------
Do the job means (put new updated content).

cd src
cp ~/bin/john/novo/src/Makefile .
cp ~/bin/john/novo/src/opencl_cryptsha512.h .
cp ~/bin/john/novo/src/opencl_cryptsha512_fmt.c .
cp ~/bin/john/novo/src/john.c .
cp ~/bin/john/novo/src/common-opencl.c .
cp ~/bin/john/novo/src/opencl/cryptsha512_kernel.cl ./opencl

git add opencl_cryptsha512.h
git add opencl_cryptsha512_fmt.c
git add opencl/cryptsha512_kernel.cl



Em 10-03-2012 15:24, magnum escreveu:
> On 03/10/2012 06:55 PM, Claudio André wrote:
>> Ok, i "git updated" few days ago, sorry. I suppose the makefile changed
>> recently.
> That was OK. The problem is I can't compile your code at all.
>
>> Now i did:
>> git clone git://github.com/magnumripper/magnum-jumbo jumbo-unstable
>> Do the necessary changes.
>>      make clean linux-x86-64-opencl
>>      ../run/john --test=1 --format=cryptsha512-opencl
>>
>> And git diff to send. Sorry.
> This newest patch totally lacked the change in Makefile but this is not
> the problem The problem is I can't build your opencl_cryptsha512_fmt.c.
> The reason might be trivial but I don't have more time right now.
>
>> PS: I haven't found exactly what git commands you recommend to send a path.
> "git format-patch" rocks. It will produce output suitable for non-git
> users too.
>
> magnum
>
>

View attachment "openCL_crypt512.patch" of type "text/x-patch" (36936 bytes)

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.