Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hashcat for openSUSE:Factory checked 
in at 2025-08-25 20:37:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hashcat (Old)
 and      /work/SRC/openSUSE:Factory/.hashcat.new.30751 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hashcat"

Mon Aug 25 20:37:54 2025 rev:13 rq:1301137 version:7.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hashcat/hashcat.changes  2025-08-21 
16:57:13.532687962 +0200
+++ /work/SRC/openSUSE:Factory/.hashcat.new.30751/hashcat.changes       
2025-08-25 20:38:53.410081878 +0200
@@ -1,0 +2,9 @@
+Sun Aug 24 12:58:25 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Update to release 7.1.2
+  * New algorithms: AS/400 DES, AS/400 SHA1, Cisco-ISE SHA256,
+    LUKS2-Argon2i KDF, KeePass KDBX v4, SAP CODVN H SHA512,
+    sm3crypt, BLAKE2b-256, MD6, sha224
+- Edit system-libs.patch to make use of system-provided lzma-sdk
+
+-------------------------------------------------------------------

Old:
----
  hashcat-7.0.0.tar.gz
  hashcat-7.0.0.tar.gz.asc

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  hashcat-7.1.2.tar.gz
  hashcat-7.1.2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hashcat.spec ++++++
--- /var/tmp/diff_new_pack.CwgFhI/_old  2025-08-25 20:38:54.322120086 +0200
+++ /var/tmp/diff_new_pack.CwgFhI/_new  2025-08-25 20:38:54.322120086 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%global lname  libhashcat7_0_0
+%global lname  libhashcat7_1_2
 
 Name:           hashcat
-Version:        7.0.0
+Version:        7.1.2
 Release:        0
 Summary:        CPU-based password recovery utility
 License:        GPL-2.0-or-later AND MIT
@@ -38,10 +38,14 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  xxhash-devel
-BuildRequires:  pkgconfig(clzma)
+%if 0%{?suse_version} >= 1690
+BuildRequires:  pkgconfig(lzma-sdk)
+%else
+%global sylzma USE_SYSTEM_LZMA=0
+Provides:       bundled(lzma-sdk) = 24.09
+%endif
 BuildRequires:  pkgconfig(minizip)
 BuildRequires:  pkgconfig(zlib)
-Provides:       bundled(lzma-sdk) = 24.07
 ExclusiveArch:  %ix86 x86_64
 
 %description
@@ -72,7 +76,7 @@
 find . -name .lock -type f -delete
 
 %build
-%global margs DOCUMENT_FOLDER="%_docdir/%name" our_CFLAGS="%optflags" 
LIBRARY_FOLDER="%_libdir" BUILD_MODE=cross
+%global margs DOCUMENT_FOLDER="%_docdir/%name" our_CFLAGS="%optflags" 
LIBRARY_FOLDER="%_libdir" BUILD_MODE=cross %{?sylzma}
 %make_build %margs
 
 %install

++++++ _scmsync.obsinfo ++++++
mtime: 1756041344
commit: aac7932087a200fb0afe1ed8114aa43c02b8962afa647d0a183230398e503075
url: https://src.opensuse.org/jengelh/hashcat
revision: master

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-08-24 15:16:07.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ hashcat-7.0.0.tar.gz -> hashcat-7.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/hashcat/hashcat-7.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.hashcat.new.30751/hashcat-7.1.2.tar.gz differ: char 
16, line 1


++++++ system-libs.patch ++++++
--- /var/tmp/diff_new_pack.CwgFhI/_old  2025-08-25 20:38:54.478126622 +0200
+++ /var/tmp/diff_new_pack.CwgFhI/_new  2025-08-25 20:38:54.482126790 +0200
@@ -1,12 +1,12 @@
 ---
- src/Makefile |   13 +++++++------
- 1 file changed, 7 insertions(+), 6 deletions(-)
+ src/Makefile |   17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
 
-Index: hashcat-7.0.0/src/Makefile
+Index: hashcat-7.1.2/src/Makefile
 ===================================================================
---- hashcat-7.0.0.orig/src/Makefile
-+++ hashcat-7.0.0/src/Makefile
-@@ -3,7 +3,7 @@
+--- hashcat-7.1.2.orig/src/Makefile
++++ hashcat-7.1.2/src/Makefile
+@@ -3,17 +3,17 @@
  ## License.....: MIT
  ##
  
@@ -14,20 +14,21 @@
 +SHARED                  ?= 1
  DEBUG                   := 0
  PRODUCTION              := 1
- PRODUCTION_VERSION      := v7.0.0
-@@ -11,9 +11,9 @@ ENABLE_CUBIN            ?= 1
+ PRODUCTION_VERSION      := v7.1.2
+ ENABLE_CUBIN            ?= 1
  ENABLE_BRAIN            ?= 1
  ENABLE_UNRAR            ?= 1
- USE_SYSTEM_LZMA         ?= 0
+-USE_SYSTEM_LZMA         ?= 0
 -USE_SYSTEM_ZLIB         ?= 0
++USE_SYSTEM_LZMA         ?= 1
 +USE_SYSTEM_ZLIB         ?= 1
  USE_SYSTEM_OPENCL       ?= 0
 -USE_SYSTEM_XXHASH       ?= 0
 +USE_SYSTEM_XXHASH       ?= 1
  ## do not change, requires some hacks
  USE_SYSTEM_UNRAR        ?= 0
- 
-@@ -114,7 +114,7 @@ VERSION_PURE            := $(shell echo
+ MAINTAINER_MODE         ?= 0
+@@ -121,7 +121,7 @@ VERSION_PURE            := $(shell echo
  ##
  
  DESTDIR                 ?=
@@ -36,7 +37,16 @@
  
  INSTALL_FOLDER          ?= $(PREFIX)/bin
  SHARED_ROOT_FOLDER      ?= $(PREFIX)/share
-@@ -187,7 +187,7 @@ endif # MSYS2
+@@ -138,7 +138,7 @@ LIBRARY_DEV_FOLDER      ?= $(LIBRARY_DEV
+ ifeq ($(USE_SYSTEM_LZMA),0)
+ DEPS_LZMA_PATH          := deps/LZMA-SDK/C
+ else
+-DEPS_LZMA_PATH          := $(LIBRARY_DEV_ROOT_FOLDER)
++DEPS_LZMA_PATH          := /usr/include/lzma-sdk
+ endif
+ 
+ ifeq ($(USE_SYSTEM_ZLIB),0)
+@@ -194,7 +194,7 @@ endif # MSYS2
  ## Misc stuff
  ##
  
@@ -45,7 +55,7 @@
  
  ##
  ## General compiler and linker options
-@@ -195,6 +195,7 @@ COMPTIME                := $(shell date
+@@ -202,6 +202,7 @@ COMPTIME                := $(shell date
  
  LFLAGS                  := $(LDFLAGS)
  
@@ -53,7 +63,7 @@
  ifeq ($(PRODUCTION),0)
  CFLAGS                  += -W
  CFLAGS                  += -Wall
-@@ -268,7 +269,7 @@ endif
+@@ -277,7 +278,7 @@ endif
  ifeq ($(DEBUG),0)
  CFLAGS                  += -O2
  ifneq ($(UNAME),Darwin)

Reply via email to