From 1b406bfb5b0c59974d3887d3c86086e897cb1f5c Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Feb 22 2022 03:10:39 +0000 Subject: More minor fixes for static analysis issues --- diff --git a/.gitignore b/.gitignore index 19a8d64..97a53bf 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz /squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz /squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz +/squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz diff --git a/sources b/sources index c928875..e1cbef6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz) = c7acb373e06e6de28d90474533e8e4f7ff2131612e20cab4a5fe2224abffd77137619d02e22b46b8715d1f2bcd2974e7bb234149f772b0235f40d7273002ced0 +SHA512 (squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz) = 84ec6b3b7b3925417bd52d3705f7a7b8f64e3a8b8763add3e6fe84e5262f7ec38f0a753ec50129918b490ba0856e4300056b9ef87d5e8b2849f91f75ad3425b3 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 3b9b362..fa7704e 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -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 20220218 -%global commit f3783bbec5b0f105c6571699d3fd38803a345b12 +%global date 20220221 +%global commit bc0c097be93154997fe0576181e5c12d746a1420 %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ BuildRequires: make @@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Mon Feb 21 2022 Bruno Wolff III - 4.5-18.20220221gitbc0c097 +- Continue testing upstream patches prior to 4.5.1 release. +- Some minor fixes. + * Fri Feb 18 2022 Bruno Wolff III - 4.5-17.20220218gitf3783bb - Continue testing upstream patches prior to 4.5.1 release. - Some minor fixes.