[packages/ca-certificates] up to 20190110

atler atler at pld-linux.org
Wed Feb 20 01:01:57 CET 2019


commit 8acd65dbb0358cbbeca10c4dc580fa04853d2189
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Feb 20 01:01:18 2019 +0100

    up to 20190110

 ca-certificates.spec    | 8 ++++----
 no-openssl-rehash.patch | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ca-certificates.git/commitdiff/8acd65dbb0358cbbeca10c4dc580fa04853d2189



More information about the pld-cvs-commit mailing list