A few minor memory leaks were fixed

This commit is contained in:
Bruno Wolff III 2023-03-14 18:49:50 -05:00
parent b280d436ab
commit c83d9ab871
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz
/squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz) = 5ebf6dcb11c1547b07e7d97969f34e25fd3de288acdfca25b50f2b6d1878b885298b6124aff5cb647e28e9a26d030e50cd3ffa9a397ac809afad1ff2a4285f01
SHA512 (squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz) = 9fe1f1d21525477ead2dbf8876219562cfb88bbbaf0e2c9b7bcc4fb4dd56ef45c4c8bf923cd57cb3e5e3273bac6c706fa953d1fa6979cd6df4c9a9dd8afcc35e

View File

@ -2,12 +2,12 @@ Name: squashfs-tools
Version: 4.6
Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/%{name}
%global date 20230312
%global commit aaf011a868c786b06e74cbdaf860d45793939f35
%forgemeta -i -v
%global date 20230314
%global commit 36abab0ad661247498834c2e7f5e1ec476f2081d
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
Release: 0.5%{dist}
Release: 0.6%{dist}
License: GPLv2+
BuildRequires: make
@ -50,6 +50,9 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Tue Mar 14 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.6^20230314git36abab0
- A few minor memory leaks were fixed
* Sun Mar 12 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.5^20230312gitaaf011a
- Doc updates
- Probably the last version before the official release (tentatively tomorrow)