pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-oauth-tty



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 28 15:06:11 UTC 2026

Modified Files:
        pkgsrc/security/ruby-oauth-tty: Makefile PLIST distinfo

Log Message:
security/ruby-oauth-tty: update to 1.0.8

1.0.9 (2026-06-15)

* TAG: v1.0.9
* COVERAGE: 100.00% -- 315/315 lines in 11 files
* BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
* 15.79% documented

Changed

* Retemplated repository metadata, workflows, modular gemfiles, and
  documentation scaffolding with the current kettle-jem template.
* Updated the locked snaky_hash runtime dependency to v2.0.5.
* Raised the auth-sanitizer runtime dependency floor to >= 0.2.1, so OAuth
  TTY consumers get hash and nested-attribute inspect redaction fixes plus
  downstream RBS duplicate-declaration fixes.
* Updated generated documentation dependency metadata to require
  yaml-converter >= 0.2.1.

Fixed

* Restored docs/CNAME so the generated documentation site keeps its custom
  domain.

1.0.10 (2026-06-15)

* TAG: v1.0.10
* COVERAGE: 100.00% -- 315/315 lines in 11 files
* BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
* 15.79% documented

Removed

* Removed the external cgi runtime dependency so Ruby 2.4 uses its bundled
  CGI library instead of installable cgi gem releases that call
  String#delete_prefix.

Fixed

* Restore compatibility with Ruby 2.4 by removing the direct runtime
  dependency on the cgi gem.
* Restored the Ruby 3.4 appraisal's explicit oauth dependency so the CI
  matrix exercises the same runtime dependency pattern as the other Ruby
  version appraisals.

1.0.11 (2026-06-18)

* TAG: v1.0.11
* COVERAGE: 100.00% -- 311/311 lines in 11 files
* BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
* 15.79% 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.

1.0.12 - 2026-06-18

* TAG: v1.0.12
* COVERAGE: 100.00% -- 311/311 lines in 11 files
* BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
* 15.79% documented


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-oauth-tty/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-oauth-tty/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-oauth-tty/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-tty/Makefile
diff -u pkgsrc/security/ruby-oauth-tty/Makefile:1.5 pkgsrc/security/ruby-oauth-tty/Makefile:1.6
--- pkgsrc/security/ruby-oauth-tty/Makefile:1.5 Sun May 31 06:07:55 2026
+++ pkgsrc/security/ruby-oauth-tty/Makefile     Sun Jun 28 15:06:11 2026
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2026/05/31 06:07:55 taca Exp $
+# $NetBSD: Makefile,v 1.6 2026/06/28 15:06:11 taca Exp $
 
-DISTNAME=      oauth-tty-1.0.8
+DISTNAME=      oauth-tty-1.0.12
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://gitlab.com/oauth-xx/oauth-tty
+HOMEPAGE=      https://github.com/ruby-oauth/oauth-tty
 COMMENT=       OAuth 1.0 TTY CLI
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1.9<2:../../devel/ruby-version_gem
+DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1.12<2:../../devel/ruby-version_gem
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/security/ruby-oauth-tty/PLIST
diff -u pkgsrc/security/ruby-oauth-tty/PLIST:1.3 pkgsrc/security/ruby-oauth-tty/PLIST:1.4
--- pkgsrc/security/ruby-oauth-tty/PLIST:1.3    Sun May 31 06:07:55 2026
+++ pkgsrc/security/ruby-oauth-tty/PLIST        Sun Jun 28 15:06:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2026/05/31 06:07:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/06/28 15:06:11 taca Exp $
 bin/oauth${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -6,11 +6,11 @@ ${GEM_LIBDIR}/CITATION.cff
 ${GEM_LIBDIR}/CODE_OF_CONDUCT.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/FUNDING.md
-${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/LICENSE.md
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/REEK
 ${GEM_LIBDIR}/RUBOCOP.md
 ${GEM_LIBDIR}/SECURITY.md
+${GEM_LIBDIR}/certs/pboling.pem
 ${GEM_LIBDIR}/exe/oauth
 ${GEM_LIBDIR}/lib/oauth/cli.rb
 ${GEM_LIBDIR}/lib/oauth/tty.rb

Index: pkgsrc/security/ruby-oauth-tty/distinfo
diff -u pkgsrc/security/ruby-oauth-tty/distinfo:1.4 pkgsrc/security/ruby-oauth-tty/distinfo:1.5
--- pkgsrc/security/ruby-oauth-tty/distinfo:1.4 Sun May 31 06:07:55 2026
+++ pkgsrc/security/ruby-oauth-tty/distinfo     Sun Jun 28 15:06:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/05/31 06:07:55 taca Exp $
+$NetBSD: distinfo,v 1.5 2026/06/28 15:06:11 taca Exp $
 
-BLAKE2s (oauth-tty-1.0.8.gem) = a3c2ed7920b9f8332d2824e2d83b7ffa322b045983d0b919d21679411a30ea45
-SHA512 (oauth-tty-1.0.8.gem) = 1b0ec473bee1d17fd882a1f5e1d189de4869c8d57b1d6d0684b3df9744b9029931a9e5a9263eb58963b64d78127fbd8bd3f03c3df4c03b429f6ad512dfbb624b
-Size (oauth-tty-1.0.8.gem) = 39424 bytes
+BLAKE2s (oauth-tty-1.0.12.gem) = 208cefcdf9110d8c03b58741670dd1a526ee2dada24b6ac88ce31ec52ce8a720
+SHA512 (oauth-tty-1.0.12.gem) = 9bf0200c5d925feeeb61e3ad8c985eab53dc6da0fa21a1a01011ed134b5a9064d22accf89685415ab43aaf6396c7cc9536b37a271d52856ba7a9ce298c0e7404
+Size (oauth-tty-1.0.12.gem) = 40960 bytes



Home | Main Index | Thread Index | Old Index