Commit graph

337 commits

Author SHA1 Message Date
Michael Shuler
fe905ac1c2 Merge branch 'debian-buster' into debian-stretch 2020-06-05 15:08:53 -05:00
Michael Shuler
13d1babea9 Merge .gitignore from debian-buster 2020-06-05 15:07:50 -05:00
Michael Shuler
129b2a9cb6 Merge branch 'master' into debian-buster 2020-06-05 15:06:56 -05:00
Michael Shuler
c9f299db2d Drop filename specified for stretch rebuild summary 2020-06-05 11:53:34 -05:00
Michael Shuler
2930b0fa4d Remove NEWS
The CA add/remove info is in the changelog for users that wish to know
what certificate authorities were added or removed. The default
installation of apt-listchanges results in lots of emails from users
wondering why the package maintainer is emailing them or halting their
automated upgrades.
2020-06-05 10:23:05 -05:00
Michael Shuler
411a57013d Backport email-only root removal for stretch, #721976 2020-06-05 09:59:51 -05:00
Jacob Hoffman-Andrews
21210559b1 Remove email-only roots from mozilla trust store
These roots are trusted in the Mozilla program only for S/MIME, so should not be
included in ca-certificates, which most applications use to validate TLS
certificates.

Per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721976, the only MUAs that
depend on or suggest ca-certificates are Mutt and Sylpheed. Sylpheed doesn't use
ca-certificates for S/MIME. Mutt does, but I think it is still safe to remove
thes because:

  (a) S/MIME is relatively uncommon, and
  (b) The CAs that have both TLS and S/MIME bits will continue to work, and
  (c) Nearly all of the 12 removed email-only CAs have ceased operation of their
      email certificate services

Verisign Class 1 Public Primary Certification Authority - G3
Verisign Class 2 Public Primary Certification Authority - G3
UTN USERFirst Email Root CA
SwissSign Platinum CA - G2
AC Raiz Certicamara S.A.
TC TrustCenter Class 3 CA II
ComSign CA
S-TRUST Universal Root CA
Symantec Class 1 Public Primary Certification Authority - G6
Symantec Class 2 Public Primary Certification Authority - G6
Symantec Class 1 Public Primary Certification Authority - G4
Symantec Class 2 Public Primary Certification Authority - G4
2020-06-05 09:56:25 -05:00
Michael Shuler
f325b6032b Add #916833 to d/changelog from previous stretch commit 2020-06-03 16:34:30 -05:00
Michael Shuler
d7d6c7bab8 Update d/changelog for stretch stable update 2020-06-03 13:15:47 -05:00
Michael Shuler
7f18c95eca Update d/changelog for buster stable update 2020-06-03 13:10:12 -05:00
Matthias Klose
55f449b221 Grab Ubuntu patch to make the package compatible and building with Python3 2020-06-03 13:24:17 +02:00
Michael Shuler
7bd8f941ce Set stretch-security for suite 2020-06-01 17:21:07 -05:00
Michael Shuler
5256b350ec Set buster-security for suite 2020-06-01 17:19:20 -05:00
Michael Shuler
23fdec2808 Rebuild for stretch. 2020-06-01 16:05:55 -05:00
Michael Shuler
cef3c140d3 Rebuild for buster. 2020-06-01 15:36:12 -05:00
Michael Shuler
b3a8980b78 Fix typo on AddTrust CN 2020-06-01 14:38:12 -05:00
Michael Shuler
9d6c560234 Blacklist expired root certificate, "AddTrust External CA Root" 2020-06-01 14:34:10 -05:00
Michael Shuler
a0b6534159 Update d/changelog 2020-06-01 14:21:28 -05:00
Michael Shuler
ff06f82fd8 Standards-Version: 4.5.0.2; debhelper-compat (= 13) 2020-06-01 14:18:22 -05:00
Michael Shuler
e9507f777f Update d/changelog 2020-06-01 14:01:55 -05:00
Michael Shuler
1e2be69b08 Set Standards-Version: 4.5.0; Replace tabs in copywrite 2020-06-01 13:58:10 -05:00
Michael Shuler
1efe81a680 Set release 20200601; add Symantec CAs to blacklist 2020-06-01 13:53:02 -05:00
Michael Shuler
983ad2cf8e Update Mozilla CA bundle to 2.40 2020-01-18 09:44:44 -06:00
Michael Shuler
d27e356472 Update for stretch
Update Mozilla certificate authority bundle to version 2.28
Fix permissions on /usr/local/share/ca-certificates when using symlinks
(#916833)
2019-01-23 17:19:02 -06:00
Michael Shuler
75f3bb5577 Set release to 20190122 2019-01-22 20:04:41 -06:00
Michael Shuler
bfa3daa27f Update Mozilla CA bundle to 2.30 2019-01-10 21:31:52 -06:00
Michael Shuler
c28799b138 Update to standards 4.3.0.1 and compat 12 2019-01-10 19:34:37 -06:00
Michael Shuler
d5e425c840 Depend on openssl >= 1.1.1 2018-12-21 10:50:30 -06:00
Michael Shuler
8ee675d4cf Add Closes: #911303 2018-12-20 21:11:56 -06:00
Michael Shuler
ce3b893391 Standards-Version: 4.2.1 & removed d/changelog whitespace 2018-12-20 19:03:09 -06:00
Michael Shuler
425bf77389 Release 20181220 2018-12-20 18:45:43 -06:00
Michael Shuler
cfe7064cb7 Remove orphan symlinks found in /etc/ssl/certs
This should prevent `openssl rehash` from exiting with an error on a
symlink with nonexistent target, since the behavior changed from c_rehash.
See #895482, #895473.
2018-12-20 18:35:11 -06:00
Michael Shuler
190e13219e Revert "Remove all orphan symlinks found in /etc/ssl/certs"
This reverts commit 1ef0fd15cc.

While this worked great to fix the error, it also broke the counting on
upgrade for how many certificates were removed.. (-_-)
2018-12-20 17:41:01 -06:00
Michael Shuler
1ef0fd15cc Remove all orphan symlinks found in /etc/ssl/certs
This should prevent `openssl rehash` from exiting with an error on a
symlink with nonexistent target, since the behavior changed from c_rehash.
See #895482, #895473.
2018-12-20 17:22:59 -06:00
Michael Shuler
bbc2ea5914 Fix permissions on /usr/local/share/ca-certificates
Follow symlinks to stat the correct permissions and ownership - 916833
2018-12-20 09:58:21 -06:00
Michael Shuler
001fc6a659 Update Mozilla CA bundle to 2.28 2018-12-20 09:49:18 -06:00
Andreas Beckmann
024d12e7f2 bump upload date 2018-07-07 01:08:49 +02:00
Michael Shuler
a0ca1a6aa3 Set stretch for changelog suite, update date 2018-06-10 20:50:07 -05:00
Michael Shuler
dbbd11e56a Set 20180409 to 'unstable' for release 2018-04-09 18:44:27 -05:00
Michael Shuler
cf03a6d746 Drop -compat flag on openssl rehash 2018-04-09 18:26:26 -05:00
Thijs Kinkhorst
e03f355d00 Checked for policy 4.1.4.
We create a directory under /usr/local, but ensure it has the same
permissions as /usr/local itself. I believe this satisfies the
new policy requirement about the staff group.
2018-04-08 09:18:33 +00:00
Michael Shuler
626b3edfae Add Closes: #895075 2018-04-07 10:36:42 -05:00
Michael Shuler
1bc87e0b41 Update openssl dependency to >= 1.1.0
Switch to `openssl rehash` and drop usage of `c_rehash` script
2018-04-05 17:59:16 -05:00
Michael Shuler
bbac13496e Remove Christian Perrier from uploaders at his request. Closes: #894070 2018-03-30 11:35:21 -06:00
Michael Shuler
5717e0f323 Update d/changelog with CA adds/removes 2018-03-30 11:23:24 -06:00
Michael Shuler
73346492b3 Revert NEWS to 20161130+nmu1 file 2018-03-30 11:13:45 -05:00
Michael Shuler
cc5ba7a112 Update Mozilla CA bundle to 2.22 2018-03-30 11:12:13 -05:00
Michael Shuler
82051fd003 Update mozilla/blacklist.txt
- remove certificates no longer in certdata.txt
- explicitly ignore distrusted certificates to prevent build errors
2018-03-29 22:11:18 -06:00
Michael Shuler
642d538162 Add debian/.debhelper to .gitignore 2018-03-29 21:27:08 -06:00
Michael Shuler
1c66bd43fe Set to debhelper >= 11 2018-03-29 21:15:27 -06:00