Skip to content

Commit

Permalink
package/zfs: bump version to 2.2.2
Browse files Browse the repository at this point in the history
This release contains an important fix for a data corruption
bug. Full details are in the issue [1] and bug fix [2].

1. openzfs/zfs#15526
2. openzfs/zfs#15571

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit c068fc4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
jlsalvador authored and jacmet committed Dec 1, 2023
1 parent 9e2e2cb commit 4073574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/zfs/zfs.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Locally computed
sha256 42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690 zfs-2.2.0.tar.gz
# From https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.sha256.asc
sha256 76bc0547d9ba31d4b0142e417aaaf9f969072c3cb3c1a5b10c8738f39ed12fc9 zfs-2.2.2.tar.gz

# Hash for license files:
sha256 1ffb70c33c4f79f04e947facc5c7851f289609256aacb47fc115f700427d9520 LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/zfs/zfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

ZFS_VERSION = 2.2.0
ZFS_VERSION = 2.2.2
ZFS_SITE = https://github.com/openzfs/zfs/releases/download/zfs-$(ZFS_VERSION)
ZFS_LICENSE = CDDL
ZFS_LICENSE_FILES = LICENSE COPYRIGHT
Expand Down

0 comments on commit 4073574

Please sign in to comment.