]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- up to 20141019 auto/ac/ca-certificates-20141019-1 auto/th/ca-certificates-20141019-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 15:20:37 +0000 (16:20 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 15:20:37 +0000 (16:20 +0100)
ca-certificates-DESTDIR.patch
ca-certificates-etc-certs.patch
ca-certificates.spec

index 087dcd91f2bf80e193880d51a98b653e67ac3183..c5f66fc44aa05f9677bdf15184bb7326f10e209e 100644 (file)
@@ -8,15 +8,15 @@
  while [ $# -gt 0 ];
  do
    case $1 in
-@@ -30,6 +31,8 @@
-       verbose=1;;
-   --fresh|-f)
-       fresh=1;;
-+  --destdir)
-+      DESTDIR=$2; shift;;
-   --help|-h|*)
-       echo "$0: [--verbose] [--fresh]"
-       exit;;
+@@ -31,6 +31,8 @@ do
+       verbose=1;;
+     --fresh|-f)
+       fresh=1;;
++    --destdir)
++      DESTDIR=$2; shift;;
+     --help|-h|*)
+       echo "$0: [--verbose] [--fresh]"
+       exit;;
 @@ -37,11 +40,11 @@
    shift
  done
index 262a987ca4aaf83caabfe5abff9007804cec863f..0427ca2e628567d2214b7eae0a4ef1b491a051cc 100644 (file)
    if test -L "$PEM"
    then
      rm -f "$PEM"
-@@ -89,6 +89,7 @@
+@@ -90,6 +90,7 @@ if [ "$fresh" = 1 ]; then
    do
-      case $(readlink $symlink) in
-      $CERTSDIR*) rm -f $symlink;;
-+     $LOCALCERTSDIR*) rm -f $symlink;;
-      esac
+     case $(readlink $symlink) in
+       $CERTSDIR*) rm -f $symlink;;
++      $LOCALCERTSDIR*) rm -f $symlink;;
+     esac
    done
    find . -type l -print | while read symlink
 @@ -111,24 +111,18 @@
index 620ddb2ed27602c7d1fb175a544ed572e2704100..e6b944fe68273a4024165e39cc21fb9b670a5d36 100644 (file)
@@ -7,12 +7,12 @@
 Summary:       Common CA Certificates PEM files
 Summary(pl.UTF-8):     Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
-Version:       20140927
+Version:       20141019
 Release:       1
 License:       GPL v2 (scripts), MPL v2 (mozilla certs), distributable (other certs)
 Group:         Libraries
 Source0:       ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.xz
-# Source0-md5: 743b90a08e08f6638d51cc6fdf2f773a
+# Source0-md5: f619282081c8bfc65ea64c37fa5285ed
 Source1:       https://www.verisign.com/support/thawte-roots.zip
 # Source1-md5: 21a284ebdc6e8f4178d5cc10fb9e1ef2
 Source2:       http://www.certum.pl/keys/CA.pem
This page took 0.148905 seconds and 4 git commands to generate.