Update to 0.28, which includes the fix for perl 5.14+. No other code change.

Use the (more useful) default HOMEPAGE from the cpan module while here, as
hinted by sthen@.  ok schwarze@ sthen@
This commit is contained in:
jca 2013-11-03 22:14:06 +00:00
parent 48ea93f885
commit bcd515206c
3 changed files with 4 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/11/03 14:58:22 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2013/11/03 22:14:06 jca Exp $
SHARED_ONLY = Yes
@ -6,10 +6,8 @@ COMMENT = RSA encoding and decoding using OpenSSL
MODULES = cpan
DISTNAME = Crypt-OpenSSL-RSA-0.26
REVISION = 3
DISTNAME = Crypt-OpenSSL-RSA-0.28
CATEGORIES = security
HOMEPAGE = http://perl-openssl.sourceforge.net/
# Perl
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,2 +1,2 @@
SHA256 (Crypt-OpenSSL-RSA-0.26.tar.gz) = 9C8nb/5a4XdcS9dvMCZIPw05l1983Qe/SOzPuMRShrs=
SIZE (Crypt-OpenSSL-RSA-0.26.tar.gz) = 19364
SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = U1f5d0ZLs6gYTPLTNBhRoQ1VFbSysN+4i/eJlcDe174=
SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035

View File

@ -1,12 +0,0 @@
diff -u RSA.pm.orig RSA.pm
--- RSA.pm.orig Sun Nov 22 15:36:07 2009
+++ RSA.pm Sun Nov 3 04:22:17 2013
@@ -6,7 +6,7 @@ use Carp;
use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
require DynaLoader;
-require AutoLoader;
+use AutoLoader 'AUTOLOAD';
@ISA = qw(DynaLoader);