commit e2bfa2acc8940619c5c47ec4ca6f662e7c0a09c7
Author: Jakub Bogusz <[email protected]>
Date:   Thu Aug 4 17:10:16 2016 +0200

    - updated to 2.3.0
    - removed obsolete x32 patch

 mbedtls-x32.patch | 38 --------------------------------------
 mbedtls.spec      |  6 ++----
 2 files changed, 2 insertions(+), 42 deletions(-)
---
diff --git a/mbedtls.spec b/mbedtls.spec
index 4b3fc90..b97a8ec 100644
--- a/mbedtls.spec
+++ b/mbedtls.spec
@@ -1,13 +1,12 @@
 Summary:       Light-weight cryptographic and SSL/TLS library
 Summary(pl.UTF-8):     Lekka biblioteka kryptograficzna oraz SSL/TLS
 Name:          mbedtls
-Version:       2.2.1
+Version:       2.3.0
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://tls.mbed.org/code/releases/%{name}-%{version}-gpl.tgz
-# Source0-md5: b6909d94600fc5f644e9bca52e96fb27
-Patch0:                %{name}-x32.patch
+# Source0-md5: 3f396d21b9c86c0a11ac9ba0b6e6f999
 URL:           https://tls.mbed.org/
 BuildRequires: cmake >= 2.6
 BuildRequires: doxygen
@@ -54,7 +53,6 @@ Statyczna biblioteka mbedTLS.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 install -d build
diff --git a/mbedtls-x32.patch b/mbedtls-x32.patch
deleted file mode 100644
index 6cc51b1..0000000
--- a/mbedtls-x32.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- polarssl-1.3.9/library/aesni.c.orig        2015-05-07 19:36:49.789268090 
+0200
-+++ polarssl-1.3.9/library/aesni.c     2015-05-07 19:38:05.120256538 +0200
-@@ -99,7 +99,11 @@
-     asm( "movdqu    (%3), %%xmm0    \n\t" // load input
-          "movdqu    (%1), %%xmm1    \n\t" // load round key 0
-          "pxor      %%xmm1, %%xmm0  \n\t" // round 0
-+#ifdef __ILP32__
-+         "add       $16, %1         \n\t" // point to next round key
-+#else
-          "addq      $16, %1         \n\t" // point to next round key
-+#endif
-          "subl      $1, %0          \n\t" // normal rounds = nr - 1
-          "test      %2, %2          \n\t" // mode?
-          "jz        2f              \n\t" // 0 = decrypt
-@@ -107,7 +111,11 @@
-          "1:                        \n\t" // encryption loop
-          "movdqu    (%1), %%xmm1    \n\t" // load round key
-          AESENC     xmm1_xmm0      "\n\t" // do round
-+#ifdef __ILP32__
-+         "add       $16, %1         \n\t" // point to next round key
-+#else
-          "addq      $16, %1         \n\t" // point to next round key
-+#endif
-          "subl      $1, %0          \n\t" // loop
-          "jnz       1b              \n\t"
-          "movdqu    (%1), %%xmm1    \n\t" // load round key
-@@ -117,7 +125,11 @@
-          "2:                        \n\t" // decryption loop
-          "movdqu    (%1), %%xmm1    \n\t"
-          AESDEC     xmm1_xmm0      "\n\t" // do round
-+#ifdef __ILP32__
-+         "add       $16, %1         \n\t"
-+#else
-          "addq      $16, %1         \n\t"
-+#endif
-          "subl      $1, %0          \n\t"
-          "jnz       2b              \n\t"
-          "movdqu    (%1), %%xmm1    \n\t" // load round key
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mbedtls.git/commitdiff/e2bfa2acc8940619c5c47ec4ca6f662e7c0a09c7

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to