]> git.pld-linux.org Git - packages/openssl.git/commitdiff
Merge branch 'mrcage-patch-1' auto/th/openssl-1.0.2f-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Feb 2016 21:26:18 +0000 (23:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Feb 2016 21:26:36 +0000 (23:26 +0200)
openssl-c_rehash.sh
openssl.spec

index 75a774945cf75a4a35f96cc548199e8c1270a68f..0ea22637ee6dbce845a9e2caf62540aaaf5d0761 100644 (file)
@@ -140,7 +140,7 @@ hash_dir()
         fi
     done
 
-    ls -1 *.pem 2>/dev/null | while read FILE
+    ls -1 *.pem *.cer *.crt *.crl 2>/dev/null | while read FILE
     do
        check_file ${FILE}
         local FILE_TYPE=${?}
index 591bd8085d15e2d31440a1ad5766b8f2df726027..f8c76d2755e0cc266240a74b3ed9b4a9be020589 100644 (file)
@@ -25,7 +25,7 @@ Name:         openssl
 # Version 1.0.2 will be supported until 2019-12-31.
 # https://www.openssl.org/about/releasestrat.html
 Version:       1.0.2f
-Release:       1
+Release:       2
 License:       Apache-like
 Group:         Libraries
 %if %{without snap}
This page took 0.034188 seconds and 4 git commands to generate.