cvs commit: ports/ftp/proftpd Makefile

Udo Schweigert freebsd at cert.siemens.de
Tue Sep 23 09:01:58 PDT 2003


On Tue, Sep 23, 2003 at 08:34:38 -0700, Jacques Vidrine wrote:
> nectar      2003/09/23 08:34:38 PDT
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     ftp/proftpd          Makefile 
>   Log:
>   Mark FORBIDDEN due to remotely exploitable vulnerability.
>   http://xforce.iss.net/xforce/alerts/id/154
>   

The attached patch fixes this by using the now available patched sources from
ftp.proftpd.org.

Best regards

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert at siemens.com
-------------- next part --------------
diff -ru /usr/ports/ftp/proftpd/Makefile proftpd/Makefile
--- /usr/ports/ftp/proftpd/Makefile	Mon Mar 24 14:33:28 2003
+++ proftpd/Makefile	Tue Sep 23 17:26:58 2003
@@ -7,12 +7,14 @@
 
 PORTNAME=	proftpd
 PORTVERSION=	1.2.8
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.net/distrib/source/ \
 		ftp://ftp.stikman.com/pub/proftpd/source/ \
 		ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \
 		ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}p
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	mharo at FreeBSD.org
 COMMENT=	Highly configurable ftp daemon
diff -ru /usr/ports/ftp/proftpd/distinfo proftpd/distinfo
--- /usr/ports/ftp/proftpd/distinfo	Mon Mar 24 14:33:28 2003
+++ proftpd/distinfo	Tue Sep 23 17:27:02 2003
@@ -1 +1 @@
-MD5 (proftpd-1.2.8.tar.bz2) = 35e669cb085879eea21c6db9e7af2040
+MD5 (proftpd-1.2.8p.tar.bz2) = 417e41092610816bd203c3766e96f23b


More information about the cvs-ports mailing list