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 May 31 06:11:11 UTC 2026
Modified Files:
pkgsrc/security/ruby-oauth: Makefile PLIST distinfo
Log Message:
security/ruby-oauth: update to 1.1.5
1.1.4 (2026-05-16)
* TAG: v1.1.4
* COVERAGE: 84.64% -- 854/1009 lines in 36 files
* BRANCH COVERAGE: 54.91% -- 151/275 branches in 36 files
* 40.78% documented
Added
* Add auth-sanitizer integration for inspect-time secret redaction in core
OAuth objects.
* Traditional OAuth::VERSION constant
Changed
* Redact sensitive values from #inspect in OAuth::Consumer, OAuth::Token,
and OAuth::Signature::Base.
1.1.5 (2026-05-20)
* TAG: v1.1.5
* COVERAGE: 84.79% -- 864/1019 lines in 37 files
* BRANCH COVERAGE: 54.91% -- 151/275 branches in 37 files
* 40.86% documented
Changed
* auth-sanitizer v0.1.3
Fixed
* Load auth-sanitizer through an internal isolated loader so requiring oauth
does not add top-level Auth or AuthSanitizer constants that may collide
with downstream applications.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.21 -r1.22 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.24 pkgsrc/security/ruby-oauth/Makefile:1.25
--- pkgsrc/security/ruby-oauth/Makefile:1.24 Sun Jan 18 05:20:36 2026
+++ pkgsrc/security/ruby-oauth/Makefile Sun May 31 06:11:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/01/18 05:20:36 taca Exp $
+# $NetBSD: Makefile,v 1.25 2026/05/31 06:11:11 taca Exp $
-DISTNAME= oauth-1.1.3
+DISTNAME= oauth-1.1.5
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +8,9 @@ HOMEPAGE= https://github.com/oauth-xx/oa
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0.6<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
+DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0.8<2:../../security/ruby-oauth-tty
+DEPENDS+= ${RUBY_PKGPREFIX}-snaky_hash>=2.0.4<3:../../security/ruby-snaky_hash
+DEPENDS+= ${RUBY_PKGPREFIX}-version_gem>=1.1.3<2:../../devel/ruby-version_gem
USE_LANGUAGES= # none
Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.12 pkgsrc/security/ruby-oauth/PLIST:1.13
--- pkgsrc/security/ruby-oauth/PLIST:1.12 Tue Sep 23 03:29:23 2025
+++ pkgsrc/security/ruby-oauth/PLIST Sun May 31 06:11:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/09/23 03:29:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/05/31 06:11:11 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CITATION.cff
@@ -11,6 +11,7 @@ ${GEM_LIBDIR}/REEK
${GEM_LIBDIR}/RUBOCOP.md
${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/lib/oauth.rb
+${GEM_LIBDIR}/lib/oauth/auth_sanitizer.rb
${GEM_LIBDIR}/lib/oauth/client.rb
${GEM_LIBDIR}/lib/oauth/client/action_controller_request.rb
${GEM_LIBDIR}/lib/oauth/client/em_http.rb
@@ -51,4 +52,7 @@ ${GEM_LIBDIR}/lib/oauth/tokens/request_t
${GEM_LIBDIR}/lib/oauth/tokens/server_token.rb
${GEM_LIBDIR}/lib/oauth/tokens/token.rb
${GEM_LIBDIR}/lib/oauth/version.rb
+${GEM_LIBDIR}/sig/oauth/consumer.rbs
+${GEM_LIBDIR}/sig/oauth/signature/base.rbs
+${GEM_LIBDIR}/sig/oauth/tokens/token.rbs
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.21 pkgsrc/security/ruby-oauth/distinfo:1.22
--- pkgsrc/security/ruby-oauth/distinfo:1.21 Sun Jan 18 05:20:36 2026
+++ pkgsrc/security/ruby-oauth/distinfo Sun May 31 06:11:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/01/18 05:20:36 taca Exp $
+$NetBSD: distinfo,v 1.22 2026/05/31 06:11:11 taca Exp $
-BLAKE2s (oauth-1.1.3.gem) = 5426ac185c0a3e08749da7990c878057cb1bd9c87e87326a2a6da1eebd9d3f3c
-SHA512 (oauth-1.1.3.gem) = a278c228367bfda84290464c35b3497181db0bdc9b43aa3c049e4db51c47520510dff0c5f4e4713fc0530ea320fb96fb50e435b9008ad58b8109ff961eb9a47c
-Size (oauth-1.1.3.gem) = 61440 bytes
+BLAKE2s (oauth-1.1.5.gem) = 8c39ada8236e947170698680471580771ac8acc6d829e9ea335b7446a9631c60
+SHA512 (oauth-1.1.5.gem) = 4fe182d8ab0c3a5aa4d06c6a0a09b0d0023e679c2f35909fd0cbc2dbd9577deefe6eb96d1bcf6985009f894300adb28566d209ce4a6376952dfd6c381f13e4a2
+Size (oauth-1.1.5.gem) = 61952 bytes
Home |
Main Index |
Thread Index |
Old Index