Commit graph

18 commits

Author SHA1 Message Date
taca
c448d4e1f0 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.
2022-09-03 04:02:03 +00:00
taca
5506a662d4 Remove ruby-digest and ruby-openssl package since they are merged into
ruby18-base package now.
2005-11-02 09:02:57 +00:00
taca
66c08b4186 Portability fixes from ruby-1.8's CVS fixing PR pkg/31400 by Todd Willey.
Bump PKGREVISION.
2005-10-02 06:17:43 +00:00
taca
c64982b6e2 Remove none-existing patch-aa.
Noted by salo@.
2005-09-18 01:25:07 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taca
079f54e1fd Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest and
ruby-openssl with bump PKGREVISION.
2005-03-06 16:52:39 +00:00
taca
5e07c19b5e Remove ruby-digest package since it is included in ruby16/ruby18 package now. 2005-02-21 15:43:44 +00:00
taca
e794da07d3 Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet.  Please refer ChangeLog.

Here is pkgsrc changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Now install database for ri(1).  Fix PR pkg/28566.

o Net::IMAP

	* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]

o NKF:

	* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
	  variables.  fixed: [ruby-list:40445]

	* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
	  0xfe.

	* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
	  properly.

o WEBrick

	* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
	  raise NotImplementedError if password is encrypted by digest
	  algorithms. This patch is contributed by sheepman. [ruby-list:40467]

	* lib/webrick/httpauth/digestauth.rb
	  (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
	  This patch is contributed by sheepman. [ruby-list:40482]

	* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
	  pack/unpack-template char "m" instead of lib/base64.rb to do base64
	  encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
taca
940fc8a640 Update ruby-digest pacakge with new framework for Ruby packages.
(Provide ruby18-digest-1.8.1 and ruby16-1.6.8 package now.)
2004-11-27 14:43:13 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
taca
f917ff4b2c Make ruby-digest module need ruby 1.6.6 or later.
Temporary work around.
2002-01-15 16:43:50 +00:00
taca
c36fa1d38b Importing ruby-digest package. This is part of ruby 1.6.6 package. 2001-12-30 15:57:58 +00:00