From ffb3e5e75a21077ade1d592909905380c5e925d9688750272a172fbee0538b36 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 23 Feb 2022 19:02:09 +0000 Subject: [PATCH] - Update to release 6.2.5 OBS-URL: https://build.opensuse.org/package/show/security/hashcat?expand=0&rev=21 --- hashcat.changes | 7 +++++++ hashcat.spec | 6 +++--- system-libs.patch | 12 ++++++------ v6.2.1.tar.gz | 3 --- v6.2.5.tar.gz | 3 +++ 5 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 v6.2.1.tar.gz create mode 100644 v6.2.5.tar.gz diff --git a/hashcat.changes b/hashcat.changes index cad3047..f2993c3 100644 --- a/hashcat.changes +++ b/hashcat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 23 19:01:39 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/hashcat.spec b/hashcat.spec index b27a0b6..4f7ffcd 100644 --- a/hashcat.spec +++ b/hashcat.spec @@ -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 diff --git a/system-libs.patch b/system-libs.patch index eb2a8ab..90557cd 100644 --- a/system-libs.patch +++ b/system-libs.patch @@ -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) diff --git a/v6.2.1.tar.gz b/v6.2.1.tar.gz deleted file mode 100644 index a256c17..0000000 --- a/v6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4994e9ee8ef050881d5c7986b2b95a3abf2114f79e4dbaa28a537f8e2ad5c93b -size 5815254 diff --git a/v6.2.5.tar.gz b/v6.2.5.tar.gz new file mode 100644 index 0000000..958ddce --- /dev/null +++ b/v6.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6899d7ad899659f7b43a4d68098543ab546d2171f8e51d691d08a659378969 +size 6341872