Debian Package Tracker
Register | Log in
Subscribe

ca-certificates

Common CA certificates

Choose email to subscribe with

general
  • source: ca-certificates (main)
  • version: 20230311
  • maintainer: Julien Cristau (DMD)
  • arch: all
  • std-ver: 4.5.0.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 20200601~deb10u2
  • o-o-upd: 20200601~deb10u2
  • oldstable: 20210119
  • stable: 20230311
  • testing: 20230311
  • unstable: 20230311
versioned links
  • 20200601~deb10u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20210119: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20230311: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ca-certificates (20 bugs: 0, 8, 12, 0)
  • ca-certificates-udeb
action needed
2 bugs tagged help in the BTS normal
The BTS contains 2 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2019-03-21 Last update: 2023-09-28 15:00
4 bugs tagged patch in the BTS normal
The BTS contains patches fixing 4 bugs, consider including or untagging them.
Created: 2023-09-13 Last update: 2023-09-28 15:00
11 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 2c507f8c5aac8b50e35291739ffd40676ab08993
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Mar 11 09:47:10 2023 +0100

    Upload to unstable

commit 7eee62eaf1095953b79a312901aae5ec74012444
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Mar 11 09:35:49 2023 +0100

    Update Mozilla certificate authority bundle to version 2.60

commit 88d98d1082e5d2d1f85e5cb42811da813db981c9
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 6 10:35:18 2022 +0100

    Add changelog entry

commit c7a3136aa0290f09080ff90d2c21d43b70710310
Author: Wataru Ashihara <wsh@iij.ad.jp>
Date:   Fri Mar 25 17:44:43 2022 +0900

    Make certdata2pem.py work with newer cryptography versions
    
    certdata2pem.py is incompatible the cryptography package version 2.
    
        $ pip3 install -U cryptography~=2.0  # 2.9.2
        ...
    
        $ python3 certdata2pem.py
        ...
        Traceback (most recent call last):
          File "certdata2pem.py", line 125, in <module>
            cert = x509.load_der_x509_certificate(obj['CKA_VALUE'])
        TypeError: load_der_x509_certificate() missing 1 required positional argument: 'backend'
    
        $ pip3 install -U cryptography~=3.0  # 3.4.8
        ...
    
        $ python3 certdata2pem.py  # ok
        ...
    
    I think this should be noted in README.
    
    cryptography>=35.0 is also incompatible:
    
        $ pip3 install -U cryptography~=35.0
        ...
    
        $ python3 certdata2pem.py
        Traceback (most recent call last):
          File "certdata2pem.py", line 125, in <module>
            cert = x509.load_der_x509_certificate(obj['CKA_VALUE'])
          File "/home/wsh/.local/lib/python3.8/site-packages/cryptography/x509/base.py", line 443, in load_der_x509_certificate
            return rust_x509.load_der_x509_certificate(data)
        TypeError: argument 'data': 'bytearray' object cannot be converted to 'PyBytes'

commit ac305ca929f9617de8c237a63ea05dc9fa5ead1c
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Feb 22 10:18:48 2022 +0100

    Drop trailing space from debconf template causing misformatting
    
    Closes: #980821

commit bbc989212eb0df43aaa213b68614f64eb5f94e17
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 11 14:18:11 2022 +0100

    Update Mozilla certificate authority bundle to version 2.52

commit 7ceea873db3c45704aeb3d35d355aa930a419dab
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 11 14:33:49 2022 +0100

    Blacklist expired CAs

commit 4823764900caa687451cd588f76585aa9e3abbb6
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 11 14:14:40 2022 +0100

    Add changelog entry

commit 15229cb234becd05577c87b4e8a4522bab740f2f
Merge: 4784cf2 17b759d
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 14 10:09:40 2021 +0000

    Merge branch 'busybox-compat' into 'master'
    
    update-ca-certificates: compat with non-GNU mktemp(1)
    
    See merge request debian/ca-certificates!8

commit 4784cf2dac3b6a10f4747423ee8c7f912804feb2
Author: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Date:   Mon Dec 13 13:13:52 2021 -0800

    mozilla/certdata2pem.py: use UTC time when checking cert validity
    
    x509.not_valid_after returns naive UTC datetime and so does
    datetime.utcnow(), so keep the time consistent when performing the
    comparison.
    
    Fixes: 8033d5225917 ("mozilla/certdata2pem.py: print a warning for expired certificates.")
    Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 17b759d6975b8bfb3fbdddabd429680b6fa78939
Author: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Date:   Tue Nov 30 17:26:24 2021 +0700

    update-ca-certificates: compat with non-GNU mktemp(1)
    
    BSD and BusyBox lacks --tmpdir support.
    
    Emulate it with -p instead.
    
    Close bugs #1000847
    
    Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Created: 2021-12-14 Last update: 2023-09-27 01:10
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2020-07-29 Last update: 2023-03-11 21:32
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.5.0.2).
Created: 2020-11-17 Last update: 2023-03-11 19:33
news
[rss feed]
  • [2023-03-16] ca-certificates 20230311 MIGRATED to testing (Debian testing watch)
  • [2023-03-11] Accepted ca-certificates 20230311 (source) into unstable (Julien Cristau)
  • [2022-02-10] ca-certificates 20211016 MIGRATED to testing (Debian testing watch)
  • [2021-10-16] Accepted ca-certificates 20211016 (source) into unstable (Julien Cristau)
  • [2021-10-09] Accepted ca-certificates 20211004 (source) into unstable (Julien Cristau)
  • [2021-03-13] Accepted ca-certificates 20200601~deb9u2 (source all) into oldstable (Utkarsh Gupta)
  • [2021-01-28] Accepted ca-certificates 20200601~deb10u2 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Julien Cristau)
  • [2021-01-24] ca-certificates 20210119 MIGRATED to testing (Debian testing watch)
  • [2021-01-19] Accepted ca-certificates 20210119 (source) into unstable (Julien Cristau)
  • [2020-06-07] ca-certificates 20200601 MIGRATED to testing (Debian testing watch)
  • [2020-06-06] Accepted ca-certificates 20200601~deb9u1 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2020-06-05] Accepted ca-certificates 20200601~deb10u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2020-06-02] Accepted ca-certificates 20200601 (source) into unstable (Michael Shuler) (signed by: Andrew Shadura)
  • [2019-02-06] ca-certificates 20190110 MIGRATED to testing (Debian testing watch)
  • [2019-01-23] Accepted ca-certificates 20190110 (source all) into unstable (Michael Shuler) (signed by: Axel Beckert)
  • [2018-07-07] Accepted ca-certificates 20161130+nmu1+deb9u1 (source) into proposed-updates->stable-new, proposed-updates (Michael Shuler) (signed by: Andreas Beckmann)
  • [2018-07-07] Accepted ca-certificates 20130119+deb7u3 (source all) into oldoldstable (Michael Shuler) (signed by: Chris Lamb)
  • [2018-07-07] Accepted ca-certificates 20141019+deb8u4 (source all) into oldstable (Michael Shuler) (signed by: Chris Lamb)
  • [2018-04-10] Accepted ca-certificates 20180409 (source all) into unstable (Michael Shuler) (signed by: Thijs Kinkhorst)
  • [2018-01-14] Accepted ca-certificates 20130119+deb7u2 (source all) into oldoldstable (Michael Shuler) (signed by: Brian May)
  • [2017-09-04] ca-certificates 20170717 MIGRATED to testing (Debian testing watch)
  • [2017-08-14] Accepted ca-certificates 20170717 (source all) into unstable (Michael Shuler) (signed by: Thijs Kinkhorst)
  • [2017-05-25] ca-certificates 20161130+nmu1 MIGRATED to testing (Debian testing watch)
  • [2017-05-24] Accepted ca-certificates 20161130+nmu1 (source all) into unstable (Chris Lamb)
  • [2017-04-29] Accepted ca-certificates 20141019+deb8u3 (source all) into proposed-updates->stable-new, proposed-updates (Andreas Beckmann)
  • [2016-12-16] ca-certificates 20161130 MIGRATED to testing (Debian testing watch)
  • [2016-12-05] Accepted ca-certificates 20161130 (source all) into unstable, unstable (Michael Shuler) (signed by: Thijs Kinkhorst)
  • [2016-12-03] Accepted ca-certificates 20141019+deb8u2 (source all) into proposed-updates->stable-new, proposed-updates (Michael Shuler) (signed by: Thijs Kinkhorst)
  • [2016-11-09] ca-certificates 20161102 MIGRATED to testing (Debian testing watch)
  • [2016-11-03] Accepted ca-certificates 20161102 (source all) into unstable (Michael Shuler) (signed by: Thijs Kinkhorst)
  • 1
  • 2
bugs [bug history graph]
  • all: 20 22
  • RC: 1
  • I&N: 7 8
  • M&W: 12 13
  • F&P: 0
  • patch: 4
  • help: 2
links
  • lintian (0, 2)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • l10n (98, -)
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 20230311ubuntu1
  • 78 bugs
  • patches for 20230311ubuntu1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing