mdio-tools: update to version 1.0.1
authorRobert Marko <robimarko@gmail.com>
Sun, 9 Jan 2022 20:30:27 +0000 (21:30 +0100)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Jan 2022 02:05:33 +0000 (18:05 -0800)
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 <robimarko@gmail.com>
kernel/mdio-netlink/Makefile
net/mdio-tools/Makefile

index 83702c683641349034b44072f5c6cd4531800d3d..6c4b2696ed0d0cb15dccdea7ab5fce7c336686e0 100644 (file)
@@ -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
index 980e95bef2cedf1e3bc6d44f7042a8f42e5a5742..e44776ab5fdc067b924906ee5cb79d9153b1bd9e 100644 (file)
@@ -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