From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 14 00:50:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790EE16A412 for ; Thu, 14 Sep 2006 00:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33DF943D53 for ; Thu, 14 Sep 2006 00:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8E0oJYU057270 for ; Thu, 14 Sep 2006 00:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8E0oJrm057269; Thu, 14 Sep 2006 00:50:19 GMT (envelope-from gnats) Resent-Date: Thu, 14 Sep 2006 00:50:19 GMT Resent-Message-Id: <200609140050.k8E0oJrm057269@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, Jin-Shan Tseng Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B81816A407; Thu, 14 Sep 2006 00:47:22 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2FB43D4C; Thu, 14 Sep 2006 00:47:21 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id k8E0lIh3038731; Thu, 14 Sep 2006 08:47:18 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8/Submit) id k8E0lIc8038730; Thu, 14 Sep 2006 08:47:18 +0800 (CST) (envelope-from tjs) Message-Id: <200609140047.k8E0lIc8038730@Pluto.CDPA.nsysu.edu.tw> Date: Thu, 14 Sep 2006 08:47:18 +0800 (CST) From: Jin-Shan Tseng To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: scrappy@FreeBSD.org Subject: ports/103248: [PATCH] security/p5-IO-Socket-SSL: update to 1.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 00:50:21 -0000 >Number: 103248 >Category: ports >Synopsis: [PATCH] security/p5-IO-Socket-SSL: update to 1.01 >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 Sep 14 00:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Sep 10 09:49:13 CST 2006 >Description: - Update to 1.01 - This pr obsoletes ports/100670 & ports/101270 & ports/101832 & ports/102124 Port maintainer (scrappy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-Socket-SSL-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/Makefile /root/p5-IO-Socket-SSL/Makefile --- /usr/ports/security/p5-IO-Socket-SSL/Makefile Mon Aug 1 01:19:47 2005 +++ /root/p5-IO-Socket-SSL/Makefile Thu Sep 14 08:44:33 2006 @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-SSL -PORTVERSION= 0.97 +PORTVERSION= 1.01 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO @@ -15,11 +15,16 @@ MAINTAINER= scrappy@FreeBSD.org COMMENT= Perl5 interface to SSL sockets -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay PERL_CONFIGURE= yes MAN3= IO::Socket::SSL.3 -.include +.include + +.if ${PERL_LEVEL} < 500702 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-U +.endif + +.include diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/distinfo /root/p5-IO-Socket-SSL/distinfo --- /usr/ports/security/p5-IO-Socket-SSL/distinfo Tue Jan 24 09:03:15 2006 +++ /root/p5-IO-Socket-SSL/distinfo Thu Sep 14 08:31:17 2006 @@ -1,3 +1,3 @@ -MD5 (IO-Socket-SSL-0.97.tar.gz) = 34562e9475de132faa0f14ca2be053a5 -SHA256 (IO-Socket-SSL-0.97.tar.gz) = a491e815462f2ff698b123e161f259d5be84fb6b9c7d702dea907acfa059975d -SIZE (IO-Socket-SSL-0.97.tar.gz) = 32741 +MD5 (IO-Socket-SSL-1.01.tar.gz) = f36829d24ee3b70fb9982c26ece064b7 +SHA256 (IO-Socket-SSL-1.01.tar.gz) = 2470de5f0dc934ef81d06ddbce791820a0621cd1d8d4cc50c74c2fee2f8319f5 +SIZE (IO-Socket-SSL-1.01.tar.gz) = 45136 diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/pkg-plist /root/p5-IO-Socket-SSL/pkg-plist --- /usr/ports/security/p5-IO-Socket-SSL/pkg-plist Sun Jan 22 10:50:49 2006 +++ /root/p5-IO-Socket-SSL/pkg-plist Thu Sep 14 08:35:36 2006 @@ -1,7 +1,8 @@ -%%SITE_PERL%%/IO/Socket/SSL.pm +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist +%%SITE_PERL%%/IO/Socket/SSL.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket -@dirrm %%SITE_PERL%%/IO/Socket @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/IO/Socket @dirrmtry %%SITE_PERL%%/IO --- p5-IO-Socket-SSL-1.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: