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:26:52 UTC 2026

Added Files:
        pkgsrc/security/ruby-openssl: DESCR Makefile PLIST distinfo

Log Message:
security/ruby-openssl: add package version 4.0.0

Re-add ruby-openssl package version 4.0.0, required by forthcoming newer
ruby-neocities package.

OpenSSL for Ruby

OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography
based on the OpenSSL library.

OpenSSL for Ruby is sometimes referred to as **openssl** in all lowercase or
Ruby/OpenSSL for disambiguation.

Compatibility and maintenance policy

OpenSSL for Ruby is released as a RubyGems gem. At the same time, it is part
of the standard library of Ruby. This is called a default gem.

Each stable branch of OpenSSL for Ruby will remain supported as long as it
is included as a default gem in supported Ruby branches.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.8 pkgsrc/security/ruby-openssl/DESCR
cvs rdiff -u -r0 -r1.24 pkgsrc/security/ruby-openssl/Makefile
cvs rdiff -u -r0 -r1.10 pkgsrc/security/ruby-openssl/PLIST
cvs rdiff -u -r0 -r1.11 pkgsrc/security/ruby-openssl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-openssl/DESCR
diff -u /dev/null pkgsrc/security/ruby-openssl/DESCR:1.8
--- /dev/null   Sun Jan 18 05:26:52 2026
+++ pkgsrc/security/ruby-openssl/DESCR  Sun Jan 18 05:26:52 2026
@@ -0,0 +1,15 @@
+OpenSSL for Ruby
+
+OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography
+based on the OpenSSL library.
+
+OpenSSL for Ruby is sometimes referred to as **openssl** in all lowercase or
+Ruby/OpenSSL for disambiguation.
+
+ Compatibility and maintenance policy
+
+OpenSSL for Ruby is released as a RubyGems gem. At the same time, it is part
+of the standard library of Ruby. This is called a default gem.
+
+Each stable branch of OpenSSL for Ruby will remain supported as long as it
+is included as a default gem in supported Ruby branches.

Index: pkgsrc/security/ruby-openssl/Makefile
diff -u /dev/null pkgsrc/security/ruby-openssl/Makefile:1.24
--- /dev/null   Sun Jan 18 05:26:52 2026
+++ pkgsrc/security/ruby-openssl/Makefile       Sun Jan 18 05:26:52 2026
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.24 2026/01/18 05:26:52 taca Exp $
+
+DISTNAME=      openssl-3.3.2
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ruby/openssl
+COMMENT=       SSL/TLS and general-purpose cryptography for Ruby
+LICENSE=       2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= c
+
+# Ruby 4.0.0 has the same version as default gem.
+RUBY_VERSIONS_ACCEPTED=        32 33 34
+
+.include "../../lang/ruby/gem.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/ruby-openssl/PLIST
diff -u /dev/null pkgsrc/security/ruby-openssl/PLIST:1.10
--- /dev/null   Sun Jan 18 05:26:52 2026
+++ pkgsrc/security/ruby-openssl/PLIST  Sun Jan 18 05:26:52 2026
@@ -0,0 +1,80 @@
+@comment $NetBSD: PLIST,v 1.10 2026/01/18 05:26:52 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/openssl.${RUBY_DLEXT}
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/History.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/ext/openssl/extconf.rb
+${GEM_LIBDIR}/ext/openssl/openssl_missing.c
+${GEM_LIBDIR}/ext/openssl/openssl_missing.h
+${GEM_LIBDIR}/ext/openssl/ossl.c
+${GEM_LIBDIR}/ext/openssl/ossl.h
+${GEM_LIBDIR}/ext/openssl/ossl_asn1.c
+${GEM_LIBDIR}/ext/openssl/ossl_asn1.h
+${GEM_LIBDIR}/ext/openssl/ossl_bio.c
+${GEM_LIBDIR}/ext/openssl/ossl_bio.h
+${GEM_LIBDIR}/ext/openssl/ossl_bn.c
+${GEM_LIBDIR}/ext/openssl/ossl_bn.h
+${GEM_LIBDIR}/ext/openssl/ossl_cipher.c
+${GEM_LIBDIR}/ext/openssl/ossl_cipher.h
+${GEM_LIBDIR}/ext/openssl/ossl_config.c
+${GEM_LIBDIR}/ext/openssl/ossl_config.h
+${GEM_LIBDIR}/ext/openssl/ossl_digest.c
+${GEM_LIBDIR}/ext/openssl/ossl_digest.h
+${GEM_LIBDIR}/ext/openssl/ossl_engine.c
+${GEM_LIBDIR}/ext/openssl/ossl_engine.h
+${GEM_LIBDIR}/ext/openssl/ossl_hmac.c
+${GEM_LIBDIR}/ext/openssl/ossl_hmac.h
+${GEM_LIBDIR}/ext/openssl/ossl_kdf.c
+${GEM_LIBDIR}/ext/openssl/ossl_kdf.h
+${GEM_LIBDIR}/ext/openssl/ossl_ns_spki.c
+${GEM_LIBDIR}/ext/openssl/ossl_ns_spki.h
+${GEM_LIBDIR}/ext/openssl/ossl_ocsp.c
+${GEM_LIBDIR}/ext/openssl/ossl_ocsp.h
+${GEM_LIBDIR}/ext/openssl/ossl_pkcs12.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkcs12.h
+${GEM_LIBDIR}/ext/openssl/ossl_pkcs7.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkcs7.h
+${GEM_LIBDIR}/ext/openssl/ossl_pkey.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkey.h
+${GEM_LIBDIR}/ext/openssl/ossl_pkey_dh.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkey_dsa.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkey_ec.c
+${GEM_LIBDIR}/ext/openssl/ossl_pkey_rsa.c
+${GEM_LIBDIR}/ext/openssl/ossl_provider.c
+${GEM_LIBDIR}/ext/openssl/ossl_provider.h
+${GEM_LIBDIR}/ext/openssl/ossl_rand.c
+${GEM_LIBDIR}/ext/openssl/ossl_rand.h
+${GEM_LIBDIR}/ext/openssl/ossl_ssl.c
+${GEM_LIBDIR}/ext/openssl/ossl_ssl.h
+${GEM_LIBDIR}/ext/openssl/ossl_ssl_session.c
+${GEM_LIBDIR}/ext/openssl/ossl_ts.c
+${GEM_LIBDIR}/ext/openssl/ossl_ts.h
+${GEM_LIBDIR}/ext/openssl/ossl_x509.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509.h
+${GEM_LIBDIR}/ext/openssl/ossl_x509attr.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509cert.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509crl.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509ext.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509name.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509req.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509revoked.c
+${GEM_LIBDIR}/ext/openssl/ossl_x509store.c
+${GEM_LIBDIR}/lib/openssl.rb
+${GEM_LIBDIR}/lib/openssl.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/openssl/asn1.rb
+${GEM_LIBDIR}/lib/openssl/bn.rb
+${GEM_LIBDIR}/lib/openssl/buffering.rb
+${GEM_LIBDIR}/lib/openssl/cipher.rb
+${GEM_LIBDIR}/lib/openssl/digest.rb
+${GEM_LIBDIR}/lib/openssl/hmac.rb
+${GEM_LIBDIR}/lib/openssl/marshal.rb
+${GEM_LIBDIR}/lib/openssl/pkcs5.rb
+${GEM_LIBDIR}/lib/openssl/pkey.rb
+${GEM_LIBDIR}/lib/openssl/ssl.rb
+${GEM_LIBDIR}/lib/openssl/version.rb
+${GEM_LIBDIR}/lib/openssl/x509.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/security/ruby-openssl/distinfo
diff -u /dev/null pkgsrc/security/ruby-openssl/distinfo:1.11
--- /dev/null   Sun Jan 18 05:26:52 2026
+++ pkgsrc/security/ruby-openssl/distinfo       Sun Jan 18 05:26:52 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.11 2026/01/18 05:26:52 taca Exp $
+
+BLAKE2s (openssl-3.3.2.gem) = 62a8900013da571c0b251cdc1d72a6b847a5524ea63ce322658de22ac711b6b0
+SHA512 (openssl-3.3.2.gem) = 2abf41cb52f6911595e46e60daba7fdd0814203638cfe11a887898db0b2d0fc7f1fa815a5d3a2a587047535c79eed73bf7ee9ad9555053a02f2f72b3ece59945
+Size (openssl-3.3.2.gem) = 207872 bytes



Home | Main Index | Thread Index | Old Index