mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Use .gitmodules to handle OpenCL headers depency
Based on https://github.com/hashcat/hashcat/pull/467
This commit is contained in:
parent
a289c37ecf
commit
caf2a7da6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,7 +7,6 @@ hashcat
|
|||||||
*.pot
|
*.pot
|
||||||
*.log
|
*.log
|
||||||
*.dSYM
|
*.dSYM
|
||||||
deps/**
|
|
||||||
kernels/**
|
kernels/**
|
||||||
lib/*.a
|
lib/*.a
|
||||||
obj/*.o
|
obj/*.o
|
||||||
|
0
.gitmodules
vendored
Normal file
0
.gitmodules
vendored
Normal file
@ -3,8 +3,7 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
language: c
|
language: c
|
||||||
install:
|
install:
|
||||||
- mkdir -p deps/OpenCL-Headers
|
- git submodule update --recursive
|
||||||
- git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
3
BUILD.md
3
BUILD.md
@ -19,8 +19,7 @@ $ git clone https://github.com/hashcat/hashcat.git
|
|||||||
Get a copy of the **OpenCL Headers** repository
|
Get a copy of the **OpenCL Headers** repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ mkdir -p deps/OpenCL-Headers
|
$ git submodule update --recursive
|
||||||
$ git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Run "make"
|
Run "make"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
## Improvements
|
## Improvements
|
||||||
##
|
##
|
||||||
|
|
||||||
|
- Use .gitmodules to handle OpenCL headers depency
|
||||||
- Allow loading of bcrypt hashes with signature $2b$ (February 2014)
|
- Allow loading of bcrypt hashes with signature $2b$ (February 2014)
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user