Package: ndiswrapper / 1.60-3

Metadata

Package Version Patches format
ndiswrapper 1.60-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Please enabled hardened build flags.patch | (download)

utils/Makefile | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 please enabled hardened build flags

Bug-Debian: http://bugs.debian.org/655249

Use KERNELRELEASE as target kernel version.patch | (download)

driver/Makefile | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 use $kernelrelease as target kernel version

We must not assume that the running kernel version is the target
version!  DKMS and later Kbuild set $KERNELRELEASE to be the target
kernel version.

Bug-Debian: http://bugs.debian.org/693638

Hardcode etc modprobe.d ndiswrapper.conf.patch | (download)

utils/ndiswrapper | 18 1 + 17 - 0 !
1 file changed, 1 insertion(+), 17 deletions(-)

 hardcode /etc/modprobe.d/ndiswrapper.conf

We do not support modprobe.conf anymore. The code failed to work with
recent kernels that only export two components in the version,
so things were broken a bit anyway.

Bug-Debian: http://bugs.debian.org/724890

0004 loader.h Only include kernel header when building ke.patch | (download)

driver/loader.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 loader.h: only include kernel header when building kernel stuff

This fixes the FTBFS on the user stuff.

0005 Use netif_trans_update for kernels 4.7.patch | (download)

driver/wrapndis.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 use netif_trans_update() for kernels >= 4.7

This fixes building with kernels 4.7 and 4.8.

Bug-Debian: https://bugs.debian.org/837329
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1625089