[Midnightbsd-cvs] mports [23658] trunk/security: update some openssl perl libs
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 23 16:47:17 EDT 2018
Revision: 23658
http://svnweb.midnightbsd.org/mports/?rev=23658
Author: laffer1
Date: 2018-07-23 16:47:16 -0400 (Mon, 23 Jul 2018)
Log Message:
-----------
update some openssl perl libs
Modified Paths:
--------------
trunk/security/Makefile
trunk/security/p5-Crypt-OpenSSL-RSA/Makefile
trunk/security/p5-Crypt-OpenSSL-RSA/distinfo
trunk/security/p5-Crypt-OpenSSL-RSA/pkg-descr
trunk/security/p5-Crypt-OpenSSL-RSA/pkg-plist
trunk/security/p5-Crypt-OpenSSL-Random/Makefile
trunk/security/p5-Crypt-OpenSSL-Random/distinfo
trunk/security/p5-Crypt-OpenSSL-Random/pkg-plist
Added Paths:
-----------
trunk/security/p5-Crypt-OpenSSL-Guess/
trunk/security/p5-Crypt-OpenSSL-Guess/Makefile
trunk/security/p5-Crypt-OpenSSL-Guess/distinfo
trunk/security/p5-Crypt-OpenSSL-Guess/pkg-descr
trunk/security/p5-Crypt-OpenSSL-Guess/pkg-plist
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/Makefile 2018-07-23 20:47:16 UTC (rev 23658)
@@ -80,6 +80,7 @@
SUBDIR += p5-Crypt-CBC
SUBDIR += p5-Crypt-DES
SUBDIR += p5-Crypt-OpenSSL-Bignum
+SUBDIR += p5-Crypt-OpenSSL-Guess
SUBDIR += p5-Crypt-OpenSSL-RSA
SUBDIR += p5-Crypt-OpenSSL-Random
SUBDIR += p5-Crypt-RC4
Added: trunk/security/p5-Crypt-OpenSSL-Guess/Makefile
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Guess/Makefile (rev 0)
+++ trunk/security/p5-Crypt-OpenSSL-Guess/Makefile 2018-07-23 20:47:16 UTC (rev 23658)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $MidnightBSD$
+
+PORTNAME= Crypt-OpenSSL-Guess
+PORTVERSION= 0.11
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Guess OpenSSL include path
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_PERL5= configure
+USES= perl5
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/security/p5-Crypt-OpenSSL-Guess/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-OpenSSL-Guess/distinfo
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Guess/distinfo (rev 0)
+++ trunk/security/p5-Crypt-OpenSSL-Guess/distinfo 2018-07-23 20:47:16 UTC (rev 23658)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523893953
+SHA256 (Crypt-OpenSSL-Guess-0.11.tar.gz) = aa6b18e38cb852cbad80a58cd90c395b40819d4d01e0ab37e7703149094d7167
+SIZE (Crypt-OpenSSL-Guess-0.11.tar.gz) = 11346
Property changes on: trunk/security/p5-Crypt-OpenSSL-Guess/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-OpenSSL-Guess/pkg-descr
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Guess/pkg-descr (rev 0)
+++ trunk/security/p5-Crypt-OpenSSL-Guess/pkg-descr 2018-07-23 20:47:16 UTC (rev 23658)
@@ -0,0 +1,13 @@
+Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any
+platforms.
+
+Often MacOS's homebrew OpenSSL cause a problem on installation due to include
+path is not added. Some CPAN module provides to modify include path with
+configure-args, but Carton or Module::CPANfile is not supported to pass
+configure-args to each modules. Crypt::OpenSSL::* modules should use it on your
+Makefile.PL.
+
+This module resolves the include path by Net::SSLeay's workaround. Original code
+is taken from inc/Module/Install/PRIVATE/Net/SSLeay.pm by Net::SSLeay.
+
+WWW: https://metacpan.org/release/Crypt-OpenSSL-Guess
Property changes on: trunk/security/p5-Crypt-OpenSSL-Guess/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-OpenSSL-Guess/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Guess/pkg-plist (rev 0)
+++ trunk/security/p5-Crypt-OpenSSL-Guess/pkg-plist 2018-07-23 20:47:16 UTC (rev 23658)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Crypt/OpenSSL/Guess.pm
+%%PERL5_MAN3%%/Crypt::OpenSSL::Guess.3.gz
Property changes on: trunk/security/p5-Crypt-OpenSSL-Guess/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/security/p5-Crypt-OpenSSL-RSA/Makefile
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-RSA/Makefile 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-RSA/Makefile 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= Crypt-OpenSSL-RSA
-PORTVERSION= 0.28
+PORTVERSION= 0.30
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,7 +9,8 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum
Modified: trunk/security/p5-Crypt-OpenSSL-RSA/distinfo
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-RSA/distinfo 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-RSA/distinfo 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,2 +1,3 @@
-SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = 5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be
-SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035
+TIMESTAMP = 1532378559
+SHA256 (Crypt-OpenSSL-RSA-0.30.tar.gz) = 23e13531397af102db4fd24bcf70137add7c85c23cca697c43aa71c2959a29ac
+SIZE (Crypt-OpenSSL-RSA-0.30.tar.gz) = 24664
Modified: trunk/security/p5-Crypt-OpenSSL-RSA/pkg-descr
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-RSA/pkg-descr 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-RSA/pkg-descr 2018-07-23 20:47:16 UTC (rev 23658)
@@ -3,4 +3,4 @@
a key. It also allows for decryption, signatures and
signature verification.
-WWW: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
+WWW: https://metacpan.org/release/Crypt-OpenSSL-RSA
Modified: trunk/security/p5-Crypt-OpenSSL-RSA/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-RSA/pkg-plist 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-RSA/pkg-plist 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,13 +1,8 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL/RSA.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/RSA.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/RSA.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_key_parameters.al
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/import_random_seed.al
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/new_public_key.al
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
+%%SITE_ARCH%%/Crypt/OpenSSL/RSA.pm
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/RSA.so
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/autosplit.ix
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/get_key_parameters.al
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/import_random_seed.al
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/RSA/new_public_key.al
+%%PERL5_MAN3%%/Crypt::OpenSSL::RSA.3.gz
Modified: trunk/security/p5-Crypt-OpenSSL-Random/Makefile
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Random/Makefile 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-Random/Makefile 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= Crypt-OpenSSL-Random
-PORTVERSION= 0.04
+PORTVERSION= 0.15
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -8,8 +8,16 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess
+
+MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
+USES= perl5 ssl
+USE_PERL5= configure
PERL_CONFIGURE= yes
.include <bsd.port.mk>
Modified: trunk/security/p5-Crypt-OpenSSL-Random/distinfo
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Random/distinfo 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-Random/distinfo 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,4 +1,3 @@
-MD5 (Crypt-OpenSSL-Random-0.04.tar.gz) = c56ac5dbdd46122eb9b8da59613b7b0a
-SHA256 (Crypt-OpenSSL-Random-0.04.tar.gz) = acf7eb81023cd1f40d8c60b893096d041513df2be2aefe145cc7ae1a3dcc78c7
-RMD160 (Crypt-OpenSSL-Random-0.04.tar.gz) = 5891f4f00783396e5b88066cb5bf345fe5b15174
-SIZE (Crypt-OpenSSL-Random-0.04.tar.gz) = 10679
+TIMESTAMP = 1532378588
+SHA256 (Crypt-OpenSSL-Random-0.15.tar.gz) = f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4
+SIZE (Crypt-OpenSSL-Random-0.15.tar.gz) = 15506
Modified: trunk/security/p5-Crypt-OpenSSL-Random/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-OpenSSL-Random/pkg-plist 2018-07-23 20:34:23 UTC (rev 23657)
+++ trunk/security/p5-Crypt-OpenSSL-Random/pkg-plist 2018-07-23 20:47:16 UTC (rev 23658)
@@ -1,9 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL/Random.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/Random.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/Random.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/autosplit.ix
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/OpenSSL
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
+%%SITE_ARCH%%/Crypt/OpenSSL/Random.pm
+%%SITE_ARCH%%/auto/Crypt/OpenSSL/Random/Random.so
+%%PERL5_MAN3%%/Crypt::OpenSSL::Random.3.gz
More information about the Midnightbsd-cvs
mailing list