pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-ruby-openid



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov 18 15:44:37 UTC 2019

Modified Files:
        pkgsrc/security/ruby-ruby-openid: Makefile PLIST distinfo

Log Message:
security/ruby-ruby-openid: update to 2.9.2

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-ruby-openid/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-ruby-openid/PLIST \
    pkgsrc/security/ruby-ruby-openid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-ruby-openid/Makefile
diff -u pkgsrc/security/ruby-ruby-openid/Makefile:1.5 pkgsrc/security/ruby-ruby-openid/Makefile:1.6
--- pkgsrc/security/ruby-ruby-openid/Makefile:1.5       Sat Sep 16 19:27:07 2017
+++ pkgsrc/security/ruby-ruby-openid/Makefile   Mon Nov 18 15:44:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/18 15:44:37 taca Exp $
 
-DISTNAME=      ruby-openid-2.7.0
+DISTNAME=      ruby-openid-2.9.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    ruby security
 

Index: pkgsrc/security/ruby-ruby-openid/PLIST
diff -u pkgsrc/security/ruby-ruby-openid/PLIST:1.3 pkgsrc/security/ruby-ruby-openid/PLIST:1.4
--- pkgsrc/security/ruby-ruby-openid/PLIST:1.3  Fri Mar 13 15:30:58 2015
+++ pkgsrc/security/ruby-ruby-openid/PLIST      Mon Nov 18 15:44:37 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/03/13 15:30:58 taca Exp $
+@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
@@ -6,7 +6,7 @@ ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/NOTICE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/UPGRADE.md
-${GEM_LIBDIR}/examples/README
+${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
@@ -17,6 +17,8 @@ ${GEM_LIBDIR}/examples/active_record_ope
 ${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
@@ -122,6 +124,7 @@ ${GEM_LIBDIR}/lib/openid/yadis/services.
 ${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
@@ -205,4 +208,3 @@ ${GEM_LIBDIR}/test/test_yadis_discovery.
 ${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
Index: pkgsrc/security/ruby-ruby-openid/distinfo
diff -u pkgsrc/security/ruby-ruby-openid/distinfo:1.3 pkgsrc/security/ruby-ruby-openid/distinfo:1.4
--- pkgsrc/security/ruby-ruby-openid/distinfo:1.3       Wed Nov  4 01:18:08 2015
+++ pkgsrc/security/ruby-ruby-openid/distinfo   Mon Nov 18 15:44:37 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:18:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2019/11/18 15:44:37 taca Exp $
 
-SHA1 (ruby-openid-2.7.0.gem) = 94030b4f04e58d1f88cf25437430c349efc0f2d1
-RMD160 (ruby-openid-2.7.0.gem) = 4d2606174b5252392120deafacc197bd1624de44
-SHA512 (ruby-openid-2.7.0.gem) = 7dfe4b1e0e5cf33502d8bc9ec44dca1855ff17282637210f3014f5f96a6f750b57257a9ae57bed576a3f31efc46e5801883c0eb46a3dde45a186c22929057fb4
-Size (ruby-openid-2.7.0.gem) = 330240 bytes
+SHA1 (ruby-openid-2.9.2.gem) = 75b8e678b7da783363c7c99f0a1a8dcc67841687
+RMD160 (ruby-openid-2.9.2.gem) = 47ce2d2d0bcbb842300ecd891c4cb58d0365f3f9
+SHA512 (ruby-openid-2.9.2.gem) = 7b5cd60af00df78cd3504739894bb11656545a6ecec14165c3d0f131ab1ae461a180b85ba63a0297e3d3b4677bf418bbe83e7b27e36a543ede326323d43d1362
+Size (ruby-openid-2.9.2.gem) = 331776 bytes



Home | Main Index | Thread Index | Old Index