2 Commits

Author SHA256 Message Date
Fridrich Štrba
f318057fc7 fixup 2025-09-10 11:23:07 +02:00
Fridrich Štrba
dc922cf4d8 Fix download link 2025-09-04 15:33:21 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 4 13:33:12 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix download link
-------------------------------------------------------------------
Tue Feb 6 08:09:50 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fastjar
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Summary: Java package archiver
License: GPL-2.0-or-later
Group: Development/Languages/Java
URL: https://savannah.nongnu.org/projects/fastjar/
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch2: fix-update-mode.diff
# PATCH-FIX-UPSTREAM bsc#1188517 CVE-2010-2322 directory traversal vulnerabilities
Patch3: fastjar-CVE-2010-2322.patch