]> git.pld-linux.org Git - packages/mbedtls.git/commitdiff
Up to 3.1.0. auto/th/mbedtls-3.1.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Apr 2022 17:32:46 +0000 (19:32 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Apr 2022 17:32:46 +0000 (19:32 +0200)
mbedtls-config-dtls-srtp.patch
mbedtls.spec

index 6f28132e7bfa950fe49a9598bf43521688cf8cb2..8044ced77b8fff674417606c2b426894b74dbb8a 100644 (file)
@@ -1,6 +1,6 @@
---- mbedtls-2.26.0/include/mbedtls/config.h.orig       2021-03-12 17:55:26.000000000 +0100
-+++ mbedtls-2.26.0/include/mbedtls/config.h    2021-06-13 22:49:25.354694754 +0200
-@@ -1907,7 +1907,7 @@
+--- mbedtls-3.1.0/./include/mbedtls/mbedtls_config.h~  2021-12-15 14:48:01.000000000 +0100
++++ mbedtls-3.1.0/./include/mbedtls/mbedtls_config.h   2022-04-01 19:24:00.006517078 +0200
+@@ -1607,7 +1607,7 @@
   *
   * Uncomment this to enable support for use_srtp extension.
   */
index ed64be6204fe405b445433f61089d8fd27a43bb0..0f2b3a3f2f61763a370c7f9e7e57793226b2256f 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Light-weight cryptographic and SSL/TLS library
 Summary(pl.UTF-8):     Lekka biblioteka kryptograficzna oraz SSL/TLS
 Name:          mbedtls
-Version:       2.26.0
-Release:       2
+Version:       3.1.0
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/ARMmbed/mbedtls/releases
 Source0:       https://github.com/ARMmbed/mbedtls/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5f66a6278d469b1cca5e035786ae9ea8
+# Source0-md5: a228170fbedd1202edcc1bf13d83b1a3
 Patch0:                %{name}-config-dtls-srtp.patch
 URL:           https://www.trustedfirmware.org/projects/mbed-tls/
 BuildRequires: cmake >= 2.8.12
@@ -115,13 +115,12 @@ 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.6
+%attr(755,root,root) %ghost %{_libdir}/libmbedcrypto.so.11
 %attr(755,root,root) %{_libdir}/libmbedtls.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmbedtls.so.13
+%attr(755,root,root) %ghost %{_libdir}/libmbedtls.so.17
 %attr(755,root,root) %{_libdir}/libmbedx509.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmbedx509.so.1
+%attr(755,root,root) %ghost %{_libdir}/libmbedx509.so.4
 %dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/aescrypt2
 %attr(755,root,root) %{_libdir}/%{name}/benchmark
 %attr(755,root,root) %{_libdir}/%{name}/cert_app
 %attr(755,root,root) %{_libdir}/%{name}/cert_req
@@ -139,13 +138,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/gen_entropy
 %attr(755,root,root) %{_libdir}/%{name}/gen_key
 %attr(755,root,root) %{_libdir}/%{name}/gen_random_ctr_drbg
-%attr(755,root,root) %{_libdir}/%{name}/gen_random_havege
 %attr(755,root,root) %{_libdir}/%{name}/generic_sum
 %attr(755,root,root) %{_libdir}/%{name}/hello
 %attr(755,root,root) %{_libdir}/%{name}/key_app
 %attr(755,root,root) %{_libdir}/%{name}/key_app_writer
 %attr(755,root,root) %{_libdir}/%{name}/key_ladder_demo
 %attr(755,root,root) %{_libdir}/%{name}/key_ladder_demo.sh
+%attr(755,root,root) %{_libdir}/%{name}/load_roots
 %attr(755,root,root) %{_libdir}/%{name}/mini_client
 %attr(755,root,root) %{_libdir}/%{name}/mpi_demo
 %attr(755,root,root) %{_libdir}/%{name}/pem2der
@@ -183,6 +182,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libmbedx509.so
 %{_includedir}/mbedtls
 %{_includedir}/psa
+%{_prefix}/cmake/MbedTLS*.cmake
 
 %files static
 %defattr(644,root,root,755)
This page took 0.243966 seconds and 4 git commands to generate.