[opensaml] Update to 2.4.3, security fix CVE-2011-1411 Fix download url

Guido Grazioli guidograzioli at fedoraproject.org
Mon Sep 12 06:37:29 UTC 2011


commit 5c09ffc0cc2211a22ccfc6d5ab4b752d7ec4af35
Author: Guido Grazioli <guido.grazioli at gmail.com>
Date:   Mon Sep 12 08:37:13 2011 +0200

    Update to 2.4.3, security fix CVE-2011-1411
    Fix download url

 .gitignore    |    1 +
 opensaml.spec |   27 +++++++++++++--------------
 sources       |    2 +-
 3 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e84651..103cb10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 opensaml-2.3.tar.gz
+/opensaml-2.4.3.tar.gz
diff --git a/opensaml.spec b/opensaml.spec
index b5b2be9..a684b14 100644
--- a/opensaml.spec
+++ b/opensaml.spec
@@ -1,26 +1,24 @@
 Name:           opensaml
-Version:        2.3
-Release:        5%{?dist}
+Version:        2.4.3
+Release:        1%{?dist}
 Summary:        Security Assertion Markup Language
 
 Group:          System Environment/Libraries
 License:        ASL 2.0
 URL:            http://www.opensaml.org/
-Source0:        http://shibboleth.internet2.edu/downloads/opensaml/cpp/%{version}/opensaml-%{version}.tar.gz
-Patch0:         %{name}-rm-pl-ending.patch
+Source0:        http://www.shibboleth.net/downloads/c++-opensaml/%{version}/opensaml-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  log4cpp-devel
 BuildRequires:  xerces-c-devel >= 2.8.0
-BuildRequires:  xmltooling-devel >= 1.3.1
+BuildRequires:  xmltooling-devel >= 1.4.2
 BuildRequires:  xml-security-c-devel >= 1.4.0
 BuildRequires:  doxygen
 BuildRequires:  cxxtest
 
 Requires:       xml-common
 
-# Needed since we are doing an autoreconf
-# below.
+# Needed since we are doing an autoreconf below.
 BuildRequires:  automake
 BuildRequires:  autoconf
 BuildRequires:  libtool
@@ -59,16 +57,11 @@ that support the SAML 1.0, 1.1, and 2.0 specifications.
 
 %prep
 %setup -q
-#%patch0 -p1
 # Remove private zlib to be sure we don't use it.
 rm -rf saml/zlib
 
 %build
-aclocal 
-autoconf
-autoheader
-automake --add-missing --copy
-libtoolize --copy --force
+autoreconf -fiv
 
 %configure
 make %{?_smp_mflags}
@@ -94,13 +87,13 @@ rm -rf $RPM_BUILD_ROOT
 #%{_bindir}/samltest
 %{_libdir}/libsaml.so.*
 %{_datadir}/xml/opensaml
-
 %doc doc/README.txt doc/LICENSE.txt
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 
 %files doc
 %defattr(-,root,root,-)
@@ -108,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 12 2011 Guido Grazioli <guido.grazioli at gmail.com> - 2.4.3-1
+- Update to 2.4.3, security fix CVE-2011-1411
+- Fix download url
+
 * Wed Mar 16 2011 Kalev Lember <kalev at smartlink.ee> - 2.3-5
 - Rebuilt with xml-security-c 1.6
 
@@ -122,11 +119,13 @@ rm -rf $RPM_BUILD_ROOT
 
 * Thu Nov 19 2009 Steve Traylen  <steve.traylen at cern.ch>  - 2.3-1
 - New upstream 2.3
+
 * Fri Oct 16 2009 Steve Traylen  <steve.traylen at cern.ch>  - 2.2.1-2
 - Change Source URL to explicit version rather than "latest"
 - Add a BuildRequires of cxxtest.
 - Add Requires xml-common  to ensure existence of /usr/share/xml
 - Add more minimum versions for BuildRequires.
+
 * Tue Oct 6 2009  Steve Traylen  <steve.traylen at cern.ch>  - 2.2.1-1
 - First Build
 
diff --git a/sources b/sources
index bc3f113..bae3e88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9695d40cb28519c2cde8211cd1c3dc69  opensaml-2.3.tar.gz
+368361d56992afafbc6f8190a77ffd53  opensaml-2.4.3.tar.gz


More information about the scm-commits mailing list