summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-15 10:00:17 +0000
committerwiz <wiz>2014-05-15 10:00:17 +0000
commit0e49ef4efebbbff287145b2b22c9c146d540aafc (patch)
tree0dbefda46527daf20e77b4ff5aa2fafd04f5b517
parent44e2b64f0f4d0a43caacdee95d9a4f4e19a09d6b (diff)
downloadpkgsrc-0e49ef4efebbbff287145b2b22c9c146d540aafc.tar.gz
Update to 1.61 and set LICENSE.
1.61 2014-05-12 Changes calloc to Newx and free to Safefree, otherwise there might be problems because calloc is done from a different memory pool than free (depends on the build options for perl, but seen on Windows). Patch from Steffen Ullrich. Thanks. 1.60 2014-05-10 Fixed a typo in an error message. Patch from gregor herrmann. Thanks. Fixed a problem with building with openssl that does not support OCSP. Also fixed some newly introduced warnings if compiled with -Wall. Patch from Steffen Ullrich. Thanks. fix build-failure on most Debian architectures: SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results': SSLeay.xs:5602:3: error: format not a string literal and no format arguments. Patch from gregor herrmann. 1.59 2014-05-10 Fixed local/30_error.t, so that tests do not fail if diagnostics are enabled. Fixed error messages about undefined strings used with length or split. Reported and patched by Peter Heuchert. Improvements to configuration of OPTIMIZE flags, to prevent overriding of perls expected optimization flags. Caution: HPUX aCC optimize options are special. SSL_peek() now returns openssl error code as second item when called in array context, same as SSL_read. Patch from Andreas Mohr. Fixed some warnings. Added support for tlsv1.1 tlsv1.2 via $Net::SSLeay::ssl_version. Patch from Andreas Mohr. Improve examples in 'Using other perl modules based on Net::SSLeay'. Patched by Andreas Mohr. Added support for OCSP. Patched by Steffen Ullrich. Thanks! Added missing t/external/ocsp.t
-rw-r--r--security/p5-Net-SSLeay/Makefile6
-rw-r--r--security/p5-Net-SSLeay/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index b58b8569d3c..8807d6d2c8b 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2014/02/16 12:07:30 sno Exp $
+# $NetBSD: Makefile,v 1.62 2014/05/15 10:00:17 wiz Exp $
-DISTNAME= Net-SSLeay-1.58
+DISTNAME= Net-SSLeay-1.61
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsl
CATEGORIES= security perl5
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-SSLeay/
COMMENT= Perl5 module for using OpenSSL
-#LICENSE= same as security/openssl
+LICENSE= openssl
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo
index fba78539937..d0c294eaa51 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2014/02/16 12:07:30 sno Exp $
+$NetBSD: distinfo,v 1.30 2014/05/15 10:00:17 wiz Exp $
-SHA1 (Net-SSLeay-1.58.tar.gz) = fe0f5a8b3d66c2b5371822f88b78dac42db67c79
-RMD160 (Net-SSLeay-1.58.tar.gz) = 6903f023ee5cfdec30b16eb0c5cd23854a1ea5f8
-Size (Net-SSLeay-1.58.tar.gz) = 399353 bytes
+SHA1 (Net-SSLeay-1.61.tar.gz) = 9cf505c2948babe3a5cea386f47abdbcf09fb2c8
+RMD160 (Net-SSLeay-1.61.tar.gz) = 0fe39ceb0e2f15b802a5bd432465f2b2f1aab92e
+Size (Net-SSLeay-1.61.tar.gz) = 411137 bytes