Update to latest version.
This commit is contained in:
parent
9f178833de
commit
763be4ab40
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/openssl_1.0.2.tar.gz
|
||||
/openssl_1.2.1.tar.gz
|
||||
/openssl_1.2.2.tar.gz
|
||||
/openssl_1.3.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.2.2
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
|
||||
|
||||
@ -24,7 +24,6 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Enhances:
|
||||
|
||||
Requires: R-askpass
|
||||
Suggests: R-jose
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
@ -39,7 +38,7 @@ BuildRequires: R-jose
|
||||
%endif
|
||||
|
||||
%description
|
||||
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers.
|
||||
Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.
|
||||
Supports RSA, DSA and EC curves P-256, P-384 and P-521. Cryptographic
|
||||
signatures can either be created and verified manually or via x509
|
||||
certificates. AES can be used in cbc, ctr or gcm mode for symmetric
|
||||
@ -101,6 +100,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Mar 03 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.2-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openssl_1.2.2.tar.gz) = 3998725c88b0b4dbf3d1869a8b388b461134581134d3ded3a0b337fc2de8d444e78640bb385c75deee211b16dd4d02da906d83fd5a0a17a19e876c679879d4b8
|
||||
SHA512 (openssl_1.3.tar.gz) = d7a7b7dbe107753ecce96f22a9ed3f3f781b5b59e87b5d7f09270f494026906c4553e117ceda1b26670d9a387397eb6d1c935e3f52d90bc8850ff856e49f8c11
|
||||
|
Loading…
Reference in New Issue
Block a user