[SCM] Debian packaging for OpenSAML 2.0 branch, lenny, updated. upstream/2.0-42-g1201515

Ferenc Wagner wferi at niif.hu
Wed Jan 21 16:25:35 UTC 2009


The following commit has been merged in the lenny branch:
commit 1201515759a55a0f9d6bc4ab74c755ee0b1dae0c
Author: Ferenc Wagner <wferi at niif.hu>
Date:   Wed Jan 21 16:29:48 2009 +0100

    Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-11
    
    Upstream title: SignatureMetadataFilter fails to validate signed EntityDescriptor

diff --git a/debian/changelog b/debian/changelog
index be8c190..14a08fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ opensaml2 (2.0-2) unstable; urgency=low
 
   * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-7
     (Metadata with EncryptionMethod elements fails to load)
+  * Include fix for https://bugs.internet2.edu/jira/browse/CPPOST-11
+    (SignatureMetadataFilter fails to validate signed EntityDescriptor)
 
- -- Ferenc Wagner <wferi at niif.hu>  Tue, 20 Jan 2009 20:50:28 +0100
+ -- Ferenc Wagner <wferi at niif.hu>  Wed, 21 Jan 2009 16:30:46 +0100
 
 opensaml2 (2.0-1) unstable; urgency=low
 
diff --git a/saml/saml2/metadata/impl/SignatureMetadataFilter.cpp b/saml/saml2/metadata/impl/SignatureMetadataFilter.cpp
index 3228301..bdd2852 100644
--- a/saml/saml2/metadata/impl/SignatureMetadataFilter.cpp
+++ b/saml/saml2/metadata/impl/SignatureMetadataFilter.cpp
@@ -147,6 +147,7 @@ void SignatureMetadataFilter::doFilter(XMLObject& xmlObject) const
         if (!entity.getSignature())
             throw MetadataFilterException("Root metadata element was unsigned.");
         verifySignature(entity.getSignature(), entity.getEntityID());
+        return;
     }
     catch (bad_cast) {
     }

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list