Accepting request 958515 from security
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/958515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hashcat?expand=0&rev=8
This commit is contained in:
commit
87cad47624
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 19:01:39 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 6.2.5
|
||||
* This release adds improved HIP compatibility, several new
|
||||
hash-modes, and bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 15 13:28:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hashcat
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: hashcat
|
||||
%define lname libhashcat6_2_1
|
||||
Version: 6.2.1
|
||||
%define lname libhashcat6_2_5
|
||||
Version: 6.2.5
|
||||
Release: 0
|
||||
Summary: CPU-based password recovery utility
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
|
@ -2,10 +2,10 @@
|
||||
src/Makefile | 19 ++++++++++---------
|
||||
1 file changed, 10 insertions(+), 9 deletions(-)
|
||||
|
||||
Index: hashcat-6.2.1/src/Makefile
|
||||
Index: hashcat-6.2.5/src/Makefile
|
||||
===================================================================
|
||||
--- hashcat-6.2.1.orig/src/Makefile
|
||||
+++ hashcat-6.2.1/src/Makefile
|
||||
--- hashcat-6.2.5.orig/src/Makefile
|
||||
+++ hashcat-6.2.5/src/Makefile
|
||||
@@ -3,17 +3,17 @@
|
||||
## License.....: MIT
|
||||
##
|
||||
@ -14,7 +14,7 @@ Index: hashcat-6.2.1/src/Makefile
|
||||
+SHARED ?= 1
|
||||
DEBUG := 0
|
||||
PRODUCTION := 1
|
||||
PRODUCTION_VERSION := v6.2.1
|
||||
PRODUCTION_VERSION := v6.2.5
|
||||
ENABLE_CUBIN ?= 1
|
||||
ENABLE_BRAIN ?= 1
|
||||
ENABLE_UNRAR ?= 1
|
||||
@ -63,7 +63,7 @@ Index: hashcat-6.2.1/src/Makefile
|
||||
ifeq ($(PRODUCTION),0)
|
||||
CFLAGS += -W
|
||||
CFLAGS += -Wall
|
||||
@@ -224,7 +225,7 @@ endif
|
||||
@@ -230,7 +231,7 @@ endif
|
||||
ifeq ($(DEBUG),0)
|
||||
CFLAGS += -O2
|
||||
ifneq ($(UNAME),Darwin)
|
||||
@ -72,7 +72,7 @@ Index: hashcat-6.2.1/src/Makefile
|
||||
endif
|
||||
else
|
||||
ifeq ($(DEBUG),1)
|
||||
@@ -250,7 +251,7 @@ CFLAGS += -pipe -Iinclu
|
||||
@@ -256,7 +257,7 @@ CFLAGS += -pipe -Iinclu
|
||||
# LZMA
|
||||
CFLAGS += -I$(DEPS_LZMA_PATH)
|
||||
ifeq ($(USE_SYSTEM_LZMA),1)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4994e9ee8ef050881d5c7986b2b95a3abf2114f79e4dbaa28a537f8e2ad5c93b
|
||||
size 5815254
|
3
v6.2.5.tar.gz
Normal file
3
v6.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f6899d7ad899659f7b43a4d68098543ab546d2171f8e51d691d08a659378969
|
||||
size 6341872
|
Loading…
Reference in New Issue
Block a user