git: 236ef6a0f2e6 - main - net/intel-ice-kmod: update to 1.38.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 14:49:35 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=236ef6a0f2e6e6485f63b7b7e685ad7c287eb720 commit 236ef6a0f2e6e6485f63b7b7e685ad7c287eb720 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-16 14:47:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-16 14:49:23 +0000 net/intel-ice-kmod: update to 1.38.16 --- net/intel-ice-kmod/Makefile | 4 ++-- net/intel-ice-kmod/distinfo | 6 +++--- net/intel-ice-kmod/files/patch-if__ice__iflib.c | 15 --------------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/net/intel-ice-kmod/Makefile b/net/intel-ice-kmod/Makefile index b130e9f67c95..9cc7aa8d514f 100644 --- a/net/intel-ice-kmod/Makefile +++ b/net/intel-ice-kmod/Makefile @@ -1,7 +1,7 @@ PORTNAME= ice -PORTVERSION= 1.37.11 +PORTVERSION= 1.38.16 PORTEPOCH= 0 -MASTER_SITES?= https://downloadmirror.intel.com/772531/ +MASTER_SITES?= https://downloadmirror.intel.com/786082/ MAINTAINER= freebsd@intel.com COMMENT= IntelĀ® Network Adapter Driver for E810 Series Devices diff --git a/net/intel-ice-kmod/distinfo b/net/intel-ice-kmod/distinfo index fd2db4b388a5..7c87354c8b76 100644 --- a/net/intel-ice-kmod/distinfo +++ b/net/intel-ice-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686582215 -SHA256 (ice-1.37.11.tar.gz) = 628675f6a5a4b72746365a8efb11b7758f781e8541f3de3ae47468b673e9c1f3 -SIZE (ice-1.37.11.tar.gz) = 578969 +TIMESTAMP = 1692197198 +SHA256 (ice-1.38.16.tar.gz) = 97482b04ab5578a6fdcaa0f4dc2e32dce62f039a8b7d55a5bc8655be4b21df5b +SIZE (ice-1.38.16.tar.gz) = 585605 diff --git a/net/intel-ice-kmod/files/patch-if__ice__iflib.c b/net/intel-ice-kmod/files/patch-if__ice__iflib.c deleted file mode 100644 index c707afff4120..000000000000 --- a/net/intel-ice-kmod/files/patch-if__ice__iflib.c +++ /dev/null @@ -1,15 +0,0 @@ ---- if_ice_iflib.c.orig 2023-06-12 15:11:11 UTC -+++ if_ice_iflib.c -@@ -287,8 +287,12 @@ static struct if_shared_ctx ice_sctx = { - * - * device class used to setup the ice driver module kobject class. - */ -+#if __FreeBSD_version >= 1400058 -+DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, 0); -+#else - devclass_t ice_devclass; - DRIVER_MODULE(ice, pci, ice_driver, ice_devclass, ice_module_event_handler, 0); -+#endif - - MODULE_VERSION(ice, 1); - MODULE_DEPEND(ice, pci, 1, 1, 1);