mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update to 2019072000
- Unbreak on CURRENT Includes the new Log Spacemap functionality: https://github.com/zfsonlinux/zfs/pull/8442 PR: 239342 Sponsored by: iXsystems
This commit is contained in:
parent
82b9326ffe
commit
4752c15df7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507006
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openzfs
|
||||
PORTVERSION= 2019070800
|
||||
PORTVERSION= 2019072000
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX?= -kmod
|
||||
@ -15,7 +15,7 @@ USES= kmod
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zfsonfreebsd
|
||||
GH_PROJECT= ZoF
|
||||
GH_TAGNAME= d63de7c
|
||||
GH_TAGNAME= 9b19313
|
||||
KMODTARGET?= openzfs.ko
|
||||
|
||||
PLIST_FILES= ${KMODDIR}/${KMODTARGET}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1562604857
|
||||
SHA256 (zfsonfreebsd-ZoF-v2019070800-d63de7c_GH0.tar.gz) = 244748503e095cf5094844608be43fdd5ddd59f4f68f0359872bf3844fa607a6
|
||||
SIZE (zfsonfreebsd-ZoF-v2019070800-d63de7c_GH0.tar.gz) = 6880001
|
||||
TIMESTAMP = 1563641813
|
||||
SHA256 (zfsonfreebsd-ZoF-v2019072000-9b19313_GH0.tar.gz) = 4abfe6e1f325202c8cb8dab49537b4e24494433008f3ec259a0598160d189951
|
||||
SIZE (zfsonfreebsd-ZoF-v2019072000-9b19313_GH0.tar.gz) = 6830048
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openzfs
|
||||
PORTVERSION= 2019070800
|
||||
PORTVERSION= 2019072000
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -25,7 +25,7 @@ OPTIONS_SUB= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zfsonfreebsd
|
||||
GH_PROJECT= ZoF
|
||||
GH_TAGNAME= d63de7c
|
||||
GH_TAGNAME= 9b19313
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1562604834
|
||||
SHA256 (zfsonfreebsd-ZoF-v2019070800-d63de7c_GH0.tar.gz) = 244748503e095cf5094844608be43fdd5ddd59f4f68f0359872bf3844fa607a6
|
||||
SIZE (zfsonfreebsd-ZoF-v2019070800-d63de7c_GH0.tar.gz) = 6880001
|
||||
TIMESTAMP = 1563641797
|
||||
SHA256 (zfsonfreebsd-ZoF-v2019072000-9b19313_GH0.tar.gz) = 4abfe6e1f325202c8cb8dab49537b4e24494433008f3ec259a0598160d189951
|
||||
SIZE (zfsonfreebsd-ZoF-v2019072000-9b19313_GH0.tar.gz) = 6830048
|
||||
|
@ -208,6 +208,7 @@ include/libzfs/sys/sdt.h
|
||||
include/libzfs/sys/sha2.h
|
||||
include/libzfs/sys/skein.h
|
||||
include/libzfs/sys/spa.h
|
||||
include/libzfs/sys/spa_log_spacemap.h
|
||||
include/libzfs/sys/spa_boot.h
|
||||
include/libzfs/sys/spa_checkpoint.h
|
||||
include/libzfs/sys/spa_checksum.h
|
||||
@ -226,6 +227,7 @@ include/libzfs/sys/trace_dbuf.h
|
||||
include/libzfs/sys/trace_dmu.h
|
||||
include/libzfs/sys/trace_dnode.h
|
||||
include/libzfs/sys/trace_multilist.h
|
||||
include/libzfs/sys/trace_rrwlock.h
|
||||
include/libzfs/sys/trace_txg.h
|
||||
include/libzfs/sys/trace_vdev.h
|
||||
include/libzfs/sys/trace_zil.h
|
||||
@ -388,6 +390,7 @@ man/man1/raidz_test.1.gz
|
||||
man/man1/test-runner.1.gz
|
||||
man/man1/zhack.1.gz
|
||||
man/man1/ztest.1.gz
|
||||
man/man1/zvol_wait.1.gz
|
||||
man/man5/spl-module-parameters.5.gz
|
||||
man/man5/vdev_id.conf.5.gz
|
||||
man/man5/zfs-events.5.gz
|
||||
@ -413,11 +416,6 @@ sbin/zinject
|
||||
sbin/zpool
|
||||
sbin/zstreamdump
|
||||
sbin/ztest
|
||||
share/initramfs-tools/conf-hooks.d/zfs
|
||||
share/initramfs-tools/conf.d/zfs
|
||||
share/initramfs-tools/hooks/zfs
|
||||
share/initramfs-tools/scripts/local-top/zfs
|
||||
share/initramfs-tools/scripts/zfs
|
||||
share/pkgconfig/libzfs.pc
|
||||
share/pkgconfig/libzfs_core.pc
|
||||
share/zfs/common.sh
|
||||
@ -723,7 +721,9 @@ share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_013_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_014_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_crypt_combos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_dryrun.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_encrypted.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_verbose.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
|
||||
@ -803,6 +803,7 @@ share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_fail.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_mountpoints.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_encrypted.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_remount.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_test_race.sh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_multi_mount.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_program/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zfs_program/setup.ksh
|
||||
@ -1236,12 +1237,8 @@ share/zfs/zfs-tests/tests/functional/cli_root/zpool_split/zpool_split_vdevs.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_split/zpool_split_wholedisk.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_-c_disable.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_-c_homedir.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_-c_searchpath.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_001_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_002_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_003_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_root/zpool_sync/zpool_sync_001_pos.ksh
|
||||
@ -1403,6 +1400,12 @@ share/zfs/zfs-tests/tests/functional/cli_user/zpool_list/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_list/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_002_neg.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/zpool_status_-c_disable.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/zpool_status_-c_homedir.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/zpool_status_-c_searchpath.ksh
|
||||
share/zfs/zfs-tests/tests/functional/cli_user/zpool_status/zpool_status_003_pos.ksh
|
||||
share/zfs/zfs-tests/tests/functional/compression/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/compression/compress.cfg
|
||||
share/zfs/zfs-tests/tests/functional/compression/compress_001_pos.ksh
|
||||
@ -1607,6 +1610,7 @@ share/zfs/zfs-tests/tests/functional/link_count/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/link_count/link_count_001.ksh
|
||||
share/zfs/zfs-tests/tests/functional/link_count/link_count_root_inode.ksh
|
||||
share/zfs/zfs-tests/tests/functional/link_count/setup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/log_spacemap/log_spacemap_import_logs.ksh
|
||||
share/zfs/zfs-tests/tests/functional/migration/cleanup.ksh
|
||||
share/zfs/zfs-tests/tests/functional/migration/migration.cfg
|
||||
share/zfs/zfs-tests/tests/functional/migration/migration.kshlib
|
||||
|
Loading…
Reference in New Issue
Block a user