r273 - in /experimental/madwifi/debian: changelog control rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Thu Jun 21 12:29:52 UTC 2007


Author: kelmo-guest
Date: Thu Jun 21 12:29:51 2007
New Revision: 273

URL: http://svn.debian.org/wsvn/pkg-madwifi/?sc=1&rev=273
Log:
merge from unstable branch, prepare new experimental snapshot

Modified:
    experimental/madwifi/debian/changelog
    experimental/madwifi/debian/control
    experimental/madwifi/debian/rules

Modified: experimental/madwifi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/changelog?rev=273&op=diff
==============================================================================
--- experimental/madwifi/debian/changelog (original)
+++ experimental/madwifi/debian/changelog Thu Jun 21 12:29:51 2007
@@ -1,9 +1,23 @@
-madwifi (1:0.9.3+r2351.20070519-1) experimental; urgency=low
-
-  * NOT RELEASED YET.
-  * New upstream snapshot based on experimental madwifi-hal-0.9.30.13 branch.
-
- -- Kel Modderman <kel at otaku42.de>  Sun, 20 May 2007 08:03:07 +1000
+madwifi (1:0.9.3+r2489.20070621-1) experimental; urgency=low
+
+  * New upstream SVN snapshot.
+  * Format Homepage fileds. [debian/control]
+  * Add XS-Vcs-* fields. [debian/control]
+  * Drop patches merged upstream.
+
+ -- Kel Modderman <kel at otaku42.de>  Thu, 21 Jun 2007 22:27:23 +1000
+
+madwifi (1:0.9.3-2) unstable; urgency=low
+
+  * Add debian/patches/01_secfix-0.9.3-sizecheck-take3.dpatch to address Fast
+    Frame parsing remote kernel DoS exploit.
+  * Add debian/patches/02_secfix-0.9.3-wmmparams-take2.dpatch to fix
+    ieee80211_ioctl_getwmmparams local kernel DoS exploit.
+  * Add debian/patches/03_secfix-0.9.3-beacon_interval_range.dpatch to reject
+    invalid beacons and avoid unwanted situations possibly allowing local or
+    remote exploit.
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 22 May 2007 21:47:38 +1000
 
 madwifi (1:0.9.3-1) unstable; urgency=low
 

Modified: experimental/madwifi/debian/control
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/control?rev=273&op=diff
==============================================================================
--- experimental/madwifi/debian/control (original)
+++ experimental/madwifi/debian/control Thu Jun 21 12:29:51 2007
@@ -5,6 +5,8 @@
 Uploaders: Loic Minier <lool at dooz.org>, Kel Modderman <kel at otaku42.de>, Matt Brown <mattb at debian.org>, Alex Wallis <awol at otaku42.de>
 Build-Depends: cdbs, debhelper (>= 5.0.37), bzip2, dpatch
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-madwifi/unstable/madwifi
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi/
 
 Package: madwifi-source
 Architecture: all
@@ -15,7 +17,7 @@
  The madwifi-tools package is also required in order to make use of these
  modules. Kernel source or headers are required to compile these modules.
  .
- http://madwifi.org/
+  Homepage: http://madwifi.org/
 
 Package: madwifi-doc
 Section: non-free/doc
@@ -25,4 +27,4 @@
  This package provides the users-guide for the madwifi kernel modules and
  userspace tools. It is in pdf format.
  .
- http://madwifi.org/
+  Homepage: http://madwifi.org/

Modified: experimental/madwifi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/rules?rev=273&op=diff
==============================================================================
--- experimental/madwifi/debian/rules (original)
+++ experimental/madwifi/debian/rules Thu Jun 21 12:29:51 2007
@@ -21,7 +21,7 @@
 SNAPVERS := $(shell echo $(DEBVERS) | sed -n 's/.*+\(.*\)/\1/p')
 ifneq "$(SNAPVERS)" ""
 SVNVERS := $(shell echo $(SNAPVERS) | sed -n 's/\./-/p')
-UPBRAN := hal-0.9.30.13
+UPBRAN := ng
 UPSTAR := madwifi-$(UPBRAN)-$(SVNVERS).tar.gz
 UPSURL := http://snapshots.madwifi.org/madwifi-$(UPBRAN)/$(UPSTAR)
 else
@@ -59,4 +59,4 @@
 	@echo -e "SVN version:\t$(SVNVERS)"
 endif
 	@test -d ../tarballs || mkdir -p ../tarballs
-	@wget -Nc -T3 -O ../tarballs/$(ORIGTAR) $(UPSURL)
+	@wget -Nc -T10 -O ../tarballs/$(ORIGTAR) $(UPSURL)




More information about the Pkg-madwifi-maintainers mailing list