8 Commits

Author SHA1 Message Date
Christoph Reiter
11a162b0e5 repo: make file executable permissions match the cygwin derived status
In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
2024-04-14 15:17:42 +02:00
Matthias Aßhauer
78e423ba35 ca-certificates: drop expired "DST Root CA X3"
Let's encrypt signs current certificates based on their root
certificate "ISRG Root X1". They provide two different versions
of "ISRG Root X1", though. One is self-signed using "ISRG Root X1"
and one is cross-signed using "DST Root CA X3" [1]. Some systems
still distribute certificate chains with the cross-signed version.
"DST Root CA X3" expired on 2021-09-30. This can lead to valid
certificates being considered invalid on devices with the expired
certificate still in their CA certificate bundle.

Ubuntu[2] and RedHat[3][4] recently dropped this certificates from their
`ca-certificates` packages for the same reasons.

The blacklist code in certdata2pem is copied from the debian version
of the file as it comes with ca-certificates_20210119.tar.xz.

[1] https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021
[2] https://ubuntu.com/security/notices/USN-5089-1
[3] https://access.redhat.com/errata/RHBA-2021:3649
[4] https://access.redhat.com/articles/6338021
2021-10-02 12:59:16 +02:00
Alexey Pavlov
c8c93568f5 ca-certificates: Update to 20190110. Port to python3 2019-11-07 22:38:06 +03:00
Holger Nahrstaedt
040a75edad fix ca-certificates 2017-09-11 12:12:31 +02:00
Holger Nahrstaedt
3879cf7fa7 use http://ftp.debian.org/debian/pool/main/c/ca-certificates/ 2017-09-11 10:29:36 +02:00
Holger Nahrstaedt
64c3d3b0c5 adapt PKGBUILD from mingw-packages 2017-09-08 21:09:14 +02:00
Alexpux
99cbe81c43 ca-certificates: Unify with mingw version 2014-08-30 23:00:01 +04:00
Alexpux
794c6661b6 Add ca-certificates package 2013-11-03 19:59:01 +04:00