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: Tue Sep 23 03:29:23 UTC 2025
Modified Files:
pkgsrc/security/ruby-oauth: Makefile PLIST distinfo
Log Message:
security/ruby-oauth: update to 1.1.2
1.1.1 - 2025-09-21
* TAG: v1.1.1
* COVERAGE: 81.70% -- 817/1000 lines in 36 files
* BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
* 40.71% documented
Added
* kettle-dev v1.1.18
* Internal escape & unescape methods
- Stop relying on URI / CGI for escaping and unescaping
- They are both unstable across supported versions of Ruby (including
3.5 HEAD)
* Tests against Rails-specific code are now run in CI
* Documented OAuth 1.0, 1.0a differences
Changed
* converted minitest => rspec
Removed
* dependency on em-http-request
- now lazy Loaded so it can be optional, since some systems fail to
install it, and it doesn't seem maintained
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.19 -r1.20 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.22 pkgsrc/security/ruby-oauth/Makefile:1.23
--- pkgsrc/security/ruby-oauth/Makefile:1.22 Mon Oct 10 03:36:50 2022
+++ pkgsrc/security/ruby-oauth/Makefile Tue Sep 23 03:29:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/10/10 03:36:50 taca Exp $
+# $NetBSD: Makefile,v 1.23 2025/09/23 03:29:23 taca Exp $
-DISTNAME= oauth-1.1.0
+DISTNAME= oauth-1.1.2
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.11 pkgsrc/security/ruby-oauth/PLIST:1.12
--- pkgsrc/security/ruby-oauth/PLIST:1.11 Sun Sep 11 05:47:10 2022
+++ pkgsrc/security/ruby-oauth/PLIST Tue Sep 23 03:29:23 2025
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.11 2022/09/11 05:47:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/09/23 03:29:23 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CITATION.cff
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/FUNDING.md
+${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/REEK
+${GEM_LIBDIR}/RUBOCOP.md
${GEM_LIBDIR}/SECURITY.md
-${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/lib/oauth.rb
${GEM_LIBDIR}/lib/oauth/client.rb
${GEM_LIBDIR}/lib/oauth/client/action_controller_request.rb
@@ -21,6 +24,7 @@ ${GEM_LIBDIR}/lib/oauth/errors/unauthori
${GEM_LIBDIR}/lib/oauth/helper.rb
${GEM_LIBDIR}/lib/oauth/oauth.rb
${GEM_LIBDIR}/lib/oauth/oauth_test_helper.rb
+${GEM_LIBDIR}/lib/oauth/optional.rb
${GEM_LIBDIR}/lib/oauth/request_proxy.rb
${GEM_LIBDIR}/lib/oauth/request_proxy/action_controller_request.rb
${GEM_LIBDIR}/lib/oauth/request_proxy/action_dispatch_request.rb
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.19 pkgsrc/security/ruby-oauth/distinfo:1.20
--- pkgsrc/security/ruby-oauth/distinfo:1.19 Sun Sep 11 05:47:10 2022
+++ pkgsrc/security/ruby-oauth/distinfo Tue Sep 23 03:29:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/09/11 05:47:10 taca Exp $
+$NetBSD: distinfo,v 1.20 2025/09/23 03:29:23 taca Exp $
-BLAKE2s (oauth-1.1.0.gem) = 9efb2f31581b7445e7edf404fee5f8e1a0979dbbf3eeec2729600510ff3b8255
-SHA512 (oauth-1.1.0.gem) = c2bdcc7db3ffbab2416882f45953973a0c42d93e7f3f80fdcda55b9f1dd744e2f266317bc85bcb8e76001ec4c8e328ea039b09376f4cb014871a0c3448bbd60f
-Size (oauth-1.1.0.gem) = 39936 bytes
+BLAKE2s (oauth-1.1.2.gem) = a4401f6eb972a69f1ad688b4576106aa43b8997373ecf57ed5550d0a1fc64ebb
+SHA512 (oauth-1.1.2.gem) = 9dc4f1ded1f64a4c187e0ed81c51b0a72904400fe3d731dccf30734bf09402c48ada5329392bdd1c25a6622e4eb5201f50ba6b8bd75eee2332d37c0fc3eceb0b
+Size (oauth-1.1.2.gem) = 60928 bytes
Home |
Main Index |
Thread Index |
Old Index