Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2003 18:00:02 +0300 (MSK)
From:      Nick Leuta <skynick@mail.sc.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/59761: [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0
Message-ID:  <20031128150002.4ED5F49A29@chuck2.lstu>
Resent-Message-ID: <200311281520.hASFKKKk074415@freefall.freebsd.org>

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

>Number:         59761
>Category:       ports
>Synopsis:       [maintainer update] ftp/bsdftpd-ssl from 0.6.3 to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 28 07:20:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nick Leuta
>Release:        FreeBSD 4.9-RC i386
>Organization:
Lipetsk State Technical University
>Environment:
System: FreeBSD skynick.stu.lipetsk.ru 4.9-RC FreeBSD 4.9-RC #0: Sun Nov 23 19:53:55 MSK 2003 root@skynick.stu.lipetsk.ru:/usr/src/sys/compile/CORSAIR i386
>Description:
It's an update to the new (1.0.0) version of the software. ChangeLog is
available at http://bsdftpd-ssl.sc.ru/events.html
>How-To-Repeat:
>Fix:
diff -urN bsdftpd-ssl.ORI/Makefile bsdftpd-ssl/Makefile
--- bsdftpd-ssl.ORI/Makefile	Sat Sep  6 04:14:11 2003
+++ bsdftpd-ssl/Makefile	Thu Nov 27 01:18:46 2003
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	bsdftpd-ssl
-PORTVERSION=	0.6.3
+PORTVERSION=	1.0.0
 CATEGORIES=	ftp
-MASTER_SITES=	http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/0.6/src/
-DISTNAME=	bsdftpd-6.0-ssl-${PORTVERSION}
+MASTER_SITES=	http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/1.0/src/
+DISTNAME=	bsdftpd-ssl-${PORTVERSION}
 
 MAINTAINER=	skynick@mail.sc.ru
 
 # Client only part
 .if defined(CLIENT_ONLY)
 PKGNAMESUFFIX=	-client
-COMMENT=	FTP command-line client utility with TLS/SSL support
+COMMENT=	FTP command-line client utility with the TLS/SSL support
 DESCR=		${FILESDIR}/pkg-descr.client
 PLIST=		${FILESDIR}/pkg-plist.client
 .endif
@@ -24,7 +24,8 @@
 MAN1=	ftps.1
 # Server part
 .if !defined(CLIENT_ONLY)
-COMMENT=	FTP server with TLS/SSL support
+COMMENT=	Secure FTP server with the TLS/SSL support
+MAN5=	ftpchroot.5
 MAN8=	ftpd.8
 MLINKS=	ftpd.8 ftpd-ssl.8
 PKGMESSAGE=	${FILESDIR}/pkg-message.server
@@ -63,6 +64,7 @@
 # Server part
 .if !defined(CLIENT_ONLY)
 	${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd
+	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpchroot.5.gz ${MANDIR}5/ftpchroot.5.gz
 	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz
 .endif
 
@@ -87,7 +89,7 @@
 	${MKDIR} ${DOCDIR}/cert
 	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh
 	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh
-	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh
+	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-dummy.sh ${DOCDIR}/cert/cert-dummy.sh
 	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh
 .endif
 .if !defined(CLIENT_ONLY)
diff -urN bsdftpd-ssl.ORI/distinfo bsdftpd-ssl/distinfo
--- bsdftpd-ssl.ORI/distinfo	Sat Sep  6 04:14:11 2003
+++ bsdftpd-ssl/distinfo	Thu Nov 27 01:20:41 2003
@@ -1 +1 @@
-MD5 (bsdftpd-6.0-ssl-0.6.3.tar.gz) = 77d35b30da7127e1a8bb1fa93febebbd
+MD5 (bsdftpd-ssl-1.0.0.tar.gz) = 745befccb117d08aa0e37ea592dfb48c
diff -urN bsdftpd-ssl.ORI/files/patch-ftpd::popen.c bsdftpd-ssl/files/patch-ftpd::popen.c
--- bsdftpd-ssl.ORI/files/patch-ftpd::popen.c	Tue Oct 21 18:43:28 2003
+++ bsdftpd-ssl/files/patch-ftpd::popen.c	Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
-diff -urN ftpd/popen.c.ORI ftpd/popen.c
---- ftpd/popen.c.ORI	Mon Dec 17 12:21:41 2001
-+++ ftpd/popen.c	Fri Oct 17 02:27:29 2003
-@@ -64,7 +64,7 @@
- #include "pathnames.h"
- #include <syslog.h>
- #include <time.h>
--#include <varargs.h>
-+#include <stdarg.h>
- #endif
- 
- #define	MAXUSRARGS	100
diff -urN bsdftpd-ssl.ORI/files/pkg-descr.client bsdftpd-ssl/files/pkg-descr.client
--- bsdftpd-ssl.ORI/files/pkg-descr.client	Sun Apr  6 19:06:19 2003
+++ bsdftpd-ssl/files/pkg-descr.client	Thu Nov 27 01:00:14 2003
@@ -1,7 +1,10 @@
-BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains
-command-line FTP client utility (ftps). The TLS/SSL enhancement allows RFC2228
-"FTP Security Extensions"-compliant TLS/SSL support for both control and data
-connections; with standard FTP servers this software operates as the standard
-FTP client.
+This is an implementation of the command-line FTP client that supports industry
+standard TLS/SSL encryption and authentication for whole FTP sessions and data
+transfers. It is compatible with the original FTP protocol, which is described
+in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL
+protection for both control and data channels.
+
+This package contains the FTP client utility, an essential documentation, and
+also script programs for a basic X.509 certificate management.
 
 WWW: http://bsdftpd-ssl.sc.ru
diff -urN bsdftpd-ssl.ORI/files/pkg-plist.client bsdftpd-ssl/files/pkg-plist.client
--- bsdftpd-ssl.ORI/files/pkg-plist.client	Sun Apr  6 19:06:19 2003
+++ bsdftpd-ssl/files/pkg-plist.client	Thu Nov 27 01:03:57 2003
@@ -5,7 +5,7 @@
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh
-%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/dummy.sh
+%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-dummy.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README
 %%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt
diff -urN bsdftpd-ssl.ORI/pkg-descr bsdftpd-ssl/pkg-descr
--- bsdftpd-ssl.ORI/pkg-descr	Sun Apr  6 19:06:19 2003
+++ bsdftpd-ssl/pkg-descr	Thu Nov 27 01:06:42 2003
@@ -1,7 +1,11 @@
-BSDftpd-ssl is a TLS/SSL-enhanced FTP server. The TLS/SSL enhancement allows
-RFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control
-and data connections. This package contains FTP server (ftpd) and command-line
-FTP client utility (ftps). Server and client are fully compatible with standard
-FTP protocol.
+BSDftpd-ssl is the secure FTP server that supports industry standard TLS/SSL
+encryption and authentication for whole FTP sessions and data transfers. This
+implementation is compatible with the original FTP protocol, which is described
+in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL
+protection for both control and data channels.
+
+This package contains the secure FTP server, the command-line TLS/SSL-aware FTP
+client utility, an essential documentation, and also script programs for a
+basic X.509 certificate management.
 
 WWW: http://bsdftpd-ssl.sc.ru
diff -urN bsdftpd-ssl.ORI/pkg-plist bsdftpd-ssl/pkg-plist
--- bsdftpd-ssl.ORI/pkg-plist	Sun Apr  6 19:06:19 2003
+++ bsdftpd-ssl/pkg-plist	Thu Nov 27 01:06:59 2003
@@ -6,7 +6,7 @@
 %%PORTDOCS%%share/doc/bsdftpd-ssl/ChangeLog
 %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-nopass.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-pass.sh
-%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/dummy.sh
+%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-dummy.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl/cert/xCA.sh
 %%PORTDOCS%%share/doc/bsdftpd-ssl/docs/README
 %%PORTDOCS%%share/doc/bsdftpd-ssl/docs/cert-basics.txt
>Release-Note:
>Audit-Trail:
>Unformatted:



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