openzfs*: Bump OpenZFS ports
FreeBSD highlights: * Fix enforcement of POSIX mode bits * Fix enforcement of NFSv4 ACLs * Fix Clang 11 build for 13-CURRENT * Fix send/recv operations with a large number of snapshots/datasets * Default to autotrim=on (fixes POLA) * Automatic fallback to /boot/ to look for zpool.cache (fixes POLA) * Fix l2arc_dev_rebuild_start thread name * Create taskq threads in appropriate proc * Restore ARC MFU/MRU pressure VuXML will be updated to mention the permissions/ACLs issue once a report documenting the issue appropriately has been written. Reviewed by: wg Approved by: wg (ports) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D26107
This commit is contained in:
parent
dffbc95038
commit
8bfcdafb16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545247
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openzfs
|
||||
PORTVERSION= 2020080800
|
||||
PORTVERSION= 2020081800
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX?= -kmod
|
||||
@ -17,7 +17,7 @@ USES= kmod
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openzfs
|
||||
GH_PROJECT= zfs
|
||||
GH_TAGNAME= 0f95ddcc0
|
||||
GH_TAGNAME= 716b53d0a
|
||||
KMODTARGET?= openzfs.ko
|
||||
|
||||
PLIST_FILES= ${KMODDIR}/${KMODTARGET}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596883865
|
||||
SHA256 (openzfs-zfs-v2020080800-0f95ddcc0_GH0.tar.gz) = 25fb4244cb8126d9a70a8f84eaf2caeb5154771edec2181104a45788900fb3ac
|
||||
SIZE (openzfs-zfs-v2020080800-0f95ddcc0_GH0.tar.gz) = 9217585
|
||||
TIMESTAMP = 1597770343
|
||||
SHA256 (openzfs-zfs-v2020081800-716b53d0a_GH0.tar.gz) = 9fb9dade4e23d6653cebf4bde9f4be68522ee072f35bbc80febc06a8c0b945d0
|
||||
SIZE (openzfs-zfs-v2020081800-716b53d0a_GH0.tar.gz) = 9219390
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openzfs
|
||||
PORTVERSION= 2020080800
|
||||
PORTVERSION= 2020081800
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -28,7 +28,7 @@ OPTIONS_SUB= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openzfs
|
||||
GH_PROJECT= zfs
|
||||
GH_TAGNAME= 0f95ddcc0
|
||||
GH_TAGNAME= 716b53d0a
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596883956
|
||||
SHA256 (openzfs-zfs-v2020080800-0f95ddcc0_GH0.tar.gz) = 25fb4244cb8126d9a70a8f84eaf2caeb5154771edec2181104a45788900fb3ac
|
||||
SIZE (openzfs-zfs-v2020080800-0f95ddcc0_GH0.tar.gz) = 9217585
|
||||
TIMESTAMP = 1597770428
|
||||
SHA256 (openzfs-zfs-v2020081800-716b53d0a_GH0.tar.gz) = 9fb9dade4e23d6653cebf4bde9f4be68522ee072f35bbc80febc06a8c0b945d0
|
||||
SIZE (openzfs-zfs-v2020081800-716b53d0a_GH0.tar.gz) = 9219390
|
||||
|
@ -1556,6 +1556,8 @@ share/pam-configs/zfs_key
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/compress_002_pos.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/compress_003_pos.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/compress_004_pos.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/l2arc_compressed_arc.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/l2arc_compressed_arc_disabled.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/compression/setup.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/cp_files/cleanup.ksh
|
||||
%%TESTS%%share/zfs/zfs-tests/tests/functional/cp_files/cp_files
|
||||
|
Loading…
Reference in New Issue
Block a user