diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index 6eb54090f30..aa63a2d5220 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:47 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2011/12/29 11:50:36 bluhm Exp $ COMMENT= make use of SSL with POE MODULES= cpan DISTNAME= POE-Component-SSLify-0.15 -REVISION= 0 +REVISION= 1 CATEGORIES= net security USE_GROFF = Yes diff --git a/security/p5-POE-Component-SSLify/patches/patch-lib_POE_Component_SSLify_pm b/security/p5-POE-Component-SSLify/patches/patch-lib_POE_Component_SSLify_pm new file mode 100644 index 00000000000..df78ef2210b --- /dev/null +++ b/security/p5-POE-Component-SSLify/patches/patch-lib_POE_Component_SSLify_pm @@ -0,0 +1,12 @@ +$OpenBSD: patch-lib_POE_Component_SSLify_pm,v 1.1 2011/12/29 11:50:36 bluhm Exp $ +--- lib/POE/Component/SSLify.pm.orig Sun Feb 8 17:31:32 2009 ++++ lib/POE/Component/SSLify.pm Sun Oct 9 21:35:09 2011 +@@ -17,7 +17,7 @@ BEGIN { + } else { + # Check to make sure the versions are what we want + if ( ! ( defined $Net::SSLeay::VERSION and +- $Net::SSLeay::VERSION =~ /^1\.3/ ) ) { ++ $Net::SSLeay::VERSION >= 1.3 ) ) { + warn 'Please upgrade Net::SSLeay to v1.30+ installed: v' . $Net::SSLeay::VERSION; + } +