Pick up a few upstream fixes.
These are pretty minor and I wasn't planning on building anywhere but rawhide for the time being. I think there is a good chance of additional minor updates within a month or two. In particular, it would make sense to tag a minor release. But I'd like to get a little wider testing of the changes so far, because we found some issues right after the last tagged release, because we didn't do enough testing.
This commit is contained in:
parent
4603989d56
commit
3bda04b33e
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ squashfs-4.1.tar.bz2
|
||||
/squashfs-tools-4.5.tar.gz
|
||||
/4.5.tar.gz
|
||||
/squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz
|
||||
/squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz) = e72ccb09d6fd725f1ff4d87d9b81f783dbc3b614e45517f28a9978922467af765e8e04c5d0081a7ca76345bc606f365e39dd28b6a2e2a2dbe73a2c6998f5fd2b
|
||||
SHA512 (squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz) = e4620d5d0fb4876cfe1cc3af9d37dbe9cf49eddac96362ec232bb44d5d26d87af7d057420509659eedf7bf4b9261791a39e1945bcc17658f4afb10bbf23227c6
|
||||
SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
|
||||
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
|
||||
|
@ -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 20210913
|
||||
%global commit e0485802ec72996c20026da320650d8362f555bd
|
||||
%forgemeta -i
|
||||
%global date 20211227
|
||||
%global commit 5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f
|
||||
%forgemeta -i -v
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
|
||||
# The man pages have been modified for 4.3 for Fedora.
|
||||
@ -57,6 +57,9 @@ ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Mon Dec 27 2021 Bruno Wolff III <bruno@wolff.to> - 4.5-4.20211227git5ae7238
|
||||
- Get fixes for a few minor bugs
|
||||
|
||||
* Mon Sep 13 2021 Bruno Wolff III <bruno@wolff.to> - 4.5-3.20210913gite048580
|
||||
- Fix bug 2003701 (additional write outside destination directory exploit)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user