Pick up a few fixes for issues caught by a static analyzer
This commit is contained in:
parent
8b41a6d40e
commit
2521e66946
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ squashfs-4.1.tar.bz2
|
||||
/squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz
|
||||
/squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz
|
||||
/squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz
|
||||
/squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz) = 375c234355657f1b851f50b3dfe8fd62dfcbca59f2d000362448546962095d820af52e0f959b0995582100c4b18bc3957c95d83fb09c9072b8a8be059484c373
|
||||
SHA512 (squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz) = d1a87ad3b6423c9bb5c858301af725bdd7f9e2d5d82fe44c37d4e9eb28920e38090fe7589288bb292f85303a788d19f424316547638998d3b64be0bd31308040
|
||||
|
@ -2,12 +2,12 @@ Name: squashfs-tools
|
||||
Version: 4.5
|
||||
Summary: Utility for the creation of squashfs filesystems
|
||||
%global forgeurl https://github.com/plougher/%{name}
|
||||
%global date 20220214
|
||||
%global commit de944c3e6fc8861d8a8844186983d1295415fdaf
|
||||
%global date 20220215
|
||||
%global commit f491ad858bcacf32dab2b37b3b0b325aa0ea6668
|
||||
%forgemeta
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
BuildRequires: make
|
||||
@ -51,7 +51,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-14.20220214gitde944c3
|
||||
* Tue Feb 15 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-15.20220215gitf491ad8
|
||||
- Continue testing upstream patches prior to 4.5.1 release.
|
||||
- Some minor fixes.
|
||||
|
||||
* Mon Feb 14 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-14.20220214gitde944c3
|
||||
- Continue testing upstream patches prior to 4.5.1 release.
|
||||
- Some minor fixes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user