head	1.6;
access;
symbols
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2010.01.25.11.10.37;	author tobez;	state dead;
branches;
next	1.5;

1.5
date	2007.04.23.14.01.17;	author tobez;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.04.14.04.30;	author vd;	state dead;
branches;
next	1.3;

1.3
date	2003.04.13.11.10.17;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.02.12.19.52;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.12.01.12.58;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to 1.04.

PR:		142113
Submitted by:	Alex Deiter <alex.deiter@@gmail.com>
@
text
@--- Makefile.PL.orig	Tue Dec 10 02:48:09 2002
+++ Makefile.PL	Tue Apr  8 10:33:08 2003
@@@@ -11,56 +11,6 @@@@
 use File::Basename qw/dirname/;
 use lib File::Spec->catdir(dirname($0), 'inc');
 
-use ExtUtils::AutoInstall (
-    -core => [
-        'Data::Buffer'     => '0.04',
-        'MIME::Base64'     => 0,
-        'Math::Pari'       => 0,
-        'Compress::Zlib'   => 0,
-        'LWP::UserAgent'   => 0,
-        'URI::Escape'      => 0,
-
-        'Crypt::DSA'       => 0,
-        'Crypt::RSA'       => 0,
-    ],
-
-    'PGP2 Compatibility (Minimum)' => [
-        -default           => $is_sdk,
-        'Crypt::IDEA'      => 0,
-        'Digest::MD5'      => 0,
-    ],
-
-    'PGP5 Compatibility (Minimum)' => [
-        -default           => $is_sdk,
-        'Crypt::DES_EDE3'  => 0,
-        'Digest::SHA1'     => 0,
-    ],
-
-    'GnuPG Compatibility (Minimum)' => [
-        -default           => $is_sdk,
-        'Crypt::Rijndael'  => 0,
-        'Crypt::CAST5_PP'  => 0,
-        'Crypt::RIPEMD160' => 0,
-    ],
-
-    'Support for all ciphers' => [
-        -default           => $is_sdk,
-        'Crypt::IDEA'      => 0,
-        'Crypt::DES_EDE3'  => 0,
-        'Crypt::CAST5_PP'  => 0,
-        'Crypt::Blowfish'  => 0,
-        'Crypt::Twofish'   => '2.00',
-        'Crypt::Rijndael'  => 0,
-    ],
-
-    'Support for all digests' => [
-        -default           => $is_sdk,
-        'Digest::MD5'      => 0,
-        'Digest::SHA1'     => 0,
-        'Crypt::RIPEMD160' => 0,
-    ],
-);
-
 WriteMakefile(
     AUTHOR       => 'Benjamin Trott <cpan@@stupidfool.org>',
     ABSTRACT     => 'Pure-Perl OpenPGP-compatible PGP implementation',
@


1.5
log
@Resurrect p5-Crypt-OpenPGP, now with a patch for CVE-2005-0366.

Seems OK:	simon, lth
@
text
@@


1.4
log
@Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++
@
text
@@


1.3
log
@bento fix security/p5-Crypt-OpenPGP

	Totally remove dependency checking for Makefile.PL as we
	handle this in our port Makefile. Somehow bento got confused
	and get's into a neverending loop. This should fix this
	while not affecting normal install.

PR:		ports/50711
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@@


1.2
log
@update and fix security/p5-Crypt-OpenPGP

	- update to 1.03 to make fetcheable
	- remove NO_PACKAGE (fix PLIST)
	- take maintainership
	- replace homegrown BASEPERL with SITEPERL
	- remove MANPREFIX
	- make dependencies dependend on perl version for those included in perl 5.8
	- add WWW

PR:		ports/50488
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d1 5
a5 5
--- Makefile.PL.orig	Mon Mar 31 17:57:10 2003
+++ Makefile.PL	Mon Mar 31 17:58:26 2003
@@@@ -43,22 +43,6 @@@@
         'Crypt::RIPEMD160' => 0,
     ],
d7 32
d55 2
a56 2
 );
 
d58 2
@


1.1
log
@Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
In addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that
support the standard and those that preceded it.
@
text
@d1 5
a5 12
--- Makefile.PL.orig	Tue Sep 11 10:23:45 2001
+++ Makefile.PL	Tue Sep 11 10:25:39 2001
@@@@ -49,9 +49,9 @@@@
 MSG
 my $i = 1;
 for my $ciph (@@cryptmod) {
-    printf "    [%d] %s\n", $i++, $ciph->[0];
+    #printf "    [%d] %s\n", $i++, $ciph->[0];
 }
-my $c = prompt("\nEnter your choices, separated by spaces:", 1);
+my $c = "1 2 5";
 print "\n";
d7 17
a23 11
 for my $id (split /\s+/, $c) {
@@@@ -70,9 +70,9 @@@@
 MSG
 my $i = 1;
 for my $ciph (@@dgstmod) {
-    printf "    [%d] %s\n", $i++, $ciph->[0];
+    #printf "    [%d] %s\n", $i++, $ciph->[0];
 }
-my $c = prompt("\nEnter your choices, separated by spaces:", 2);
+my $c = "1 2";
 print "\n";
d25 1
a25 10
 for my $id (split /\s+/, $c) {
@@@@ -98,7 +98,7 @@@@
 for my $pk (@@pkmod) {
     printf "    [%d] %s\n", $i++, $pk->[0];
 }
-my $c = prompt("\nEnter your choices, separated by spaces:", '1 2');
+my $c = "1 2";
 print "\n";
 
 for my $id (split /\s+/, $c) {
@

