Skip to content

Commit 8fff06b

Browse files
committed
chore: bump xfsprogs to 6.12.0
Bump xfsprogs to 6.12.0. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 76a0316 commit 8fff06b

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ vars:
177177
socat_sha512: c0a04e697f03da35d8c630de038e837c544e4dc77dd5bfbe73198d88b2d21727d9062114c1c50925daa264178f3317bc11c5504d1358ab7b3e8bce15e3e2dff9
178178

179179
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
180-
xfsprogs_version: 6.11.0
181-
xfsprogs_sha256: dae3bb432196f7b183b2e6bd5dc44bf33edbd7d0e85bd37d25c235df81b8100a
182-
xfsprogs_sha512: 209b479e510e5d5c558430b523bebd90f34b2effeac46f783aad4ec45a9f39998ca1efc67155c54c22e778859968f4b275b0ca6f225603f17ae4cc5c7596a4ca
180+
xfsprogs_version: 6.12.0
181+
xfsprogs_sha256: 0832407247db791cc70def96e7e254bd6edf043dc84a80a62f3ccd6e3dffd329
182+
xfsprogs_sha512: 020810b4a261f4ab4eb94aae813f22b26bb9f17705967198189509e684422361dd80af938e4a77cf326353d5d61d5aeaaee9a34e8a7b8ed1dddd63b7ad1b0510
183183

184184
# renovate: datasource=github-tags extractVersion=^zfs-(?<version>.*)$ depName=openzfs/zfs
185185
zfs_version: 2.3.0

xfsprogs/pkg.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ steps:
1313
sha256: "{{ .xfsprogs_sha256 }}"
1414
sha512: "{{ .xfsprogs_sha512 }}"
1515
env:
16-
# musl >=1.2.4 requires _LARGEFILE64_SOURCE for LFS64 interfaces support:
17-
# https://www.openwall.com/lists/musl/2023/05/02/1
18-
CFLAGS: "-D_LARGEFILE64_SOURCE"
19-
CPPFLAGS: "-D_LARGEFILE64_SOURCE"
20-
CXXFLAGS: "-D_LARGEFILE64_SOURCE"
16+
DEBUG: "-DNDEBUG"
17+
OPTIMIZER: "-flto=auto"
18+
CFLAGS: "-DOVERRIDE_SYSTEM_STATX"
2119
prepare:
2220
- |
2321
tar -xJf xfsprogs.tar.xz --strip-components=1

0 commit comments

Comments
 (0)