Your message dated Thu, 09 Aug 2012 03:02:53 +0000
with message-id <[email protected]>
and subject line Bug#585368: fixed in w3af 1.1svn5547-1
has caused the Debian Bug report #585368,
regarding w3af-console: Python string exceptions no more allowed in Python 2.6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
585368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585368
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: w3af-console
Version: 1.0-rc3svn3489-1
Severity: minor
User: [email protected]
Usertags: python2.6
Hello,
One of the changes brought by Python 2.6 is the removal of string
exceptions, so they won't work in Python 2.6 (just a side note: they
were also buggy before, since they were not guaranteed to work
reliable even in <2.6); as an example:
$ python2.5 -c "raise 'eggs'"
-c:1: DeprecationWarning: raising a string exception is deprecated
Traceback (most recent call last):
File "<string>", line 1, in <module>
eggs
$ python2.6 -c "raise 'eggs'"
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: exceptions must be old-style classes or derived from BaseException,
not str
Since 2.6 is the planned default version for the upcoming new Debian
stable release, there are chances your package may be affected by this
change.
We are not sure your package is impacted, since the exception raise
can be in a dead or very rare branch of the code, and so simply never
being executed. We would like to leverage your package maintainer
status and the relationship with upstream authors to inspect more
deeply the issue and act accordingly (that includes: making this bug
release critical, closing it as irrelevant, tagging it 'wontfix', or
whatever is appropriate).
Jakub Wilk made the discovery of the problem and kindly prepared a
list [1] of all identified packages (downloaded on 2010-06-09) along
with files & lines that triggered the pattern search.
[1] http://people.debian.org/~morph/strexp/string-exceptions.lintian
This mass-bug filing was announced at 2010-06-06 on [2] (see the
thread and the references there).
[2] http://lists.debian.org/debian-devel/2010/06/msg00097.html
We do not consider the whole situation a stopper for the Python
transition to 2.6, except (of course) for those single bugs where
severity will be increased.
Thanks in advance for your attention,
Sandro on behalf of debian-python
--- End Message ---
--- Begin Message ---
Source: w3af
Source-Version: 1.1svn5547-1
We believe that the bug you reported is fixed in the latest version of
w3af, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luciano Bello <[email protected]> (supplier of updated w3af package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 09 Jul 2012 07:35:46 +0200
Source: w3af
Binary: w3af w3af-console
Architecture: source all
Version: 1.1svn5547-1
Distribution: unstable
Urgency: low
Maintainer: Luciano Bello <[email protected]>
Changed-By: Luciano Bello <[email protected]>
Description:
w3af - framework to find and exploit web application vulnerabilities
w3af-console - framework to find and exploit web application vulnerabilities
(CL
Closes: 585368 669939 669941 675284
Changes:
w3af (1.1svn5547-1) unstable; urgency=low
.
* The Managua DebConf12 release!
* New upstream release (closes: #669939)
- Better error handling (closes: #675284)
* Many improvements from Jari Aalto <[email protected]> thanks! (closes:
#669941):
- Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
- Update to Standards-Version to 3.9.3 and debhelper to 9.
- Add build-arch and build-indep targets; use dh_prep in rules file.
- Fix copyright-refers-to-symlink-license (Lintian).
- Fix copyright-with-old-dh-make-debian-copyright (Lintian).
- Fix debian-watch-file-is-missing (Lintian).
* Removing patches already included by upstream:
- 05_raise_exception_no_strings (closes: #585368)
* Disabling auto-update: disable-auto-update.patch
* Reimplementing pybloomfiltermmap with disk_set.
Checksums-Sha1:
01a0a02d9f980b7ed3f029f338e4ef368ac56164 1141 w3af_1.1svn5547-1.dsc
e42492b5c77d2442837d6811d75b980f447ad5c1 10376557 w3af_1.1svn5547.orig.tar.gz
20f265e5b4cd8ddf02695796105fc8bfc6824914 10237 w3af_1.1svn5547-1.debian.tar.gz
3bb9ce1d2c17256e3a7be9183097e95086e79f87 387892 w3af_1.1svn5547-1_all.deb
862be6662e22abf724e8e0d96e8e7f65cd754056 9948708
w3af-console_1.1svn5547-1_all.deb
Checksums-Sha256:
53a252352f0b19ecb815701df23d51e0e89f9628e5c59853ef6cffe5a9831451 1141
w3af_1.1svn5547-1.dsc
d1bd52643d63846780812588a52bcb682f797dbc60f040f22ef03a87531b3153 10376557
w3af_1.1svn5547.orig.tar.gz
5bdf70b9343b87adfb1e14f766cea2ed6130f9db960b1e269187ba646c42fbf7 10237
w3af_1.1svn5547-1.debian.tar.gz
f7bf4f4a5564351dfa958262b61360fd189b2b2625a96d4b5ebc286b6365dca1 387892
w3af_1.1svn5547-1_all.deb
830b0e321546ee3016bcc96cbd958eb0628620c7a48e8171e440d66083e3924c 9948708
w3af-console_1.1svn5547-1_all.deb
Files:
591c0015fc58a6d2b5bfce246c39a9cb 1141 net extra w3af_1.1svn5547-1.dsc
6ad4daadb6080afb8d2fa01ca637619d 10376557 net extra w3af_1.1svn5547.orig.tar.gz
fb5ad39c1f7e0fe9f95e113820a714ee 10237 net extra
w3af_1.1svn5547-1.debian.tar.gz
2db144f0c47597fdbfc1ca44acf717fc 387892 net extra w3af_1.1svn5547-1_all.deb
a41c8f1474057bc05d9350ec3ec5c03a 9948708 net extra
w3af-console_1.1svn5547-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAlAjFlIACgkQQWTRs4lLtHkosgCfctxK1xAXi/Ni6h+AikhP65+O
PHcAniGSr2k//DNvgKXqdNiaAu6Y13Hw
=ga3m
-----END PGP SIGNATURE-----
--- End Message ---