Update port security/p5-IO-Socket-SSL to 1.11, because 1.10 distfile has been removed from CSPAN sites

Esa Karkkainen ejk at iki.fi
Mon Oct 15 08:21:50 PDT 2007


>Submitter-Id:	current-users
>Originator:	Esa Karkkainen
>Organization:	Is in state of disintegration
>Confidential:	no
>Synopsis:	Update port security/p5-IO-Socket-SSL to 1.11, because 1.10 distfile has been removed from CSPAN sites
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 6.2-RELEASE-p8 i386
>Environment:

System: FreeBSD 6.2-RELEASE-p8 #83: Fri Oct 5 20:15:35 EEST 2007
Ports tree cvsupped at Mon Oct 15 17:27:37 EEST 2007

>Description:

IO-Socket-SSL-1.10.tar.gz distfile has been removed from CPAN sites.

Version 1.11 also contains this bug fix

v1.11
	- fixed errors in accept_SSL which would work when called from start_SSL
          but not from accept

>How-To-Repeat:

# cd ports/security/p5-IO-Socket-SSL
# make distclean
===>  Cleaning for p5-IO-Socket-SSL-1.10
===>  Deleting distfiles for p5-IO-Socket-SSL-1.10
# make fetch
=> IO-Socket-SSL-1.10.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/.
fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/IO-Socket-SSL-1.10.tar.gz: File unavailable (e.g., file not found, no access)
[ snip ]
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/IO-Socket-SSL-1.10.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

#

>Fix:

diff -ruN /usr/ports/security/p5-IO-Socket-SSL/Makefile ports/security/p5-IO-Socket-SSL/Makefile
--- /usr/ports/security/p5-IO-Socket-SSL/Makefile	Wed Oct 10 20:16:32 2007
+++ ports/security/p5-IO-Socket-SSL/Makefile	Mon Oct 15 17:29:34 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IO-Socket-SSL
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff -ruN /usr/ports/security/p5-IO-Socket-SSL/distinfo ports/security/p5-IO-Socket-SSL/distinfo
--- /usr/ports/security/p5-IO-Socket-SSL/distinfo	Wed Oct 10 20:16:32 2007
+++ ports/security/p5-IO-Socket-SSL/distinfo	Mon Oct 15 17:29:39 2007
@@ -1,3 +1,3 @@
-MD5 (IO-Socket-SSL-1.10.tar.gz) = bbbdc9ce7574482c110bf45f262c2b60
-SHA256 (IO-Socket-SSL-1.10.tar.gz) = e5aafd6103f34480950017ec28541b0c774210bfb51e4e0cf542afb58d00e07c
-SIZE (IO-Socket-SSL-1.10.tar.gz) = 51520
+MD5 (IO-Socket-SSL-1.11.tar.gz) = caea9a0d64a2a67065d07a9c56aa9a1f
+SHA256 (IO-Socket-SSL-1.11.tar.gz) = a2d7b8aa4834a3ee2a2304d4215bac5bd46f7d74551cbbcc09d79d3f6ddd0fcf
+SIZE (IO-Socket-SSL-1.11.tar.gz) = 51569



More information about the freebsd-perl mailing list