From 4a49b4678f47eeedf628b5875aad56bb007e5b7d Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Sep 11 2015 15:37:34 +0000 Subject: Update to 2.1.0 --- diff --git a/.gitignore b/.gitignore index dc8279a..6cf6f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /mbedtls-1.3.10-gpl.tgz /mbedtls-1.3.11-gpl.tgz /mbedtls-2.0.0-gpl.tgz +/mbedtls-2.1.0-apache.tgz diff --git a/mbedtls.spec b/mbedtls.spec index 5c83ea0..f0e676e 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -3,13 +3,13 @@ %endif Name: mbedtls -Version: 2.0.0 +Version: 2.1.0 Release: 1%{?dist} Summary: Light-weight cryptographic and SSL/TLS library Group: System Environment/Libraries -License: GPLv2+ with exceptions +License: ASL 2.0 URL: https://tls.mbed.org/ -Source0: https://tls.mbed.org/download/%{name}-%{version}-gpl.tgz +Source0: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz BuildRequires: cmake BuildRequires: doxygen @@ -118,6 +118,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %doc apidoc/* %changelog +* Fri Sep 11 2015 Morten Stevens - 2.1.0-1 +- Update to 2.1.0 + * Wed Jul 22 2015 Morten Stevens - 2.0.0-1 - Update to 2.0.0 diff --git a/sources b/sources index d5d4662..c0b720b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b8246a19a7a77737856e729cc8a0952 mbedtls-2.0.0-gpl.tgz +bdce8f2b688f1805350cba424d357db8 mbedtls-2.1.0-apache.tgz