Date: Tue, 23 Sep 2003 18:01:12 +0200 From: Udo Schweigert <freebsd@cert.siemens.de> To: Jacques Vidrine <nectar@freebsd.org> Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/ftp/proftpd Makefile Message-ID: <20030923160112.GA66136@alaska.cert.siemens.de> In-Reply-To: <200309231534.h8NFYc1e034801@repoman.freebsd.org> References: <200309231534.h8NFYc1e034801@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--FCuugMFkClbJLl1L Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline 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@siemens.com --FCuugMFkClbJLl1L Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: attachment; filename="proftpd.diff" 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@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 --FCuugMFkClbJLl1L--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923160112.GA66136>