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:           Mon Jul 20 05:30:23 UTC 2026

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

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

1.0.13 (2026-07-15)

* TAG: v1.0.13
* COVERAGE: 99.68% -- 311/312 lines in 12 files
* BRANCH COVERAGE: 96.55% -- 28/29 branches in 12 files
* 15.79% documented

Added

* Added support for JRuby 10.1 and TruffleRuby 34.0.

Changed

* Raised the anonymous_loader runtime dependency floor to >= 0.1.2.
* Retemplated project metadata and CI/development automation with kettle-jem
  v7.0.0.

Fixed

* Corrected RubyGems homepage metadata to point at the gem documentation
  site.
* Package configured license files in gem release file lists.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-oauth-tty/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-oauth-tty/PLIST
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/security/ruby-oauth-tty/Makefile:1.7
--- pkgsrc/security/ruby-oauth-tty/Makefile:1.6 Sun Jun 28 15:06:11 2026
+++ pkgsrc/security/ruby-oauth-tty/Makefile     Mon Jul 20 05:30:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/06/28 15:06:11 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/20 05:30:23 taca Exp $
 
-DISTNAME=      oauth-tty-1.0.12
+DISTNAME=      oauth-tty-1.0.13
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,9 @@ HOMEPAGE=       https://github.com/ruby-oauth/
 COMMENT=       OAuth 1.0 TTY CLI
 LICENSE=       mit
 
-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}-version_gem>=1.1.14<2:../../devel/ruby-version_gem
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/security/ruby-oauth-tty/PLIST
diff -u pkgsrc/security/ruby-oauth-tty/PLIST:1.4 pkgsrc/security/ruby-oauth-tty/PLIST:1.5
--- pkgsrc/security/ruby-oauth-tty/PLIST:1.4    Sun Jun 28 15:06:11 2026
+++ pkgsrc/security/ruby-oauth-tty/PLIST        Mon Jul 20 05:30:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/06/28 15:06:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/07/20 05:30:23 taca Exp $
 bin/oauth${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -7,6 +7,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-tty/distinfo
diff -u pkgsrc/security/ruby-oauth-tty/distinfo:1.5 pkgsrc/security/ruby-oauth-tty/distinfo:1.6
--- pkgsrc/security/ruby-oauth-tty/distinfo:1.5 Sun Jun 28 15:06:11 2026
+++ pkgsrc/security/ruby-oauth-tty/distinfo     Mon Jul 20 05:30:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/06/28 15:06:11 taca Exp $
+$NetBSD: distinfo,v 1.6 2026/07/20 05:30:23 taca Exp $
 
-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
+BLAKE2s (oauth-tty-1.0.13.gem) = d59bab6ceedfb6f19d8ee52d7854ba54406f0c71e42752ea74e288abe37ea416
+SHA512 (oauth-tty-1.0.13.gem) = 7ccc0c34ace81bb27f0173c517a4f8264d10160d6387f13c29a914d02bcc2e0c9addd58034a22e5a6f4e260f35400ed134bee86099249e0d06c14d7332682012
+Size (oauth-tty-1.0.13.gem) = 42496 bytes



Home | Main Index | Thread Index | Old Index