Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 May 2000 01:15:26 +0200 (CEST)
From:      rguyom@321.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18320: Update ports/ftp/sftp to 0.9.4
Message-ID:  <20000430231526.4105B281@diabolic-cow.mail.dotcom.fr>

next in thread | raw e-mail | index | archive | help

>Number:         18320
>Category:       ports
>Synopsis:       Update ports/ftp/sftp to 0.9.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  1 00:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rémi Guyomarch
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
N/A
>Environment:
>Description:

	- sftp 0.7 is outdated.
	- the port try to use the openssh port instead of the system's one
	  on 4.x and 5.x

>How-To-Repeat:

	Build sftp.

>Fix:

	Here's a diff to update sftp to 0.9.4 and to use the openssh port
	only on 3.x and below :

--- /usr/ports/ftp/sftp/Makefile        Sat Apr 22 11:57:36 2000
+++ sftp/Makefile       Mon May  1 01:04:08 2000
@@ -6,13 +6,17 @@
 #

 PORTNAME=      sftp
-PORTVERSION=   0.7
+PORTVERSION=   0.9.4
 CATEGORIES=    ftp security
 MASTER_SITES=  ftp://ftp.xbill.org/pub/sftp/

 MAINTAINER=    Cy.Schubert@uumail.gov.bc.ca

+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400014
 RUN_DEPENDS=   ssh:${PORTSDIR}/security/openssh
+.endif

 RESTRICTED=    "Calls external cryptographic routines."

@@ -42,4 +46,4 @@
        fi
        @sort -u ${PLIST}.unsorted > ${PLIST}

-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ur /usr/ports/ftp/sftp/files/md5 sftp/files/md5
--- /usr/ports/ftp/sftp/files/md5       Fri Feb 11 06:34:29 2000
+++ sftp/files/md5      Mon May  1 00:13:20 2000
@@ -1 +1 @@
-MD5 (sftp-0.7.tar.gz) = 9f9b5d28ff32b2e8c2d443cf5e6a227a
+MD5 (sftp-0.9.4.tar.gz) = 75f0025a710fbf94b300c0a5d8edcbaa

>Release-Note:
>Audit-Trail:
>Unformatted:


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?20000430231526.4105B281>