pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-oauth
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 11 05:47:10 UTC 2022
Modified Files:
pkgsrc/security/ruby-oauth: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/ruby-oauth: ALTERNATIVES
Log Message:
security/ruby-oauth: update to 1.1.0
pkgsrc change: Add missing dependencies.
1.0.1 (2022-08-29)
* OAuth::CLI has been extracted to a new gem, oauth-tty, hosted on Gitlab
- The public API of oauth-tty is backwards compatible (meaning OAuth::CLI)
- The change within the oauth gem is backwards compatible as oauth-tty has
been added as a dependency
- Minor version bump is cautionary, as many lines of code have changed.
* OAuth::Comsumer#options hash is now handled by snaky_hash, which was
extracted from oauth2
- symbolized keys, dot-access and snake-case are now normalized
1.1.0 (2022-08-29)
* OAuth::Comsumer#options hash is now handled by snaky_hash, which was
extracted from oauth2 symbolized keys, dot-access and snake-case are now
normalized
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 pkgsrc/security/ruby-oauth/ALTERNATIVES
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/ruby-oauth/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-oauth/Makefile
diff -u pkgsrc/security/ruby-oauth/Makefile:1.20 pkgsrc/security/ruby-oauth/Makefile:1.21
--- pkgsrc/security/ruby-oauth/Makefile:1.20 Mon Aug 29 14:20:56 2022
+++ pkgsrc/security/ruby-oauth/Makefile Sun Sep 11 05:47:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/08/29 14:20:56 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/09/11 05:47:10 taca Exp $
-DISTNAME= oauth-1.0.0
+DISTNAME= oauth-1.1.0
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +8,11 @@ HOMEPAGE= https://github.com/oauth-xx/oa
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
-USE_LANGUAGES= # none
+DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0<2:../../security/ruby-oauth-tty
+DEPENDS+= ${RUBY_PKGPREFIX}-snaky_hash>=2.0<3:../../security/ruby-snaky_hash
+DEPENDS+= ${RUBY_PKGPREFIX}-version_gem>=1.1<2:../../devel/ruby-version_gem
-RUBYGEM_OPTIONS+= --format-executable
+USE_LANGUAGES= # none
RUBY_VERSIONS_INCOMPATIBLE= 26
Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.10 pkgsrc/security/ruby-oauth/PLIST:1.11
--- pkgsrc/security/ruby-oauth/PLIST:1.10 Sun Nov 28 14:11:14 2021
+++ pkgsrc/security/ruby-oauth/PLIST Sun Sep 11 05:47:10 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/11/28 14:11:14 taca Exp $
-bin/oauth${RUBY_SUFFIX}
+@comment $NetBSD: PLIST,v 1.11 2022/09/11 05:47:10 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
@@ -8,15 +7,7 @@ ${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/TODO
-${GEM_LIBDIR}/bin/oauth
${GEM_LIBDIR}/lib/oauth.rb
-${GEM_LIBDIR}/lib/oauth/cli.rb
-${GEM_LIBDIR}/lib/oauth/cli/authorize_command.rb
-${GEM_LIBDIR}/lib/oauth/cli/base_command.rb
-${GEM_LIBDIR}/lib/oauth/cli/help_command.rb
-${GEM_LIBDIR}/lib/oauth/cli/query_command.rb
-${GEM_LIBDIR}/lib/oauth/cli/sign_command.rb
-${GEM_LIBDIR}/lib/oauth/cli/version_command.rb
${GEM_LIBDIR}/lib/oauth/client.rb
${GEM_LIBDIR}/lib/oauth/client/action_controller_request.rb
${GEM_LIBDIR}/lib/oauth/client/em_http.rb
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.18 pkgsrc/security/ruby-oauth/distinfo:1.19
--- pkgsrc/security/ruby-oauth/distinfo:1.18 Sun Aug 28 05:54:26 2022
+++ pkgsrc/security/ruby-oauth/distinfo Sun Sep 11 05:47:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/08/28 05:54:26 taca Exp $
+$NetBSD: distinfo,v 1.19 2022/09/11 05:47:10 taca Exp $
-BLAKE2s (oauth-1.0.0.gem) = 8a9db14377ed51951ef4768e59e022d7b2f2c174e06e863683f1d64cd99f3776
-SHA512 (oauth-1.0.0.gem) = f26775c645f3447d3e8f503a3934e3a9dfb67ee99149f51a9677108d3f0c9bd98615dfc8fc8f60b682f0e3bc74e2489850e5f445e84f998eb7f53405def7224d
-Size (oauth-1.0.0.gem) = 43520 bytes
+BLAKE2s (oauth-1.1.0.gem) = 9efb2f31581b7445e7edf404fee5f8e1a0979dbbf3eeec2729600510ff3b8255
+SHA512 (oauth-1.1.0.gem) = c2bdcc7db3ffbab2416882f45953973a0c42d93e7f3f80fdcda55b9f1dd744e2f266317bc85bcb8e76001ec4c8e328ea039b09376f4cb014871a0c3448bbd60f
+Size (oauth-1.1.0.gem) = 39936 bytes
Home |
Main Index |
Thread Index |
Old Index