net-wireless/rtl8821ce: fix at a buffer overflow found in kernels > 6.5.1

Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk 2023-10-15 18:05:22 +06:00
parent 7b6760ccc7
commit 7dee7846ef
No known key found for this signature in database
GPG Key ID: EDDC1B9E8A42546D
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST rtl8821ce-0_pre20230504.tar.gz 4523223 BLAKE2B 93d9009bfac0bb3b5a1ffd98b31e77cc6c2d5725e4164addfe4090adc1887d760316264e73308145537e8819768b7630b24f9d988bdb84c2b3146d1484732925 SHA512 fcaaf26947f72cd57aa79092bd8c62ac60482cd1029c11ec16fcc0e56d2cc0578086449aab3cf12c5a128c13ffeb952d0f620d099d3d19f04d6a3ae7f0ff75ba
DIST rtl8821ce-0_pre20231002.tar.gz 4523465 BLAKE2B 24fc29856565e5b4a7023aef05f3602c0b0440f3b157ec867965365b1555a4466297505eb6bc655ca5eb3cefb39c794e05619a942f2780dbbb5dd450e18cb11c SHA512 8534a4d7dbece51b569fd243cf4d6be8935c4ecbb01309a798ef43cf38bca41cf019af46c3bde020dce8085563b97f7c30e1b56b225ed064b0c14e18944b200b

View File

@ -6,7 +6,7 @@ EAPI=8
inherit linux-mod-r1
MY_PN="rtl8821ce"
COMMIT="a478095a45d8aa957b45be4f9173c414efcacc6f"
COMMIT="b5b8a5c1b884b429cd33f627caafe805b9f204e8"
DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
HOMEPAGE="https://github.com/tomaspinho/rtl8821ce"
SRC_URI="https://github.com/tomaspinho/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"