Hello, ndiswrapper-1.54 has been out for some months; this version fixes compatibility issues with the linux-2.6.30 kernel. --- ndiswrapper-1.53-r1.ebuild 2009-04-05 03:08:24.000000000 -0500 +++ ndiswrapper-1.54.ebuild 2009-06-16 13:58:23.905633535 -0500 @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ndiswrapper/ndiswrapper-1.53-r1.ebuild,v 1.2 2008/11/20 15:40:08 peper Exp $ +# $Header: inherit linux-mod MY_P=${PN}-${PV/_/} DESCRIPTION="Wrapper for using Windows drivers for some wireless cards" -HOMEPAGE="http://ndiswrapper.sourceforge.net/" +HOMEPAGE="http://sourceforge.net/projects/ndiswrapper/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" @@ -42,14 +42,6 @@ src_unpack() { unpack ${A} convert_to_m "${S}/driver/Makefile" - - if kernel_is ge 2 6 27 ; then - cd "${S}" - epatch "$FILESDIR/ndiswrapper-2.6.27.patch" - fi - - cd "${S}/driver" - epatch "${FILESDIR}/ndiswrapper-CVE-2008-4395.patch" } src_compile() {
The same ebuild works with the latest version, 1.55.
+*ndiswrapper-1.55 (01 Aug 2009) + + 01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + +ndiswrapper-1.55.ebuild: + Version bump wrt #274393, thanks to Fabio Correa.