From 9f0fdb0ee26b464609eea04deee3fb3b13a2d79a Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sun, 9 Jan 2022 21:30:27 +0100 Subject: [PATCH] mdio-tools: update to version 1.0.1 Version 1.0.1 brought the following changes: [v1.0.1] - 2021-11-26 Primarily fixes a few issues in the kernel module that were found during a quick review from Russell King: https://lore.kernel.org/netdev/YYPThd7aX+TBWslz@shell.armlinux.org.uk/ https://lore.kernel.org/netdev/YYPU1gOvUPa00JWg@shell.armlinux.org.uk/ - mdio: The mvls subcommand now supports flushing the ATU - mdio-netlink: Plug some glaring holes around integer overflows of the PC. - mdio-netlink: Release reference to MDIO bus after a transaction completes. So, update to the latest version and switch the kernel module back to fetching tarballs like the userspace tool does. Signed-off-by: Robert Marko --- kernel/mdio-netlink/Makefile | 5 ++--- net/mdio-tools/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kernel/mdio-netlink/Makefile b/kernel/mdio-netlink/Makefile index 83702c683..6c4b2696e 100644 --- a/kernel/mdio-netlink/Makefile +++ b/kernel/mdio-netlink/Makefile @@ -6,9 +6,8 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2021-07-19 -PKG_SOURCE_VERSION:=65f6898f25b00deebe1c38811e893d9dcd4d7ef3 -PKG_MIRROR_HASH:=c1532381ac7954a4dbff97f04e7ff2c66cc09dce420458fd3f830c843714616b +PKG_SOURCE_VERSION:=1.0.1 +PKG_MIRROR_HASH:=70d58ebc86786fcee302b8427b462170b0ab5d22595059728e3fc6c0f4486374 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING diff --git a/net/mdio-tools/Makefile b/net/mdio-tools/Makefile index 980e95bef..e44776ab5 100644 --- a/net/mdio-tools/Makefile +++ b/net/mdio-tools/Makefile @@ -5,8 +5,8 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=1.0.0 -PKG_MIRROR_HASH:=e8050610965d7e2c83f4abdff76da7b57d0ed656bbbaff56c757c20d13806932 +PKG_SOURCE_VERSION:=1.0.1 +PKG_MIRROR_HASH:=36bc20b91034a2bbc627a4d4b58c3b46279f5bb65bf2067347a751bb0f9a0371 PKG_FIXUP:=autoreconf