Skip to content

Commit e533059

Browse files
committed
delete zfs patch
1 parent bb01731 commit e533059

File tree

4 files changed

+7
-47
lines changed

4 files changed

+7
-47
lines changed

Pkgfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ vars:
66
CONTAINERD_VERSION: v2.0.5 # update this when updating PKGS_VERSION in Makefile
77
LINUX_FIRMWARE_VERSION: "20250509" # update this when updating PKGS_VERSION in Makefile
88
DRBD_DRIVER_VERSION: 9.2.13 # update this when updating PKGS_VERSION in Makefile
9-
ZFS_DRIVER_VERSION: 2.3.2 # update this when updating PKGS_VERSION in Makefile
10-
ZFS_TOOLS_SHA256: 80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a
11-
ZFS_TOOLS_SHA512: 94311f2eca1488be83aa0cb802b4a4541bbbd061a3e8e5cbda62cabbb0c8f9a705372ad192cb77703b3d7642c43be7f604f3c363b243cf03a6aceae2d7e5db81
9+
ZFS_DRIVER_VERSION: 2.3.3 # update this when updating PKGS_VERSION in Makefile
10+
ZFS_TOOLS_SHA256: 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071
11+
ZFS_TOOLS_SHA512: 0a18615da052989c19e889758972f14173e790710a2615fc186212d02f9909f0bf62debc19d85ff5c58411d8ef82aa85aff20804c3fbe2446913cd293a18b80d
1212
UTIL_LINUX_VERSION: 2.40.4 # update this when updating PKGS_VERSION in Makefile
1313
UTIL_LINUX_SHA256: 5c1daf733b04e9859afdc3bd87cc481180ee0f88b5c0946b16fdec931975fb79
1414
UTIL_LINUX_SHA512: 0024955056ba7b4c54040a917f9919f49692e57ba6d42d17a6c29c1eefe88bf48b1214a545072b71c468829a63a8f15237f49733e9127c134e11126d1e435124
1515
ENA_VERSION: 2.13.3 # update this when updating PKGS_VERSION in Makefile
1616

1717
# renovate: datasource=git-tags extractVersion=^libtiprc-(?<version>.*)$ depName=git://linux-nfs.org/~steved/libtirpc
18-
LIBTIRPC_VERSION: 1-3-3
19-
LIBTIRPC_SHA256: 6474e98851d9f6f33871957ddee9714fdcd9d8a5ee9abb5a98d63ea2e60e12f3
20-
LIBTIRPC_SHA512: df0781a74ff9ded2d3c4f5eb7e05496b9f58eac8060c02c68331dc14c4a00304dcd19f46836f5756fe0d9d27095fd463d42dd696fcdff891516711b7d63deabe
18+
LIBTIRPC_VERSION: 1-3-6
19+
LIBTIRPC_SHA256: bbd26a8f0df5690a62a47f6aa30f797f3ef8d02560d1bc449a83066b5a1d3508
20+
LIBTIRPC_SHA512: f3ccc45f9de8d517ccc10dd4b68b844bbe71a2cb61ca5819995d97319353f7e24cfee205e09dddf65cf47605314176aee161091d7379b6113ee8d1f5077c93d0
2121
# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ depName=madler/zlib
2222
ZLIB_VERSION: 1.3.1
2323
ZLIB_SHA256: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23

storage/zfs/zfs-tools/libtirpc/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- stage: base
77
steps:
88
- sources:
9-
- url: https://src.fedoraproject.org/lookaside/extras/libtirpc/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2/sha512/df0781a74ff9ded2d3c4f5eb7e05496b9f58eac8060c02c68331dc14c4a00304dcd19f46836f5756fe0d9d27095fd463d42dd696fcdff891516711b7d63deabe/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2
9+
- url: https://src.fedoraproject.org/lookaside/extras/libtirpc/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2/sha512/{{ .LIBTIRPC_SHA512 }}/libtirpc-{{ .LIBTIRPC_VERSION | replace "-" "." }}.tar.bz2
1010
destination: libtirpc.tar.bz2
1111
sha256: {{ .LIBTIRPC_SHA256 }}
1212
sha512: {{ .LIBTIRPC_SHA512 }}

storage/zfs/zfs-tools/patches/tests-fix-S_IFMT-undeclared-at-statx.c.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

storage/zfs/zfs-tools/pkg.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ steps:
1818
prepare:
1919
- |
2020
tar -xf zfs.tar.gz --strip-components=1
21-
- |
22-
patch -p1 < /pkg/patches/tests-fix-S_IFMT-undeclared-at-statx.c.patch
2321
build:
2422
- |
2523
./configure \

0 commit comments

Comments
 (0)