pkgsrc/security/ruby-ruby-openid/PLIST
taca 18b035c0d5 Update ruby-ruby-openid to 2.7.0.
Sort PLIST.

## 2.7.0

* Use RFC 2396 compatible URI parser for trustroot - 7c84ec9ced3ccbdad575e02dbfa81e53b52f909e
  See https://github.com/openid/ruby-openid/pull/85
* Use HMAC from OpenSSL rather than Digest - ce2e30d7ff3308f17ef7d8c19d6f4752f76c9c40
  See https://github.com/openid/ruby-openid/pull/84
* Check if OpenSSL is loaded - 751e55820d958ee781f5abb466a576d83ddde6fd

## 2.6.0

* More safely build filenames - 1c4a90630b183e7572b8ab5f2e3a3e0c0fecd2c7
  See https://github.com/openid/ruby-openid/pull/80
* The session serializer of Rails4.1 is json - b44a1eb511dec3be25a07930121bc80cacec0f1c
* Handle boolean value to fix signature issue - d65076269b77754da7db6e4b189edeeb9201600d
  See https://github.com/openid/ruby-openid/pull/76
2015-03-13 15:30:58 +00:00

208 lines
10 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2015/03/13 15:30:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/INSTALL.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/NOTICE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/UPGRADE.md
${GEM_LIBDIR}/examples/README
${GEM_LIBDIR}/examples/active_record_openid_store/README
${GEM_LIBDIR}/examples/active_record_openid_store/XXX_add_open_id_store_to_db.rb
${GEM_LIBDIR}/examples/active_record_openid_store/XXX_upgrade_open_id_store.rb
${GEM_LIBDIR}/examples/active_record_openid_store/init.rb
${GEM_LIBDIR}/examples/active_record_openid_store/lib/association.rb
${GEM_LIBDIR}/examples/active_record_openid_store/lib/nonce.rb
${GEM_LIBDIR}/examples/active_record_openid_store/lib/open_id_setting.rb
${GEM_LIBDIR}/examples/active_record_openid_store/lib/openid_ar_store.rb
${GEM_LIBDIR}/examples/active_record_openid_store/test/store_test.rb
${GEM_LIBDIR}/examples/discover
${GEM_LIBDIR}/examples/rails_openid/Gemfile
${GEM_LIBDIR}/examples/rails_openid/README
${GEM_LIBDIR}/examples/rails_openid/README.rdoc
${GEM_LIBDIR}/examples/rails_openid/Rakefile
${GEM_LIBDIR}/examples/rails_openid/app/assets/images/rails.png
${GEM_LIBDIR}/examples/rails_openid/app/assets/javascripts/application.js
${GEM_LIBDIR}/examples/rails_openid/app/assets/stylesheets/application.css
${GEM_LIBDIR}/examples/rails_openid/app/controllers/application_controller.rb
${GEM_LIBDIR}/examples/rails_openid/app/controllers/consumer_controller.rb
${GEM_LIBDIR}/examples/rails_openid/app/controllers/login_controller.rb
${GEM_LIBDIR}/examples/rails_openid/app/controllers/server_controller.rb
${GEM_LIBDIR}/examples/rails_openid/app/helpers/application_helper.rb
${GEM_LIBDIR}/examples/rails_openid/app/helpers/login_helper.rb
${GEM_LIBDIR}/examples/rails_openid/app/helpers/server_helper.rb
${GEM_LIBDIR}/examples/rails_openid/app/views/consumer/index.html.erb
${GEM_LIBDIR}/examples/rails_openid/app/views/layouts/server.html.erb
${GEM_LIBDIR}/examples/rails_openid/app/views/login/index.html.erb
${GEM_LIBDIR}/examples/rails_openid/app/views/server/decide.html.erb
${GEM_LIBDIR}/examples/rails_openid/config.ru
${GEM_LIBDIR}/examples/rails_openid/config/application.rb
${GEM_LIBDIR}/examples/rails_openid/config/boot.rb
${GEM_LIBDIR}/examples/rails_openid/config/database.yml
${GEM_LIBDIR}/examples/rails_openid/config/environment.rb
${GEM_LIBDIR}/examples/rails_openid/config/environments/development.rb
${GEM_LIBDIR}/examples/rails_openid/config/environments/production.rb
${GEM_LIBDIR}/examples/rails_openid/config/environments/test.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/backtrace_silencers.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/inflections.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/mime_types.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/rails_root.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/secret_token.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/session_store.rb
${GEM_LIBDIR}/examples/rails_openid/config/initializers/wrap_parameters.rb
${GEM_LIBDIR}/examples/rails_openid/config/locales/en.yml
${GEM_LIBDIR}/examples/rails_openid/config/routes.rb
${GEM_LIBDIR}/examples/rails_openid/db/development.sqlite3
${GEM_LIBDIR}/examples/rails_openid/db/seeds.rb
${GEM_LIBDIR}/examples/rails_openid/doc/README_FOR_APP
${GEM_LIBDIR}/examples/rails_openid/log/development.log
${GEM_LIBDIR}/examples/rails_openid/public/404.html
${GEM_LIBDIR}/examples/rails_openid/public/422.html
${GEM_LIBDIR}/examples/rails_openid/public/500.html
${GEM_LIBDIR}/examples/rails_openid/public/dispatch.cgi
${GEM_LIBDIR}/examples/rails_openid/public/dispatch.fcgi
${GEM_LIBDIR}/examples/rails_openid/public/dispatch.rb
${GEM_LIBDIR}/examples/rails_openid/public/favicon.ico
${GEM_LIBDIR}/examples/rails_openid/public/images/openid_login_bg.gif
${GEM_LIBDIR}/examples/rails_openid/public/javascripts/application.js
${GEM_LIBDIR}/examples/rails_openid/public/javascripts/controls.js
${GEM_LIBDIR}/examples/rails_openid/public/javascripts/dragdrop.js
${GEM_LIBDIR}/examples/rails_openid/public/javascripts/effects.js
${GEM_LIBDIR}/examples/rails_openid/public/javascripts/prototype.js
${GEM_LIBDIR}/examples/rails_openid/public/robots.txt
${GEM_LIBDIR}/examples/rails_openid/script/rails
${GEM_LIBDIR}/examples/rails_openid/test/functional/login_controller_test.rb
${GEM_LIBDIR}/examples/rails_openid/test/functional/server_controller_test.rb
${GEM_LIBDIR}/examples/rails_openid/test/performance/browsing_test.rb
${GEM_LIBDIR}/examples/rails_openid/test/test_helper.rb
${GEM_LIBDIR}/lib/hmac/hmac.rb
${GEM_LIBDIR}/lib/hmac/sha1.rb
${GEM_LIBDIR}/lib/hmac/sha2.rb
${GEM_LIBDIR}/lib/openid.rb
${GEM_LIBDIR}/lib/openid/association.rb
${GEM_LIBDIR}/lib/openid/consumer.rb
${GEM_LIBDIR}/lib/openid/consumer/associationmanager.rb
${GEM_LIBDIR}/lib/openid/consumer/checkid_request.rb
${GEM_LIBDIR}/lib/openid/consumer/discovery.rb
${GEM_LIBDIR}/lib/openid/consumer/discovery_manager.rb
${GEM_LIBDIR}/lib/openid/consumer/html_parse.rb
${GEM_LIBDIR}/lib/openid/consumer/idres.rb
${GEM_LIBDIR}/lib/openid/consumer/responses.rb
${GEM_LIBDIR}/lib/openid/consumer/session.rb
${GEM_LIBDIR}/lib/openid/cryptutil.rb
${GEM_LIBDIR}/lib/openid/dh.rb
${GEM_LIBDIR}/lib/openid/extension.rb
${GEM_LIBDIR}/lib/openid/extensions/ax.rb
${GEM_LIBDIR}/lib/openid/extensions/oauth.rb
${GEM_LIBDIR}/lib/openid/extensions/pape.rb
${GEM_LIBDIR}/lib/openid/extensions/sreg.rb
${GEM_LIBDIR}/lib/openid/extensions/ui.rb
${GEM_LIBDIR}/lib/openid/fetchers.rb
${GEM_LIBDIR}/lib/openid/kvform.rb
${GEM_LIBDIR}/lib/openid/kvpost.rb
${GEM_LIBDIR}/lib/openid/message.rb
${GEM_LIBDIR}/lib/openid/protocolerror.rb
${GEM_LIBDIR}/lib/openid/server.rb
${GEM_LIBDIR}/lib/openid/store/filesystem.rb
${GEM_LIBDIR}/lib/openid/store/interface.rb
${GEM_LIBDIR}/lib/openid/store/memcache.rb
${GEM_LIBDIR}/lib/openid/store/memory.rb
${GEM_LIBDIR}/lib/openid/store/nonce.rb
${GEM_LIBDIR}/lib/openid/trustroot.rb
${GEM_LIBDIR}/lib/openid/urinorm.rb
${GEM_LIBDIR}/lib/openid/util.rb
${GEM_LIBDIR}/lib/openid/version.rb
${GEM_LIBDIR}/lib/openid/yadis/accept.rb
${GEM_LIBDIR}/lib/openid/yadis/constants.rb
${GEM_LIBDIR}/lib/openid/yadis/discovery.rb
${GEM_LIBDIR}/lib/openid/yadis/filters.rb
${GEM_LIBDIR}/lib/openid/yadis/htmltokenizer.rb
${GEM_LIBDIR}/lib/openid/yadis/parsehtml.rb
${GEM_LIBDIR}/lib/openid/yadis/services.rb
${GEM_LIBDIR}/lib/openid/yadis/xrds.rb
${GEM_LIBDIR}/lib/openid/yadis/xri.rb
${GEM_LIBDIR}/lib/openid/yadis/xrires.rb
${GEM_LIBDIR}/test/data/accept.txt
${GEM_LIBDIR}/test/data/dh.txt
${GEM_LIBDIR}/test/data/example-xrds.xml
${GEM_LIBDIR}/test/data/linkparse.txt
${GEM_LIBDIR}/test/data/n2b64
${GEM_LIBDIR}/test/data/test1-discover.txt
${GEM_LIBDIR}/test/data/test1-parsehtml.txt
${GEM_LIBDIR}/test/data/test_discover/malformed_meta_tag.html
${GEM_LIBDIR}/test/data/test_discover/openid.html
${GEM_LIBDIR}/test/data/test_discover/openid2.html
${GEM_LIBDIR}/test/data/test_discover/openid2_xrds.xml
${GEM_LIBDIR}/test/data/test_discover/openid2_xrds_no_local_id.xml
${GEM_LIBDIR}/test/data/test_discover/openid_1_and_2.html
${GEM_LIBDIR}/test/data/test_discover/openid_1_and_2_xrds.xml
${GEM_LIBDIR}/test/data/test_discover/openid_1_and_2_xrds_bad_delegate.xml
${GEM_LIBDIR}/test/data/test_discover/openid_and_yadis.html
${GEM_LIBDIR}/test/data/test_discover/openid_no_delegate.html
${GEM_LIBDIR}/test/data/test_discover/openid_utf8.html
${GEM_LIBDIR}/test/data/test_discover/yadis_0entries.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_2_bad_local_id.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_2entries_delegate.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_2entries_idp.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_another_delegate.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_idp.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_idp_delegate.xml
${GEM_LIBDIR}/test/data/test_discover/yadis_no_delegate.xml
${GEM_LIBDIR}/test/data/test_xrds/=j3h.2007.11.14.xrds
${GEM_LIBDIR}/test/data/test_xrds/README
${GEM_LIBDIR}/test/data/test_xrds/delegated-20060809-r1.xrds
${GEM_LIBDIR}/test/data/test_xrds/delegated-20060809-r2.xrds
${GEM_LIBDIR}/test/data/test_xrds/delegated-20060809.xrds
${GEM_LIBDIR}/test/data/test_xrds/no-xrd.xml
${GEM_LIBDIR}/test/data/test_xrds/not-xrds.xml
${GEM_LIBDIR}/test/data/test_xrds/prefixsometimes.xrds
${GEM_LIBDIR}/test/data/test_xrds/ref.xrds
${GEM_LIBDIR}/test/data/test_xrds/sometimesprefix.xrds
${GEM_LIBDIR}/test/data/test_xrds/spoof1.xrds
${GEM_LIBDIR}/test/data/test_xrds/spoof2.xrds
${GEM_LIBDIR}/test/data/test_xrds/spoof3.xrds
${GEM_LIBDIR}/test/data/test_xrds/status222.xrds
${GEM_LIBDIR}/test/data/test_xrds/subsegments.xrds
${GEM_LIBDIR}/test/data/test_xrds/valid-populated-xrds.xml
${GEM_LIBDIR}/test/data/trustroot.txt
${GEM_LIBDIR}/test/data/urinorm.txt
${GEM_LIBDIR}/test/discoverdata.rb
${GEM_LIBDIR}/test/test_accept.rb
${GEM_LIBDIR}/test/test_association.rb
${GEM_LIBDIR}/test/test_associationmanager.rb
${GEM_LIBDIR}/test/test_ax.rb
${GEM_LIBDIR}/test/test_checkid_request.rb
${GEM_LIBDIR}/test/test_consumer.rb
${GEM_LIBDIR}/test/test_cryptutil.rb
${GEM_LIBDIR}/test/test_dh.rb
${GEM_LIBDIR}/test/test_discover.rb
${GEM_LIBDIR}/test/test_discovery_manager.rb
${GEM_LIBDIR}/test/test_extension.rb
${GEM_LIBDIR}/test/test_fetchers.rb
${GEM_LIBDIR}/test/test_filters.rb
${GEM_LIBDIR}/test/test_idres.rb
${GEM_LIBDIR}/test/test_kvform.rb
${GEM_LIBDIR}/test/test_kvpost.rb
${GEM_LIBDIR}/test/test_linkparse.rb
${GEM_LIBDIR}/test/test_message.rb
${GEM_LIBDIR}/test/test_nonce.rb
${GEM_LIBDIR}/test/test_oauth.rb
${GEM_LIBDIR}/test/test_openid_yadis.rb
${GEM_LIBDIR}/test/test_pape.rb
${GEM_LIBDIR}/test/test_parsehtml.rb
${GEM_LIBDIR}/test/test_responses.rb
${GEM_LIBDIR}/test/test_server.rb
${GEM_LIBDIR}/test/test_sreg.rb
${GEM_LIBDIR}/test/test_stores.rb
${GEM_LIBDIR}/test/test_trustroot.rb
${GEM_LIBDIR}/test/test_ui.rb
${GEM_LIBDIR}/test/test_urinorm.rb
${GEM_LIBDIR}/test/test_util.rb
${GEM_LIBDIR}/test/test_xrds.rb
${GEM_LIBDIR}/test/test_xri.rb
${GEM_LIBDIR}/test/test_xrires.rb
${GEM_LIBDIR}/test/test_yadis_discovery.rb
${GEM_LIBDIR}/test/testutil.rb
${GEM_LIBDIR}/test/util.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.0.0/build_info