From 5e7b557c64b261150268dc73665f26d83a77b625 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Jun 05 2015 09:51:16 +0000 Subject: Update to 1.3.11 --- diff --git a/.gitignore b/.gitignore index 894c52d..8e9312a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mbedtls-1.3.10-gpl.tgz +/mbedtls-1.3.11-gpl.tgz diff --git a/mbedtls.spec b/mbedtls.spec index 14111d7..1b3399a 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -3,8 +3,8 @@ %endif Name: mbedtls -Version: 1.3.10 -Release: 2%{?dist} +Version: 1.3.11 +Release: 1%{?dist} Summary: Light-weight cryptographic and SSL/TLS library Group: System Environment/Libraries License: GPLv2+ with exceptions @@ -91,9 +91,8 @@ make DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT%{_libexecdir} mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/mbedtls -# check temporarily disabled due a bug -# %check -# LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V +%check +LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %post -p /sbin/ldconfig @@ -119,6 +118,9 @@ mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/mbedtls %doc apidoc/* %changelog +* Fri Jun 05 2015 Morten Stevens - 1.3.11-1 +- Update to 1.3.11 + * Mon Jun 01 2015 Robert Scheck - 1.3.10-2 - Spec file changes to cover Red Hat Enterprise Linux 5 and 6 diff --git a/sources b/sources index 110dac1..4c5ca7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19ebbc96feceb430ad958dfe89cb633f mbedtls-1.3.10-gpl.tgz +c02ce2e54862d678604794ee484fb59e mbedtls-1.3.11-gpl.tgz