Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hashcat for openSUSE:Factory checked in at 2023-05-08 17:24:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hashcat (Old) and /work/SRC/openSUSE:Factory/.hashcat.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hashcat" Mon May 8 17:24:17 2023 rev:9 rq:1085356 version:6.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/hashcat/hashcat.changes 2022-03-04 00:17:22.220281797 +0100 +++ /work/SRC/openSUSE:Factory/.hashcat.new.1533/hashcat.changes 2023-05-08 17:24:21.484721521 +0200 @@ -1,0 +2,7 @@ +Sun May 7 20:42:32 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- Update to 6.2.6: + * many new hash-modes and bug fixes +- add upstream signing key and verify source signature + +------------------------------------------------------------------- Old: ---- v6.2.5.tar.gz New: ---- hashcat-6.2.6.tar.gz hashcat-6.2.6.tar.gz.asc hashcat.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hashcat.spec ++++++ --- /var/tmp/diff_new_pack.GP3u4x/_old 2023-05-08 17:24:22.152725470 +0200 +++ /var/tmp/diff_new_pack.GP3u4x/_new 2023-05-08 17:24:22.156725494 +0200 @@ -1,7 +1,7 @@ # # spec file for package hashcat # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,18 @@ # +%define lname libhashcat6_2_6 Name: hashcat -%define lname libhashcat6_2_5 -Version: 6.2.5 +Version: 6.2.6 Release: 0 Summary: CPU-based password recovery utility License: GPL-2.0-or-later AND MIT Group: Productivity/Security URL: https://hashcat.net/ - -Source: https://github.com/hashcat/hashcat/archive/refs/tags/v%version.tar.gz +Source: https://hashcat.net/files/%name-%version.tar.gz +Source2: https://hashcat.net/files/%name-%version.tar.gz.asc +# Key ID: 2048R/8A16544F. Fingerprint: A708 3322 9D04 0B41 99CC 0052 3C17 DA8B 8A16 544F +Source3: %name.keyring Source9: %name-rpmlintrc Patch1: system-libs.patch BuildRequires: fdupes ++++++ system-libs.patch ++++++ --- /var/tmp/diff_new_pack.GP3u4x/_old 2023-05-08 17:24:22.204725778 +0200 +++ /var/tmp/diff_new_pack.GP3u4x/_new 2023-05-08 17:24:22.208725801 +0200 @@ -2,10 +2,10 @@ src/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) -Index: hashcat-6.2.5/src/Makefile +Index: hashcat-6.2.6/src/Makefile =================================================================== ---- hashcat-6.2.5.orig/src/Makefile -+++ hashcat-6.2.5/src/Makefile +--- hashcat-6.2.6.orig/src/Makefile ++++ hashcat-6.2.6/src/Makefile @@ -3,17 +3,17 @@ ## License.....: MIT ## @@ -14,7 +14,7 @@ +SHARED ?= 1 DEBUG := 0 PRODUCTION := 1 - PRODUCTION_VERSION := v6.2.5 + PRODUCTION_VERSION := v6.2.6 ENABLE_CUBIN ?= 1 ENABLE_BRAIN ?= 1 ENABLE_UNRAR ?= 1 @@ -28,7 +28,7 @@ ## do not change, requires some hacks USE_SYSTEM_UNRAR ?= 0 -@@ -101,7 +101,7 @@ VERSION_PURE := $(shell echo +@@ -102,7 +102,7 @@ VERSION_PURE := $(shell echo ## DESTDIR ?= @@ -37,7 +37,7 @@ INSTALL_FOLDER ?= $(PREFIX)/bin SHARED_ROOT_FOLDER ?= $(PREFIX)/share -@@ -118,7 +118,7 @@ LIBRARY_DEV_FOLDER ?= $(LIBRARY_DEV +@@ -119,7 +119,7 @@ LIBRARY_DEV_FOLDER ?= $(LIBRARY_DEV ifeq ($(USE_SYSTEM_LZMA),0) DEPS_LZMA_PATH := deps/LZMA-SDK/C else @@ -46,7 +46,7 @@ endif ifeq ($(USE_SYSTEM_ZLIB),0) -@@ -172,7 +172,7 @@ endif # MSYS2 +@@ -173,7 +173,7 @@ endif # MSYS2 ## Misc stuff ## @@ -55,7 +55,7 @@ ## ## General compiler and linker options -@@ -180,6 +180,7 @@ COMPTIME := $(shell date +@@ -181,6 +181,7 @@ COMPTIME := $(shell date LFLAGS := $(LDFLAGS) @@ -63,7 +63,7 @@ ifeq ($(PRODUCTION),0) CFLAGS += -W CFLAGS += -Wall -@@ -230,7 +231,7 @@ endif +@@ -235,7 +236,7 @@ endif ifeq ($(DEBUG),0) CFLAGS += -O2 ifneq ($(UNAME),Darwin) @@ -72,7 +72,7 @@ endif else ifeq ($(DEBUG),1) -@@ -256,7 +257,7 @@ CFLAGS += -pipe -Iinclu +@@ -269,7 +270,7 @@ CFLAGS += -pipe -Iinclu # LZMA CFLAGS += -I$(DEPS_LZMA_PATH) ifeq ($(USE_SYSTEM_LZMA),1)