[Lunar-commits] <moonbase> ndiswrapper: version bumped to 1.53.
Florin Braescu
florin at lunar-linux.org
Wed May 28 20:23:14 CEST 2008
commit 6a1dfe64cdffa02de7a883a89c707392b6de4785
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed May 28 21:23:14 2008 +0300
ndiswrapper: version bumped to 1.53.
Changes:
* Implemented va_list conversion for x86_64, which fixes oops in
vsprintf() and vsnprintf().
* Fixed oops on unload if using our workqueue implementation with SMP enabled.
* Don't change the actual thread priority, just pretend it was changed.
* Implemented format string conversion for x86_64, so that Windows long
is mapped to Linux int.
* Fixed most sparse warnings.
* Simplified code and build system to remove already broken support for
Linux versions prior to 2.6.16.
* Added .size and .type for all functions in win2lin_stubs.S to improve
backtrace on x86_64.
* Fixed rx key authentication sequence number conversion from Windows to
Linux so WPA authentication doesn't sometimes go into re-key auth loop.
---
kernel/ndiswrapper/DETAILS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/kernel/ndiswrapper/DETAILS b/kernel/ndiswrapper/DETAILS
index c39a015..9e3d9b4 100644
--- a/kernel/ndiswrapper/DETAILS
+++ b/kernel/ndiswrapper/DETAILS
@@ -1,11 +1,11 @@
MODULE=ndiswrapper
- VERSION=1.52
+ VERSION=1.53
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:e70cd3bc5081afd5878a22cd458734c642aec337
- WEB_SITE=http://ndiswrapper.sourceforge.net/
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:0d27b2f1d59d6d4bcb6b384cab946f99cb1889d7
+ WEB_SITE=http://ndiswrapper.sourceforge.net
ENTERED=20041006
- UPDATED=20080203
+ UPDATED=20080528
SHORT="Ndis driver wrapper for the Linux kernel"
cat << EOF
More information about the Lunar-commits
mailing list