Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 12:52:31 +0000 (UTC)
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553435 - in head/sysutils: openzfs openzfs-kmod
Message-ID:  <202010271252.09RCqVdK036403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: freqlabs (src committer)
Date: Tue Oct 27 12:52:31 2020
New Revision: 553435
URL: https://svnweb.freebsd.org/changeset/ports/553435

Log:
  sysutils/openzfs*: Bump to catch up with 1300123
  
  * 5c810ac49 FreeBSD: Skip RAW kstat sysctls by default
  * 01a65c586 FreeBSD: catch up with 1300123 version bump
  * 3928ec533 Restore identification of VDEVs using non-native block size
  * 1e36af8c7 Properly format NAME subsection of zfs/zpool subcommands
  * eb02a4c6f Add missing zfs_arc_evict_batch_limit tunable
  * 2aaab887b arcstat: Add -a and -p options from FreeNAS
  * e53d678d4 Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD
  * 666aa69f3 Non-l2arc pool reads shouldn't be l2arc misses
  * 241c62bdd Makefile.bsd: remove directory that no longer exists
  * ff2f54246 FreeBSD: delete unreferenced file
  * 777b8ccc3 Fix commitcheck on FreeBSD
  * 13d65987a zed syslog entries drop important info
  * ab6a0e236 Ignore zpool_influxdb binary
  
  Reviewed by:	wg
  Approved by:	wg (ports)
  Sponsored by:	iXsystems, Inc.
  Differential Revision:	https://reviews.freebsd.org/D26968

Modified:
  head/sysutils/openzfs-kmod/Makefile
  head/sysutils/openzfs-kmod/distinfo
  head/sysutils/openzfs/Makefile
  head/sysutils/openzfs/distinfo
  head/sysutils/openzfs/pkg-plist

Modified: head/sysutils/openzfs-kmod/Makefile
==============================================================================
--- head/sysutils/openzfs-kmod/Makefile	Tue Oct 27 11:20:48 2020	(r553434)
+++ head/sysutils/openzfs-kmod/Makefile	Tue Oct 27 12:52:31 2020	(r553435)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openzfs
-PORTVERSION=	2020101600
+PORTVERSION=	2020102700
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 PKGNAMESUFFIX?=	-kmod
@@ -17,7 +17,7 @@ USES=		kmod
 USE_GITHUB=	yes
 GH_ACCOUNT=	openzfs
 GH_PROJECT=	zfs
-GH_TAGNAME=	41e2b3de1
+GH_TAGNAME=	5c810ac49
 KMODTARGET?=	openzfs.ko
 
 PLIST_FILES=	${KMODDIR}/${KMODTARGET}

Modified: head/sysutils/openzfs-kmod/distinfo
==============================================================================
--- head/sysutils/openzfs-kmod/distinfo	Tue Oct 27 11:20:48 2020	(r553434)
+++ head/sysutils/openzfs-kmod/distinfo	Tue Oct 27 12:52:31 2020	(r553435)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602876787
-SHA256 (openzfs-zfs-v2020101600-41e2b3de1_GH0.tar.gz) = 856073ba795edf68a3c307459a7683620a280141c322e4a903e51df8c848e69e
-SIZE (openzfs-zfs-v2020101600-41e2b3de1_GH0.tar.gz) = 9565305
+TIMESTAMP = 1603800433
+SHA256 (openzfs-zfs-v2020102700-5c810ac49_GH0.tar.gz) = 2cd97d03b9e935fd5284d6a55b58027d3386221a984bbb67ca628a7ad37c5e02
+SIZE (openzfs-zfs-v2020102700-5c810ac49_GH0.tar.gz) = 9563638

Modified: head/sysutils/openzfs/Makefile
==============================================================================
--- head/sysutils/openzfs/Makefile	Tue Oct 27 11:20:48 2020	(r553434)
+++ head/sysutils/openzfs/Makefile	Tue Oct 27 12:52:31 2020	(r553435)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openzfs
-PORTVERSION=	2020101600
+PORTVERSION=	2020102700
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -28,7 +28,7 @@ OPTIONS_SUB=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	openzfs
 GH_PROJECT=	zfs
-GH_TAGNAME=	41e2b3de1
+GH_TAGNAME=	5c810ac49
 
 .include <bsd.port.pre.mk>
 

Modified: head/sysutils/openzfs/distinfo
==============================================================================
--- head/sysutils/openzfs/distinfo	Tue Oct 27 11:20:48 2020	(r553434)
+++ head/sysutils/openzfs/distinfo	Tue Oct 27 12:52:31 2020	(r553435)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602876875
-SHA256 (openzfs-zfs-v2020101600-41e2b3de1_GH0.tar.gz) = 856073ba795edf68a3c307459a7683620a280141c322e4a903e51df8c848e69e
-SIZE (openzfs-zfs-v2020101600-41e2b3de1_GH0.tar.gz) = 9565305
+TIMESTAMP = 1603800522
+SHA256 (openzfs-zfs-v2020102700-5c810ac49_GH0.tar.gz) = 2cd97d03b9e935fd5284d6a55b58027d3386221a984bbb67ca628a7ad37c5e02
+SIZE (openzfs-zfs-v2020102700-5c810ac49_GH0.tar.gz) = 9563638

Modified: head/sysutils/openzfs/pkg-plist
==============================================================================
--- head/sysutils/openzfs/pkg-plist	Tue Oct 27 11:20:48 2020	(r553434)
+++ head/sysutils/openzfs/pkg-plist	Tue Oct 27 12:52:31 2020	(r553435)
@@ -265,6 +265,7 @@ include/libzfs/sys/zfs_sa.h
 include/libzfs/sys/zfs_stat.h
 include/libzfs/sys/zfs_sysfs.h
 include/libzfs/sys/zfs_vfsops.h
+include/libzfs/sys/zfs_vnops.h
 include/libzfs/sys/zfs_znode.h
 include/libzfs/sys/zil.h
 include/libzfs/sys/zil_impl.h
@@ -1775,6 +1776,7 @@ share/pam-configs/zfs_key
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/cleanup.ksh
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/l2arc.cfg
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/l2arc_arcstats_pos.ksh
+%%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/l2arc_l2miss_pos.ksh
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/persist_l2arc_001_pos.ksh
 %%TESTS%%share/zfs/zfs-tests/tests/functional/l2arc/persist_l2arc_002_pos.ksh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271252.09RCqVdK036403>