ac02e257ae
Update ruby-ruby-openid package to version 2.9.2. ## 2.9.2 * Perform all checks before verifying endpoints. [#126](https://github.com/openid/ruby-openid/pull/126) ## 2.9.1 * Updated CHANGELOG.md ## 2.9.0 * Remove deprecated `autorequire` from gemspec. [#123](https://github.com/openid/ruby-openid/pull/123) * Rescue from `Yadis::XRI::XRIHTTPError` on discovery. [#106](https://github.com/openid/ruby-openid/pull/106) * Avoid SSRF for claimed_id request. [#121](https://github.com/openid/ruby-openid/pull/121) * Updated documentation. [#115](https://github.com/openid/ruby-openid/pull/115), [#116](https://github.com/openid/ruby-openid/pull/116), [#117](https://github.com/openid/ruby-openid/pull/117), [#118](https://github.com/openid/ruby-openid/pull/118) * Reduce warnings output in test runs. [#119](https://github.com/openid/ruby-openid/pull/119) * Drop deprecated option from gemspec. [#120](https://github.com/openid/ruby-openid/pull/120) * Remove circular require. [#113](https://github.com/openid/ruby-openid/pull/113) * Updated Travis CI config with Ruby 2.6 [#114](https://github.com/openid/ruby-openid/pull/114) * Simplify Bundler require; remove need for extra `:require`. [#112](https://github.com/openid/ruby-openid/pull/112) ## 2.8.0 * Fix `admin/mkassoc` script. See https://github.com/openid/ruby-openid/pull/103 * Allow specifying timeout for `OpenID::StandardFetcher` in environment variables. See https://github.com/openid/ruby-openid/pull/109 * Fixed some documentation. See https://github.com/openid/ruby-openid/pull/111 * Fixed example server. See https://github.com/openid/ruby-openid/pull/91 * Fixed tests. See https://github.com/openid/ruby-openid/pull/86 * Misc. changes to the CI setup. See - https://github.com/openid/ruby-openid/pull/110 - https://github.com/openid/ruby-openid/pull/108 - https://github.com/openid/ruby-openid/pull/107
210 lines
10 KiB
Text
210 lines
10 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2019/11/18 15:44:37 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.md
|
|
${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/rails5_openid/Gemfile.lock
|
|
${GEM_LIBDIR}/examples/rails5_openid/config/master.key
|
|
${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}/lib/ruby-openid.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
|