[DRE-commits] [ruby-saml] branch master updated (f4da92a -> 4b696d5)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 30 09:12:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch master
in repository ruby-saml.

      from  f4da92a   bump standards
      adds  04e7d0d   New upstream version 1.4.1
       new  b43322c   Merge tag 'upstream/1.4.1'
       new  07fe7fa   fix autopkgtest
       new  91ab6d8   install as gem
       new  f8fd4fe   fix schemas path
       new  4b696d5   remove hard coded version in patch

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            |  36 ++--
 README.md                                          |  75 ++++---
 changelog.md                                       |  30 +++
 debian/changelog                                   |   8 +
 debian/patches/disable-failing-test.patch          |  35 ----
 debian/patches/remove-bundler.patch                |   2 +-
 debian/patches/remove-simplecov.patch              |   4 +-
 debian/patches/series                              |   2 +-
 debian/patches/use-system-lib.patch                |  24 +++
 debian/rules                                       |  15 +-
 lib/onelogin/ruby-saml/authrequest.rb              |  16 +-
 lib/onelogin/ruby-saml/idp_metadata_parser.rb      |  14 +-
 lib/onelogin/ruby-saml/response.rb                 | 227 +++++++++++++++++----
 lib/onelogin/ruby-saml/saml_message.rb             |   4 +-
 lib/onelogin/ruby-saml/settings.rb                 |   7 +-
 lib/onelogin/ruby-saml/utils.rb                    |  20 +-
 lib/onelogin/ruby-saml/version.rb                  |   2 +-
 lib/xml_security.rb                                |  12 +-
 test/idp_metadata_parser_test.rb                   |  16 ++
 test/request_test.rb                               |  14 ++
 test/response_test.rb                              | 219 +++++++++++++++-----
 .../invalids/duplicated_attributes.xml.base64      |   1 +
 .../invalids/empty_destination.xml.base64          |   1 +
 test/responses/invalids/empty_nameid.xml.base64    |   1 +
 .../invalids/encrypted_new_attack.xml.base64       |   1 +
 .../invalids/invalid_issuer_message.xml.base64     |   2 +-
 .../invalids/no_authnstatement.xml.base64          |   1 +
 test/responses/invalids/no_conditions.xml.base64   |   1 +
 .../invalids/no_issuer_assertion.xml.base64        |   1 +
 .../invalids/no_issuer_response.xml.base64         |   1 +
 test/responses/invalids/no_nameid.xml.base64       |   1 +
 .../invalids/response_encrypted_attrs.xml.base64   |   1 -
 .../response_with_concealed_signed_assertion.xml}  |  31 ++-
 .../response_with_doubled_signed_assertion.xml}    |  29 ++-
 .../invalids/wrong_spnamequalifier.xml.base64      |   1 +
 test/responses/response_encrypted_attrs.xml.base64 |   1 +
 ...esponse_with_multiple_attribute_statements.xml} |   9 +-
 ...on.xml => response_with_signed_assertion_3.xml} |   8 +-
 test/test_helper.rb                                |   5 +
 test/xml_security_test.rb                          |  33 +++
 40 files changed, 670 insertions(+), 241 deletions(-)
 delete mode 100644 debian/patches/disable-failing-test.patch
 create mode 100644 debian/patches/use-system-lib.patch
 create mode 100644 test/responses/invalids/duplicated_attributes.xml.base64
 create mode 100644 test/responses/invalids/empty_destination.xml.base64
 create mode 100644 test/responses/invalids/empty_nameid.xml.base64
 create mode 100644 test/responses/invalids/encrypted_new_attack.xml.base64
 create mode 100644 test/responses/invalids/no_authnstatement.xml.base64
 create mode 100644 test/responses/invalids/no_conditions.xml.base64
 create mode 100644 test/responses/invalids/no_issuer_assertion.xml.base64
 create mode 100644 test/responses/invalids/no_issuer_response.xml.base64
 create mode 100644 test/responses/invalids/no_nameid.xml.base64
 delete mode 100644 test/responses/invalids/response_encrypted_attrs.xml.base64
 copy test/responses/{response_with_signed_message_and_assertion.xml => invalids/response_with_concealed_signed_assertion.xml} (65%)
 copy test/responses/{response_with_signed_message_and_assertion.xml => invalids/response_with_doubled_signed_assertion.xml} (65%)
 create mode 100644 test/responses/invalids/wrong_spnamequalifier.xml.base64
 create mode 100644 test/responses/response_encrypted_attrs.xml.base64
 copy test/responses/{response_with_multiple_attribute_values.xml => response_with_multiple_attribute_statements.xml} (93%)
 copy test/responses/{response_with_signed_message_and_assertion.xml => response_with_signed_assertion_3.xml} (65%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-saml.git



More information about the Pkg-ruby-extras-commits mailing list