From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 9 10:20:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 069E88FE for ; Thu, 9 Jan 2014 10:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4EC71351 for ; Thu, 9 Jan 2014 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s09AK1aB084367 for ; Thu, 9 Jan 2014 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s09AK1sZ084366; Thu, 9 Jan 2014 10:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jan 2014 10:20:01 GMT Resent-Message-Id: <201401091020.s09AK1sZ084366@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philipp Wuensche Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 193F08E9 for ; Thu, 9 Jan 2014 10:19:11 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 047A51343 for ; Thu, 9 Jan 2014 10:19:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s09AJAOr064837 for ; Thu, 9 Jan 2014 10:19:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s09AJAhq064831; Thu, 9 Jan 2014 10:19:10 GMT (envelope-from nobody) Message-Id: <201401091019.s09AJAhq064831@oldred.freebsd.org> Date: Thu, 9 Jan 2014 10:19:10 GMT From: Philipp Wuensche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185604: update for security/p5-Net-SSLeay to version 1.56, support for OpenSSL from ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 10:20:02 -0000 >Number: 185604 >Category: ports >Synopsis: update for security/p5-Net-SSLeay to version 1.56, support for OpenSSL from ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 09 10:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Philipp Wuensche >Release: 9.2 >Organization: >Environment: >Description: Update to 1.56, Changes: http://cpansearch.perl.org/src/MIKEM/Net-SSLeay-1.56/Changes Add the OPENSSL_PORT option to allow usage of OpenSSL from ports. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 339212) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSLeay -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,12 @@ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= \ + EXAMPLES \ + OPENSSL_PORT +OPENSSL_PORT_DESC= Use OpenSSL from ports + USES= perl5 USE_PERL5= configure CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} @@ -26,6 +30,10 @@ .include +.if ${PORT_OPTIONS:MOPENSSL_PORT} +WITH_OPENSSL_PORT= yes +.endif + post-patch: .if ${PORT_OPTIONS:MEXAMPLES} @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/examples/*.pl Index: distinfo =================================================================== --- distinfo (revision 339212) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Net-SSLeay-1.55.tar.gz) = 8cd5f09722e07b4e436102cb3a4b93623d753c171665ca9752c3b39a62ea3a79 -SIZE (Net-SSLeay-1.55.tar.gz) = 394657 +SHA256 (Net-SSLeay-1.56.tar.gz) = 9f65cf3836d559c849a8a5608d98a4c823619874f3916fd8860417d1090da9c5 +SIZE (Net-SSLeay-1.56.tar.gz) = 398558 >Release-Note: >Audit-Trail: >Unformatted: