[polarssl/f20] Update to 1.2.11

Morten Stevens mstevens at fedoraproject.org
Sat Jul 12 09:59:27 UTC 2014


commit 3523779fdd521ebc274d280e393c731fadda7e1b
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Sat Jul 12 11:59:42 2014 +0200

    Update to 1.2.11

 .gitignore    |    1 +
 polarssl.spec |   44 +++++++++++++++++++-------------------------
 sources       |    2 +-
 3 files changed, 21 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 047324f..70434e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /polarssl-1.2.8-gpl.tgz
 /polarssl-1.2.9-gpl.tgz
 /polarssl-1.2.10-gpl.tgz
+/polarssl-1.2.11-gpl.tgz
diff --git a/polarssl.spec b/polarssl.spec
index ebfc70b..9ef526a 100644
--- a/polarssl.spec
+++ b/polarssl.spec
@@ -1,16 +1,15 @@
-Name:           polarssl
-Version:        1.2.10
-Release:        2%{?dist}
-Summary:        Light-weight cryptographic and SSL/TLS library
-
-Group:          System Environment/Libraries
-License:        GPLv2+
-URL:            http://polarssl.org/
-Source0:        http://polarssl.org/download/%{name}-%{version}-gpl.tgz
-
-BuildRequires:  cmake
-BuildRequires:  doxygen
-BuildRequires:  graphviz
+Name: polarssl
+Version: 1.2.11
+Release: 1%{?dist}
+Summary: Light-weight cryptographic and SSL/TLS library
+Group: System Environment/Libraries
+License: GPLv2+
+URL: http://polarssl.org/
+Source0: http://polarssl.org/download/%{name}-%{version}-gpl.tgz
+
+BuildRequires: cmake
+BuildRequires: doxygen
+BuildRequires: graphviz
 
 %description
 PolarSSL is a light-weight open source cryptographic and SSL/TLS
@@ -18,7 +17,6 @@ library written in C. PolarSSL makes it easy for developers to include
 cryptographic and SSL/TLS capabilities in their (embedded)
 applications with as little hassle as possible.
 
-
 %package        utils
 Summary:        Utilities for %{name}
 Group:          Applications/System
@@ -27,7 +25,6 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 %description    utils
 Cryptographic utilities based on %{name}. 
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -37,32 +34,25 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
 %setup -q
 
-
 %build
 %cmake -D CMAKE_BUILD_TYPE:String="Release" -D USE_SHARED_POLARSSL_LIBRARY:BOOL=1 .
 make %{?_smp_mflags} all apidoc
 
-
-# check temporarily disabled due a bug
-# %check
-# ctest --output-on-failure
-
+%check
+LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
 mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/polarssl
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc LICENSE ChangeLog
 %{_libdir}/*.so.*
@@ -74,9 +64,13 @@ mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/polarssl
 %doc apidoc/*
 %{_includedir}/%{name}/
 %{_libdir}/*.so
-
+%{_libdir}/*.a
 
 %changelog
+* Sat Jul 12 2014 Morten Stevens <mstevens at imt-systems.com> - 1.2.11-1
+- Update to 1.2.11
+- CVE-2014-4911 (rhbz#1118929, rhbz#1118930)
+
 * Tue Jun 10 2014 Morten Stevens <mstevens at imt-systems.com> - 1.2.10-2
 - Fix for CVE-2013-5915 (rhbz#1015946, rhbz#1015947)
 
diff --git a/sources b/sources
index 9fbe1eb..a501af9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ec3b544256d0d6523f96cb2aee596c3  polarssl-1.2.10-gpl.tgz
+981d46046e9f41e649af29303e14cd8f  polarssl-1.2.11-gpl.tgz


More information about the scm-commits mailing list