From: Elan Ruusamäe Date: Thu, 4 Feb 2016 21:26:18 +0000 (+0200) Subject: Merge branch 'mrcage-patch-1' X-Git-Tag: auto/th/openssl-1.0.2f-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=b5f1c3923413eb8c949b33dce45b54ea77a26877;hp=16a987986935311661129015c54305467b01d5e0 Merge branch 'mrcage-patch-1' --- diff --git a/openssl-c_rehash.sh b/openssl-c_rehash.sh index 75a7749..0ea2263 100644 --- a/openssl-c_rehash.sh +++ b/openssl-c_rehash.sh @@ -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=${?} diff --git a/openssl.spec b/openssl.spec index 591bd80..f8c76d2 100644 --- a/openssl.spec +++ b/openssl.spec @@ -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}