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: Mon Jul 20 05:34:04 UTC 2026
Modified Files:
pkgsrc/security/ruby-oauth: Makefile PLIST distinfo
Log Message:
security/ruby-oauth: update to 1.1.8
1.1.8 (2026-07-15)
* TAG: v1.1.8
* COVERAGE: 69.47% -- 835/1202 lines in 42 files
* BRANCH COVERAGE: 47.75% -- 159/333 branches in 42 files
* 40.38% documented
Changed
* Raised the anonymous_loader runtime dependency floor to >= 0.1.1.
* Raised the auth-sanitizer runtime dependency floor to >= 0.2.2 and
switched isolated sanitizer loading to the released anonymous_loader gem,
including local workspace wiring for the new runtime dependency.
* Raised the oauth-tty runtime dependency floor to >= 1.0.11.
* Raised the anonymous_loader runtime dependency floor to >= 0.1.2.
* Retemplated generated project metadata, support documentation, CI
workflows, binstubs, and development dependency floors with kettle-jem
v7.0.0.
Fixed
* Updated the auth-sanitizer subprocess isolation spec to load the standard
* test bootstrap, including Ruby 2.4 backports.
* Made the Ruby 2.4 appraisal's legacy cgi dependency explicit.
* Corrected RubyGems homepage metadata to point at the gem documentation
site.
* Corrected persisted Open Collective and repository topology metadata used
by future template runs.
* Package configured license files in gem release file lists.
* Updated the dep-heads workflow so current TruffleRuby uses the generated
* gemfiles/dep_heads.gemfile directly, avoiding Appraisal bootstrap failures
* with TruffleRuby's bundled RubyGems/Bundler and gem.coop.
Added
* Added support for JRuby 10.1 and TruffleRuby 34.0.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/security/ruby-oauth/Makefile:1.28
--- pkgsrc/security/ruby-oauth/Makefile:1.27 Sun Jun 28 15:12:19 2026
+++ pkgsrc/security/ruby-oauth/Makefile Mon Jul 20 05:34:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/06/28 15:12:19 taca Exp $
+# $NetBSD: Makefile,v 1.28 2026/07/20 05:34:04 taca Exp $
-DISTNAME= oauth-1.1.7
+DISTNAME= oauth-1.1.8
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
-DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0.10<2:../../security/ruby-oauth-tty
-DEPENDS+= ${RUBY_PKGPREFIX}-snaky_hash>=2.0.5<3:../../security/ruby-snaky_hash
-DEPENDS+= ${RUBY_PKGPREFIX}-version_gem>=1.1.12<2:../../devel/ruby-version_gem
+#DEPENDS+= ${RUBY_PKGPREFIX}-anonymous_loader>=0.1.3<1:../../devel/ruby-anonymous_loader
+#DEPENDS+= ${RUBY_PKGPREFIX}-auth-sanitizer>=0.2.3<1:../../security/ruby-auth-sanitizer
+DEPENDS+= ${RUBY_PKGPREFIX}-oauth-tty>=1.0.13<2:../../security/ruby-oauth-tty
+DEPENDS+= ${RUBY_PKGPREFIX}-snaky_hash>=2.0.7<3:../../security/ruby-snaky_hash
+#DEPENDS+= ${RUBY_PKGPREFIX}-version_gem>=1.1.14<2:../../devel/ruby-version_gem
USE_LANGUAGES= # none
Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.14 pkgsrc/security/ruby-oauth/PLIST:1.15
--- pkgsrc/security/ruby-oauth/PLIST:1.14 Mon Jun 8 13:21:49 2026
+++ pkgsrc/security/ruby-oauth/PLIST Mon Jul 20 05:34:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2026/06/08 13:21:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/07/20 05:34:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CITATION.cff
@@ -6,6 +6,7 @@ ${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/FUNDING.md
${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/MIT.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/RUBOCOP.md
${GEM_LIBDIR}/SECURITY.md
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.24 pkgsrc/security/ruby-oauth/distinfo:1.25
--- pkgsrc/security/ruby-oauth/distinfo:1.24 Sun Jun 28 15:12:19 2026
+++ pkgsrc/security/ruby-oauth/distinfo Mon Jul 20 05:34:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2026/06/28 15:12:19 taca Exp $
+$NetBSD: distinfo,v 1.25 2026/07/20 05:34:04 taca Exp $
-BLAKE2s (oauth-1.1.7.gem) = 248253248af099bebb7a9f56fd77bb922b1e4162d35d83e5037d3efe08cf6c97
-SHA512 (oauth-1.1.7.gem) = 68e700fc68a5693a70414f26af22adfc3af9aa8f218ee681994c8d224cb18084b1e5e3450104abf8c0f797d603081f59a47ee6362d58045ed30439d0cc0bdfdc
-Size (oauth-1.1.7.gem) = 66560 bytes
+BLAKE2s (oauth-1.1.8.gem) = 4764997ba2eeab2741e3cf5ad9833bf7a4e0088be14d397454a94ac806f7450e
+SHA512 (oauth-1.1.8.gem) = 2b98919f1800817a1fee4737a0bbe0e06d6689232b97705c47b59212f76d0647fcec8c0f654560678e2bfbc2cd73423866853c9cbb8d480f651ebbdc74cbc174
+Size (oauth-1.1.8.gem) = 69120 bytes
Home |
Main Index |
Thread Index |
Old Index