Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hydra for openSUSE:Factory checked in at 2026-05-12 19:26:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hydra (Old) and /work/SRC/openSUSE:Factory/.hydra.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hydra" Tue May 12 19:26:41 2026 rev:4 rq:1352494 version:9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/hydra/hydra.changes 2025-09-25 18:47:19.555270533 +0200 +++ /work/SRC/openSUSE:Factory/.hydra.new.1966/hydra.changes 2026-05-12 19:27:15.076536843 +0200 @@ -1,0 +2,11 @@ +Mon May 4 08:08:00 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 9.7 + * GTK3 support for xhydra. + * mongo v2 support. + * POP3 buffer overflow fix. +- Build with support for MongoDBv2 +- Drop patch: + * fix-prototype-mismatches.patch + +------------------------------------------------------------------- Old: ---- fix-prototype-mismatches.patch hydra-9.6.tar.gz New: ---- hydra-9.7.tar.gz ----------(Old B)---------- Old:- Drop patch: * fix-prototype-mismatches.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hydra.spec ++++++ --- /var/tmp/diff_new_pack.pppJzB/_old 2026-05-12 19:27:15.572557401 +0200 +++ /var/tmp/diff_new_pack.pppJzB/_new 2026-05-12 19:27:15.576557567 +0200 @@ -16,30 +16,21 @@ # Name: hydra -Version: 9.6 +Version: 9.7 Release: 0 Summary: A network logon cracker with support for many different services License: AGPL-3.0-only Group: Productivity/Networking/Diagnostic URL: https://github.com/vanhauser-thc/thc-hydra Source0: https://github.com/vanhauser-thc/thc-hydra/archive/v%{version}/%{name}-%{version}.tar.gz -Patch1: fix-prototype-mismatches.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: make BuildRequires: pkgconfig BuildRequires: pkgconfig(apr-1) BuildRequires: pkgconfig(apr-util-1) -%if 0%{?suse_version} >= 1600 -BuildRequires: pkgconfig(freerdp3) -%else -BuildRequires: pkgconfig(freerdp2) -%endif -BuildRequires: pkgconfig(gail) -BuildRequires: pkgconfig(gdk-2.0) -BuildRequires: pkgconfig(gdk-x11-2.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-unix-print-2.0) -BuildRequires: pkgconfig(gtk+-x11-2.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.24 BuildRequires: pkgconfig(libgcrypt) BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(libmariadb) @@ -49,6 +40,15 @@ BuildRequires: pkgconfig(libsvn_client) BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(smbclient) +%if 0%{?suse_version} > 1600 +BuildRequires: bson-devel +BuildRequires: mongo-c-driver-devel +%endif +%if 0%{?suse_version} >= 1600 +BuildRequires: pkgconfig(freerdp3) +%else +BuildRequires: pkgconfig(freerdp2) +%endif %description A parallelized network login cracker, created as a proof of concept @@ -68,6 +68,7 @@ prev="$PWD" cd hydra-gtk +autoreconf -fiv %configure %make_build cd "$prev" ++++++ hydra-9.6.tar.gz -> hydra-9.7.tar.gz ++++++ ++++ 12177 lines of diff (skipped)
