Accepting request 685166 from security
- Update license field. - hashcat v5.1.0: OBS-URL: https://build.opensuse.org/request/show/685166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hashcat?expand=0&rev=3
This commit is contained in:
17
flags.diff
17
flags.diff
@@ -1,17 +0,0 @@
|
||||
---
|
||||
src/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: hashcat-3.00/src/Makefile
|
||||
===================================================================
|
||||
--- hashcat-3.00.orig/src/Makefile
|
||||
+++ hashcat-3.00/src/Makefile
|
||||
@@ -87,7 +87,7 @@ VERSION_TAG := $(shell test
|
||||
## Compiler flags
|
||||
##
|
||||
|
||||
-CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -I$(OPENCL_HEADERS_KHRONOS)/
|
||||
+CFLAGS := ${our_CFLAGS} -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -I$(OPENCL_HEADERS_KHRONOS)/
|
||||
|
||||
ifndef DEBUG
|
||||
CFLAGS += -O2
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 21:29:33 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update license field.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 09:21:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add fdupes call.
|
||||
- License file was shipped twice, ditch one copy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 16:05:58 UTC 2019 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
- hashcat v5.1.0:
|
||||
This release is mostly about expanding support for new algorithms and fixing bugs.
|
||||
Full changelog: https://hashcat.net/forum/thread-7983.html
|
||||
- Remove flags.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 19:49:34 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
14
hashcat.spec
14
hashcat.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hashcat
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,21 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: hashcat
|
||||
Version: 3.00
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: CPU-based password recovery utility
|
||||
License: MIT
|
||||
License: MIT AND GPL-2.0-or-later
|
||||
Group: Productivity/Security
|
||||
Url: https://hashcat.net/
|
||||
|
||||
#Git-Clone: git://github.com/hashcat/hashcat
|
||||
Source: https://github.com/hashcat/hashcat/archive/v%version.tar.gz
|
||||
Patch1: flags.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: opencl-headers
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -39,17 +39,17 @@ hashing algorithms.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} COMPTIME=0 our_CFLAGS="%optflags" PREFIX="%_prefix"
|
||||
|
||||
%install
|
||||
%make_install PREFIX="%_prefix" DOCUMENT_FOLDER="%_docdir/%name"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md docs/license.txt
|
||||
%doc README.md
|
||||
%_bindir/hashcat
|
||||
%_datadir/%name/
|
||||
%_docdir/%name/
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0283791b91db9dd7ee7431d8975c63419c73232945b76eedcefbe12becfa19c4
|
||||
size 4068649
|
3
v5.1.0.tar.gz
Normal file
3
v5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:283beaa68e1eab41de080a58bb92349c8e47a2bb1b93d10f36ea30f418f1e338
|
||||
size 4266878
|
Reference in New Issue
Block a user