]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
rediff patches; rel 3 auto/th/ca-certificates-20210119-3
authorJan Palus <atler@pld-linux.org>
Fri, 12 Mar 2021 10:29:14 +0000 (11:29 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 12 Mar 2021 10:29:14 +0000 (11:29 +0100)
ca-certificates-etc-certs.patch
ca-certificates-undebianize.patch
ca-certificates.d.patch
ca-certificates.spec

index 8d25f7c38d5c1ffc6ecdba82546232bb1445f8a4..ecd962356e44372451825ecc8b342d90af6a4317 100644 (file)
@@ -1,7 +1,7 @@
 --- ca-certificates-20140223/sbin/update-ca-certificates~      2014-03-14 12:55:24.000000000 +0200
 +++ ca-certificates-20140223/sbin/update-ca-certificates       2014-03-14 14:38:31.587876211 +0200
-@@ -37,7 +37,7 @@
+@@ -37,8 +37,8 @@
+ default=0
  CERTSCONF=/etc/ca-certificates.conf
  CERTSDIR=/usr/share/ca-certificates
 -LOCALCERTSDIR=/usr/local/share/ca-certificates
@@ -9,7 +9,8 @@
 +LOCALCERTSDIR=/etc/certs
 +CERTBUNDLE=/etc/certs/ca-certificates.crt
  ETCCERTSDIR=@openssldir@
- cd $ETCCERTSDIR
+ HOOKSDIR=/etc/ca-certificates/update.d
 @@ -52,7 +52,7 @@
  
  # Helper files.  (Some of them are not simple arrays because we spawn
@@ -39,7 +40,7 @@
      rm -f "$PEM"
 @@ -111,24 +111,18 @@
  
- sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
+ sed -e '/^$/d' -e '/^#/d' -e '/^!/d' "$CERTSCONF" | while read crt
  do
 -  if ! test -f "$CERTSDIR/$crt"
 +  if test -f "$CERTSDIR/$crt"
index 125661e6bcad8a55ebe654c9c927e83bb0a4d2de..a7c4212c5f779400419f1c4cebd12da42221236d 100644 (file)
@@ -62,7 +62,7 @@
  A summary of options is included below.
  .TP
 @@ -53,13 +48,13 @@
- Be verbose. Output \fBc_rehash\fP.
+ Be verbose. Output \fBopenssl rehash\fP.
  .TP
  .B \-f, \-\-fresh
 -Fresh updates.  Remove symlinks in /etc/ssl/certs directory.
index c8b9d3af3f1c368ca091cc73b744f92ecd555177..bb73b74a34e1993edb3a7bb9a7c852450999cb3d 100644 (file)
@@ -17,8 +17,8 @@
  LOCALCERTSDIR=${DESTDIR}${LOCALCERTSDIR}
  CERTBUNDLE=${DESTDIR}${CERTBUNDLE}
 @@ -105,25 +106,30 @@
- echo -n "Updating certificates in $ETCCERTSDIR... "
+   done
+ fi
  
 -# Handle certificates that should be removed.  This is an explicit act
 -# by prefixing lines in the configuration files with exclamation marks (!).
index 97dee1b432d94c81184cca36c57f969e93517ddd..ebc634a918552cb2c07a3c7f14ed9c3cdb54c390 100644 (file)
@@ -13,7 +13,7 @@ Summary(pl.UTF-8):    Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
 %define        ver_date        20210119
 Version:       %{ver_date}
-Release:       2
+Release:       3
 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
This page took 0.049219 seconds and 4 git commands to generate.