Diff r8125-9.008.00-r1 with a r8125-9.009.01-r1

/usr/portage/net-misc/r8125/r8125-9.009.01-r1.ebuild 2023-10-09 14:52:34.676368481 +0300
8 8
DESCRIPTION="r8125 vendor driver for Realtek RTL8125 PCI-E NICs"
9 9
HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software"
10 10

  
11
# The alternative direct URL for the file from the link above with description
12
# "2.5G Ethernet LINUX driver r8125 for kernel up to 5.6" to avoid CAPTCHA
13 11
SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2"
14 12

  
15 13
LICENSE="GPL-2"
......
19 17
IUSE="+multi-tx-q ptp +rss use-firmware"
20 18

  
21 19
PATCHES=(
22
	"${FILESDIR}/${PN}-9.008.00-linux-5.17.patch" # bug 839282
23 20
	"${FILESDIR}/${PN}-9.008.00-linux-5.18.patch" # bug 852311
24 21
	"${FILESDIR}/${PN}-9.009.01-linux-5.19.patch"
25 22
	"${FILESDIR}/${PN}-9.011.00-linux-6.1.patch" # bug 890714
Thank you!