pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-snaky_hash



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 06:09:19 UTC 2026

Modified Files:
        pkgsrc/security/ruby-snaky_hash: Makefile PLIST distinfo

Log Message:
security/ruby-snaky_hash: update to 2.0.4

2.0.4 (2026-05-16)

* TAG: v2.0.4
* COVERAGE: 100.00% -- 133/133 lines in 7 files
* BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
* 100.00% documented

Added

* Incident Response Plan in IRP.md
* SnakyHash::VERSION (Traditional Constant Location)
* kettle-dev & kettle-test dev harnesses

Changed

* Contributor Conenant updated to version 2.1

Fixed

* Specs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-snaky_hash/Makefile \
    pkgsrc/security/ruby-snaky_hash/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-snaky_hash/PLIST

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-snaky_hash/Makefile
diff -u pkgsrc/security/ruby-snaky_hash/Makefile:1.3 pkgsrc/security/ruby-snaky_hash/Makefile:1.4
--- pkgsrc/security/ruby-snaky_hash/Makefile:1.3        Mon May 26 15:12:11 2025
+++ pkgsrc/security/ruby-snaky_hash/Makefile    Sun May 31 06:09:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/05/26 15:12:11 taca Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/31 06:09:19 taca Exp $
 
-DISTNAME=      snaky_hash-2.0.3
+DISTNAME=      snaky_hash-2.0.4
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,8 @@ HOMEPAGE=       https://gitlab.com/oauth-xx/sn
 COMMENT=       Hashie::Mash joint to make #snakelife better
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-hashie>=0:../../misc/ruby-hashie
-DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1.1<2:../../devel/ruby-version_gem
+DEPENDS+=      ${RUBY_PKGPREFIX}-hashie>=0.1.0<6:../../misc/ruby-hashie
+DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1.8<2:../../devel/ruby-version_gem
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/security/ruby-snaky_hash/distinfo
diff -u pkgsrc/security/ruby-snaky_hash/distinfo:1.3 pkgsrc/security/ruby-snaky_hash/distinfo:1.4
--- pkgsrc/security/ruby-snaky_hash/distinfo:1.3        Mon May 26 15:12:11 2025
+++ pkgsrc/security/ruby-snaky_hash/distinfo    Sun May 31 06:09:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/05/26 15:12:11 taca Exp $
+$NetBSD: distinfo,v 1.4 2026/05/31 06:09:19 taca Exp $
 
-BLAKE2s (snaky_hash-2.0.3.gem) = b338f480049593cfb1e3d1984cbbf8e1c8c4c13f24f8dcef6c086c18c68ac822
-SHA512 (snaky_hash-2.0.3.gem) = df4261ec78f9444d3f4be9d4dc16bfde2d155d9c9738cdf0201556fc31ded505d0e6be3403fa3e45b7ee5de2284a12dcaebcde75537d1806a15d6f89f093a92f
-Size (snaky_hash-2.0.3.gem) = 31232 bytes
+BLAKE2s (snaky_hash-2.0.4.gem) = 3c2131998914d1d6a36d7d7054fc336bedd46bf11059a039e435f4df7fcc347c
+SHA512 (snaky_hash-2.0.4.gem) = b8fd7745c3d583d5bee223ce0019e8432cf0578828ef7e9b6aac8707d8eea96564a2d1242880fde2c479a46373ca51966707f8a5246a23805c29cffc67fdfd02
+Size (snaky_hash-2.0.4.gem) = 34816 bytes

Index: pkgsrc/security/ruby-snaky_hash/PLIST
diff -u pkgsrc/security/ruby-snaky_hash/PLIST:1.2 pkgsrc/security/ruby-snaky_hash/PLIST:1.3
--- pkgsrc/security/ruby-snaky_hash/PLIST:1.2   Mon May 26 15:12:11 2025
+++ pkgsrc/security/ruby-snaky_hash/PLIST       Sun May 31 06:09:19 2026
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2025/05/26 15:12:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/05/31 06:09:19 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CITATION.cff
 ${GEM_LIBDIR}/CODE_OF_CONDUCT.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/IRP.md
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/REEK
 ${GEM_LIBDIR}/SECURITY.md
 ${GEM_LIBDIR}/lib/snaky_hash.rb
 ${GEM_LIBDIR}/lib/snaky_hash/extensions.rb
@@ -13,4 +16,5 @@ ${GEM_LIBDIR}/lib/snaky_hash/snake.rb
 ${GEM_LIBDIR}/lib/snaky_hash/string_keyed.rb
 ${GEM_LIBDIR}/lib/snaky_hash/symbol_keyed.rb
 ${GEM_LIBDIR}/lib/snaky_hash/version.rb
+${GEM_LIBDIR}/sig/snaky_hash.rbs
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index