Accepted wpasupplicant 0.4.8-1 (source i386)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 31 Mar 2006 10:58:16 +0200
Source: wpasupplicant
Binary: wpagui wpasupplicant
Architecture: source i386
Version: 0.4.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel@lists.alioth.debian.org>
Changed-By: Reinhard Tartler <siretart@tauware.de>
Description:
wpagui - GUI for wpa_supplicant
wpasupplicant - Client support for WPA and WPA2 (IEEE 802.11i)
Closes: 322176 322176 355052 356072 356144 356205 356842 357760 357957 358137 358138 358138 359814
Changes:
wpasupplicant (0.4.8-1) unstable; urgency=low
.
[ Reinhard Tartler ]
* Finally bringing in the new Upstream version with the ap scan patch for
wpa-cli, required by network-manager (Closes: #356072)
* Dropping Mode 3 (start by init script) (Closes: #356842, #357760)
* add hint for associating to hidden ssids (Closes: #358137)
* add a note for faciliating debugging connection problems
* add this note to README.modes as well.
* remove or backup obsolete conffiles
/etc/network/if-p{re-up,ost-down}.d/wpasupplicant
* install the wpasupplicant.conf(5) manpage (Closes: #358138)
* don't start wpa_supplicant for loopback interface (Closes: #359814)
* add explanation about action scripts, mentioning that we expect now
the action script to create a file indicating that the interface is ready
for use.
* add warning in NEWS.Debian that upgrading to this package requires
manual intervention by the local admin.
* move old 'default configuration' to /usr/share/doc/wpasupplicant/examples
as example for connecting to open APs.
* remove version restriction from preinst. This means that obsoleted
conffiles are always removed!
* moved the ifupdown script to /etc/wpa_supplicant/ifupdown.sh
* added note about binaries beeing moved to /sbin
.
[ Scott James Remnant ]
* Undo 0.4.8-0ubuntu2's replacement of the preinst/postinst/postrm triad,
which replaced the upgrade-failure proof and policy compliant code with
"something else".
* Restore change to ifupdown script that makes "wpa-conf" unnecessary.
* Move /etc/wpa_supplicant.conf to /etc/wpa_supplicant/wpa_supplicant.conf
if the user has modified it, otherwise remove it and install the new file.
* Remove 0_ from if-*.d symlink names as we don't force an order or
even serialisation.
.
[ Kel Modderman ]
* Remove check for /proc/net/packet. (Closes: M#37121)
* Add timeout loop when launching a wpa_cli action script in conjunction
with the manual inet METHOD, to allow other ifupdown hooks to
post-configure the interface just as they would have if using a standard
method such as dhcp or static. Introduce WPA_CLI_ACTFILE to allow a
wpa_cli action script to signal connected state to ifupdown.
* Add skeleton wpa_cli action script to examples.
* Simplify wpasupplicant.examples.
* Don't install wpa_supplcant.defconf as the default wpa_supplicant conffile,
our users don't want that file interrogated by anyone, even dpkg.
.
wpasupplicant (0.4.8-0ubuntu3) dapper; urgency=low
.
* Add 40_ctrl_iface_hide_keys.dpatch to hide passwords and PINs from
our logfiles, preventing an information disclosure vulnerability.
.
wpasupplicant (0.4.8-0ubuntu2) dapper; urgency=low
.
[ Kel Modderman ] - done in debian experimental for version 0.5.2-1
* New upstream release.
* Add myself to Uploaders.
* Convert to cdbs.
- rewrite debian/rules to take advantage of cdbs
- update control file build-deps
* Update README.modes.
- clarify that wext is used by default, when no driver is specified
- fix exmaple of wpa-psk using a plaintext string
- fix typo's
* Fold pre-up scripts into one, and symlink from
/etc/network/if-{pre-up,down}.d/wpasupplicant
* Use VERBOSITY of ifupdown to assist debugging of wpa stanza's in
/etc/network/interfaces.
* Add support for wpa_cli action scripts.
* Use start-stop-daemon to initiate wpa_supplicant and wpa_cli background
processes.
* Daemons now create pidfiles.
* Quote tested var's in wpasupplicant.init.
* Quote all var's in wpsupplicant.default for uniformity.
* Move wpa_* to /sbin.
* Conffile for wpa_supplicant now installed to
/etc/wpa_supplicant/wpa_supplicant.conf. That directory will hold any
other files that we may require to use wpa_supplicant.
* Don't start wpasupplicant pre-up if the current kernel lacks support for
"Packet Socket" (CONFIG_PACKET=y).
* Fix blunders in the init script.
- typo, $PIFFILE should have been $PIDFILE
- init script exited when a configuration file WAS found
* Force init daemon's pidfile to be the same as wpasupplicant.ifupdown uses,
to avoid duplicate wpa_supplicant processes binding to the same interface.
* Remove the margin for error from the init daemon, by forcing the default
variables to be set. Helpful and informative comments were placed in the
default file. The init script will exit if these variables are not set
correctly. (Closes: #357957)
* Add comment to defconf about ctrl_interface and wpa_cli.
* Add comments to previously uncommented dpatch's.
* Include proof-of-concept dhlcient wpa-action script. Suggest
dhcp(3)-client.
* Thanks to Henrik Brix Andersen from gentoo for the ideas and inspriration
for some of the above changes.
.
[ Reinhard Tartler ]
* compile wpa_gui with qt3 rather than qt4. (in order to faciliate
backporting to sarge)
* revert to debhelper 4
* take the complete packaging from our experimental branch. The last upload
did not document all changes properly (see the list above), and had still
a lot of issues.
* fixing typo in the preinst
.
wpasupplicant (0.5.1-1) experimental; urgency=low
.
[ Reinhard Tartler ]
* New Upstream Release. This is the current development branch of
wpasupplicant.
* revised the init script for supporting roaming mode
* introduce README.modes explaining the differnet modes of operation
* install manpage wpa_supplicant.conf(5) (Closes: #358138)
* make wpasupplicant create a PID file (Closes: #355052)
* Revise wpasupplicant.postinst (Closes: #322176)
.
[ Kel Modderman ]
* New experimental ifupdown scripts. (Closes: #322176, #356205, #356144)
* Drop wpasupplicant.{postrm,postinst,override,docs}.
* Use dh_installchangelogs to handle upstream changelog.
* Enforce permissions on installed files.
* Clean up handling of madwifi includes
- dpatch contains description of origin
- dpatch does not modify upstream, use CFLAGS to include madwifi headers
* Add wpa_background manpage provided by upstream.
.
wpasupplicant (0.4.8-0ubuntu1) dapper; urgency=low
.
* New upstream release:
- Various bug fixes
- Support for EAP-FAST key derivation using other ciphers than
RC4-128-SHA for authentication and AES128-SHA for provisioning.
- UVF exception granted by Kamion.
.
* Packaging and configuration is based on Debian Experimental however,
making this package something of a bastard love child of what's in
Debian.
* Deliberately dropped support for wpasupplicant being run at startup to
make it easier for Ubuntu to support. It's now run on a per-interface
basis when the interface is brought up.
Consult /usr/share/doc/wpasupplicant/README.Debian for documentation
if upgrading from universe.
* Unlike Debian the wpa-conf /etc/network/interfaces is only needed for
explicitly giving a configuration file; simply include any setting
for wpa to be used.
* Binaries moved to /sbin for seb128.
Files:
4a8451851106bed10bbd3ea483a04bbd 819 net optional wpasupplicant_0.4.8-1.dsc
765d6c70d75e88cd4dc010fa6b52c45f 476091 net optional wpasupplicant_0.4.8.orig.tar.gz
30930c1334d1c3ab87ca427f53d31684 38469 net optional wpasupplicant_0.4.8-1.diff.gz
aa96e7eabb8a230d24a4d7d2e300d968 199296 net optional wpasupplicant_0.4.8-1_i386.deb
7b1d48645a6ff11e89ff11d90e54a55a 81122 net optional wpagui_0.4.8-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFELRSxr/RnCw96jQERAj2OAJ9Dq/U9VGnwCvjIKsnGRmFMMrhJqwCfWyY2
ooWot3Ave7cV1WH2iUUnpPc=
=UXlU
-----END PGP SIGNATURE-----
Accepted:
wpagui_0.4.8-1_i386.deb
to pool/main/w/wpasupplicant/wpagui_0.4.8-1_i386.deb
wpasupplicant_0.4.8-1.diff.gz
to pool/main/w/wpasupplicant/wpasupplicant_0.4.8-1.diff.gz
wpasupplicant_0.4.8-1.dsc
to pool/main/w/wpasupplicant/wpasupplicant_0.4.8-1.dsc
wpasupplicant_0.4.8-1_i386.deb
to pool/main/w/wpasupplicant/wpasupplicant_0.4.8-1_i386.deb
wpasupplicant_0.4.8.orig.tar.gz
to pool/main/w/wpasupplicant/wpasupplicant_0.4.8.orig.tar.gz
Reply to: