Update to 0.11
Upstream changes: 0.11 2015-10-09 rurban - add libressl support, unsupported random_egd() with libressl 0.10 2015-02-04 rurban - fix LIBS argument, fatal on Windows. thanks to kmx 0.09 2015-02-04 rurban - add missing hints/MSWin32.pl (kmx, RT #56455) - add a couple of distro tests - fix gcov target 0.08 2015-02-03 rurban - remove Devel::CheckLib which does not work for 2 required libs - replace DynaLoader by XSLoader 0.07 2015-02-03 rurban - Bump version to publish an official release 0.06 rurban - Typo in doc (dsteinbrunner) 0.05 2013-04-02 14:31:30 rurban - Add inc/Devel/CheckLib, improve POD, add README and some helper targets - Better diagnostics when the openssl libraries are not found - Support INCDIR= and LIBDIR= arguments to Makefile.PL - Add MSWin32 hints to find the openssl libraries - Autocreate README - Fix some -Wpointer-sign warnings - Remove wrong Crypt::OpenSSL::RSA package names in docs and errmsg
This commit is contained in:
parent
130ef82671
commit
745ef02224
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2016/02/10 04:25:56 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Crypt-OpenSSL-Random-0.04
|
||||
DISTNAME= Crypt-OpenSSL-Random-0.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 11
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/04 01:17:55 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2016/02/10 04:25:56 wen Exp $
|
||||
|
||||
SHA1 (Crypt-OpenSSL-Random-0.04.tar.gz) = 641375f49f715dccb5ea064160ff11978be877ac
|
||||
RMD160 (Crypt-OpenSSL-Random-0.04.tar.gz) = 5891f4f00783396e5b88066cb5bf345fe5b15174
|
||||
SHA512 (Crypt-OpenSSL-Random-0.04.tar.gz) = 0c5121903dc16bb0ee7f0d6b9528ee43e68a47e1fd301d18fb70c02c9869a1fa7f03f5dd9cdb6ee3c005d8de123f6c1357b459c0dfecd28894874f946f885bea
|
||||
Size (Crypt-OpenSSL-Random-0.04.tar.gz) = 10679 bytes
|
||||
SHA1 (Crypt-OpenSSL-Random-0.11.tar.gz) = 4606656444ac4aeff50274cd85737ac169a5f904
|
||||
RMD160 (Crypt-OpenSSL-Random-0.11.tar.gz) = 64d68cd1db9659e6f10783ee6d1d06d7b8632abb
|
||||
SHA512 (Crypt-OpenSSL-Random-0.11.tar.gz) = c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95
|
||||
Size (Crypt-OpenSSL-Random-0.11.tar.gz) = 15161 bytes
|
||||
|
|
Loading…
Reference in a new issue