xfsprogs: update to 5.11.0

This commit is contained in:
Juergen Daubert 2021-03-13 14:18:47 +01:00
parent 4fb4684345
commit f6a4883479
2 changed files with 20 additions and 19 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/d2P3M1B8Dfoaevm+PgnmnBJCG1oD5ZLT1ZlyoP3O4FfLYr6gKieO1SrcxZynr4v6IQYi2iV6QX9kUIxH1gg0wo= RWSE3ohX2g5d/eCFfnz5Gy5F2HCSVWQyKYRIS0CoF4HSaPK8ZZEcm6AEGZDup3SLn3ZRPlotjY6QRUcmTYGrvKeh4QLyL+25cgk=
SHA256 (Pkgfile) = 8f404447e4803332a513305b98273ccfe757aec17ef225827d34e89949ee0e96 SHA256 (Pkgfile) = d8d752e7b7c64fec138759baecacaabe97a4940f713ed9688300dc873ff2726c
SHA256 (.footprint) = 39739b70c8f8dd33bab25ef1c7097731a2455b0903b06d24bfc7b7d4f5656687 SHA256 (.footprint) = 39739b70c8f8dd33bab25ef1c7097731a2455b0903b06d24bfc7b7d4f5656687
SHA256 (xfsprogs-5.10.0.tar.xz) = e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9 SHA256 (xfsprogs-5.11.0.tar.xz) = 0e9c390fcdbb8a79e1b8f5e6e25fd529fc9f9c2ef8f2d5e647b3556b82d1b353

View File

@ -4,7 +4,7 @@
# Depends on: libdevmapper inih # Depends on: libdevmapper inih
name=xfsprogs name=xfsprogs
version=5.10.0 version=5.11.0
release=1 release=1
source=(https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$name-$version.tar.xz) source=(https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$name-$version.tar.xz)
@ -16,7 +16,8 @@ build() {
export DEBUG=-DNDEBUG export DEBUG=-DNDEBUG
export OPTIMIZER=$CFLAGS export OPTIMIZER=$CFLAGS
./configure --prefix=/usr \ ./configure \
--prefix=/usr \
--disable-gettext \ --disable-gettext \
--disable-libicu --disable-libicu
make make