diff --git a/.gitignore b/.gitignore
index 45f0c05..36ff110 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ squashfs-4.1.tar.bz2
 /squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz
 /squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz
 /squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz
+/squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz
diff --git a/sources b/sources
index c564fe9..545715c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz) = d1a87ad3b6423c9bb5c858301af725bdd7f9e2d5d82fe44c37d4e9eb28920e38090fe7589288bb292f85303a788d19f424316547638998d3b64be0bd31308040
+SHA512 (squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz) = 2f0db33068c7d8be7d8b983dd9bcdb6aa43b84c1d525db4dce201b054555424f89d6b94a97f2228325a678d1c747da171a2fbd15594f35b3fbdc97707a4a9970
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 7460d8f..824b35d 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 20220215
-%global commit f491ad858bcacf32dab2b37b3b0b325aa0ea6668
+%global date 20220217
+%global commit 75951fb96de64e8062306359c87d987b527a42d0
 %forgemeta
 URL:	 %{forgeurl}
 Source:  %{forgesource}
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: GPLv2+
 
 BuildRequires: make
@@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
 %{_sbindir}/sqfscat
 
 %changelog
+* Thu Feb 17 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-16.20220217git75951fb
+- Continue testing upstream patches prior to 4.5.1 release.
+- Some minor fixes.
+
 * 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.