diff --git a/ongres-scram.changes b/ongres-scram.changes index 2048465..5bdb090 100644 --- a/ongres-scram.changes +++ b/ongres-scram.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------ +Tue Oct 28 08:51:14 UTC 2025 - Thomas Florio + +- Version 3.2 + * Fix Timing Attack Vulnerability in SCRAM Authentication + (bsc#1250399, CVE-2025-59432) + * Updated dependencies and maven plugins + * Use central-publishing-maven-plugin to deploy to Maven Central. + ------------------------------------------------------------------- Thu Jul 3 15:05:32 UTC 2025 - Fridrich Strba diff --git a/ongres-scram.spec b/ongres-scram.spec index 0f5f02d..38b813c 100644 --- a/ongres-scram.spec +++ b/ongres-scram.spec @@ -17,12 +17,13 @@ %global upstream_name scram -%global upstream_version 3.1 +%global upstream_version 3.2 Name: ongres-%{upstream_name} Version: %(echo %{upstream_version} | sed 's/-/~/g') Release: 0 Summary: Salted Challenge Response Authentication Mechanism - Java Implementation License: BSD-2-Clause +Group: Development/Libraries/Java URL: https://github.com/ongres/%{upstream_name} Source0: https://github.com/ongres/%{upstream_name}/archive/%{upstream_version}/%{upstream_name}-%{upstream_version}.tar.gz BuildRequires: fdupes diff --git a/scram-3.1.tar.gz b/scram-3.1.tar.gz deleted file mode 100644 index c636ee3..0000000 --- a/scram-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d51c5aab536d06a5c41ba76316a0023d328f78383344f852c0aa8ca66fa548 -size 70163 diff --git a/scram-3.2.tar.gz b/scram-3.2.tar.gz new file mode 100644 index 0000000..f85328a --- /dev/null +++ b/scram-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a623d2b313f9fa8290bbd2b19c2e4c803d05716aa35a623b281e0851c07176 +size 73477