]> git.pld-linux.org Git - packages/openssl.git/commitdiff
up to 3.0.1 (fixes CVE-2021-4044) auto/th/openssl-3.0.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 14 Dec 2021 22:25:16 +0000 (23:25 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 14 Dec 2021 22:25:16 +0000 (23:25 +0100)
openssl.spec

index 3d09b5375c1bbec52729ff0c5dc4c49aef23da5e..b4e03f6510316692014ceb67a16a48a411c69eea 100644 (file)
@@ -13,12 +13,12 @@ Summary(pt_BR.UTF-8):       Uma biblioteca C que fornece vários algoritmos e protocol
 Summary(ru.UTF-8):     Библиотеки и утилиты для соединений через Secure Sockets Layer
 Summary(uk.UTF-8):     Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:          openssl
-Version:       3.0.0
-Release:       2
+Version:       3.0.1
+Release:       1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       https://www.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 43c5ab628b7ab899d7cd4a4c7fe4067f
+# Source0-md5: 7d07e849d77d276891edd579a8832bb3
 Source2:       %{name}.1.pl
 Source3:       %{name}-ssl-certificate.sh
 Source4:       %{name}-c_rehash.sh
@@ -280,7 +280,7 @@ PERL="%{__perl}" \
        linux-aarch64
 %endif
 
-v=$(awk -F= '/^VERSION/{print $2}' Makefile)
+v=$(awk -F= '/^VERSION=/{print $2}' Makefile)
 test "$v" = %{version}
 
 %{__make} -j1 all %{?with_tests:tests} \
This page took 0.19995 seconds and 4 git commands to generate.