pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-sslshake



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 18 15:18:43 UTC 2021

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

Log Message:
security/ruby-sslshake: add pacakge version 1.3.1

Add ruby-sslshake pacakge version 1.3.1, required by ruby-inspec-core.

This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to
TLS 1.0-1.2.

It does not rely on OpenSSL and is not designed as a replacement either.

It targets full support for even older handshakes, which are not available
in current releases of OpenSSL anymore.

It also aims to be executable on all systems with a sufficiently modern
version of Ruby without any additional requirements or pre-compiled
binaries.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-sslshake/DESCR \
    pkgsrc/security/ruby-sslshake/Makefile \
    pkgsrc/security/ruby-sslshake/PLIST \
    pkgsrc/security/ruby-sslshake/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-sslshake/DESCR
diff -u /dev/null pkgsrc/security/ruby-sslshake/DESCR:1.1
--- /dev/null   Mon Jan 18 15:18:43 2021
+++ pkgsrc/security/ruby-sslshake/DESCR Mon Jan 18 15:18:43 2021
@@ -0,0 +1,11 @@
+This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to
+TLS 1.0-1.2.
+
+It does not rely on OpenSSL and is not designed as a replacement either.
+
+It targets full support for even older handshakes, which are not available
+in current releases of OpenSSL anymore.
+
+It also aims to be executable on all systems with a sufficiently modern
+version of Ruby without any additional requirements or pre-compiled
+binaries.
Index: pkgsrc/security/ruby-sslshake/Makefile
diff -u /dev/null pkgsrc/security/ruby-sslshake/Makefile:1.1
--- /dev/null   Mon Jan 18 15:18:43 2021
+++ pkgsrc/security/ruby-sslshake/Makefile      Mon Jan 18 15:18:43 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/01/18 15:18:43 taca Exp $
+
+DISTNAME=      sslshake-1.3.1
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/arlimus/sslshake
+COMMENT=       Ruby library for pure SSL/TLS handshake testing
+LICENSE=       mpl-2.0
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-sslshake/PLIST
diff -u /dev/null pkgsrc/security/ruby-sslshake/PLIST:1.1
--- /dev/null   Mon Jan 18 15:18:43 2021
+++ pkgsrc/security/ruby-sslshake/PLIST Mon Jan 18 15:18:43 2021
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/18 15:18:43 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/sslshake.rb
+${GEM_LIBDIR}/lib/sslshake/ciphers.rb
+${GEM_LIBDIR}/lib/sslshake/common.rb
+${GEM_LIBDIR}/lib/sslshake/sslv2.rb
+${GEM_LIBDIR}/lib/sslshake/tls.rb
+${GEM_LIBDIR}/lib/sslshake/version.rb
+${GEM_LIBDIR}/sslshake.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-sslshake/distinfo
diff -u /dev/null pkgsrc/security/ruby-sslshake/distinfo:1.1
--- /dev/null   Mon Jan 18 15:18:43 2021
+++ pkgsrc/security/ruby-sslshake/distinfo      Mon Jan 18 15:18:43 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/18 15:18:43 taca Exp $
+
+SHA1 (sslshake-1.3.1.gem) = f0f05bf3c8fbc5d134d7b7996781c644027951fe
+RMD160 (sslshake-1.3.1.gem) = 3b92c3ddfbe6e8a4a12f1609f3845cba8db6d3f0
+SHA512 (sslshake-1.3.1.gem) = 58fc7eaa5fa92c3ca427b8f510608c8bdae87e1468a5067c647a34086509a824ca70fd402ce68db64fd3e35f44307c2cc8894a208477e22ebbbc8f5f41d6dd28
+Size (sslshake-1.3.1.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index