pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-openssl



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 05:32:52 UTC 2026

Modified Files:
        pkgsrc/security/ruby-openssl: Makefile

Log Message:
security/ruby-openssl: correct description in comment

This package is not for Ruby 4.0.0 since it contains newer version of
openssl gem as default gem.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/ruby-openssl/Makefile

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-openssl/Makefile
diff -u pkgsrc/security/ruby-openssl/Makefile:1.24 pkgsrc/security/ruby-openssl/Makefile:1.25
--- pkgsrc/security/ruby-openssl/Makefile:1.24  Sun Jan 18 05:26:52 2026
+++ pkgsrc/security/ruby-openssl/Makefile       Sun Jan 18 05:32:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2026/01/18 05:26:52 taca Exp $
+# $NetBSD: Makefile,v 1.25 2026/01/18 05:32:52 taca Exp $
 
 DISTNAME=      openssl-3.3.2
 CATEGORIES=    security
@@ -10,7 +10,7 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= c
 
-# Ruby 4.0.0 has the same version as default gem.
+# Ruby 4.0.0 has newer version as default gem.
 RUBY_VERSIONS_ACCEPTED=        32 33 34
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index