Your message dated Mon, 04 Sep 2006 07:32:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349351: fixed in ca-certificates 20060816
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ca-certificates
Version: 20050804
Severity: minor
The file /etc/ca-certificates.conf.dpkg-old is created in
debian/postinst but is not removed in debian/postrm.
The file /etc/ca-certificates.conf is not owned by ca-certificates,
so dpkg won't try to remove the .dpkg-old file.
# ls /etc/ca-*
ls: /etc/ca-*: No such file or directory
# apt-get install ca-certificates
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed
ca-certificates
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/93.2kB of archives.
After unpacking 553kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package ca-certificates.
(Reading database ... 77185 files and directories currently installed.)
Unpacking ca-certificates (from .../ca-certificates_20050804_all.deb) ...
Setting up ca-certificates (20050804) ...
Updating certificates in /etc/ssl/certs....done.
# ls /etc/ca-*
/etc/ca-certificates.conf
# dpkg -L ca-certificates | grep ca-certificates.conf
#
The attached patch should fix the bug.
(This seems related to #349346 but it's a different problem.)
diff -ruN orig/ca-certificates-20050804/debian/postrm
ca-certificates-20050804/debian/postrm
--- orig/ca-certificates-20050804/debian/postrm 2003-04-14 16:15:06.000000000
+0200
+++ ca-certificates-20050804/debian/postrm 2006-01-22 14:41:37.000000000
+0100
@@ -30,6 +30,7 @@
purge)
rm -f /etc/ssl/certs/ca-certificates.crt
rm -f /etc/ca-certificates.conf
+ rm -f /etc/ca-certificates.conf.dpkg-old
if test -e /usr/share/debconf/confmodule; then
. /usr/share/debconf/confmodule
db_purge
--- End Message ---
--- Begin Message ---
Source: ca-certificates
Source-Version: 20060816
We believe that the bug you reported is fixed in the latest version of
ca-certificates, which is due to be installed in the Debian FTP archive:
ca-certificates_20060816.dsc
to pool/main/c/ca-certificates/ca-certificates_20060816.dsc
ca-certificates_20060816.tar.gz
to pool/main/c/ca-certificates/ca-certificates_20060816.tar.gz
ca-certificates_20060816_all.deb
to pool/main/c/ca-certificates/ca-certificates_20060816_all.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.
Fumitoshi UKAI <[EMAIL PROTECTED]> (supplier of updated ca-certificates 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.7
Date: Thu, 17 Aug 2006 13:12:27 +0900
Source: ca-certificates
Binary: ca-certificates
Architecture: source all
Version: 20060816
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
Changed-By: Fumitoshi UKAI <[EMAIL PROTECTED]>
Description:
ca-certificates - Common CA Certificates PEM files
Closes: 309481 330984 334383 345197 349346 349351 350726 354509 355271
Changes:
ca-certificates (20060816) unstable; urgency=low
.
* debian/control: explicitly mention that trustworthiness of certificate
authorities is not evaluated.
closes: Bug#350726
* debian/templates: refine messages
closes: Bug#309481
* debian/postinst: remove tailing spaces to avoid unnecessary dpkg-old file.
closes: Bug#349346
* debian/control: libssl0.9.7->libssl0.9.8
closes: Bug#345197
* debian/postrm: remove .dpkg-old files
closes: Bug#349351
* debian/README.Debian: fix
closes: Bug#354509
* debian/postinst: fix typo
closes: Bug#355271
* debian/po/sv.po: added
closes: Bug#330984
* debian/po/es.po: added
closes: Bug#334383
* add new SPI CA certificate
submitted by Michael C. Schultheiss <[EMAIL PROTECTED]>
Files:
12b1edf0cea4e0933bc47fde219cd959 535 misc optional ca-certificates_20060816.dsc
ae7511166e5053decdbe9d26e5221425 153623 misc optional
ca-certificates_20060816.tar.gz
f2e29b8863feaf6c05bf485f5b105b88 92092 misc optional
ca-certificates_20060816_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE4/Z19D5yZjzIjAkRAgG1AKCZ4N4D4Dw8uTyBY7/FNSIO+1lUZQCcDFo2
A1s7k2T/nIyL5SEfHnZrcrU=
=9kp/
-----END PGP SIGNATURE-----
--- End Message ---