Page MenuHomeSolus

D1324.id3234.diff
No OneTemporary

D1324.id3234.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libdl.so.2
+libpthread.so.0
Index: files/0001-fix-VERSION_TAG-compilation-problem.patch
===================================================================
--- /dev/null
+++ files/0001-fix-VERSION_TAG-compilation-problem.patch
@@ -0,0 +1,26 @@
+From 5788fb32f75a9425c9adec469bb2cfd21be8ea9d Mon Sep 17 00:00:00 2001
+From: Pierre-Yves <pyu@riseup.net>
+Date: Mon, 6 Nov 2017 17:35:24 +0100
+Subject: [PATCH] fix VERSION_TAG compilation problem
+
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
+---
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 5519ab9..d588e2e 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -127,7 +127,7 @@ COMPTIME := $(shell date +%s)
+ # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
+
+ VERSION_EXPORT := tag: v4.0.0
+-VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/')
++VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
+
+ ##
+ ## General compiler and linker options
+--
+2.15.0
+
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,21 @@
+name : hashcat
+version : 4.0.0
+release : 1
+source :
+ - https://github.com/hashcat/hashcat/archive/v4.0.0.tar.gz : e14c169d6966830e7b7423e17e678f3333e074ec50dae50bdde40e8e0e8658be
+license : MIT
+component : security.crypto
+libsplit : no
+summary : World's fastest and most advanced password recovery utility
+description: |
+ hashcat is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 200 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators.
+builddeps :
+ - beignet-devel
+rundeps :
+ - ocl-icd
+setup : |
+ %patch -p1 < $pkgfiles/0001-fix-VERSION_TAG-compilation-problem.patch
+build : |
+ %make SHARED=1 PREFIX=/usr
+install : |
+ %make_install SHARED=1 PREFIX=/usr
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>hashcat</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>security.crypto</PartOf>
+ <Summary xml:lang="en">World&apos;s fastest and most advanced password recovery utility</Summary>
+ <Description xml:lang="en">hashcat is the world&apos;s fastest and most advanced password recovery utility, supporting five unique modes of attack for over 200 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>hashcat</Name>
+ <Summary xml:lang="en">World&apos;s fastest and most advanced password recovery utility</Summary>
+ <Description xml:lang="en">hashcat is the world&apos;s fastest and most advanced password recovery utility, supporting five unique modes of attack for over 200 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators.
+</Description>
+ <PartOf>security.crypto</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/lib*.so</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/hashcat</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-06</Date>
+ <Version>4.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 6:48 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5845699
Default Alt Text
D1324.id3234.diff (4 KB)

Event Timeline