Activity log for bug #153625

Date Who What changed Old value New value Message
2007-10-17 14:13:42 Fernando Ribeiro bug added bug
2007-10-21 22:14:42 Christian Reis ca-certificates: status New Confirmed
2008-01-29 20:28:01 Gabriel Mazetto bug assigned to landscape
2008-03-21 16:23:25 Andreas Hasenack landscape: importance Undecided Medium
2008-03-22 00:22:58 Daniel Hahler ca-certificates: importance Undecided High
2008-03-22 00:22:58 Daniel Hahler ca-certificates: status Confirmed Triaged
2008-03-22 00:23:21 Daniel Hahler title update-ca-certificates error. ca-certificates.crt empty update-ca-certificates error. ca-certificates.crt empty (depending on locale)
2008-03-24 18:05:09 Andreas Hasenack bug assigned to ca-certificates (Debian)
2008-03-24 19:52:07 Daniel Hahler title update-ca-certificates error. ca-certificates.crt empty (depending on locale) update-ca-certificates error. ca-certificates.crt empty (with pt_BR locale)
2008-03-24 19:52:31 Daniel Hahler ca-certificates: milestone ubuntu-8.04
2008-03-25 08:31:37 Bug Watch Updater ca-certificates: status Unknown New
2008-03-27 18:22:16 James Westby bug added attachment 'ca-certificates.diff' (ca-certificates.diff)
2008-03-27 18:25:02 James Westby bug added subscriber Ubuntu Sponsors for main
2008-03-29 06:05:07 Launchpad Janitor ca-certificates: status Triaged Fix Released
2008-03-31 16:24:57 Andreas Hasenack bug added subscriber Ubuntu Stable Release Updates Team
2008-04-01 06:24:45 Martin Pitt ca-certificates: status New Confirmed
2008-04-01 06:25:58 Martin Pitt ca-certificates: importance Undecided High
2008-04-01 06:25:58 Martin Pitt ca-certificates: status Confirmed In Progress
2008-04-01 06:30:50 Martin Pitt ca-certificates: status In Progress Confirmed
2008-04-01 06:30:50 Martin Pitt ca-certificates: assignee james-w
2008-04-01 12:56:27 James Westby ca-certificates: status Fix Released In Progress
2008-04-01 12:56:27 James Westby ca-certificates: assignee james-w
2008-04-02 10:07:40 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-02 10:31:01 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-02 11:58:01 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-02 13:50:25 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-02 14:07:31 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-02 15:00:07 Launchpad Janitor ca-certificates: status In Progress Fix Released
2008-04-02 21:25:56 James Westby bug added attachment 'dapper.diff' (dapper.diff)
2008-04-02 21:26:21 James Westby bug added attachment 'edgy.diff' (edgy.diff)
2008-04-02 21:27:17 James Westby bug added attachment 'feisty.diff' (feisty.diff)
2008-04-02 21:27:36 James Westby bug added attachment 'gutsy.diff' (gutsy.diff)
2008-04-04 11:44:27 Martin Pitt bug added subscriber SRU Verification
2008-04-04 11:45:03 Martin Pitt ca-certificates: status Confirmed Fix Committed
2008-04-04 11:45:45 Martin Pitt ca-certificates: importance Undecided High
2008-04-04 11:45:45 Martin Pitt ca-certificates: status New Fix Committed
2008-04-04 11:45:55 Martin Pitt ca-certificates: importance Undecided High
2008-04-04 11:45:55 Martin Pitt ca-certificates: status New Fix Committed
2008-04-04 11:46:06 Martin Pitt ca-certificates: importance Undecided High
2008-04-04 11:46:06 Martin Pitt ca-certificates: status New Fix Committed
2008-04-08 10:26:16 James Westby bug added attachment 'ca-certs.debdiff' (ca-certs.debdiff)
2008-04-08 13:48:13 James Westby bug added attachment 'dapper.diff' (dapper.diff)
2008-04-08 13:48:31 James Westby bug added attachment 'edgy.diff' (edgy.diff)
2008-04-08 13:48:48 James Westby bug added attachment 'feisty.diff' (feisty.diff)
2008-04-08 13:49:03 James Westby bug added attachment 'gutsy.diff' (gutsy.diff)
2008-04-15 12:13:44 James Westby description fernando@getec-supn2-02:~$ sudo update-ca-certificates --verbose [sudo] password for fernando: Updating certificates in /etc/ssl/certs....Doing . unable to load certificate 11081:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long:asn1_lib.c:150: WARNING: ca-certificates.crt does not contain a certificate or CRL: skipping ssl-cert-snakeoil.pem => 61de0230.0 done. fernando@getec-supn2-02:~$ file /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt: empty Installing ca-certificates would leave Brazilian users with an empty certificates file due to an error in the tranlations for that locale. This can be reproduced by installing the current version of ca-certificates in dapper, edgy, feisty or gutsy in a pt_BR locale, i.e. $ sudo locale-gen pt_BR.UTF-8 $ export LC_ALL=pt_BR.UTF-8 $ sudo aptitude install ca-certificates you will find that the /etc/ssl/certs/ca-certificates.crt file is present, but of zero size. If you do nothing more than install a fixed version of the package then you should find that the file is no longer empty, and you were given no debconf prompts. The following things should also be true: * Running "dpkg-reconfigure ca-certifcates" before installing a fixed version will mean that you are shown a debconf prompt with all of the certificates pre-selected, and your choices will be reflected in the generated ca-certificates.crt file. (e.g. deselecting all the certificates will leave you with an empty file again). * Changing out of the pt_BR locale before upgrading will leave you with an empty file and no questions will be asked. Also, exactly the same behaviour should be observed after installing a fixed version, when upgrading to a new release. -- Original report: fernando@getec-supn2-02:~$ sudo update-ca-certificates --verbose [sudo] password for fernando: Updating certificates in /etc/ssl/certs....Doing . unable to load certificate 11081:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long:asn1_lib.c:150: WARNING: ca-certificates.crt does not contain a certificate or CRL: skipping ssl-cert-snakeoil.pem => 61de0230.0 done. fernando@getec-supn2-02:~$ file /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt: empty
2008-04-15 12:45:13 Martin Pitt ca-certificates: status Fix Released In Progress
2008-04-15 19:42:24 James Westby ca-certificates: status Fix Committed In Progress
2008-04-15 19:42:34 James Westby ca-certificates: status Fix Committed In Progress
2008-04-15 19:42:44 James Westby ca-certificates: status Fix Committed In Progress
2008-04-15 19:42:58 James Westby ca-certificates: status Fix Committed In Progress
2008-04-16 09:46:28 Martin Pitt ca-certificates: status In Progress Fix Released
2008-04-24 09:42:10 Martin Pitt ca-certificates: status In Progress Won't Fix
2008-04-24 09:54:34 Martin Pitt ca-certificates: status In Progress Fix Committed
2008-04-24 09:54:47 Martin Pitt ca-certificates: status In Progress Fix Committed
2008-04-24 09:54:51 Martin Pitt ca-certificates: status In Progress Fix Committed
2008-05-02 15:38:07 Martin Pitt ca-certificates: status Fix Committed Fix Released
2008-05-02 15:38:18 Martin Pitt ca-certificates: status Fix Committed Fix Released
2008-05-02 15:38:27 Martin Pitt ca-certificates: status Fix Committed Fix Released
2008-05-05 13:07:19 Andreas Hasenack landscape: status New Fix Released
2008-06-18 10:20:27 Bug Watch Updater ca-certificates: status New Fix Released
2009-07-04 01:20:19 Launchpad Janitor branch linked lp:ubuntu/karmic/ca-certificates
2009-07-04 01:23:08 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/dapper/ca-certificates/dapper-proposed
2009-07-04 01:24:13 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/gutsy/ca-certificates/gutsy-proposed
2009-07-04 01:24:15 Launchpad Janitor branch linked lp:ubuntu/edgy-proposed/ca-certificates
2009-07-04 01:24:16 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/feisty/ca-certificates/feisty-proposed