Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xfsprogs: version bumped to 6.12.0 #3699

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions filesys/xfsprogs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ export DEBUG=-DNDEBUG &&
# default flags.
export OPTIMIZER=" "

OPTS+=" --prefix=/usr --disable-lto" &&
OPTS+=" --prefix=/usr --enable-lib64=no --disable-static --disable-lto" &&

default_config &&
make &&
prepare_install &&

make PKG_ROOT_SBIN_DIR=/usr/sbin PKG_ROOT_LIB_DIR=/usr/lib install install-dev &&

# cleanup static libs
if [ -f "/usr/lib/libhandle.a" ]; then
rm /usr/lib/libhandle.a
fi
make PKG_ROOT_SBIN_DIR=/usr/sbin PKG_ROOT_LIB_DIR=/usr/lib install install-dev
6 changes: 3 additions & 3 deletions filesys/xfsprogs/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODULE=xfsprogs
VERSION=6.10.0
VERSION=6.12.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
SOURCE_VFY=sha256:a16e7caa5d8fea1c9652f1a45c8e5f2acc13fc632cf2066fe364ab13bd9df82d
SOURCE_VFY=sha256:0832407247db791cc70def96e7e254bd6edf043dc84a80a62f3ccd6e3dffd329
WEB_SITE=http://oss.sgi.com/projects/xfs
ENTERED=20020110
UPDATED=20240911
UPDATED=20241206
SHORT="Required utilities for the XFS file system"
PSAFE=no
cat << EOF
Expand Down
46 changes: 0 additions & 46 deletions filesys/xfsprogs/patch.d/xfsprogs-6.10.0-c++-void.patch

This file was deleted.