pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-digest security/ruby-digest: add package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/263ae5fcfa1a
branches:  trunk
changeset: 384629:263ae5fcfa1a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Sep 03 04:02:03 2022 +0000

description:
security/ruby-digest: add package version 3.1.0

This package is mainly for redmine50 on Ruby 2.7.

Digest

This module provides a framework for message digest libraries.

You may want to look at OpenSSL::Digest as it supports more algorithms.

A cryptographic hash function is a procedure that takes data and returns a
fixed bit string: the hash value, also known as _digest_.  Hash functions
are also called one-way functions, it is easy to compute a digest from a
message, but it is infeasible to generate a message from a digest.

diffstat:

 security/ruby-digest/DESCR    |  10 +++++++
 security/ruby-digest/Makefile |  17 +++++++++++++
 security/ruby-digest/PLIST    |  54 +++++++++++++++++++++++++++++++++++++++++++
 security/ruby-digest/distinfo |   5 +++
 4 files changed, 86 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r 20bcba67a500 -r 263ae5fcfa1a security/ruby-digest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/DESCR        Sat Sep 03 04:02:03 2022 +0000
@@ -0,0 +1,10 @@
+Digest
+
+This module provides a framework for message digest libraries.
+
+You may want to look at OpenSSL::Digest as it supports more algorithms.
+
+A cryptographic hash function is a procedure that takes data and returns a
+fixed bit string: the hash value, also known as _digest_.  Hash functions
+are also called one-way functions, it is easy to compute a digest from a
+message, but it is infeasible to generate a message from a digest.
diff -r 20bcba67a500 -r 263ae5fcfa1a security/ruby-digest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/Makefile     Sat Sep 03 04:02:03 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.16 2022/09/03 04:02:03 taca Exp $
+
+DISTNAME=      digest-3.1.0
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ruby/digest
+COMMENT=       Provides a framework for message digest libraries
+LICENSE=       2-clause-bsd OR ruby-license
+
+# This package is mainly for redmine50 on Ruby 2.7.
+
+# Ruby 3.1 has the same version in it.
+RUBY_VERSIONS_ACCEPTED=        27 30
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 20bcba67a500 -r 263ae5fcfa1a security/ruby-digest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/PLIST        Sat Sep 03 04:02:03 2022 +0000
@@ -0,0 +1,54 @@
+@comment $NetBSD: PLIST,v 1.7 2022/09/03 04:02:03 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/digest.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/bubblebabble.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/loader.rb
+${GEM_EXTSDIR}/digest/md5.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/rmd160.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/sha1.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/sha2.${RUBY_DLEXT}
+${GEM_EXTSDIR}/digest/sha2/loader.rb
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/ext/digest/bubblebabble/bubblebabble.c
+${GEM_LIBDIR}/ext/digest/bubblebabble/extconf.rb
+${GEM_LIBDIR}/ext/digest/defs.h
+${GEM_LIBDIR}/ext/digest/digest.c
+${GEM_LIBDIR}/ext/digest/digest.h
+${GEM_LIBDIR}/ext/digest/digest_conf.rb
+${GEM_LIBDIR}/ext/digest/extconf.rb
+${GEM_LIBDIR}/ext/digest/lib/digest/loader.rb
+${GEM_LIBDIR}/ext/digest/lib/digest/sha2/loader.rb
+${GEM_LIBDIR}/ext/digest/md5/extconf.rb
+${GEM_LIBDIR}/ext/digest/md5/md5.c
+${GEM_LIBDIR}/ext/digest/md5/md5.h
+${GEM_LIBDIR}/ext/digest/md5/md5cc.h
+${GEM_LIBDIR}/ext/digest/md5/md5init.c
+${GEM_LIBDIR}/ext/digest/rmd160/extconf.rb
+${GEM_LIBDIR}/ext/digest/rmd160/rmd160.c
+${GEM_LIBDIR}/ext/digest/rmd160/rmd160.h
+${GEM_LIBDIR}/ext/digest/rmd160/rmd160init.c
+${GEM_LIBDIR}/ext/digest/sha1/extconf.rb
+${GEM_LIBDIR}/ext/digest/sha1/sha1.c
+${GEM_LIBDIR}/ext/digest/sha1/sha1.h
+${GEM_LIBDIR}/ext/digest/sha1/sha1cc.h
+${GEM_LIBDIR}/ext/digest/sha1/sha1init.c
+${GEM_LIBDIR}/ext/digest/sha2/extconf.rb
+${GEM_LIBDIR}/ext/digest/sha2/sha2.c
+${GEM_LIBDIR}/ext/digest/sha2/sha2.h
+${GEM_LIBDIR}/ext/digest/sha2/sha2cc.h
+${GEM_LIBDIR}/ext/digest/sha2/sha2init.c
+${GEM_LIBDIR}/ext/digest/test.sh
+${GEM_LIBDIR}/lib/digest.rb
+${GEM_LIBDIR}/lib/digest.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/bubblebabble.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/loader.rb
+${GEM_LIBDIR}/lib/digest/md5.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/rmd160.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/sha1.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/sha2.rb
+${GEM_LIBDIR}/lib/digest/sha2.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/digest/sha2/loader.rb
+${GEM_LIBDIR}/lib/digest/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 20bcba67a500 -r 263ae5fcfa1a security/ruby-digest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-digest/distinfo     Sat Sep 03 04:02:03 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.5 2022/09/03 04:02:03 taca Exp $
+
+BLAKE2s (digest-3.1.0.gem) = 58e29dbe7ed244ef4a2dce64e08a8df4487c8bac70f4d9ae7fce48a8427e322d
+SHA512 (digest-3.1.0.gem) = 091eaee40730b8f569fab831911c7f670ed94a1032857f4fc8588d1e6d2195dad656c23578ecce1c14ed33f7005b681e0dcf860aec7cb2d4c276ba52f6bb5aa5
+Size (digest-3.1.0.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index