diff --git a/.gitignore b/.gitignore index 6cf6f9a..e49166f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /mbedtls-1.3.11-gpl.tgz /mbedtls-2.0.0-gpl.tgz /mbedtls-2.1.0-apache.tgz +/mbedtls-2.1.2-apache.tgz diff --git a/mbedtls.spec b/mbedtls.spec index f0e676e..ee43f00 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -3,7 +3,7 @@ %endif Name: mbedtls -Version: 2.1.0 +Version: 2.1.2 Release: 1%{?dist} Summary: Light-weight cryptographic and SSL/TLS library Group: System Environment/Libraries @@ -118,6 +118,10 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %doc apidoc/* %changelog +* Mon Oct 12 2015 Morten Stevens - 2.1.2-1 +- Update to 2.1.2 +- CVE-2015-5291 + * Fri Sep 11 2015 Morten Stevens - 2.1.0-1 - Update to 2.1.0 diff --git a/sources b/sources index c0b720b..38c058b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdce8f2b688f1805350cba424d357db8 mbedtls-2.1.0-apache.tgz +ef1a625774a621d243f161100cc0c8d4 mbedtls-2.1.2-apache.tgz