From owner-cvs-ports@FreeBSD.ORG Tue Sep 23 09:01:58 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D1A16A4BF; Tue, 23 Sep 2003 09:01:58 -0700 (PDT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEF644049; Tue, 23 Sep 2003 09:01:25 -0700 (PDT) (envelope-from udo.schweigert@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.7/8.11.7) with ESMTP id h8NG1Np06194; Tue, 23 Sep 2003 18:01:23 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.7/8.11.7) with ESMTP id h8NG1MZ25967; Tue, 23 Sep 2003 18:01:23 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) 1.46 2003/05/28 09:28:32 ust Exp $) with ESMTP id h8NG1Mw6001839; Tue, 23 Sep 2003 18:01:22 +0200 (CEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.15 2002/12/31 15:32:17 ust Exp $) with ESMTP id h8NG1G0k026379; Tue, 23 Sep 2003 18:01:16 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.4 2002/12/31 15:32:17 ust Exp $) id h8NG1Cmc004811; Tue, 23 Sep 2003 18:01:12 +0200 (CEST) (envelope-from ust) Date: Tue, 23 Sep 2003 18:01:12 +0200 From: Udo Schweigert To: Jacques Vidrine Message-ID: <20030923160112.GA66136@alaska.cert.siemens.de> Mail-Followup-To: Jacques Vidrine , ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org References: <200309231534.h8NFYc1e034801@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <200309231534.h8NFYc1e034801@repoman.freebsd.org> X-Operating-System: FreeBSD 4.9-PRERELEASE User-Agent: Mutt/1.5.4i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/ftp/proftpd Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 16:01:58 -0000 --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--