Port details |
- p5-Crypt-OpenSSL-Random Perl5 interface to the OpenSSL pseudo-random number generator
- 0.15 security
=57 0.15Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-09-11 05:57:11
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: p5-Crypt-OpenSSL-RSA, p5-Digest-HMAC, libiconv, p5-HTML-Tagset, p5-HTML-Parser
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Crypt::OpenSSL::Random provides the ability to seed and
query the OpenSSL library's pseudo-random number generator.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-OpenSSL-Random>0:security/p5-Crypt-OpenSSL-Random
- To install the port:
- cd /usr/ports/security/p5-Crypt-OpenSSL-Random/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-OpenSSL-Random
- pkg install p5-Crypt-OpenSSL-Random
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-OpenSSL-Random
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1524506193
SHA256 (Crypt-OpenSSL-Random-0.15.tar.gz) = f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4
SIZE (Crypt-OpenSSL-Random-0.15.tar.gz) = 15506
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Crypt-OpenSSL-Guess>=0.11 : security/p5-Crypt-OpenSSL-Guess
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- dns/dnscheckengine
- security/p5-Crypt-OpenSSL-RSA
- security/p5-Net-SAML2
- for Run
-
- security/p5-Crypt-OpenSSL-RSA
- security/p5-Net-SAML2
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-OpenSSL-Random
- USES:
- perl5 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.15 27 Sep 2021 15:56:24
    |
Po-Chuan Hsieh (sunpoet)  |
security/p5-Crypt-OpenSSL-Random: Cosmetic change |
0.15 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.15 23 Apr 2018 18:17:27
  |
sunpoet  |
Update to 0.15
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Random/Changes |
0.14 22 Apr 2018 08:56:15
  |
sunpoet  |
Update to 0.14
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Random/Changes |
0.13 15 Apr 2018 20:03:43
  |
sunpoet  |
Update to 0.13
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Random/Changes |
0.12 14 Apr 2018 23:58:56
  |
sunpoet  |
Update to 0.12
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Random/Changes |
0.11 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.11 15 Mar 2017 14:45:31
  |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.11 10 Oct 2015 23:11:48
  |
sunpoet  |
- Update to 0.11
- Add LICENSE
- Strip shared library
- Sort PLIST
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Random/Changes |
0.10 14 Feb 2015 18:33:37
  |
adamw  |
Update to 0.10.
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-Random |
0.06_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.06 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.06 06 Nov 2013 07:39:32
  |
vanilla  |
Support STAGEDIR. |
0.06 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.06 19 Aug 2013 12:40:03
  |
mat  |
Update to 0.06 |
0.04 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.04 17 May 2011 11:11:48
 |
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.04 04 May 2010 06:34:25
 |
nork  |
Fix build error WITH_OPENSSL_PORT.
PR: 146283
Submitted by: Dan Lukes dan obluda cz |
0.04 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.04 25 May 2007 23:24:16
 |
erwin  |
Update to 0.04 |
0.03 12 May 2006 14:28:19
 |
vd  |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at
present: erwin) |
0.03 22 Jan 2006 02:50:55
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.03 14 Nov 2005 15:05:17
 |
mat  |
Take a perl@ hat and add SHA256 checksums |
0.03 13 Aug 2004 15:21:20
 |
nork  |
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@ |
0.03 03 May 2004 18:46:09
 |
nork  |
Whitespace cleanup.
PR: ports/65409
Submitted by: trevor |
0.03 20 Mar 2004 09:56:44
 |
nork  |
Add size data.
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
0.03 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.03 22 Feb 2003 16:16:12
 |
nork  |
De-pkg-comment. |
0.03 16 Feb 2003 16:10:59
 |
nork  |
Remove RESTRICTED tag with cryptography relation.
Pointed out by: kris |
0.03 11 May 2002 20:30:22
 |
nork  |
more clean pkg-plist
Approved by: knu (mentor) |
30 Nov 2001 07:20:53
    |
vanilla  |
Upgrade to 0.03 |
11 Sep 2001 09:57:11
    |
knu  |
Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSL pseudo-random
number generator. |