ports/73287: [ maintainer ] ftp/wzdftpd update

Roman Bogorodskiy bogorodskiy at inbox.ru
Fri Oct 29 15:00:45 UTC 2004


>Number:         73287
>Category:       ports
>Synopsis:       [ maintainer ] ftp/wzdftpd update
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 29 15:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root at lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	- Update to 0.4.3 - security release which fixes some vulnerabilities
	  which may cause crash or DoS (see ChangeLog for details).

	- Perl module related changes (it's now possible to enable/disable it in
	  configure script)

	- Typo: s/UFT8/UTF8/

>How-To-Repeat:
>Fix:

diff -ru wzdftpd.orig/Makefile wzdftpd/Makefile
--- wzdftpd.orig/Makefile	Fri Oct 29 18:08:37 2004
+++ wzdftpd/Makefile	Fri Oct 29 18:40:19 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wzdftpd
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.3
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +17,6 @@
 USE_RC_SUBR=	yes
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
-USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 USE_INC_LIBTOOL_VER=13
@@ -25,10 +24,11 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-OPTIONS=	UFT8 "Enable UTF8 support" off \
+OPTIONS=	UTF8 "Enable UTF8 support" off \
 		TCL "Enable TCL support" off \
 		SSL "Enable OpenSSL support" on \
-		IPV6 "Enable IPv6 support" on
+		IPV6 "Enable IPv6 support" on \
+		PERL "Enable PERL support" off
 
 MAN1=	siteconfig.1 \
 	siteuptime.1 \
@@ -62,9 +62,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
+.if !defined(WITH_PERL)
+CONFIGURE_ARGS+=	--disable-perl
 PLIST_SUB+=	PERL="@comment "
 .else
+USE_PERL5=	yes
 PLIST_SUB+=	PERL=""
 .endif
 
diff -ru wzdftpd.orig/distinfo wzdftpd/distinfo
--- wzdftpd.orig/distinfo	Fri Oct 29 18:08:37 2004
+++ wzdftpd/distinfo	Fri Oct 29 18:11:48 2004
@@ -1,2 +1,2 @@
-MD5 (wzdftpd-0.4.2.tar.gz) = dfe80e948ebc74f64afe1444a6ae3c50
-SIZE (wzdftpd-0.4.2.tar.gz) = 701176
+MD5 (wzdftpd-0.4.3.tar.gz) = c752bf8fd00ec90daf6e24512f3abe72
+SIZE (wzdftpd-0.4.3.tar.gz) = 701935
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list