pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-oauth security/ruby-oauth: update to 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b17b49ec8b29
branches: trunk
changeset: 385128:b17b49ec8b29
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 11 05:47:10 2022 +0000
description:
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
diffstat:
security/ruby-oauth/ALTERNATIVES | 1 -
security/ruby-oauth/Makefile | 10 ++++++----
security/ruby-oauth/PLIST | 11 +----------
security/ruby-oauth/distinfo | 8 ++++----
4 files changed, 11 insertions(+), 19 deletions(-)
diffs (70 lines):
diff -r 8fd9b90a0177 -r b17b49ec8b29 security/ruby-oauth/ALTERNATIVES
--- a/security/ruby-oauth/ALTERNATIVES Sun Sep 11 05:42:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-bin/oauth @PREFIX@/bin/oauth@RUBY_SUFFIX@
diff -r 8fd9b90a0177 -r b17b49ec8b29 security/ruby-oauth/Makefile
--- a/security/ruby-oauth/Makefile Sun Sep 11 05:42:39 2022 +0000
+++ b/security/ruby-oauth/Makefile Sun Sep 11 05:47:10 2022 +0000
@@ -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 @@
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
diff -r 8fd9b90a0177 -r b17b49ec8b29 security/ruby-oauth/PLIST
--- a/security/ruby-oauth/PLIST Sun Sep 11 05:42:39 2022 +0000
+++ b/security/ruby-oauth/PLIST Sun Sep 11 05:47:10 2022 +0000
@@ -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}/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
diff -r 8fd9b90a0177 -r b17b49ec8b29 security/ruby-oauth/distinfo
--- a/security/ruby-oauth/distinfo Sun Sep 11 05:42:39 2022 +0000
+++ b/security/ruby-oauth/distinfo Sun Sep 11 05:47:10 2022 +0000
@@ -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