~ubuntu-branches/ubuntu/natty/ca-certificates/natty

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2008-08-09 14:58:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080809145824-4g3eot1a99uxmwzj
* New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.
  This file can be used for proper certificate chaining if CACert
  server certificates are used.  The old class3.pem and root.pem
  certificates are deprecated.  This new file could safely serve as
  a replacement for both.  (Closes: #494343)
* This also reintroduces the old name for the CACert certificate,
  thus closing a long-standing bug about its rename to root.crt.
  (Closes: #413766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        CERTS_ENABLED="$RET"
52
52
        # XXX unmark seen for next configuration
53
53
        db_fset ca-certificates/new_crts seen false
 
54
        # We should clean up this value now, as everyone will have
 
55
        # upgraded to a fixed version.
 
56
        db_fset ca-certificates/enable_crts asked_pt_br_question false
54
57
        db_stop || true
55
58
        if test -f /etc/ca-certificates.conf; then
56
59
          # XXX: while in subshell?