4.6 release
This commit is contained in:
parent
170ea8d03e
commit
edbe07b14f
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ squashfs-4.1.tar.bz2
|
|||||||
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
|
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
|
||||||
/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz
|
/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz
|
||||||
/squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz
|
/squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz
|
||||||
|
/squashfs-tools-squashfs-tools-4.6.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (squashfs-tools-36abab0ad661247498834c2e7f5e1ec476f2081d.tar.gz) = 9fe1f1d21525477ead2dbf8876219562cfb88bbbaf0e2c9b7bcc4fb4dd56ef45c4c8bf923cd57cb3e5e3273bac6c706fa953d1fa6979cd6df4c9a9dd8afcc35e
|
SHA512 (squashfs-tools-squashfs-tools-4.6.tar.gz) = df3e9bc369995acda49cb6c26802d568ff2ee26dc7e949671809c408e79947bf3e003a9d31aeac6214d29ce5767f604e95673dcf6f88c67e91461b392a4402cf
|
||||||
|
@ -2,8 +2,8 @@ Name: squashfs-tools
|
|||||||
Version: 4.6
|
Version: 4.6
|
||||||
Summary: Utility for the creation of squashfs filesystems
|
Summary: Utility for the creation of squashfs filesystems
|
||||||
%global forgeurl https://github.com/plougher/%{name}
|
%global forgeurl https://github.com/plougher/%{name}
|
||||||
%global date 20230314
|
%global date 20230317
|
||||||
%global commit 36abab0ad661247498834c2e7f5e1ec476f2081d
|
%global tag %{name}-%{version}
|
||||||
%forgemeta
|
%forgemeta
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
@ -12,8 +12,7 @@ Source: %{forgesource}
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2178510
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2178510
|
||||||
# Fix a crash caused by an out-of-bounds access that was inadvertently
|
# Fix a crash caused by an out-of-bounds access that was inadvertently
|
||||||
# re-introduced in a memory leak fix
|
# re-introduced in a memory leak fix
|
||||||
Patch0: 0001-xattrs-fix-out-of-bounds-access-again.patch
|
Release: 1%{dist}
|
||||||
Release: 0.7%{dist}
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -32,7 +31,6 @@ contains the utilities for manipulating squashfs filesystems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%forgesetup
|
%forgesetup
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -57,6 +55,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
|||||||
%{_sbindir}/sqfscat
|
%{_sbindir}/sqfscat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 15 2023 Adam Williamson <awilliam@redhat.com> - 4.6-0.7.20230314git36abab0
|
||||||
- Backport PR #231 to fix a crash (#2178510)
|
- Backport PR #231 to fix a crash (#2178510)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user