From: Jan Palus Date: Wed, 20 Feb 2019 00:01:18 +0000 (+0100) Subject: up to 20190110 X-Git-Tag: auto/th/ca-certificates-20190110-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fca-certificates.git;a=commitdiff_plain;h=8acd65dbb0358cbbeca10c4dc580fa04853d2189 up to 20190110 --- diff --git a/ca-certificates.spec b/ca-certificates.spec index 67c873d..4f61027 100644 --- a/ca-certificates.spec +++ b/ca-certificates.spec @@ -12,13 +12,13 @@ Summary: Common CA Certificates PEM files Summary(pl.UTF-8): Pliki PEM popularnych certyfikatów CA Name: ca-certificates -%define ver_date 20180409 +%define ver_date 20190110 Version: %{ver_date} -Release: 4 +Release: 1 License: GPL v2 (scripts), MPL v2 (mozilla certs), distributable (other certs) Group: Base Source0: http://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.xz -# Source0-md5: 8425f4b1219e4e528db2de764e4c6586 +# Source0-md5: e91d3d9259127ba2dbb65fda58d73f31 Source2: http://www.certum.pl/keys/CA.pem # Source2-md5: 35610177afc9c64e70f1ce62c1885496 Source3: http://www.certum.pl/keys/level1.pem @@ -137,7 +137,7 @@ Script and data for updating CA Certificates database. Skrypt i dane do odświeżania bazy certyfikatów CA. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 diff --git a/no-openssl-rehash.patch b/no-openssl-rehash.patch index bdd965b..2ea0b20 100644 --- a/no-openssl-rehash.patch +++ b/no-openssl-rehash.patch @@ -1,13 +1,13 @@ --- ca-certificates/sbin/update-ca-certificates~ 2018-04-13 22:08:15.000000000 +0200 +++ ca-certificates/sbin/update-ca-certificates 2018-04-13 22:30:21.837942256 +0200 @@ -185,9 +185,9 @@ - # only run if set of files has changed + done if [ "$verbose" = 0 ] then - openssl rehash . > /dev/null + c_rehash.sh . > /dev/null else -- openssl rehash . +- openssl rehash -v . + c_rehash.sh . fi fi