4.6 release

This commit is contained in:
Bruno Wolff III 2023-03-17 18:36:36 -05:00
parent 170ea8d03e
commit edbe07b14f
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz
/squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz
/squashfs-tools-squashfs-tools-4.6.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz) = 9fe1f1d21525477ead2dbf8876219562cfb88bbbaf0e2c9b7bcc4fb4dd56ef45c4c8bf923cd57cb3e5e3273bac6c706fa953d1fa6979cd6df4c9a9dd8afcc35e
SHA512 (squashfs-tools-squashfs-tools-4.6.tar.gz) = df3e9bc369995acda49cb6c26802d568ff2ee26dc7e949671809c408e79947bf3e003a9d31aeac6214d29ce5767f604e95673dcf6f88c67e91461b392a4402cf

View File

@ -2,8 +2,8 @@ Name: squashfs-tools
Version: 4.6
Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/%{name}
%global date 20230314
%global commit 36abab0ad661247498834c2e7f5e1ec476f2081d
%global date 20230317
%global tag %{name}-%{version}
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
@ -12,8 +12,7 @@ Source: %{forgesource}
# https://bugzilla.redhat.com/show_bug.cgi?id=2178510
# Fix a crash caused by an out-of-bounds access that was inadvertently
# re-introduced in a memory leak fix
Patch0: 0001-xattrs-fix-out-of-bounds-access-again.patch
Release: 0.7%{dist}
Release: 1%{dist}
License: GPLv2+
BuildRequires: make
@ -32,7 +31,6 @@ contains the utilities for manipulating squashfs filesystems.
%prep
%forgesetup
%autopatch -p1
%build
%set_build_flags
@ -57,6 +55,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Fri Mar 17 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-1
- 4.6 release
- PR #231 was merged
- See https://github.com/plougher/squashfs-tools/blob/master/CHANGES
* Wed Mar 15 2023 Adam Williamson <awilliam@redhat.com> - 4.6-0.7.20230314git36abab0
- Backport PR #231 to fix a crash (#2178510)