Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87395f725f | ||
|
|
4164806515 |
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
Name: wget1
|
||||
Version: 1.25.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# Generally wget is distributed under GPLv3 or later but there are files in lib/ directory
|
||||
# which are under LGPLv2.1 or later and are actually built into the resulting rpm.
|
||||
# This version of wget is built with gnutls so I believe that the 'with openssl'
|
||||
|
|
@ -116,9 +116,12 @@ echo ".so man1/%{name}.1" > %{buildroot}%{_mandir}/man1/wget.1
|
|||
%config(noreplace) %{_sysconfdir}/wgetrc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 16 2026 Michal Ruprich <mruprich@redhat.com> - 1.25.0-3
|
||||
* Wed Jul 15 2026 Michal Ruprich <mruprich@redhat.com> - 1.25.0-4
|
||||
- Fix for CVE-2026-15146, CVE-2026-58470, CVE-2026-58471, CVE-2026-58472
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue