[packages/mbedtls] - updated to 2.16.1 (note: new libmbedcrypto,libmbedtls sonames)
qboosh
qboosh at pld-linux.org
Mon Apr 22 17:20:39 CEST 2019
commit 628fc6984c5dd0b210ab754cad75409f97a1e020
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 22 17:20:55 2019 +0200
- updated to 2.16.1 (note: new libmbedcrypto,libmbedtls sonames)
mbedtls.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/mbedtls.spec b/mbedtls.spec
index 8242b5c..2d62ca5 100644
--- a/mbedtls.spec
+++ b/mbedtls.spec
@@ -5,12 +5,12 @@
Summary: Light-weight cryptographic and SSL/TLS library
Summary(pl.UTF-8): Lekka biblioteka kryptograficzna oraz SSL/TLS
Name: mbedtls
-Version: 2.6.0
+Version: 2.16.1
Release: 1
License: GPL v2+
Group: Libraries
Source0: https://tls.mbed.org/code/releases/%{name}-%{version}-gpl.tgz
-# Source0-md5: f03b8cf455f246e70e83662d534e156f
+# Source0-md5: f3093bda03ca4ed75088e035f333dae9
URL: https://tls.mbed.org/
BuildRequires: cmake >= 2.6
BuildRequires: doxygen
@@ -105,9 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc ChangeLog LICENSE README.md
%attr(755,root,root) %{_libdir}/libmbedcrypto.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmbedcrypto.so.0
+%attr(755,root,root) %ghost %{_libdir}/libmbedcrypto.so.3
%attr(755,root,root) %{_libdir}/libmbedtls.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmbedtls.so.10
+%attr(755,root,root) %ghost %{_libdir}/libmbedtls.so.12
%attr(755,root,root) %{_libdir}/libmbedx509.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libmbedx509.so.0
%dir %{_libdir}/%{name}
@@ -137,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/%{name}/pk_encrypt
%attr(755,root,root) %{_libdir}/%{name}/pk_sign
%attr(755,root,root) %{_libdir}/%{name}/pk_verify
+%attr(755,root,root) %{_libdir}/%{name}/query_compile_time_config
%attr(755,root,root) %{_libdir}/%{name}/req_app
%attr(755,root,root) %{_libdir}/%{name}/rsa_decrypt
%attr(755,root,root) %{_libdir}/%{name}/rsa_encrypt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mbedtls.git/commitdiff/628fc6984c5dd0b210ab754cad75409f97a1e020
More information about the pld-cvs-commit
mailing list