Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 15:00:14 +0100
From:      Gabor Zahemszky <ZGabor@CoDe.hu>
To:        freebsd-ports@freebsd.org
Subject:   New patch for sslwrap port Was: Re: sswrap broken ?
Message-ID:  <20010109150014.A487@zg.CoDe.hu>
In-Reply-To: <20010109131021.J2550@ringworld.oblivion.bg>; from roam@orbitel.bg on Tue, Jan 09, 2001 at 01:10:21PM %2B0200
References:  <200101091101.OAA11391@ns.klondike.ru> <20010109131021.J2550@ringworld.oblivion.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> [root@ringworld:v2 /usr/ports/security/sslwrap]# make extract
> >> sslwrap.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> >> Attempting to fetch from http://www.rickk.com/sslwrap/.
> Receiving sslwrap.tar.gz (21170 bytes): 100%
> 21170 bytes transferred in 17.0 seconds (1.22 kBps)
> ===>  Extracting for sslwrap-2.0.5
> >> Checksum mismatch for sslwrap.tar.gz.

I'm sorry.  This problem is very simple, the sslwrap distfile hasn't got
version in the name, but there is a new version (the original version was 2.0.5
and now it's 2.0.6).  Thanks for "Oliver Crow <ocrow@skymind.com>" and 
"Joseph Scott <joseph@randomnetworks.com>" reporting it and making the 
necessary patches.  Here it is, and somebody with the priviledge, please
update it!

ZGabor at CoDe dot HU

=== The mails, and the patch ===

Date: Wed, 20 Dec 2000 17:32:09 -0800 (PST)
From: Oliver Crow <ocrow@skymind.com>
To: ZGabor@CoDe.hu
Subject: Update of /usr/ports/security/sslwrap

Looks like a new version of sslwrap has been published -- 2.0.6

The FreeBSD port no longer compiles, since it depends on the old version,
which is not now downloadable from the distribution site.

Here's the diff changes that are required to get it to compile:

diff -ruN sslwrap-old/Makefile sslwrap/Makefile
--- sslwrap-old/Makefile	Fri Sep 22 04:49:26 2000
+++ sslwrap/Makefile	Wed Dec 20 17:22:52 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sslwrap
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.6
 CATEGORIES=	security
 MASTER_SITES=	http://www.rickk.com/sslwrap/
 DISTNAME=	${PORTNAME}
@@ -15,7 +15,7 @@
 
 USE_OPENSSL=	YES
 
-WRKSRC=		${WRKDIR}/sslwrap205
+WRKSRC=		${WRKDIR}/sslwrap206
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap
diff -ruN sslwrap-old/distinfo sslwrap/distinfo
--- sslwrap-old/distinfo	Sun Dec 26 17:56:08 1999
+++ sslwrap/distinfo	Wed Dec 20 17:23:17 2000
@@ -1 +1 @@
-MD5 (sslwrap.tar.gz) = 1aaccd6cd4c0822f798ff67061d0c90d
+MD5 (sslwrap.tar.gz) = 5a09f966f9114a108572f70a57bafdf7

=============================

Date: Sat, 30 Dec 2000 11:56:32 -0800 (PST)
From: Joseph Scott <joseph@randomnetworks.com>
To: <ZGabor@CoDe.hu>
Subject: update for freebsd port security/sslwrap

	I've got a diff to update the FreeBSD port security/sslwrap at :

http://www.randomnetworks.com/freebsd/prs/sslwrap.diff

	Please submit it, thanks.


***********************************************************
* Joseph Scott               The Office Of Water Programs *
* joseph@randomnetworks.com  joseph.scott@owp.csus.edu    *
***********************************************************

================================

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010109150014.A487>