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 Jan 18 05:20:36 UTC 2026
Modified Files:
pkgsrc/security/ruby-oauth: Makefile distinfo
Log Message:
security/ruby-oauth: update to 1.1.3
1.1.3 - 2025-11-06
* TAG: v1.1.3
* COVERAGE: 81.70% -- 817/1000 lines in 36 files
* BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
* 40.71% documented
Added
* base64 dependency, fixes Ruby 3.4 and 3.5 HEAD compatibility
Fixed
* Fix ActionController request proxy NoMethodError when building signatures
- define wrap_values on OAuth::RequestProxy::Base
- remove duplicate from ActionDispatchRequest
- add specs
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.20 -r1.21 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.23 pkgsrc/security/ruby-oauth/Makefile:1.24
--- pkgsrc/security/ruby-oauth/Makefile:1.23 Tue Sep 23 03:29:23 2025
+++ pkgsrc/security/ruby-oauth/Makefile Sun Jan 18 05:20:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/09/23 03:29:23 taca Exp $
+# $NetBSD: Makefile,v 1.24 2026/01/18 05:20:36 taca Exp $
-DISTNAME= oauth-1.1.2
+DISTNAME= oauth-1.1.3
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/oauth-xx/oa
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0<2:../../security/ruby-oauth-tty
+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
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.20 pkgsrc/security/ruby-oauth/distinfo:1.21
--- pkgsrc/security/ruby-oauth/distinfo:1.20 Tue Sep 23 03:29:23 2025
+++ pkgsrc/security/ruby-oauth/distinfo Sun Jan 18 05:20:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/09/23 03:29:23 taca Exp $
+$NetBSD: distinfo,v 1.21 2026/01/18 05:20:36 taca Exp $
-BLAKE2s (oauth-1.1.2.gem) = a4401f6eb972a69f1ad688b4576106aa43b8997373ecf57ed5550d0a1fc64ebb
-SHA512 (oauth-1.1.2.gem) = 9dc4f1ded1f64a4c187e0ed81c51b0a72904400fe3d731dccf30734bf09402c48ada5329392bdd1c25a6622e4eb5201f50ba6b8bd75eee2332d37c0fc3eceb0b
-Size (oauth-1.1.2.gem) = 60928 bytes
+BLAKE2s (oauth-1.1.3.gem) = 5426ac185c0a3e08749da7990c878057cb1bd9c87e87326a2a6da1eebd9d3f3c
+SHA512 (oauth-1.1.3.gem) = a278c228367bfda84290464c35b3497181db0bdc9b43aa3c049e4db51c47520510dff0c5f4e4713fc0530ea320fb96fb50e435b9008ad58b8109ff961eb9a47c
+Size (oauth-1.1.3.gem) = 61440 bytes
Home |
Main Index |
Thread Index |
Old Index