pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-certified security/ruby-certified: add v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd1156f48fa9
branches:  trunk
changeset: 452352:dd1156f48fa9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 09 04:40:49 2021 +0000

description:
security/ruby-certified: add version 1.0.0 package

Required by new version of textproc/ruby-kramdown-rfc2629.


Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL
certificates and provides certificate bundle in case OpenSSL cannot
find one.

diffstat:

 security/ruby-certified/ALTERNATIVES |   1 +
 security/ruby-certified/DESCR        |   3 +++
 security/ruby-certified/Makefile     |  16 ++++++++++++++++
 security/ruby-certified/PLIST        |   8 ++++++++
 security/ruby-certified/distinfo     |   6 ++++++
 5 files changed, 34 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r c735973ca5fa -r dd1156f48fa9 security/ruby-certified/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-certified/ALTERNATIVES      Sun May 09 04:40:49 2021 +0000
@@ -0,0 +1,1 @@
+bin/certified-update @PREFIX@/bin/certified-update@RUBY_SUFFIX@
diff -r c735973ca5fa -r dd1156f48fa9 security/ruby-certified/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-certified/DESCR     Sun May 09 04:40:49 2021 +0000
@@ -0,0 +1,3 @@
+Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL
+certificates and provides certificate bundle in case OpenSSL cannot
+find one.
diff -r c735973ca5fa -r dd1156f48fa9 security/ruby-certified/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-certified/Makefile  Sun May 09 04:40:49 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/05/09 04:40:49 taca Exp $
+
+DISTNAME=      certified-1.0.0
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/stevegraham/certified
+COMMENT=       Verify SSL certificates and provides certificate bundle
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c735973ca5fa -r dd1156f48fa9 security/ruby-certified/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-certified/PLIST     Sun May 09 04:40:49 2021 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/09 04:40:49 taca Exp $
+bin/certified-update${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/bin/certified-update
+${GEM_LIBDIR}/certified.rb
+${GEM_LIBDIR}/certs/ca-bundle.crt
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c735973ca5fa -r dd1156f48fa9 security/ruby-certified/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-certified/distinfo  Sun May 09 04:40:49 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/09 04:40:49 taca Exp $
+
+SHA1 (certified-1.0.0.gem) = feead498bd85ffccb83e139598816b266fbd412a
+RMD160 (certified-1.0.0.gem) = aa52bfeb8f00dd17ee1d5914c95e343268a5cd03
+SHA512 (certified-1.0.0.gem) = 8a331bb88f68f32c765136fad3f5b130843c8d1d0f3f5988b7ac7e3258a2ae57fe203ffc74996114dd708d017594a033faefc8e6928e24f07cac176aecbbca68
+Size (certified-1.0.0.gem) = 143360 bytes



Home | Main Index | Thread Index | Old Index