Your message dated Fri, 11 Jun 2010 22:32:35 +0000
with message-id <[email protected]>
and subject line Bug#585243: fixed in cherokee 1.0.2-1
has caused the Debian Bug report #585243,
regarding libcherokee-config0: 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.)
--
585243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcherokee-config0
Version: 1.0.1-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: cherokee
Source-Version: 1.0.2-1
We believe that the bug you reported is fixed in the latest version of
cherokee, which is due to be installed in the Debian FTP archive:
cget_1.0.2-1_amd64.deb
to main/c/cherokee/cget_1.0.2-1_amd64.deb
cherokee-doc_1.0.2-1_all.deb
to main/c/cherokee/cherokee-doc_1.0.2-1_all.deb
cherokee_1.0.2-1.debian.tar.gz
to main/c/cherokee/cherokee_1.0.2-1.debian.tar.gz
cherokee_1.0.2-1.dsc
to main/c/cherokee/cherokee_1.0.2-1.dsc
cherokee_1.0.2-1_amd64.deb
to main/c/cherokee/cherokee_1.0.2-1_amd64.deb
cherokee_1.0.2.orig.tar.gz
to main/c/cherokee/cherokee_1.0.2.orig.tar.gz
libcherokee-base0-dev_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-base0-dev_1.0.2-1_amd64.deb
libcherokee-base0_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-base0_1.0.2-1_amd64.deb
libcherokee-client0-dev_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-client0-dev_1.0.2-1_amd64.deb
libcherokee-client0_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-client0_1.0.2-1_amd64.deb
libcherokee-config0-dev_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-config0-dev_1.0.2-1_amd64.deb
libcherokee-config0_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-config0_1.0.2-1_amd64.deb
libcherokee-mod-admin_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-admin_1.0.2-1_amd64.deb
libcherokee-mod-geoip_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-geoip_1.0.2-1_amd64.deb
libcherokee-mod-ldap_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-ldap_1.0.2-1_amd64.deb
libcherokee-mod-libssl_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-libssl_1.0.2-1_amd64.deb
libcherokee-mod-mysql_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-mysql_1.0.2-1_amd64.deb
libcherokee-mod-rrd_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-rrd_1.0.2-1_amd64.deb
libcherokee-mod-streaming_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-mod-streaming_1.0.2-1_amd64.deb
libcherokee-server0-dev_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-server0-dev_1.0.2-1_amd64.deb
libcherokee-server0_1.0.2-1_amd64.deb
to main/c/cherokee/libcherokee-server0_1.0.2-1_amd64.deb
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.
Gunnar Wolf <[email protected]> (supplier of updated cherokee 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: SHA256
Format: 1.8
Date: Fri, 11 Jun 2010 13:42:28 -0500
Source: cherokee
Binary: cherokee libcherokee-base0 libcherokee-base0-dev libcherokee-client0
libcherokee-client0-dev libcherokee-config0 libcherokee-config0-dev
libcherokee-server0 libcherokee-server0-dev libcherokee-mod-admin
libcherokee-mod-mysql libcherokee-mod-ldap libcherokee-mod-libssl
libcherokee-mod-streaming libcherokee-mod-geoip libcherokee-mod-rrd cget
cherokee-doc
Architecture: source amd64 all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf <[email protected]>
Changed-By: Gunnar Wolf <[email protected]>
Description:
cget - web page downloader
cherokee - Very fast, flexible and easy to configure web server
cherokee-doc - Very fast, flexible and easy to configure web server
libcherokee-base0 - Cherokee web server - Base libraries
libcherokee-base0-dev - Cherokee web server - base libraries' development files
libcherokee-client0 - Cherokee web server - Client libraries
libcherokee-client0-dev - Cherokee web server - Client libraries' development
files
libcherokee-config0 - Cherokee web server - Configuration libraries
libcherokee-config0-dev - Cherokee web server - Configuration libraries'
development files
libcherokee-mod-admin - Cherokee web server - Administrative plugin
libcherokee-mod-geoip - Cherokee web server - GeoIP-based IP resolution
functionality
libcherokee-mod-ldap - Cherokee web server - LDAP user validator plugin
libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
libcherokee-mod-mysql - Cherokee web server - MySQL user validator plugin
libcherokee-mod-rrd - Cherokee web server - RRDtool based information collector
libcherokee-mod-streaming - Cherokee web server - Media streaming functions
plugin
libcherokee-server0 - Cherokee web server - Server libraries
libcherokee-server0-dev - Cherokee web server - Server librardevelopment files
Closes: 573432 585243
Changes:
cherokee (1.0.2-1) unstable; urgency=low
.
[ Leonel Nunez ]
* New Upstream Version
.
[ Gunnar Wolf ]
* Refresh use_updated_config_guess patch
* Declared versioned restrictions on recommends/suggests (Closes:
#573432)
* Drop support for upgrading ancient (pre-Lenny) versions, due to the
migrators using "raise" constructs no longer legal under Python 2.6.
Thanks to Jakub Wilk / Sandro Tosi for reporting this! (Closes:
#585243)
Checksums-Sha1:
4403b5ab81d9e9dd0f2882267040d76ebcdd8a78 2402 cherokee_1.0.2-1.dsc
fd5c7cdc2fea84d622f5bc8b7a8f5094eca87f0f 5309634 cherokee_1.0.2.orig.tar.gz
f0b6d268c549fca447356b41f2b158626de8c5f8 37383 cherokee_1.0.2-1.debian.tar.gz
28ebab045d375da580034abe5ba808ad1f63c816 406574 cherokee_1.0.2-1_amd64.deb
5a21e79b6b3954a7a5439e08fb8e657a04d365b4 232896
libcherokee-base0_1.0.2-1_amd64.deb
cfc1b7b2362c621a0c9a168285fb4ef427c9dd64 281140
libcherokee-base0-dev_1.0.2-1_amd64.deb
cee080801456bacc6d4aaf154b1788145aa9b57e 139418
libcherokee-client0_1.0.2-1_amd64.deb
e1eee3d443d57b192711f54f56234aee9866bf8b 137854
libcherokee-client0-dev_1.0.2-1_amd64.deb
a77a5a9b9b472cff091604d683ecadcc7fd472b7 715626
libcherokee-config0_1.0.2-1_amd64.deb
35c41cf65138cf44f9552b7d6cbc28619b8741f4 135300
libcherokee-config0-dev_1.0.2-1_amd64.deb
de49a2f01f857ab5c3ecba70ac4a85fdcd42dcec 410892
libcherokee-server0_1.0.2-1_amd64.deb
45d884a765119633669058a49359bd66a1a82cc0 371130
libcherokee-server0-dev_1.0.2-1_amd64.deb
075320f6a9e5272b63623e9c3bfb17008a52e428 143616
libcherokee-mod-admin_1.0.2-1_amd64.deb
c4d48513615f8c37feced72242b8877eb62a75f1 134980
libcherokee-mod-mysql_1.0.2-1_amd64.deb
e89bee7b9c52b13e67e79ae17ae09d9bfcb59044 134852
libcherokee-mod-ldap_1.0.2-1_amd64.deb
55edca01d261444d043396fdceb7b559a8a2a160 140000
libcherokee-mod-libssl_1.0.2-1_amd64.deb
2aefc5bb9fb0141a6bd6c11e000d7c6c86a88960 135468
libcherokee-mod-streaming_1.0.2-1_amd64.deb
f79410649e712dc1e20d69b2db4a865910677469 133354
libcherokee-mod-geoip_1.0.2-1_amd64.deb
0d39498fa4cc4fba744ed9f5cd831505cf70529d 138136
libcherokee-mod-rrd_1.0.2-1_amd64.deb
ac82ae8517ff91dec3b758f04e9b9d5fe0b0ff34 137058 cget_1.0.2-1_amd64.deb
f6581b483283ce90df764e161d7171f2577ad44d 2903594 cherokee-doc_1.0.2-1_all.deb
Checksums-Sha256:
16d0c954ae93d7f9baed261d586b21a853673dd78a6520179a2237507d1f7b2c 2402
cherokee_1.0.2-1.dsc
c499c25afd4e6fffa3e126e60970bbb35aeea0611fc28a9c845768cc0a67e35e 5309634
cherokee_1.0.2.orig.tar.gz
dec424b43af5f165c635cc124db8420f3cadd842678d70fd41e092e9a423b04e 37383
cherokee_1.0.2-1.debian.tar.gz
8ceb9a4c9faf816105ebe9d433512f6533cef534315dc10f8b9ce3348f24ca9b 406574
cherokee_1.0.2-1_amd64.deb
e2c6ec6039135f1dd5fefd3d127779019d819dd8567335287fb4567d34360c26 232896
libcherokee-base0_1.0.2-1_amd64.deb
043ce02fa7ef554da790335682b0b092be41d6048182634032987b189884e1ba 281140
libcherokee-base0-dev_1.0.2-1_amd64.deb
0f6fe42849fd6bf1dc6ca6dc53e0c4142ab9d5bfcabd4a88024287638e4bdf01 139418
libcherokee-client0_1.0.2-1_amd64.deb
bbd58d796d6b1506e0dc5527e3b2aeca2d8d55ac34ba152763556dce6e85bc88 137854
libcherokee-client0-dev_1.0.2-1_amd64.deb
a9e17180a06451fe103174541da64e6a81f2782bbc4cacb5f941552a5c291117 715626
libcherokee-config0_1.0.2-1_amd64.deb
349f6dc84f18f311394fd59c601da4f07231cfd633f06a6ae4903b279030ed52 135300
libcherokee-config0-dev_1.0.2-1_amd64.deb
8866a2e7a69ad23c468080b9d472a469bb380eb84dcb30514a35611422760412 410892
libcherokee-server0_1.0.2-1_amd64.deb
a962515c7b635d88c327a7f9a6123825b400b09e3b81fbc86d949f8cf91cac1a 371130
libcherokee-server0-dev_1.0.2-1_amd64.deb
3cd3ab08596bd68dfc6d0112910372287ed7363cfda41a27fe1796a31dc24bf4 143616
libcherokee-mod-admin_1.0.2-1_amd64.deb
be488f3ba12910fafd4855e6e8eb2f3e06e1d0d20f7aa56d1d7ed0e240d45c25 134980
libcherokee-mod-mysql_1.0.2-1_amd64.deb
f77e5080861c3916b8656057c3f0eb922402f2c4b144c02ddd76040263405443 134852
libcherokee-mod-ldap_1.0.2-1_amd64.deb
51c144b163a5d72482b30def73bfc39044d36bf1fffbe3cadd1379798dcffdc4 140000
libcherokee-mod-libssl_1.0.2-1_amd64.deb
2a124bc3c04a928c01da8a11608f6c4e504621eb72539593c3776e3f0fe63ec9 135468
libcherokee-mod-streaming_1.0.2-1_amd64.deb
c8da73d1b4622f83b260eab896b47674a40493375dd462ada0a3829a1ee54e7e 133354
libcherokee-mod-geoip_1.0.2-1_amd64.deb
614f8321e0110665f6630a7bee51a0272baf8d8da99a4f1e425b79bc0c4dd470 138136
libcherokee-mod-rrd_1.0.2-1_amd64.deb
d1cc790f273c2990706170fe7d3ec0390bf5240f33dc6f42a2dcfaa8fd98cb0a 137058
cget_1.0.2-1_amd64.deb
b4f94215aa1de33fb7022d254e920f399e56abaf5c4db4adeacb80f440d4a6e3 2903594
cherokee-doc_1.0.2-1_all.deb
Files:
b84558945b779b635906dddf2340f589 2402 httpd optional cherokee_1.0.2-1.dsc
a6c8bdcca3e64349d537d519f09915ba 5309634 httpd optional
cherokee_1.0.2.orig.tar.gz
cb3bf61c4ed7835d60e8c2005372e48f 37383 httpd optional
cherokee_1.0.2-1.debian.tar.gz
f29bb499423feba58409143acb9b659b 406574 httpd optional
cherokee_1.0.2-1_amd64.deb
10b53b2c5f58c764d87cb32f57095aaf 232896 httpd optional
libcherokee-base0_1.0.2-1_amd64.deb
b64171f719ff1491beae204f097b84ba 281140 libdevel optional
libcherokee-base0-dev_1.0.2-1_amd64.deb
da64530a53ba4d15e7db7619e4dc59d0 139418 httpd optional
libcherokee-client0_1.0.2-1_amd64.deb
9d660c6fa836e07f491b16be4ca00ce8 137854 libdevel optional
libcherokee-client0-dev_1.0.2-1_amd64.deb
bd35023a325f643d01212dce53fa68c6 715626 httpd optional
libcherokee-config0_1.0.2-1_amd64.deb
c5ec081aaf9a74298bc7ed0c38ed8032 135300 libdevel optional
libcherokee-config0-dev_1.0.2-1_amd64.deb
cb5fbc593eadd2fd051f15af72a9df9f 410892 httpd optional
libcherokee-server0_1.0.2-1_amd64.deb
ae27f1b8db9399cac56fbaf1a40f541a 371130 libdevel optional
libcherokee-server0-dev_1.0.2-1_amd64.deb
424017b0d4b6f06ba88edb2112dff2af 143616 httpd optional
libcherokee-mod-admin_1.0.2-1_amd64.deb
efefb0d99fca777cf93f11947b563a67 134980 httpd optional
libcherokee-mod-mysql_1.0.2-1_amd64.deb
7ed5f7b86777170d03333b5c46759c83 134852 httpd optional
libcherokee-mod-ldap_1.0.2-1_amd64.deb
b4b14cebdd6038f36469a5d384a13a10 140000 httpd optional
libcherokee-mod-libssl_1.0.2-1_amd64.deb
c53f756f14a14d18c99340518359e936 135468 httpd optional
libcherokee-mod-streaming_1.0.2-1_amd64.deb
53d991a8c30d912f50a1a65fe2a741e8 133354 httpd optional
libcherokee-mod-geoip_1.0.2-1_amd64.deb
a2b79883db06dd909781892f7f342a36 138136 httpd optional
libcherokee-mod-rrd_1.0.2-1_amd64.deb
22984442c7ffb302cc0d53849e6abaa2 137058 web optional cget_1.0.2-1_amd64.deb
83d43a40e6723a8116bdeda93394e26c 2903594 doc optional
cherokee-doc_1.0.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMErgUAAoJEGc6A+TB25Ifq+4QAKX2WmAUwFMm+yp3Ah89Lpap
vz4uhM7BuEk30yv2ddFKSGHfFlA7cXuvyggtgbQLtiChhlDwMdzPzx5H7W3UHPkR
pbnqFNoAa3vdHGdZoRAAnXmNFjEx06xI5GL2LfFJbANO9YwEGXn5G1/K7pQKJdiI
whOJiDageaS9jrc3G/N8tD/j9hX2d74uUr8heUmvcnTOHZsAT0OJ1oEl+3LEhxPA
L6OJ/FwNY730rxCvvqkjY6dq2KYX5nLQz3qaz11Fz00L6ONsg5xz7RMBmwj69I59
/V1aPM8p6QOzTg0QjC1b3Bbzu2EF66S42/gb36mgtIJRRxOQorvzX/1pm0uoc1ba
j5HLNb/Goaen8vvJZDszAoTGymTqqf3BMvKst13Vaylt5Gj4t6supunxq1W2R9KB
AI6ykeAKQr7IrJvhjgH6XN8otjU90CAmu98oV9i3ZVNvqmBGeLzEifBGIjnbbReV
ERgHmo44SC8njhoR8uQ7V2ft1UCyp4OOoKZXj1X8v79FlWBlR1DpKIpTApBoqPUt
f84/x3omyRi+9L9mAHEAG3Wat//ttehl8PEkB4XnL/ZOpxvJl8gJ6AFSnWczOxA+
5VK3hR9d/N3f5AKsGSrDhbhDu39iToyWR6IdvuW//m2eaB4PFkKqMsrZZ9xf3EwC
q56iV/ND93k0+MuJZMST
=0t3g
-----END PGP SIGNATURE-----
--- End Message ---