FreeBSD Bugzilla – Attachment 111780 Details for
Bug 153091
[PATCH] security/p5-Crypt-OpenPGP: update to 1.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Crypt-OpenPGP-1.05.patch
p5-Crypt-OpenPGP-1.05.patch (text/plain), 3.33 KB, created by
Philip M. Gollucci
on 2010-12-12 21:50:39 UTC
(
hide
)
Description:
p5-Crypt-OpenPGP-1.05.patch
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2010-12-12 21:50:39 UTC
Size:
3.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/p5-Crypt-OpenPGP/Makefile,v >retrieving revision 1.20 >diff -u -u -r1.20 Makefile >--- Makefile 21 Sep 2010 07:56:39 -0000 1.20 >+++ Makefile 12 Dec 2010 20:44:41 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= Crypt-OpenPGP >-PORTVERSION= 1.04 >-PORTREVISION= 2 >+PORTVERSION= 1.05 > CATEGORIES= security perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -15,29 +14,21 @@ > MAINTAINER= tobez@FreeBSD.org > COMMENT= Pure-Perl OpenPGP-compatible PGP implementation > >-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ >+RUN_DEPENDS= \ > ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ >- ${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ >- ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ >- ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ >+ ${SITE_PERL}/Crypt/CAST5_PP.pm:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ > ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ >+ ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ >+ ${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ > ${SITE_PERL}/${PERL_ARCH}/Crypt/RIPEMD160.pm:${PORTSDIR}/security/p5-Crypt-RIPEMD160 \ >+ ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ > ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ >- ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ >- ${SITE_PERL}/Crypt/CAST5_PP.pm:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ >- ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ >- ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ >- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ > ${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish.pm:${PORTSDIR}/security/p5-Crypt-Twofish \ >- ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ >- ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ >- ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ > ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ >- ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ >+ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ >+ ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ > ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ >- ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ >- p5-Math-BigInt-GMP>=1.21:${PORTSDIR}/math/p5-Math-BigInt-GMP >-BUILKD_DEPENDS= ${RUN_DEPENDS} >+ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI > > PERL_CONFIGURE= yes > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/security/p5-Crypt-OpenPGP/distinfo,v >retrieving revision 1.7 >diff -u -u -r1.7 distinfo >--- distinfo 25 Jan 2010 11:10:37 -0000 1.7 >+++ distinfo 12 Dec 2010 05:11:55 -0000 >@@ -1,3 +1,2 @@ >-MD5 (Crypt-OpenPGP-1.04.tar.gz) = 981cb9387728918e5c37524bb3787dc8 >-SHA256 (Crypt-OpenPGP-1.04.tar.gz) = 8a5826bd9627016cfbc054189dab8a15e1e229e8db2fd27833df8a41226c9f33 >-SIZE (Crypt-OpenPGP-1.04.tar.gz) = 108477 >+SHA256 (Crypt-OpenPGP-1.05.tar.gz) = 79855c6619d69a41ecacb59a69375d5110b0e6ecea1aec71c22f7aa9fab03395 >+SIZE (Crypt-OpenPGP-1.05.tar.gz) = 136425
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 153091
: 111780